paper-with-me

Papers

Adaptive Distillation: Aggregating Knowledge from Multiple Paths for Efficient Distillation

2021-10-19 · Sumanth Chennupati, Mohammad Mahdi Kamani, Zhongwei Cheng, Lin Chen

Knowledge Distillation is becoming one of the primary trends among neural network compression algorithms to improve the generalization performance of a smaller student model with guidance from a larger teacher model. This momentous rise in applications of knowledge distillation is accompanied by the introduction of numerous algorithms for distilling the knowledge such as soft targets and hint layers. Despite this advancement in different techniques for distilling the knowledge, the aggregation of different paths for distillation has not been studied comprehensively. This is of particular significance, not only because different paths have different importance, but also due to the fact that some paths might have negative effects on the generalization performance of the student model. Hence, we need to adaptively adjust the importance of each path to maximize the impact of distillation on the student model. In this paper, we explore different approaches for aggregating these different paths and introduce our proposed adaptive approach based on multitask learning methods. We empirically demonstrate the effectiveness of the proposed approach over other baselines on the applications of knowledge distillation in classification, semantic segmentation, and object detection tasks.

📄 PDF Abstract BibTeX arXiv:2110.09674

Code (1)

wyze-AI/AdaptiveDistillation 공식 구현 pytorch

Tasks

Knowledge DistillationNeural Network Compressionobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Single-Teacher View Augmentation: Enhancing Knowledge Distillation with Student-Guided Perturbations

2026-07-13 · Xuyi Yu, Yaohua Liu, Chengjun Li, Qiang Tang 외 arxiv

Knowledge distillation (KD) typically relies on the fixed perspective of a single teacher, limiting the diversity of supervisory signals. While multi-teacher distillation addresses this by aggregating knowledge from mult…

Knowledge Distillation

Learning from Diverse Reasoning Paths with Routing and Collaboration

2025-08-23 · Zhenyu Lei, Zhen Tan, Song Wang, Yaochen Zhu 외 arxiv

Advances in large language models (LLMs) significantly enhance reasoning capabilities but their deployment is restricted in resource-constrained scenarios. Knowledge distillation addresses this by transferring knowledge …

Knowledge Distillation

Understanding Reasoning Ability of Language Models From the Perspective of Reasoning Paths Aggregation

2024-02-05 · Xinyi Wang, Alfonso Amayuelas, Kexun Zhang, Liangming Pan 외

Pre-trained language models (LMs) are able to perform complex reasoning without explicit fine-tuning. To understand how pre-training with a next-token prediction objective contributes to the emergence of such reasoning c…

Knowledge GraphsMath

Distilling Knowledge from Refinement in Multiple Instance Detection Networks

2020-04-23 · Luis Felipe Zeni, Claudio Jung

Weakly supervised object detection (WSOD) aims to tackle the object detection problem using only labeled image categories as supervision. A common approach used in WSOD to deal with the lack of localization information i…

Knowledge DistillationMultiple Instance LearningObjectobject-detection+4

[Re] Distilling Knowledge via Knowledge Review

2022-05-18 · Apoorva Verma, Pranjal Gulati, Sarthak Gupta

This effort aims to reproduce the results of experiments and analyze the robustness of the review framework for knowledge distillation introduced in the CVPR '21 paper 'Distilling Knowledge via Knowledge Review' by Chen …