paper-with-me

홈 › Papers

Teacher Guided Architecture Search

2018-08-04 · ICCV 2019 10 · Pouya Bashivan, Mark Tensen, James J. DiCarlo

Much of the recent improvement in neural networks for computer vision has resulted from discovery of new networks architectures. Most prior work has used the performance of candidate models following limited training to automatically guide the search in a feasible way. Could further gains in computational efficiency be achieved by guiding the search via measurements of a high performing network with unknown detailed architecture (e.g. the primate visual system)? As one step toward this goal, we use representational similarity analysis to evaluate the similarity of internal activations of candidate networks with those of a (fixed, high performing) teacher network. We show that adopting this evaluation metric could produce up to an order of magnitude in search efficiency over performance-guided methods. Our approach finds a convolutional cell structure with similar performance as was previously found using other methods but at a total computational cost that is two orders of magnitude lower than Neural Architecture Search (NAS) and more than four times lower than progressive neural architecture search (PNAS). We further show that measurements from only ~300 neurons from primate visual system provides enough signal to find a network with an Imagenet top-1 error that is significantly lower than that achieved by performance-guided architecture search alone. These results suggest that representational matching can be used to accelerate network architecture search in cases where one has access to some or all of the internal representations of a teacher network of interest, such as the brain's sensory processing networks.

📄 PDF Abstract BibTeX arXiv:1808.01405

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyNeural Architecture Search

Methods 이 논문이 사용한 방법론

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

Search to Distill: Pearls are Everywhere but not the Eyes

2019-11-20 · CVPR 2020 6 · Yu Liu, Xuhui Jia, Mingxing Tan, Raviteja Vemulapalli 외

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, whic…

Ensemble LearningFace RecognitionGeneral ClassificationKnowledge Distillation+1

Neural Architecture Search via Ensemble-based Knowledge Distillation

2021-09-29 · Fanxin Li, Shixiong Zhao, Haowen Pi, Yuhao QING 외

Neural Architecture Search (NAS) automatically searches for well-performed network architectures from a given search space. The One-shot NAS method improves the training efficiency by sharing weights among the possible a…

DiversityKnowledge DistillationNeural Architecture Search

Neural Architecture Search for Effective Teacher-Student Knowledge Transfer in Language Models

2023-03-16 · Aashka Trivedi, Takuma Udagawa, Michele Merler, Rameswar Panda 외

Large pretrained language models have achieved state-of-the-art results on a variety of downstream tasks. Knowledge Distillation (KD) into a smaller student model addresses their inefficiency, allowing for deployment in …

CoLACPUGPUKnowledge Distillation+2

Densely Guided Knowledge Distillation using Multiple Teacher Assistants

2020-09-18 · ICCV 2021 10 · Wonchul Son, Jaemin Na, Junyong Choi, Wonjun Hwang

With the success of deep neural networks, knowledge distillation which guides the learning of a small student network from a large teacher network is being actively studied for model compression and transfer learning. Ho…

Knowledge DistillationModel CompressionTransfer Learning

A Student-Teacher Architecture for Dialog Domain Adaptation under the Meta-Learning Setting

2021-04-06 · Kun Qian, Wei Wei, Zhou Yu

Numerous new dialog domains are being created every day while collecting data for these domains is extremely costly since it involves human interactions. Therefore, it is essential to develop algorithms that can adapt to…

Domain AdaptationMeta-Learning