Distribution Matching for Crowd Counting
Boyu Wang, Huidong Liu, Dimitris Samaras, Minh Hoai

TL;DR
This paper introduces DM-Count, a crowd counting method that uses distribution matching via optimal transport to improve accuracy and generalization, outperforming previous Gaussian-based approaches on multiple datasets.
Contribution
We propose a novel crowd counting framework using distribution matching with optimal transport, eliminating Gaussian smoothing and achieving state-of-the-art results.
Findings
DM-Count outperforms previous methods on large-scale datasets.
It reduces the error of prior state-of-the-art by approximately 16%.
The method has a tighter generalization error bound than Gaussian smoothing approaches.
Abstract
In crowd counting, each training image contains multiple people, where each person is annotated by a dot. Existing crowd counting methods need to use a Gaussian to smooth each annotated dot or to estimate the likelihood of every pixel given the annotated point. In this paper, we show that imposing Gaussians to annotations hurts generalization performance. Instead, we propose to use Distribution Matching for crowd COUNTing (DM-Count). In DM-Count, we use Optimal Transport (OT) to measure the similarity between the normalized predicted density map and the normalized ground truth density map. To stabilize OT computation, we include a Total Variation loss in our model. We show that the generalization error bound of DM-Count is tighter than that of the Gaussian smoothed methods. In terms of Mean Absolute Error, DM-Count outperforms the previous state-of-the-art methods by a large margin on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Anomaly Detection Techniques and Applications · Human Pose and Action Recognition
