paper-with-me

Papers

Expandable Residual Approximation for Knowledge Distillation

2025-08-22 · Zhaoyi Yan, Binghui Chen, Yunfan Liu, Qixiang Ye arxiv

Knowledge distillation (KD) aims to transfer knowledge from a large-scale teacher model to a lightweight one, significantly reducing computational and storage requirements. However, the inherent learning capacity gap between the teacher and student often hinders the sufficient transfer of knowledge, motivating numerous studies to address this challenge. Inspired by the progressive approximation principle in the Stone-Weierstrass theorem, we propose Expandable Residual Approximation (ERA), a novel KD method that decomposes the approximation of residual knowledge into multiple steps, reducing the difficulty of mimicking the teacher's representation through a divide-and-conquer approach. Specifically, ERA employs a Multi-Branched Residual Network (MBRNet) to implement this residual knowledge decomposition. Additionally, a Teacher Weight Integration (TWI) strategy is introduced to mitigate the capacity disparity by reusing the teacher's head weights. Extensive experiments show that ERA improves the Top-1 accuracy on the ImageNet classification benchmark by 1.41% and the AP on the MS COCO object detection benchmark by 1.40, as well as achieving leading performance across computer vision tasks. Codes and models are available at https://github.com/Zhaoyi-Yan/ERA.

📄 PDF Abstract BibTeX arXiv:2508.16050

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationObject Detection

Similar Papers 제목 키워드 기반

Prompt Tuning for Few-Shot Continual Learning Named Entity Recognition

2025-08-10 · Zhe Ren arxiv

Knowledge distillation has been successfully applied to Continual Learning Named Entity Recognition (CLNER) tasks, by using a teacher model trained on old-class data to distill old-class entities present in new-class dat…

Knowledge DistillationContinual Learning

Recurrent knowledge distillation

2018-05-18 · Silvia L. Pintea, Yue Liu, Jan C. van Gemert

Knowledge distillation compacts deep networks by letting a small student network learn from a large teacher network. The accuracy of knowledge distillation recently benefited from adding residual layers. We propose to re…

Knowledge Distillation

Residual Knowledge Distillation

2020-02-21 · Mengya Gao, Yujun Shen, Quanquan Li, Chen Change Loy

Knowledge distillation (KD) is one of the most potent ways for model compression. The key idea is to transfer the knowledge from a deep teacher model (T) to a shallower student (S). However, existing methods suffer from …

Knowledge DistillationModel Compression

Advancing Pre-trained Teacher: Towards Robust Feature Discrepancy for Anomaly Detection

2024-05-03 · Canhui Tang, Sanping Zhou, Yizhe Li, Yonghao Dong 외

With the wide application of knowledge distillation between an ImageNet pre-trained teacher model and a learnable student model, industrial anomaly detection has witnessed a significant achievement in the past few years.…

Anomaly DetectionAttributeKnowledge Distillation

A Quantitative Approximation Framework for Flow Distillation in Diffusion Models

2026-06-02 · Weiguo Gao, Ming Li, Lei Shi, Hanfei Zhou arxiv

We develop a quantitative framework for diffusion distillation by viewing few step sampling as approximation through compositions of learned flow maps. For trajectory distillation of the probability flow ODE, we show tha…