paper-with-me

홈 › Papers

Aligning in a Compact Space: Contrastive Knowledge Distillation between Heterogeneous Architectures

2024-05-28 · Hongjun Wu, Li Xiao, Xingkuo Zhang, Yining Miao

Knowledge distillation is commonly employed to compress neural networks, reducing the inference costs and memory footprint. In the scenario of homogenous architecture, feature-based methods have been widely validated for their effectiveness. However, in scenarios where the teacher and student models are of heterogeneous architectures, the inherent differences in feature representation significantly degrade the performance of these methods. Recent studies have highlighted that low-frequency components constitute the majority of image features. Motivated by this, we propose a Low-Frequency Components-based Contrastive Knowledge Distillation (LFCC) framework that significantly enhances the performance of feature-based distillation between heterogeneous architectures. Specifically, we designe a set of multi-scale low-pass filters to extract the low-frequency components of intermediate features from both the teacher and student models, aligning them in a compact space to overcome architectural disparities. Moreover, leveraging the intrinsic pairing characteristic of the teacher-student framework, we design an innovative sample-level contrastive learning framework that adeptly restructures the constraints of within-sample feature similarity and between-sample feature divergence into a contrastive learning task. This strategy enables the student model to capitalize on intra-sample feature congruence while simultaneously enhancing the discrimination of features among disparate samples. Consequently, our LFCC framework accurately captures the commonalities in feature representation across heterogeneous architectures. Extensive evaluations and empirical analyses across three architectures (CNNs, Transformers, and MLPs) demonstrate that LFCC achieves superior performance on the challenging benchmarks of ImageNet-1K and CIFAR-100. All codes will be publicly available.

📄 PDF Abstract BibTeX arXiv:2405.18524

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Contrastive Learning 설명 없음
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 제목 키워드 기반

Contrastive Distillation of Emotion Knowledge from LLMs for Zero-Shot Emotion Recognition

2025-05-23 · Minxue Niu, Emily Mower Provost

The ability to handle various emotion labels without dedicated training is crucial for building adaptable Emotion Recognition (ER) systems. Conventional ER models rely on training using fixed label sets and struggle to g…

DescriptiveEmotion Recognition

Dynamic Contrastive Knowledge Distillation for Efficient Image Restoration

2024-12-12 · Yunshuai Zhou, Junbo Qiao, Jincheng Liao, Wei Li 외

Knowledge distillation (KD) is a valuable yet challenging approach that enhances a compact student network by learning from a high-performance but cumbersome teacher model. However, previous KD methods for image restorat…

Contrastive LearningImage RestorationKnowledge Distillation

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

Lightweight and Generalizable Acoustic Scene Representations via Contrastive Fine-Tuning and Distillation

2025-10-04 · Kuang Yuan, Yang Gao, Xilin Li, Xinhao Mei 외 arxiv

Acoustic scene classification (ASC) models on edge devices typically operate under fixed class assumptions, lacking the transferability needed for real-world applications that require adaptation to new or refined acousti…

Acoustic Scene Classification

Knowledge Distillation for 6D Pose Estimation by Aligning Distributions of Local Predictions

2022-05-30 · CVPR 2023 1 · Shuxuan Guo, Yinlin Hu, Jose M. Alvarez, Mathieu Salzmann

Knowledge distillation facilitates the training of a compact student network by using a deep teacher one. While this has achieved great success in many tasks, it remains completely unstudied for image-based 6D object pos…

6D Pose Estimation6D Pose Estimation using RGBKnowledge DistillationPose Estimation+1