paper-with-me

홈 › Papers

Cross-head Supervision for Crowd Counting with Noisy Annotations

2023-03-16 · Mingliang Dai, Zhizhong Huang, Jiaqi Gao, Hongming Shan, Junping Zhang

Noisy annotations such as missing annotations and location shifts often exist in crowd counting datasets due to multi-scale head sizes, high occlusion, etc. These noisy annotations severely affect the model training, especially for density map-based methods. To alleviate the negative impact of noisy annotations, we propose a novel crowd counting model with one convolution head and one transformer head, in which these two heads can supervise each other in noisy areas, called Cross-Head Supervision. The resultant model, CHS-Net, can synergize different types of inductive biases for better counting. In addition, we develop a progressive cross-head supervision learning strategy to stabilize the training process and provide more reliable supervision. Extensive experimental results on ShanghaiTech and QNRF datasets demonstrate superior performance over state-of-the-art methods. Code is available at https://github.com/RaccoonDML/CHSNet.

📄 PDF Abstract BibTeX arXiv:2303.09245

Code (1)

raccoondml/chsnet 공식 구현 pytorch

Tasks

Crowd Counting

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Active Crowd Counting with Limited Supervision

2020-07-13 · ECCV 2020 8 · Zhen Zhao, Miaojing Shi, Xiaoxiao Zhao, Li Li

To learn a reliable people counter from crowd images, head center annotations are normally required. Annotating head centers is however a laborious and tedious process in dense crowds. In this paper, we present an active…

Active LearningCrowd CountingDensity Estimation

Crowd Density Estimation using Imperfect Labels

2022-12-02 · Muhammad Asif Khan, Hamid Menouar, Ridha Hamila

Density estimation is one of the most widely used methods for crowd counting in which a deep learning model learns from head-annotated crowd images to estimate crowd density in unseen images. Typically, the learning perf…

Crowd CountingDensity EstimationMissing Labels

A Unified Multi-Task Learning Framework of Real-Time Drone Supervision for Crowd Counting

2022-02-08 · Siqi Gu, Zhichao Lian

In this paper, a novel Unified Multi-Task Learning Framework of Real-Time Drone Supervision for Crowd Counting (MFCC) is proposed, which utilizes an image fusion network architecture to fuse images from the visible and t…

Crowd CountingMulti-Task Learning

Completely Self-Supervised Crowd Counting via Distribution Matching

2020-09-14 · Deepak Babu Sam, Abhinav Agarwalla, Jimmy Joseph, Vishwanath A. Sindagi 외

Dense crowd counting is a challenging task that demands millions of head annotations for training models. Though existing self-supervised approaches could learn good representations, they require some labeled data to map…

Crowd CountingDensity Estimation

Counting Like Human: Anthropoid Crowd Counting on Modeling the Similarity of Objects

2022-12-02 · Qi Wang, Juncheng Wang, Junyu Gao, Yuan Yuan 외

The mainstream crowd counting methods regress density map and integrate it to obtain counting results. Since the density representation to one head accords to its adjacent distribution, it embeds the same category object…

Crowd Counting