paper-with-me

Papers

Leveraging Angular Distributions for Improved Knowledge Distillation

2023-02-27 · Eun Som Jeon, Hongjun Choi, Ankita Shukla, Pavan Turaga

Knowledge distillation as a broad class of methods has led to the development of lightweight and memory efficient models, using a pre-trained model with a large capacity (teacher network) to train a smaller model (student network). Recently, additional variations for knowledge distillation, utilizing activation maps of intermediate layers as the source of knowledge, have been studied. Generally, in computer vision applications, it is seen that the feature activation learned by a higher capacity model contains richer knowledge, highlighting complete objects while focusing less on the background. Based on this observation, we leverage the dual ability of the teacher to accurately distinguish between positive (relevant to the target object) and negative (irrelevant) areas. We propose a new loss function for distillation, called angular margin-based distillation (AMD) loss. AMD loss uses the angular distance between positive and negative features by projecting them onto a hypersphere, motivated by the near angular distributions seen in many feature extractors. Then, we create a more attentive feature that is angularly distributed on the hypersphere by introducing an angular margin to the positive feature. Transferring such knowledge from the teacher network enables the student model to harness the higher discrimination of positive and negative features for the teacher, thus distilling superior student models. The proposed method is evaluated for various student-teacher network pairs on four public datasets. Furthermore, we show that the proposed method has advantages in compatibility with other learning techniques, such as using fine-grained features, augmentation, and other distillation methods.

📄 PDF Abstract BibTeX arXiv:2302.14130

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

On Distilling the Displacement Knowledge for Few-Shot Class-Incremental Learning

2024-12-15 · Pengfei Fang, Yongchun Qin, Hui Xue

Few-shot Class-Incremental Learning (FSCIL) addresses the challenges of evolving data distributions and the difficulty of data acquisition in real-world scenarios. To counteract the catastrophic forgetting typically enco…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+1

Single-Teacher View Augmentation: Boosting Knowledge Distillation via Angular Diversity

2025-10-26 · Seonghoon Yu, Dongjun Nam, Dina Katabi, Jeany Son arxiv

Knowledge Distillation (KD) aims to train a lightweight student model by transferring knowledge from a large, high-capacity teacher. Recent studies have shown that leveraging diverse teacher perspectives can significantl…

Knowledge Distillation

Scalable Class-Incremental Learning Based on Parametric Neural Collapse

2025-12-26 · Chuangxin Zhang, Guangfeng Lin, Enhui Zhao, Kaiyang Liao 외 arxiv

Incremental learning often encounter challenges such as overfitting to new data and catastrophic forgetting of old data. Existing methods can effectively extend the model for new tasks while freezing the parameters of th…

class-incremental learningClass Incremental LearningKnowledge Distillation

Neural Collapse Inspired Knowledge Distillation

2024-12-16 · Shuoxi Zhang, Zijian Song, Kun He

Existing knowledge distillation (KD) methods have demonstrated their ability in achieving student network performance on par with their teachers. However, the knowledge gap between the teacher and student remains signifi…

Knowledge Distillation

Accelerating Diffusion Models with One-to-Many Knowledge Distillation

2024-10-05 · Linfeng Zhang, Kaisheng Ma

Significant advancements in image generation have been made with diffusion models. Nevertheless, when contrasted with previous generative models, diffusion models face substantial computational overhead, leading to failu…

Image GenerationKnowledge Distillation