paper-with-me

Papers

Adaptive Decoupled Pose Knowledge Distillation

2023-10-01 · journal 2023 10 · Jie Xu, Shanshan Zhang, and Jian Yang

Existing state-of-the-art human pose estimation approaches require heavy computational resources for accurate prediction. One promising technique to obtain an accurate yet lightweight pose estimator is Knowledge Distillation (KD), which distills the pose knowledge from a powerful teacher model to a lightweight student model. However, existing human pose KD methods focus more on designing paired student and teacher network architectures, yet ignore the mechanism of pose knowledge distillation. In this work, we reformulate the human pose KD to a coarse to fine process and decouple the classical KD loss into three terms: Binary Keypoint vs. Non-Keypoint Distillation (BiKD), Keypoint Area Distillation (KAD) and Non-keypoint Area Distillation (NAD). Observing the decoupled formulation, we point out an important limitation of the classical pose KD, i.e. the bias between different loss terms limits the performance gain of the student network. To address the biased knowledge distillation problem, we present a novel KD method named Adaptive Decoupled Pose knowledge Distillation (ADPD), enabling BiKD, KAD and NAD to play their roles more effectively and flexibly. Extensive experiments on two standard human pose datasets, MPII and MS COCO, demonstrate that our proposed method outperforms previous KD methods and is generalizable to different teacher-student pairs. The code will be available at https://github.com/SuperJay1996/ADPD.

📄 PDF Abstract BibTeX

Code (1)

superjay1996/adpd 공식 구현 pytorch

Tasks

Knowledge DistillationPose Estimation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
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 제목 키워드 기반

Decoupled Multimodal Distilling for Emotion Recognition

2023-03-24 · CVPR 2023 1 · Yong Li, Yuanzhi Wang, Zhen Cui

Human multimodal emotion recognition (MER) aims to perceive human emotions via language, visual and acoustic modalities. Despite the impressive performance of previous MER approaches, the inherent multimodal heterogeneit…

Emotion RecognitionKnowledge DistillationMultimodal Emotion RecognitionTransfer Learning

Decoupled Hierarchical Distillation for Multimodal Emotion Recognition

2026-02-04 · Yong Li, Yuanzhi Wang, Yi Ding, Shiqing Zhang 외 arxiv

Human multimodal emotion recognition (MER) seeks to infer human emotions by integrating information from language, visual, and acoustic modalities. Although existing MER approaches have achieved promising results, they s…

Multimodal Emotion RecognitionKnowledge Distillation

Scale Decoupled Distillation

2024-03-20 · Shicai Wei Chunbo Luo Yang Luo

Logit knowledge distillation attracts increasing attention due to its practicality in recent studies. However, it often suffers inferior performance compared to the feature knowledge distillation. In this paper, we argue…

Knowledge Distillation

Task Decoupled Knowledge Distillation For Lightweight Face Detectors

2020-10-14 · Xiaoqing Liang, Xu Zhao, Chaoyang Zhao, Nanfei Jiang 외

We propose a knowledge distillation method for the face detection task. This method decouples the distillation task of face detection into two subtasks, i.e., the classification distillation subtask and the regression di…

Face DetectionKnowledge Distillationregression

Scaled Decoupled Distillation

2024-01-01 · CVPR 2024 1 · Shicai Wei, Chunbo Luo, Yang Luo

Logit knowledge distillation attracts increasing attention due to its practicality in recent studies. However it often suffers inferior performance compared to the feature knowledge distillation. In this paper we arg…

Knowledge Distillation