PONOPT FIELD NOTES · Данные, GIS и AI

Crowd Video Analytics: Accuracy, Bias and Acceptable Use

Accuracy claims, demographic bias and legal limits for crowd video analytics: what to measure, how bias slips in, and the governance steps that make camera use acceptable.

Crowd video analytics spans different computer-vision tools — density estimation, people counting, abandoned-object detection and behavior alerts — which differ sharply from biometric identification in both accuracy and legality. Its outputs are estimates with error rates that change with scene density, lighting and camera angle, and algorithms can perform unevenly across demographic groups. Acceptable use therefore requires measured accuracy claims, explicit bias testing, a documented single purpose and human oversight of every alert, rather than trusting a vendor's headline percentage.

Key takeaways

  • Crowd analytics returns estimates (density, counts, behavior anomalies), not facts about individuals; error grows with scene density, occlusion and camera-image quality.
  • Accuracy cannot be reduced to one marketing figure: demand false-positive/false-negative rates, precision/recall and mean absolute error measured on scenes similar to yours.
  • Bias enters before the camera is switched on — through training-data composition, camera placement, lighting and labeling — and NIST research plus EDPB guidance show algorithms perform unevenly across demographic groups.
  • Biometric identification and plain crowd analytics are treated differently in law: the EU AI Act prohibits some practices and classifies several related systems as high-risk.
  • Acceptable use begins with a concrete purpose, proportionality and a DPIA, not with buying 'smart' cameras; human review and four-eyes checks govern each alert.
  • ISO/IEC TR 24027 offers a practical reference for detecting and treating bias across the whole AI lifecycle, from data collection to deployment.

Treat vendor accuracy figures as conditional estimates

Crowd video analytics usually returns estimates rather than hard facts about individuals: how many people are in a zone, how dense the scene is, which way flows move, whether an object was left behind or behavior looks anomalous. Counting people in a dense crowd is estimation, and error grows quickly as density, occlusion and clutter rise. Simple line-crossing counters may reach high accuracy in controlled conditions, whereas dense-scene counting and left-object detection remain harder and demand measured proof rather than a promised percentage.

Do not accept a single headline accuracy figure from a sales deck as a description of your site. Ask for error metrics computed on scenes similar to yours: mean absolute error for counting, precision and recall, and separate false-positive and false-negative rates per event class. Before rollout, run the system on your own footage with your cameras, viewing angles, times of day and weather. Only then do the numbers become testable claims instead of marketing.

  • Metrics to request: MAE, precision/recall, false-positive and miss rates per event class
  • Pilot on your data: resolution, pitch angle, low/high light, rain, night, crowd density
  • Measure 'peak' scenarios (event egress, crush risk) where the cost of error is highest

Two error classes with different real-world costs

A false positive is an alert or flag when nothing of the kind happened; a miss is a failure to detect a real event. Their costs differ in live operations. In a security dispatch center, a stream of false positives drains staff time and erodes operator trust until real alarms are ignored too; misses mean the incident the system was installed for goes unnoticed. In people counting, a false positive usually only skews statistics, while a false alert in an anomaly-detection channel can send a patrol to the wrong place.

Overall 'accuracy' is meaningless without saying which error class and which scenario you mean. NIST researchers stress that error type and search type carry very different consequences: in one-to-many identification, a false positive places an innocent person on a candidate list warranting scrutiny, whereas a false negative in one-to-one verification is often a minor inconvenience. Decide in advance which error class is unacceptable for which scenario, and set alert thresholds accordingly.

  • A false positive in one-to-many search can lead to a false accusation — costlier than in verification
  • A false positive in counting only distorts statistics; in an alarm channel it triggers a dispatch
  • Tune thresholds to the false-alarm rate your operations center can sustain

Bias enters long before the camera is switched on

Algorithms learn from data, and groups under-represented in training sets tend to be mis-detected more often. Bias also enters through camera placement (too high or low an angle), lighting (under-exposure of dark-skinned people or over-exposure of fair-skinned subjects) and labeling. This applies beyond facial recognition: a people counter and a behavior detector also depend on who and what the model 'saw' in training — children, wheelchair users and people in atypical clothing can fall out of the sample.

NIST's 2019 demographic study of 189 face-recognition algorithms found that most exhibit demographic differentials; for some algorithms, one-to-one false positives for Asian and African American faces were 10 to 100 times higher than for Caucasian faces, while false negatives depended strongly on image quality. The European Data Protection Board's video-surveillance guidance notes that recognition and analysis software performs differently by age, gender and ethnicity and calls bias a major problem that controllers must assess and supervise.

The practical lesson is that bias cannot be fixed with a single setting. ISO/IEC TR 24027 describes techniques to detect and treat bias at every lifecycle stage, from data collection and labeling to testing and deployment. Re-validate on your own audience regularly, not just once at acceptance.

  • Test on visitor diversity: age, sex, mobility, ethnicity
  • Control image quality — lighting and angle drive false negatives more than expected
  • Document training-data composition and request vendor reports on heterogeneous test sets

Crowd analytics is not the same as biometric identification

Legally, do not conflate 'analytics' with 'identification'. The EU AI Act prohibits in Article 5 the use of real-time remote biometric identification systems in publicly accessible spaces for law-enforcement purposes (subject to narrow, safeguard-laden exceptions) and the indiscriminate scraping of facial images from the internet or CCTV to build recognition databases. Plain crowd analytics — density, counting, abandoned-object detection — is not biometric identification.

However, Annex III of the AI Act classes biometric categorisation and emotion recognition as high-risk systems, and analytics used by or for law enforcement can also be high-risk. Even where a technology is not prohibited, transparency, risk-management and human-oversight duties apply. Outside the EU the regime varies by jurisdiction, so the legal classification must be done for the specific country of deployment rather than assumed.

  • Classify first: analytics (density/count/behavior) versus biometric identification/categorisation
  • For the EU, check Article 5 and Annex III of the AI Act and high-risk obligations
  • For all jurisdictions, establish a lawful basis for processing and document the risk assessment

Set the limits of acceptable use before you install

Start with a concrete purpose and an honest answer: what real change do you want, and can it be achieved only through video surveillance? The EDPB is explicit that video surveillance is not by default a necessity when other means exist. Privacy-by-design must work from the start: collect as little data as possible, keep it briefly, and bind the system to a single, non-multifunctional purpose.

Before launch, complete a data protection impact assessment, a proportionality check and transparency to people on site. Keep a human in the loop: an analytics alert is a request for verification, not a ready-made accusation. Europol's guidance for law enforcement calls for video analytics to be introduced only for defined use cases, with senior-officer approval and public engagement. Decide how long recordings are kept, who accesses the logs, and who is accountable for periodically re-checking accuracy and bias.

  • Write the goal in verifiable terms: not 'improve security' but 'cut average response time to a left object in zone X'
  • Run the DPIA before, not after, deployment
  • Apply a two-person (four-eyes) rule before acting on analytics
  • Schedule periodic audits that compare alerts with real events and recompute metrics on fresh data

Pre-deployment acceptable-use audit for crowd video analytics

This eight-point checklist helps a site owner, security operator or integrator test a project before procurement and rollout: separate vendor claims from verifiable facts, surface bias risks and fix the boundaries of use. Run it at least twice — when requirements are set and again at acceptance.

  1. Is a single concrete purpose and a measurable success metric documented (not 'safety in general')?
  2. Is proportionality demonstrated — that the problem cannot be solved by a less invasive means than video?
  3. Have you obtained error metrics from the vendor (MAE, precision/recall, false positives and misses) on scenes resembling yours, rather than one accuracy percentage?
  4. Was the system trialled on your own footage, covering your cameras, lighting, weather and peak densities?
  5. Was performance checked across visitor groups (age, sex, mobility, ethnicity), and is training-data composition documented?
  6. Was a legal classification done — analytics versus biometric identification, and for the EU, Article 5 and Annex III of the AI Act?
  7. Was a data protection impact assessment completed, with retention periods and a defined access list for recordings?
  8. Is there a human in the loop, a four-eyes rule, and a named owner for periodic re-evaluation of accuracy and bias?

Questions people ask

How accurate is crowd-counting analytics in practice?

Accuracy depends on the scenario and scene type. Simple line-crossing or zone counters can be highly accurate under controlled conditions, but in dense or occluded crowds the result is an estimate with meaningful error: top-down counting in dense flows typically undercounts real numbers. Trust a figure only if it was measured on data like yours — report mean absolute error, precision/recall and separate false-positive and miss rates per event class. Never rely on a single accuracy percentage from a marketing slide.

How is crowd video analytics different from facial recognition in law?

Crowd video analytics (density, counting, abandoned objects, behavior anomalies) usually does not establish a person's identity, whereas biometric identification compares biometric data against a database to determine who someone is. These carry different legal regimes. In the EU, the AI Act prohibits certain practices, including real-time remote biometric identification in publicly accessible spaces for law enforcement (with narrow exceptions), and classes biometric categorisation and emotion recognition as high-risk under Annex III. Non-identifying analytics is not automatically prohibited, but data-protection, proportionality and human-oversight duties still apply; outside the EU the regime depends on local law.

How do I verify a vendor's accuracy and bias claims?

Request granular metrics: mean absolute error, precision and recall, false-positive and miss rates broken down by scene type and, where relevant, demographic group. Ask about the composition and diversity of training data and whether a report on heterogeneous test sets exists. Then run your own pilot on footage from your cameras, reflecting your lighting, weather, viewing angles and peak densities, and compare system alerts with real events. Record metrics before and after threshold tuning. If bias is detected, require retraining or fine-tuning on your data.

When is crowd video surveillance prohibited or high-risk under the EU AI Act?

Article 5 prohibits, among other practices, the use of real-time remote biometric identification systems in publicly accessible spaces for law-enforcement purposes (except narrow, explicitly defined cases with regulator notification and safeguards) and the indiscriminate scraping of facial images from the internet or CCTV to build recognition databases. Under Annex III, biometric categorisation, emotion recognition and certain law-enforcement analytics are high-risk, triggering strict data, documentation, logging, transparency and human-oversight duties. Ordinary non-identifying analytics is not automatically prohibited, but the classification must be verified against the regulation and national rules for each system.

What does a data protection impact assessment add for camera analytics?

A DPIA forces you to describe, before launch, the purpose of processing, the lawful basis, the data collected, risks to people's rights and the measures to mitigate them. For video analytics it is a practical instrument: you document what data is truly needed, how long it is kept, who has access, whether analytics runs without identification, and whether the goal can be met less invasively. Regulators (for example the EDPB) expect a DPIA before deploying analytics at public events, and privacy-by-design means constraints are built into the architecture from the start rather than added afterward.

How should an operator handle analytics alerts so use stays ethical?

Treat an analytics alert as a request for human verification, never as a ready-made fact or accusation. Apply a four-eyes rule: at least two authorised staff confirm the alert against the video before a decision. Train operators to anticipate false positives and bias, keep logs of every alert and decision, restrict access to recordings and their retention, bind the system to one explicit purpose, and avoid silently expanding its functionality. Re-assess accuracy periodically and be transparent with the public about what is analysed and why.

Sources and further reading

Sources were checked when this page was generated. Confirm changing dates, rules and prices with the original publisher.

  1. NIST Study Evaluates Effects of Race, Age, Sex on Face Recognition SoftwareNational Institute of Standards and Technology (NIST)
  2. FRTE: Demographic Effects in Face Recognition (summary page)National Institute of Standards and Technology (NIST)
  3. EDPB: Data Protection Guidelines on Video Surveillanceeucrim / ERA (European Data Protection Board coverage)
  4. Step 1: Define User Cases and Goals (Responsible use of computer vision in public space)Open Research Amsterdam / City of Amsterdam
  5. Europol releases report on ethical use of AI video analyticsBiometric Update
  6. Article 5: Prohibited AI Practices (EU AI Act)EU Artificial Intelligence Act (Futurium tracker)
  7. Annex III: High-Risk AI Systems Referred to in Article 6(2) (EU AI Act)EU Artificial Intelligence Act (Futurium tracker)