paper-with-me

Papers

Online Knowledge Distillation for Efficient Pose Estimation

2021-08-04 · ICCV 2021 10 · Zheng Li, Jingwen Ye, Mingli Song, Ying Huang, Zhigeng Pan

Existing state-of-the-art human pose estimation methods require heavy computational resources for accurate predictions. One promising technique to obtain an accurate yet lightweight pose estimator is knowledge distillation, which distills the pose knowledge from a powerful teacher model to a less-parameterized student model. However, existing pose distillation works rely on a heavy pre-trained estimator to perform knowledge transfer and require a complex two-stage learning procedure. In this work, we investigate a novel Online Knowledge Distillation framework by distilling Human Pose structure knowledge in a one-stage manner to guarantee the distillation efficiency, termed OKDHP. Specifically, OKDHP trains a single multi-branch network and acquires the predicted heatmaps from each, which are then assembled by a Feature Aggregation Unit (FAU) as the target heatmaps to teach each branch in reverse. Instead of simply averaging the heatmaps, FAU which consists of multiple parallel transformations with different receptive fields, leverages the multi-scale information, thus obtains target heatmaps with higher-quality. Specifically, the pixel-wise Kullback-Leibler (KL) divergence is utilized to minimize the discrepancy between the target heatmaps and the predicted ones, which enables the student network to learn the implicit keypoint relationship. Besides, an unbalanced OKDHP scheme is introduced to customize the student networks with different compression rates. The effectiveness of our approach is demonstrated by extensive experiments on two common benchmark datasets, MPII and COCO.

📄 PDF Abstract BibTeX arXiv:2108.02092

Code (1)

zhengli427/OKDHP 공식 구현 pytorch

Tasks

Knowledge DistillationPose Estimation

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 제목 키워드 기반

UKD: Debiasing Conversion Rate Estimation via Uncertainty-regularized Knowledge Distillation

2022-01-20 · Zixuan Xu, Penghui Wei, Weimin Zhang, Shaoguo Liu 외

In online advertising, conventional post-click conversion rate (CVR) estimation models are trained using clicked samples. However, during online serving the models need to estimate for all impression ads, leading to the …

Knowledge DistillationSelection bias

Distilling Future Temporal Knowledge with Masked Feature Reconstruction for 3D Object Detection

2025-12-09 · Haowen Zheng, Hu Zhu, Lu Deng, Weihao Gu 외 arxiv

Camera-based temporal 3D object detection has shown impressive results in autonomous driving, with offline models improving accuracy by using future frames. Knowledge distillation (KD) can be an appealing framework for t…

Knowledge Distillation3D Object DetectionAutonomous Driving

Efficient training of lightweight neural networks using Online Self-Acquired Knowledge Distillation

2021-08-26 · Maria Tzelepi, Anastasios Tefas

Knowledge Distillation has been established as a highly promising approach for training compact and faster models by transferring knowledge from heavyweight and powerful models. However, KD in its conventional version co…

Density EstimationKnowledge Distillation

ADU-Depth: Attention-based Distillation with Uncertainty Modeling for Depth Estimation

2023-09-26 · Zizhang Wu, Zhuozheng Li, Zhi-Gang Fan, Yunzhe Wu 외

Monocular depth estimation is challenging due to its inherent ambiguity and ill-posed nature, yet it is quite important to many applications. While recent works achieve limited accuracy by designing increasingly complica…

3D geometryDepth EstimationDomain AdaptationKnowledge Distillation+2

On the Query Strategies for Efficient Online Active Distillation

2023-09-04 · Michele Boldo, Enrico Martini, Mirco De Marchi, Stefano Aldegheri 외

Deep Learning (DL) requires lots of time and data, resulting in high computational demands. Recently, researchers employ Active Learning (AL) and online distillation to enhance training efficiency and real-time model ada…

Active LearningContinual LearningKnowledge DistillationPose Estimation