菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-08
📄 Abstract - HAJJv2-CrowdCount: Zero-Shot Benchmark for Dense Crowd Counting

Automated crowd counting in Hajj video is difficult not because current models lack capacity, but because the footage violates the assumptions those models were built on: cameras observe the crowd from steep, near-vertical angles, individuals occlude one another extensively, and a single frame can contain well over a thousand people. Benchmarks that test crowd counting in such an environment are either private or not detailed per second. We revisit the HAJJv2 dataset and contribute HAJJv2-CrowdCount: per-second human-annotated crowd counts for its testing videos. Using these annotations, we benchmark three recent zero-shot counting paradigms: an open-vocabulary detector (YOLO-World), a point-based counter (APGCC), and a promptable segmentation-based counter (SAM3Count). SAM3Count attains the lowest overall mean absolute error (MAE 70.4, 95% CI 56.0-86.1), ahead of YOLO-World (92.0) and APGCC (152.9). This ordering reverses, however, in the regime most relevant to deployment: on the densest frames, the detection- and segmentation-based counters both degrade sharply (MAE exceeding 300), while the point-based counter degrades far more gracefully (MAE 114.9). This inversion is decision-relevant for Hajj crowd management, where reliable counts are needed most precisely in the densest and most occluded scenes. The annotations are released to support reproduction and extension of these results.

顶级标签: computer vision benchmark
详细标签: crowd counting zero-shot hajj dataset dense occlusion point-based counting 或 搜索:

HAJJv2-CrowdCount:面向密集人群计数的零样本基准测试 / HAJJv2-CrowdCount: Zero-Shot Benchmark for Dense Crowd Counting


1️⃣ 一句话总结

本文通过为朝觐视频提供每秒人工标注的人群计数,构建了一个极具挑战性的零样本基准测试,并发现基于点的计数模型在超密集场景下性能优于检测和分割模型,为实际人群管理决策提供了关键参考。

源自 arXiv: 2607.07322