paper-with-me

홈 › Papers

Crowd Counting with Online Knowledge Learning

2023-03-18 · Shengqin Jiang, Bowen Li, Fengna Cheng, Qingshan Liu

Efficient crowd counting models are urgently required for the applications in scenarios with limited computing resources, such as edge computing and mobile devices. A straightforward method to achieve this is knowledge distillation (KD), which involves using a trained teacher network to guide the training of a student network. However, this traditional two-phase training method can be time-consuming, particularly for large datasets, and it is also challenging for the student network to mimic the learning process of the teacher network. To overcome these challenges, we propose an online knowledge learning method for crowd counting. Our method builds an end-to-end training framework that integrates two independent networks into a single architecture, which consists of a shared shallow module, a teacher branch, and a student branch. This approach is more efficient than the two-stage training technique of traditional KD. Moreover, we propose a feature relation distillation method which allows the student branch to more effectively comprehend the evolution of inter-layer features by constructing a new inter-layer relationship matrix. It is combined with response distillation and feature internal distillation to enhance the transfer of mutually complementary information from the teacher branch to the student branch. Extensive experiments on four challenging crowd counting datasets demonstrate the effectiveness of our method which achieves comparable performance to state-of-the-art methods despite using far fewer parameters.

📄 PDF Abstract BibTeX arXiv:2303.10318

Code (0)

등록된 구현이 없습니다.

Tasks

Crowd CountingEdge-computingKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

CrowdCLIP: Unsupervised Crowd Counting via Vision-Language Model

2023-04-09 · CVPR 2023 1 · Dingkang Liang, Jiahao Xie, Zhikang Zou, Xiaoqing Ye 외

Supervised crowd counting relies heavily on costly manual labeling, which is difficult and expensive, especially in dense scenes. To alleviate the problem, we propose a novel unsupervised framework for crowd counting, na…

Cross-Part Crowd CountingCrowd CountingLanguage ModelingLanguage Modelling+1

Improved Knowledge Distillation for Crowd Counting on IoT Device

2023-08-02 · IEEE International Conference on Edge Computing and Communications 2023 8 · Zuo Huang, Richard O. Sinnott

Manual crowd counting for real-world problems is impossible or results in wildly inaccurate estimations. Deep learning is one area that has been applied to address this issue. Crowd counting is a computationally intensiv…

Crowd CountingKnowledge DistillationQuantization

Residual Regression With Semantic Prior for Crowd Counting

2019-06-01 · CVPR 2019 6 · Jia Wan, Wenhan Luo, Baoyuan Wu, Antoni B. Chan 외

Crowd counting is a challenging task due to factors such as large variations in crowdedness and severe occlusions. Although recent deep learning based counting algorithms have achieved a great progress, the correlation k…

Crowd Countingregression

Scale-Aware Crowd Counting Using a Joint Likelihood Density Map and Synthetic Fusion Pyramid Network

2022-11-13 · Yi-Kuan Hsieh, Jun-Wei Hsieh, Yu-Chee Tseng, Ming-Ching Chang 외

We develop a Synthetic Fusion Pyramid Network (SPF-Net) with a scale-aware loss function design for accurate crowd counting. Existing crowd-counting methods assume that the training annotation points were accurate and th…

Crowd Counting

TransCrowd: weakly-supervised crowd counting with transformers

2021-04-19 · Dingkang Liang, Xiwu Chen, Wei Xu, Yu Zhou 외

The mainstream crowd counting methods usually utilize the convolution neural network (CNN) to regress a density map, requiring point-level annotations. However, annotating each person with a point is an expensive and lab…

Crowd Counting