paper-with-me

Papers

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 that existing logit-based methods may be sub-optimal since they only leverage the global logit output that couples multiple semantic knowledge. This may transfer ambiguous knowledge to the student and mislead its learning. To this end, we propose a simple but effective method, i.e., Scale Decoupled Distillation (SDD), for logit knowledge distillation. SDD decouples the global logit output into multiple local logit outputs and establishes distillation pipelines for them. This helps the student to mine and inherit fine-grained and unambiguous logit knowledge. Moreover, the decoupled knowledge can be further divided into consistent and complementary logit knowledge that transfers the semantic information and sample ambiguity, respectively. By increasing the weight of complementary parts, SDD can guide the student to focus more on ambiguous samples, improving its discrimination ability. Extensive experiments on several benchmark datasets demonstrate the effectiveness of SDD for wide teacher-student pairs, especially in the fine-grained classification task. Code is available at: https://github.com/shicaiwei123/SDD-CVPR2024

📄 PDF Abstract BibTeX arXiv:2403.13512

Code (1)

shicaiwei123/sdd-cvpr2024 공식 구현 pytorch

Tasks

Knowledge Distillation

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

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

Target-Driven Distillation: Consistency Distillation with Target Timestep Selection and Decoupled Guidance

2024-09-02 · Cunzheng Wang, Ziyuan Guo, Yuxuan Duan, Huaxia Li 외

Consistency distillation methods have demonstrated significant success in accelerating generative tasks of diffusion models. However, since previous consistency distillation methods use simple and straightforward strateg…

Rectified Decoupled Dataset Distillation: A Closer Look for Fair and Comprehensive Evaluation

2025-09-24 · Xinhao Zhong, Shuoyang Sun, Xulin Gu, Chenyang Zhu 외 arxiv

Dataset distillation aims to generate compact synthetic datasets that enable models trained on them to achieve performance comparable to those trained on full real datasets, while substantially reducing storage and compu…

Synthetic Data GenerationData Augmentation

Decoupled Audio-Visual Dataset Distillation

2025-11-22 · Wenyuan Li, Guang Li, Keisuke Maeda, Takahiro Ogawa 외 arxiv

Audio-Visual Dataset Distillation aims to compress large-scale datasets into compact subsets while preserving the performance of the original data. However, conventional Distribution Matching (DM) methods struggle to cap…

Representation Learning

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