paper-with-me

Papers

Cross-Domain Knowledge Distillation for Low-Resolution Human Pose Estimation

2024-05-19 · Zejun Gu, Zhong-Qiu Zhao, Henghui Ding, Hao Shen, Zhao Zhang, De-Shuang Huang

In practical applications of human pose estimation, low-resolution inputs frequently occur, and existing state-of-the-art models perform poorly with low-resolution images. This work focuses on boosting the performance of low-resolution models by distilling knowledge from a high-resolution model. However, we face the challenge of feature size mismatch and class number mismatch when applying knowledge distillation to networks with different input resolutions. To address this issue, we propose a novel cross-domain knowledge distillation (CDKD) framework. In this framework, we construct a scale-adaptive projector ensemble (SAPE) module to spatially align feature maps between models of varying input resolutions. It adopts a projector ensemble to map low-resolution features into multiple common spaces and adaptively merges them based on multi-scale information to match high-resolution features. Additionally, we construct a cross-class alignment (CCA) module to solve the problem of the mismatch of class numbers. By combining an easy-to-hard training (ETHT) strategy, the CCA module further enhances the distillation performance. The effectiveness and efficiency of our approach are demonstrated by extensive experiments on two common benchmark datasets: MPII and COCO. The code is made available in supplementary material.

📄 PDF Abstract BibTeX arXiv:2405.11448

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationPose Estimation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

Adapting Models to Signal Degradation using Distillation

2016-04-01 · Jong-Chyi Su, Subhransu Maji

Model compression and knowledge distillation have been successfully applied for cross-architecture and cross-domain transfer learning. However, a key requirement is that training examples are in correspondence across the…

Domain AdaptationKnowledge DistillationModel CompressionTransfer Learning

M^2C-EvDet: Multi-Domain Multi-Order Cross-Modal Knowledge Distillation for Event-based Object Detection

2026-06-23 · Wei Bao, Siqi Li, Shouan Pan, Yi Xie 외 arxiv

Event-based object Detection (EvDet), as a biologically inspired visual perception paradigm, demonstrates superior performance in scenarios demanding high temporal resolution and a wide dynamic range. Nevertheless, the i…

Knowledge DistillationObject Detection

Efficient Low-Resolution Face Recognition via Bridge Distillation

2024-09-18 · Shiming Ge, Shengwei Zhao, Chenyu Li, Yu Zhang 외

Face recognition in the wild is now advancing towards light-weight models, fast inference speed and resolution-adapted capability. In this paper, we propose a bridge distillation approach to turn a complex face model pre…

CPUDataset DistillationFace ModelFace Recognition+3

Continuous sign language recognition based on cross-resolution knowledge distillation

2023-03-13 · Qidan Zhu, Jing Li, Fei Yuan, Quan Gan

The goal of continuous sign language recognition(CSLR) research is to apply CSLR models as a communication tool in real life, and the real-time requirement of the models is important. In this paper, we address the model …

Knowledge DistillationSign Language Recognition

Low-Resolution Object Recognition with Cross-Resolution Relational Contrastive Distillation

2024-09-04 · Kangkai Zhang, Shiming Ge, Ruixin Shi, Dan Zeng

Recognizing objects in low-resolution images is a challenging task due to the lack of informative details. Recent studies have shown that knowledge distillation approaches can effectively transfer knowledge from a high-r…

Face RecognitionKnowledge DistillationObject RecognitionTransfer Learning