paper-with-me

Papers

Context-Aware Knowledge Distillation with Adaptive Weighting for Image Classification

2025-08-30 · Zhengda Li arxiv

Knowledge distillation (KD) is a widely used technique to transfer knowledge from a large teacher network to a smaller student model. Traditional KD uses a fixed balancing factor alpha as a hyperparameter to combine the hard-label cross-entropy loss with the soft-label distillation loss. However, a static alpha is suboptimal because the optimal trade-off between hard and soft supervision can vary during training. In this work, we propose an Adaptive Knowledge Distillation (AKD) framework. First we try to make alpha as learnable parameter that can be automatically learned and optimized during training. Then we introduce a formula to reflect the gap between the student and the teacher to compute alpha dynamically, guided by student-teacher discrepancies, and further introduce a Context-Aware Module (CAM) using MLP + Attention to adaptively reweight class-wise teacher outputs. Experiments on CIFAR-10 with ResNet-50 as teacher and ResNet-18 as student demonstrate that our approach achieves superior accuracy compared to fixed-weight KD baselines, and yields more stable convergence.

📄 PDF Abstract BibTeX arXiv:2509.05319

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationImage Classification

Similar Papers 제목 키워드 기반

Adaptive Weighting in Knowledge Distillation: An Axiomatic Framework for Multi-Scale Teacher Ensemble Optimization

2026-01-25 · Aaron R. Flouro, Shawn P. Chadwick arxiv

Knowledge distillation with multiple teachers is increasingly used to improve robustness, efficiency, and safety, yet existing approaches rely largely on heuristic or implementation-specific weighting schemes. This paper…

Knowledge Distillation

Prime-Aware Adaptive Distillation

2020-08-04 · ECCV 2020 8 · Youcai Zhang, Zhonghao Lan, Yuchen Dai, Fangao Zeng 외

Knowledge distillation(KD) aims to improve the performance of a student network by mimicing the knowledge from a powerful teacher network. Existing methods focus on studying what knowledge should be transferred and treat…

Knowledge DistillationMetric Learningobject-detectionObject Detection

Uncertainty-Aware Knowledge Distillation for Multimodal Large Language Models

2026-03-22 · Jingchen Sun, Shaobo Han, Deep Patel, Wataru Kohno 외 arxiv

Knowledge distillation establishes a learning paradigm that leverages both data supervision and teacher guidance. However, determining the optimal balance between learning from data and learning from the teacher is chall…

Knowledge Distillation

PromptMM: Multi-Modal Knowledge Distillation for Recommendation with Prompt-Tuning

2024-02-27 · Wei Wei, Jiabin Tang, Yangqin Jiang, Lianghao Xia 외

Multimedia online platforms (e.g., Amazon, TikTok) have greatly benefited from the incorporation of multimedia (e.g., visual, textual, and acoustic) content into their personal recommender systems. These modalities provi…

Knowledge DistillationModel CompressionRecommendation Systems

ReCo-KD: Region- and Context-Aware Knowledge Distillation for Efficient 3D Medical Image Segmentation

2026-01-13 · Qizhen Lan, Yu-Chun Hsu, Nida Saddaf Khan, Xiaoqian Jiang arxiv

Accurate 3D medical image segmentation is vital for diagnosis and treatment planning, but state-of-the-art models are often too large for clinics with limited computing resources. Lightweight architectures typically suff…

Medical Image SegmentationKnowledge Distillation