paper-with-me

Papers

Towards Oracle Knowledge Distillation with Neural Architecture Search

2019-11-29 · Minsoo Kang, Jonghwan Mun, Bohyung Han

We present a novel framework of knowledge distillation that is capable of learning powerful and efficient student models from ensemble teacher networks. Our approach addresses the inherent model capacity issue between teacher and student and aims to maximize benefit from teacher models during distillation by reducing their capacity gap. Specifically, we employ a neural architecture search technique to augment useful structures and operations, where the searched network is appropriate for knowledge distillation towards student models and free from sacrificing its performance by fixing the network capacity. We also introduce an oracle knowledge distillation loss to facilitate model search and distillation using an ensemble-based teacher model, where a student network is learned to imitate oracle performance of the teacher. We perform extensive experiments on the image classification datasets---CIFAR-100 and TinyImageNet---using various networks. We also show that searching for a new student model is effective in both accuracy and memory size and that the searched models often outperform their teacher models thanks to neural architecture search with oracle knowledge distillation.

📄 PDF Abstract BibTeX arXiv:1911.13019

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationKnowledge DistillationNeural 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.…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Ensemble Distillation for Neural Machine Translation

2017-02-06 · Markus Freitag, Yaser Al-Onaizan, Baskaran Sankaran

Knowledge distillation describes a method for training a student network to perform better by learning from a stronger teacher network. Translating a sentence with an Neural Machine Translation (NMT) engine is time expen…

Knowledge DistillationMachine TranslationNMTSentence+1

CoDiMAD: Diffusion-Based Privileged Distillation for Communication-Free Multi-Robot Coordination

2026-07-10 · Jiyue Tao, Shunheng Xin, Tongsheng Shen, Dexin Zhao 외 arxiv

Decentralized multi-robot coordination under partial observability remains challenging, especially in communication-free settings where agents must act solely from local sensor observations. Privileged policy distillatio…

The Oracle and The Prism: A Decoupled and Efficient Framework for Generative Recommendation Explanation

2025-11-20 · Jiaheng Zhang, Daqiang Zhang arxiv

The integration of Large Language Models (LLMs) into explainable recommendation systems often leads to a performance-efficiency trade-off in end-to-end architectures, where joint optimization of ranking and explanation c…

Knowledge DistillationExplanation GenerationRecommendation Systems

Revisiting Architecture-aware Knowledge Distillation: Smaller Models and Faster Search

2022-06-27 · Taehyeon Kim, Heesoo Myeong, Se-Young Yun

Knowledge Distillation (KD) has recently emerged as a popular method for compressing neural networks. In recent studies, generalized distillation methods that find parameters and architectures of student models at the sa…

Bayesian OptimizationKnowledge Distillation

RNAS-CL: Robust Neural Architecture Search by Cross-Layer Knowledge Distillation

2023-01-19 · Utkarsh Nath, Yancheng Wang, Yingzhen Yang

Deep Neural Networks are vulnerable to adversarial attacks. Neural Architecture Search (NAS), one of the driving tools of deep neural networks, demonstrates superior performance in prediction accuracy in various machine …

Knowledge DistillationNeural Architecture Search