The access control system at the server room door validates the credential perfectly. The OSDP v2 encrypted reader communicates with the controller panel, the panel queries the access rights database, finds a valid authorised record, and releases the door. One person enters. One authorised access event is logged. Except two people walked in.
Tailgating defeats every element of the credential stack — the card, the reader, the panel, the policy — by simply walking behind someone who has been correctly authenticated. Traditional anti-passback prevents the same card from being used twice at the same door, but has no knowledge that a second body followed the authorised cardholder. AI tailgating detection brings computer vision into the entry zone — correlating the credential event timestamp with a real-time person count at the door threshold — and acts on the discrepancy before the second person is three steps inside the protected zone.
AI Tailgating Detection Platform Comparison
| Platform | Detection Method | False Positive Rate | Integration | Hardware Required | Alert Speed |
|---|---|---|---|---|---|
| Genetec KiwiVision | Person bounding box + zone crossing count | <2% | Native Genetec SC | Existing IP cameras (1080p+) | <500ms |
| Irisity AEGIS | Deep learning person detection + event correlation | 1.5–3% | REST API (Lenel, Genetec) | Existing ONVIF cameras | <400ms |
| Motorola Ava Corridor | AI body count + credential correlation | <2.5% | REST API | Ava cameras preferred | <500ms |
| BriefCam Tailgating | Video synopsis + person tracking | <3% | Lenel, Genetec, Milestone | Existing cameras (2MP+) | <600ms |
| Avigilon AI Tailgating | Avigilon AI + body count | <2% | Avigilon ACC + Lenel | Avigilon cameras preferred | <500ms |
Technical Design: AI Tailgating Detection Architecture
- Person detection model (YOLOv8/Faster R-CNN): Person bounding box detection at entry frame at 30fps; persons are counted in entry zone (1.5m approach side) and threshold zone (door plane) simultaneously
- Credential event correlation: PACS credential event (timestamped Wiegand/OSDP read from reader) correlated with video frame person count at entry zone; 1 credential swipe = 1 person rule — second person in threshold zone within credential event window triggers tailgating alert
- Virtual line counting zones: Configurable virtual lines drawn at door threshold and approach zone in the camera view; count of persons crossing each virtual line per credential event is the detection logic
- Anti-passback comparison: Anti-passback detects credential reuse (same card twice); AI tailgating detects physical body count excess per credential event — addressing the primary bypass scenario anti-passback cannot detect (authorised person holding door for unauthorised follower)
- REST API integration (Lenel/Genetec): Tailgating event → REST API → ACS event input → alarm panel alert + optional door lock relay output; Genetec KiwiVision provides native integration within Security Center without API development
- Camera requirements: Minimum 1080p, 30fps; overhead or 45-degree angle above entry point; minimum 100 lux at entry zone; WDR for backlit lobby; NIR for 24/7 operation — upgrade or addition may be required for existing analogue or SD CCTV installations
- DPDP Act 2023 compliance: Anonymised person-count mode (body count only, no identity) avoids biometric data classification; video retention subject to DPDP personal data requirements — 90-day retention maximum for access control purpose; event clips may be retained longer for security investigation purposes
- India applications: Corporate campus lobby turnstiles (GCC, IT parks, manufacturing); data centre server room mantrap; financial institution branch vault corridors; government and defence perimeter entry
Identity-Linked Tailgating: Real-Time Intruder Identification
The next generation of AI tailgating detection will combine body count detection with real-time face recognition — not only detecting that a second person entered on a single credential event, but identifying who the second person is within the facility's visitor and employee database. If the second person is an unregistered visitor, an automatic security alert with their photo is dispatched to the security console within 3 seconds of detection. If they are an employee who should have used their own credential, a policy violation is logged and their manager is notified. The combination of tailgating detection + identity makes the physical entry point as accountable as a logical network login — every person's presence in a controlled zone is attributed to a verified identity, continuously.