Crowded Video Individual Counting Informed by Social Grouping and Spatial-Temporal Displacement Priors
Hao Lu, Xuhui Zhu, Wenjing Zhang, Yanan Li, Xiang Bai
TL;DR
The paper tackles VIC in densely crowded scenes by rethinking matching as one-to-many (O2M) rather than one-to-one (O2O) and by embedding motion priors into the model. It introduces WuhanMetroCrowd, a large surveillance-based VIC dataset with diverse density, long clips, and heavy occlusions, to address data gaps in crowded scenarios. The proposed OMAN++ framework combines an Implicit Context Generator, a Displacement Prior Injector, and an OT-based loss to fuse social grouping context with spatial-temporal motion cues, achieving strong gains across SenseCrowd, CroHD, MovingDroneCrowd, and especially WuhanMetroCrowd. The results demonstrate the practical impact of leveraging grouping and displacement priors for robust VIC in real-world, crowded environments, with code and models publicly available.
Abstract
Video Individual Counting (VIC) is a recently introduced task aiming to estimate pedestrian flux from a video. It extends Video Crowd Counting (VCC) beyond the per-frame pedestrian count. In contrast to VCC that learns to count pedestrians across frames, VIC must identify co-existent pedestrians between frames, which turns out to be a correspondence problem. Existing VIC approaches, however, can underperform in congested scenes such as metro commuting. To address this, we build WuhanMetroCrowd, one of the first VIC datasets that characterize crowded, dynamic pedestrian flows. It features sparse-to-dense density levels, short-to-long video clips, slow-to-fast flow variations, front-to-back appearance changes, and light-to-heavy occlusions. To better adapt VIC approaches to crowds, we rethink the nature of VIC and recognize two informative priors: i) the social grouping prior that indicates pedestrians tend to gather in groups and ii) the spatial-temporal displacement prior that informs an individual cannot teleport physically. The former inspires us to relax the standard one-to-one (O2O) matching used by VIC to one-to-many (O2M) matching, implemented by an implicit context generator and a O2M matcher; the latter facilitates the design of a displacement prior injector, which strengthens not only O2M matching but also feature extraction and model training. These designs jointly form a novel and strong VIC baseline OMAN++. Extensive experiments show that OMAN++ not only outperforms state-of-the-art VIC baselines on the standard SenseCrowd, CroHD, and MovingDroneCrowd benchmarks, but also indicates a clear advantage in crowded scenes, with a 38.12% error reduction on our WuhanMetroCrowd dataset. Code, data, and pretrained models are available at https://github.com/tiny-smart/OMAN.
