paper-with-me

Papers

Search to Distill: Pearls are Everywhere but not the Eyes

2019-11-20 · CVPR 2020 6 · Yu Liu, Xuhui Jia, Mingxing Tan, Raviteja Vemulapalli, Yukun Zhu, Bradley Green, Xiaogang Wang

Standard Knowledge Distillation (KD) approaches distill the knowledge of a cumbersome teacher model into the parameters of a student model with a pre-defined architecture. However, the knowledge of a neural network, which is represented by the network's output distribution conditioned on its input, depends not only on its parameters but also on its architecture. Hence, a more generalized approach for KD is to distill the teacher's knowledge into both the parameters and architecture of the student. To achieve this, we present a new Architecture-aware Knowledge Distillation (AKD) approach that finds student models (pearls for the teacher) that are best for distilling the given teacher model. In particular, we leverage Neural Architecture Search (NAS), equipped with our KD-guided reward, to search for the best student architectures for a given teacher. Experimental results show our proposed AKD consistently outperforms the conventional NAS plus KD approach, and achieves state-of-the-art results on the ImageNet classification task under various latency settings. Furthermore, the best AKD student architecture for the ImageNet classification task also transfers well to other tasks such as million level face recognition and ensemble learning.

📄 PDF Abstract BibTeX arXiv:1911.09074

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble LearningFace RecognitionGeneral 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 제목 키워드 기반

Pass off Fish Eyes for Pearls: Attacking Model Selection of Pre-trained Models

2022-05-01 · ACL 2022 5 · Biru Zhu, Yujia Qin, Fanchao Qi, Yangdong Deng 외

Selecting an appropriate pre-trained model (PTM) for a specific downstream task typically requires significant efforts of fine-tuning. To accelerate this process, researchers propose feature-based model selection (FMS) m…

Backdoor AttackModel Selection

HyperEyes: Dual-Grained Efficiency-Aware Reinforcement Learning for Parallel Multimodal Search Agents

2026-05-08 · Guankai Li, Jiabin Chen, Yi Xu, Xichen Zhang 외 arxiv

Existing multimodal search agents process target entities sequentially, issuing one tool call per entity and accumulating redundant interaction rounds whenever a query decomposes into independent sub-retrievals. We argue…

Reinforcement LearningVisual Grounding

Bridging Ears and Eyes: Analyzing Audio and Visual Large Language Models to Humans in Visible Sound Recognition and Reducing Their Sensory Gap via Cross-Modal Distillation

2025-05-11 · Xilin Jiang, Junkai Wu, Vishal Choudhari, Nima Mesgarani

Audio large language models (LLMs) are considered experts at recognizing sound objects, yet their performance relative to LLMs in other sensory modalities, such as visual or audio-visual LLMs, and to humans using their e…

Transfer Learning

A Practitioner's Guide to Multi-turn Agentic Reinforcement Learning

2025-10-01 · Ruiyi Wang, Prithviraj Ammanabrolu arxiv

We study what actually works and what doesn't for training large language models as agents via multi-turn reinforcement learning. Despite rapid progress, existing frameworks and definitions are fragmented, and there is n…

Reinforcement Learning

SearchEyes: Towards Frontier Multimodal Deep Search Intelligence via Search World Simulation

2026-07-07 · Zhengbo Jiao, Yiming Cheng, Yilei Jiang, Kaituo Feng 외 arxiv

Training multimodal search agents to perform multi-hop reasoning remains challenging due to a fundamental structural disconnect: existing pipelines construct training data, search environments, and reward signals indepen…