paper-with-me

홈 › Papers

Continuation KD: Improved Knowledge Distillation through the Lens of Continuation Optimization

2022-12-12 · Aref Jafari, Ivan Kobyzev, Mehdi Rezagholizadeh, Pascal Poupart, Ali Ghodsi

Knowledge Distillation (KD) has been extensively used for natural language understanding (NLU) tasks to improve a small model's (a student) generalization by transferring the knowledge from a larger model (a teacher). Although KD methods achieve state-of-the-art performance in numerous settings, they suffer from several problems limiting their performance. It is shown in the literature that the capacity gap between the teacher and the student networks can make KD ineffective. Additionally, existing KD techniques do not mitigate the noise in the teacher's output: modeling the noisy behaviour of the teacher can distract the student from learning more useful features. We propose a new KD method that addresses these problems and facilitates the training compared to previous techniques. Inspired by continuation optimization, we design a training procedure that optimizes the highly non-convex KD objective by starting with the smoothed version of this objective and making it more complex as the training proceeds. Our method (Continuation-KD) achieves state-of-the-art performance across various compact architectures on NLU (GLUE benchmark) and computer vision tasks (CIFAR-10 and CIFAR-100).

📄 PDF Abstract BibTeX arXiv:2212.05998

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationNatural Language Understanding

Similar Papers 제목 키워드 기반

DistillLens: Symmetric Knowledge Distillation Through Logit Lens

2026-02-14 · Manish Dhakal, Uthman Jinadu, Anjila Budathoki, Rajshekhar Sunderraman 외 arxiv

Standard Knowledge Distillation (KD) compresses Large Language Models (LLMs) by optimizing final outputs, yet it typically treats the teacher's intermediate layer's thought process as a black box. While feature-based dis…

Knowledge Distillation

The Struggle Between Continuation and Refusal: A Mechanistic Analysis of the Continuation-Triggered Jailbreak in LLMs

2026-03-09 · Yonghong Deng, Zhen Yang, Ping Jian, Xinyue Zhang 외 arxiv

With the rapid advancement of large language models (LLMs), the safety of LLMs has become a critical concern. Despite significant efforts in safety alignment, current LLMs remain vulnerable to jailbreaking attacks. Howev…

Propagating Knowledge Updates to LMs Through Distillation

2023-06-15 · NeurIPS 2023 11 · Shankar Padmanabhan, Yasumasa Onoe, Michael J. Q. Zhang, Greg Durrett 외

Modern language models have the capacity to store and use immense amounts of knowledge about real-world entities, but it remains unclear how to update such knowledge stored in model parameters. While prior methods for up…

knowledge editingLanguage Modelling

Delving Deep into Semantic Relation Distillation

2025-03-27 · Zhaoyi Yan, KangJun Liu, Qixiang Ye

Knowledge distillation has become a cornerstone technique in deep learning, facilitating the transfer of knowledge from complex models to lightweight counterparts. Traditional distillation approaches focus on transferrin…

Knowledge DistillationModel CompressionRelationSuperpixels

Revisiting Self-Distillation

2022-06-17 · Minh Pham, Minsu Cho, Ameya Joshi, Chinmay Hegde

Knowledge distillation is the procedure of transferring "knowledge" from a large model (the teacher) to a more compact one (the student), often being used in the context of model compression. When both models have the sa…

Knowledge DistillationModel Compression