paper-with-me

홈 › Papers

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 intensive task. Therefore, many crowd counting models employ large-scale deep convolutional neural networks (CNN) to achieve higher accuracy. However, these are typically at the cost of performance and inference speed. This makes such approaches difficult to apply in real-world settings, e.g., on Internet-of-Things (IoT) devices. To tackle this problem, one method is to compress models using pruning and quantization or use of lightweight model backbones. However, such methods often result in a significant loss of accuracy. To address this, some studies have explored knowledge distillation methods to extract useful information from large state-of-the-art (teacher) models to guide/train smaller (student) models. However, knowledge distillation methods suffer from the problem of information loss caused by hint-transformers. Furthermore, teacher models may have a negative impact on student models. In this work, we propose a method based on knowledge distillation that uses self-transformed hints and loss functions that ignore outliers to tackle real-world and challenging crowd counting tasks. Based on our approach, we achieve a MAE of 77.24 and a MSE of 276.17 using the JHU-CROWD++ [1] test set. This is comparable to state-of-the-art deep crowd counting models, but at a fraction of the original model size and complexity, thus making the solution suitable for IoT devices. The source code is available at https://github.com/huangzuo/effcc_distilled.

📄 PDF Abstract BibTeX

Code (1)

huangzuo/effcc_distilled pytorch

Tasks

Crowd CountingKnowledge DistillationQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
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.…
MAE 설명 없음

Similar 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 d…

Crowd CountingEdge-computingKnowledge Distillation

Towards Unsupervised Crowd Counting via Regression-Detection Bi-knowledge Transfer

2020-08-12 · Yuting Liu, Zheng Wang, Miaojing Shi, Shin'ichi Satoh 외

Unsupervised crowd counting is a challenging yet not largely explored task. In this paper, we explore it in a transfer learning setting where we learn to detect and count persons in an unlabeled target set by transferrin…

Crowd CountingKnowledge DistillationregressionSelf-Supervised Learning+1

Forget Less, Count Better: A Domain-Incremental Self-Distillation Learning Benchmark for Lifelong Crowd Counting

2022-05-06 · Jiaqi Gao, Jingqi Li, Hongming Shan, Yanyun Qu 외

Crowd counting has important applications in public safety and pandemic control. A robust and practical crowd counting system has to be capable of continuously learning with the new incoming domain data in real-world sce…

Crowd CountingLifelong learning

Recurrent Distillation based Crowd Counting

2020-06-14 · Yue Gu, Wenxi Liu

In recent years, with the progress of deep learning technologies, crowd counting has been rapidly developed. In this work, we propose a simple yet effective crowd counting framework that is able to achieve the state-of-t…

Crowd Counting

Reducing Capacity Gap in Knowledge Distillation with Review Mechanism for Crowd Counting

2022-06-11 · Yunxin Liu, Qiaosi Yi, Jinshan Zeng

The lightweight crowd counting models, in particular knowledge distillation (KD) based models, have attracted rising attention in recent years due to their superiority on computational efficiency and hardware requirement…

Computational EfficiencyCrowd CountingKnowledge Distillation