Papers › Crowded Video Individual Counting Informed by Social Grouping and Spatial-Temporal...

Crowded Video Individual Counting Informed by Social Grouping and Spatial-Temporal Displacement Priors

3 Jan 2026arXiv:2601.01192added by Syntology

Hao Lu, Xuhui Zhu, Wenjing Zhang, Yanan Li, Xiang Bai

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.01192")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tiny-smart/OMAN found in paper text by SyntologyMIT report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

15unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tiny-smart/OMAN. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_dataset tiny-smart/OMAN/datasets/Sense_dataset.py found in paper text by Syntology unverified MIT (permissive) · 0628e16af7cd6425 · report
build_decoder tiny-smart/OMAN/models/transformer/prog_win_transformer.py found in paper text by Syntology unverified MIT (permissive) · 98ae47001db9858f · report
build_encoder tiny-smart/OMAN/models/transformer/prog_win_transformer.py found in paper text by Syntology unverified MIT (permissive) · 9922dcf47dc78e60 · report
build_matcher tiny-smart/OMAN/models/matcher.py found in paper text by Syntology unverified MIT (permissive) · 0b0a142826b76681 · report
build_video_dataset tiny-smart/OMAN/datasets/Sense_dataset.py found in paper text by Syntology unverified MIT (permissive) · 325f0ed27110ec3d · report
compute_density tiny-smart/OMAN/datasets/Locator_dataset.py found in paper text by Syntology unverified MIT (permissive) · f99cfa4658931193 · report
compute_relative_position tiny-smart/OMAN/models/vic.py found in paper text by Syntology unverified MIT (permissive) · 65ba998e1916b39a · report
duplicate tiny-smart/OMAN/models/pet.py found in paper text by Syntology unverified MIT (permissive) · ee3bda7721d1cc1f · report
get_group_ones tiny-smart/OMAN/models/tri_sim_ot_b.py found in paper text by Syntology unverified MIT (permissive) · a11ee826bb62d41a · report
inverse_normalize tiny-smart/OMAN/datasets/Sense_dataset.py found in paper text by Syntology unverified MIT (permissive) · 14c1b21eca3aaeb9 · report
kl_loss tiny-smart/OMAN/models/extra_loss.py found in paper text by Syntology unverified MIT (permissive) · 2729a1dad2349aa9 · report
locator_dataset tiny-smart/OMAN/datasets/Locator_dataset.py found in paper text by Syntology unverified MIT (permissive) · 98f43ab84b89f23d · report
pos2posemb2d tiny-smart/OMAN/models/vic.py found in paper text by Syntology unverified MIT (permissive) · 573b40489f6a85ca · report
process_data tiny-smart/OMAN/datasets/Locator_dataset.py found in paper text by Syntology unverified MIT (permissive) · 3d064faa02210672 · report
similarity_cost tiny-smart/OMAN/models/tri_sim_ot_b.py found in paper text by Syntology unverified MIT (permissive) · 9f709b995cfb779e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.01192, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections