paper-with-me

홈 › Papers

Differentiable Feature Aggregation Search for Knowledge Distillation

2020-08-02 · ECCV 2020 8 · Yushuo Guan, Pengyu Zhao, Bingxuan Wang, Yuanxing Zhang, Cong Yao, Kaigui Bian, Jian Tang

Knowledge distillation has become increasingly important in model compression. It boosts the performance of a miniaturized student network with the supervision of the output distribution and feature maps from a sophisticated teacher network. Some recent works introduce multi-teacher distillation to provide more supervision to the student network. However, the effectiveness of multi-teacher distillation methods are accompanied by costly computation resources. To tackle with both the efficiency and the effectiveness of knowledge distillation, we introduce the feature aggregation to imitate the multi-teacher distillation in the single-teacher distillation framework by extracting informative supervision from multiple teacher feature maps. Specifically, we introduce DFA, a two-stage Differentiable Feature Aggregation search method that motivated by DARTS in neural architecture search, to efficiently find the aggregations. In the first stage, DFA formulates the searching problem as a bi-level optimization and leverages a novel bridge loss, which consists of a student-to-teacher path and a teacher-to-student path, to find appropriate feature aggregations. The two paths act as two players against each other, trying to optimize the unified architecture parameters to the opposite directions while guaranteeing both expressivity and learnability of the feature aggregation simultaneously. In the second stage, DFA performs knowledge distillation with the derived feature aggregation. Experimental results show that DFA outperforms existing methods on CIFAR-100 and CINIC-10 datasets under various teacher-student settings, verifying the effectiveness and robustness of the design.

📄 PDF Abstract BibTeX arXiv:2008.00506

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel CompressionNeural Architecture Search

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.…
DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…
DFA 설명 없음
FA 설명 없음

Similar Papers 제목 키워드 기반

Knowledge Distillation for Object Detection: from generic to remote sensing datasets

2023-07-18 · Hoàng-Ân Lê, Minh-Tan Pham

Knowledge distillation, a well-known model compression technique, is an active research area in both computer vision and remote sensing communities. In this paper, we evaluate in a remote sensing context various off-the-…

Knowledge DistillationModel Compressionobject-detectionObject Detection+2

DistPro: Searching A Fast Knowledge Distillation Process via Meta Optimization

2022-04-12 · Xueqing Deng, Dawei Sun, Shawn Newsam, Peng Wang

Recent Knowledge distillation (KD) studies show that different manually designed schemes impact the learned results significantly. Yet, in KD, automatically searching an optimal distillation scheme has not yet been well …

Knowledge DistillationMeta-Learning

Improving Differentiable Architecture Search via Self-Distillation

2023-02-11 · Xunyu Zhu, Jian Li, Yong liu, Weiping Wang

Differentiable Architecture Search (DARTS) is a simple yet efficient Neural Architecture Search (NAS) method. During the search stage, DARTS trains a supernet by jointly optimizing architecture parameters and network par…

Neural Architecture Search

Scene-adaptive Knowledge Distillation for Sequential Recommendation via Differentiable Architecture Search

2021-07-15 · Lei Chen, Fajie Yuan, Jiaxi Yang, Min Yang 외

Sequential recommender systems (SRS) have become a research hotspot due to its power in modeling user dynamic interests and sequential behavioral patterns. To maximize model expressive ability, a default choice is to app…

Knowledge DistillationNeural Architecture SearchRecommendation SystemsSequential Recommendation

Multi-Teacher Ensemble Distillation: A Mathematical Framework for Probability-Domain Knowledge Aggregation

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

Building on the probability-domain distillation framework of Sparse-KD, we develop an axiomatic, operator-theoretic framework for multi-teacher ensemble knowledge distillation. Rather than prescribing a specific aggregat…

Knowledge Distillation