paper-with-me

홈 › Papers

Knowledge Condensation Distillation

2022-07-12 · Chenxin Li, Mingbao Lin, Zhiyuan Ding, Nie Lin, Yihong Zhuang, Yue Huang, Xinghao Ding, Liujuan Cao

Knowledge Distillation (KD) transfers the knowledge from a high-capacity teacher network to strengthen a smaller student. Existing methods focus on excavating the knowledge hints and transferring the whole knowledge to the student. However, the knowledge redundancy arises since the knowledge shows different values to the student at different learning stages. In this paper, we propose Knowledge Condensation Distillation (KCD). Specifically, the knowledge value on each sample is dynamically estimated, based on which an Expectation-Maximization (EM) framework is forged to iteratively condense a compact knowledge set from the teacher to guide the student learning. Our approach is easy to build on top of the off-the-shelf KD methods, with no extra training parameters and negligible computation overhead. Thus, it presents one new perspective for KD, in which the student that actively identifies teacher's knowledge in line with its aptitude can learn to learn more effectively and efficiently. Experiments on standard benchmarks manifest that the proposed KCD can well boost the performance of student model with even higher distillation efficiency. Code is available at https://github.com/dzy3/KCD.

📄 PDF Abstract BibTeX arXiv:2207.05409

Code (2)

dzy3/kcd 공식 구현 pytorch
Guang000/Awesome-Dataset-Distillation/blob/main/README.md

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Dataset Condensation with Color Compensation

2025-08-02 · Huyu Wu, Duo Su, Junjie Hou, Guang Li arxiv

Dataset condensation always faces a constitutive trade-off: balancing performance and fidelity under extreme compression. Existing methods struggle with two bottlenecks: image-level selection methods (Coreset Selection, …

Representation Learning

Dispersion Loss Counteracts Embedding Condensation and Improves Generalization in Small Language Models

2026-01-30 · Chen Liu, Xingzhi Sun, Xi Xiao, Alexandre Van Tassel 외 arxiv

Large language models (LLMs) achieve remarkable performance through ever-increasing parameter counts, but scaling incurs steep computational costs. To better understand LLM scaling, we study representational differences …

Knowledge Distillation

BACON: Bayesian Optimal Condensation Framework for Dataset Distillation

2024-06-03 · Zheng Zhou, Hongbo Zhao, Guangliang Cheng, Xiangtai Li 외

Dataset Distillation (DD) aims to distill knowledge from extensive datasets into more compact ones while preserving performance on the test set, thereby reducing storage costs and training expenses. However, existing met…

Dataset Distillation

EPiC: Towards Lossless Speedup for Reasoning Training through Edge-Preserving CoT Condensation

2025-06-04 · Jinghan Jia, Hadi Reisizadeh, Chongyu Fan, Nathalie Baracaldo 외

Large language models (LLMs) have shown remarkable reasoning capabilities when trained with chain-of-thought (CoT) supervision. However, the long and verbose CoT traces, especially those distilled from large reasoning mo…

A Large-Scale Study on Video Action Dataset Condensation

2024-12-30 · Yang Chen, Sheng Guo, LiMin Wang

Dataset condensation has made significant progress in the image domain. Unlike images, videos possess an additional temporal dimension, which harbors considerable redundant information, making condensation even more cruc…

Action RecognitionDataset CondensationDataset DistillationDiversity