paper-with-me

Papers

DOT: A Distillation-Oriented Trainer

2023-07-17 · ICCV 2023 1 · Borui Zhao, Quan Cui, RenJie Song, Jiajun Liang

Knowledge distillation transfers knowledge from a large model to a small one via task and distillation losses. In this paper, we observe a trade-off between task and distillation losses, i.e., introducing distillation loss limits the convergence of task loss. We believe that the trade-off results from the insufficient optimization of distillation loss. The reason is: The teacher has a lower task loss than the student, and a lower distillation loss drives the student more similar to the teacher, then a better-converged task loss could be obtained. To break the trade-off, we propose the Distillation-Oriented Trainer (DOT). DOT separately considers gradients of task and distillation losses, then applies a larger momentum to distillation loss to accelerate its optimization. We empirically prove that DOT breaks the trade-off, i.e., both losses are sufficiently optimized. Extensive experiments validate the superiority of DOT. Notably, DOT achieves a +2.59% accuracy improvement on ImageNet-1k for the ResNet50-MobileNetV1 pair. Conclusively, DOT greatly benefits the student's optimization properties in terms of loss convergence and model generalization. Code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2307.08436

Code (1)

megvii-research/mdistiller 공식 구현 pytorch

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

DeepKD: A Deeply Decoupled and Denoised Knowledge Distillation Trainer

2025-05-21 · Haiduo Huang, Jiangcheng Song, Yadong Zhang, Pengju Ren

Recent advances in knowledge distillation have emphasized the importance of decoupling different knowledge components. While existing methods utilize momentum mechanisms to separate task-oriented and distillation gradien…

DenoisingKnowledge DistillationTransfer Learning

Multi-Action Dialog Policy Learning with Interactive Human Teaching

2020-07-01 · SIGDIAL (ACL) 2020 7 · Megha Jhunjhunwala, Caleb Bryant, Pararth Shah

We present a framework for improving task-oriented dialog systems through online interactive teaching with human trainers. A dialog policy trained with imitation learning on a limited corpus may not generalize well to no…

Imitation LearningTransfer Learning

AstraFlow: Dataflow-Oriented Reinforcement Learning for Agentic LLMs

2026-05-15 · Haizhong Zheng, Yizhuo Di, Jiahui Wang, Shuowei Jin 외 arxiv

Reinforcement learning (RL) is increasingly used to improve the reasoning, coding, and tool-use capabilities of large language models, but agentic RL remains prohibitively expensive. Scaling RL to agentic LLMs requires s…

Reinforcement Learning

Task-Oriented Feature Distillation

2020-12-01 · NeurIPS 2020 12 · Linfeng Zhang, Yukang Shi, Zuoqiang Shi, Kaisheng Ma 외

Feature distillation, a primary method in knowledge distillation, always leads to significant accuracy improvements. Most existing methods distill features in the teacher network through a manually designed transformatio…

3D ClassificationGeneral Classificationimage-classificationImage Classification+1

Accelerating Disaggregated RL for Visual Generative LLMs with Diffusion-Based Parallelism and Trainer-Assisted Generation

2026-06-23 · Sijie Wang, Zhengyu Qing, Zhiqiang Tan, Yiming Yin 외 arxiv

Reinforcement learning (RL) has become a dominant post-training paradigm, driving the emergence of high-performance RL systems such as veRL for autoregressive large language models (LLMs). In parallel, diffusion-oriented…

Reinforcement Learning