CVLGJul 27, 2021

Uniformity in Heterogeneity:Diving Deep into Count Interval Partition for Crowd Counting

arXiv:2107.12619v246 citationsHas Code
Originality Highly original
AI Analysis

This addresses crowd counting accuracy for applications like surveillance and event management, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles inaccurate learning targets in crowd counting by proposing a classification approach that predicts indices of count interval bins instead of count values, introducing Uniform Error Partition (UEP) to balance error contributions and Mean Count Proxies (MCP) to minimize discretization errors, achieving state-of-the-art performance on multiple datasets.

Recently, the problem of inaccurate learning targets in crowd counting draws increasing attention. Inspired by a few pioneering work, we solve this problem by trying to predict the indices of pre-defined interval bins of counts instead of the count values themselves. However, an inappropriate interval setting might make the count error contributions from different intervals extremely imbalanced, leading to inferior counting performance. Therefore, we propose a novel count interval partition criterion called Uniform Error Partition (UEP), which always keeps the expected counting error contributions equal for all intervals to minimize the prediction risk. Then to mitigate the inevitably introduced discretization errors in the count quantization process, we propose another criterion called Mean Count Proxies (MCP). The MCP criterion selects the best count proxy for each interval to represent its count value during inference, making the overall expected discretization error of an image nearly negligible. As far as we are aware, this work is the first to delve into such a classification task and ends up with a promising solution for count interval partition. Following the above two theoretically demonstrated criterions, we propose a simple yet effective model termed Uniform Error Partition Network (UEPNet), which achieves state-of-the-art performance on several challenging datasets. The codes will be available at: https://github.com/TencentYoutuResearch/CrowdCounting-UEPNet.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes