paper-with-me

홈 › Papers

Meta-Learning of Neural Architectures for Few-Shot Learning

2019-11-25 · CVPR 2020 6 · Thomas Elsken, Benedikt Staffler, Jan Hendrik Metzen, Frank Hutter

The recent progress in neural architecture search (NAS) has allowed scaling the automated design of neural architectures to real-world domains, such as object detection and semantic segmentation. However, one prerequisite for the application of NAS are large amounts of labeled data and compute resources. This renders its application challenging in few-shot learning scenarios, where many related tasks need to be learned, each with limited amounts of data and compute time. Thus, few-shot learning is typically done with a fixed neural architecture. To improve upon this, we propose MetaNAS, the first method which fully integrates NAS with gradient-based meta-learning. MetaNAS optimizes a meta-architecture along with the meta-weights during meta-training. During meta-testing, architectures can be adapted to a novel task with a few steps of the task optimizer, that is: task adaptation becomes computationally cheap and requires only little data per task. Moreover, MetaNAS is agnostic in that it can be used with arbitrary model-agnostic meta-learning algorithms and arbitrary gradient-based NAS methods. %We present encouraging results for MetaNAS with a combination of DARTS and REPTILE on few-shot classification benchmarks. Empirical results on standard few-shot classification benchmarks show that MetaNAS with a combination of DARTS and REPTILE yields state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:1911.11090

Code (2)

boschresearch/metanas 공식 구현 pytorch
yitewang/metantk-nas pytorch

Tasks

Few-Shot LearningMeta-LearningNeural Architecture Searchobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

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…
Sigmoid 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$…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Efficient Automatic Meta Optimization Search for Few-Shot Learning

2019-09-06 · Xinyue Zheng, Peng Wang, Qigang Wang, Zhongchao shi 외

Previous works on meta-learning either relied on elaborately hand-designed network structures or adopted specialized learning rules to a particular domain. We propose a universal framework to optimize the meta-learning p…

Few-Shot LearningGPUMeta-LearningNeural Architecture Search

MetAdapt: Meta-Learned Task-Adaptive Architecture for Few-Shot Classification

2019-12-01 · Sivan Doveh, Eli Schwartz, Chao Xue, Rogerio Feris 외

Few-Shot Learning (FSL) is a topic of rapidly growing interest. Typically, in FSL a model is trained on a dataset consisting of many small tasks (meta-tasks) and learns to adapt to novel tasks that it will encounter duri…

ClassificationFew-Shot LearningGeneral ClassificationMeta-Learning+1

Global Convergence of MAML and Theory-Inspired Neural Architecture Search for Few-Shot Learning

2022-03-17 · CVPR 2022 1 · Haoxiang Wang, Yite Wang, Ruoyu Sun, Bo Li

Model-agnostic meta-learning (MAML) and its variants have become popular approaches for few-shot learning. However, due to the non-convexity of deep neural nets (DNNs) and the bi-level formulation of MAML, the theoretica…

Few-Shot LearningMeta-LearningNeural Architecture Search

Meta-DRN: Meta-Learning for 1-Shot Image Segmentation

2020-08-01 · Atmadeep Banerjee

Modern deep learning models have revolutionized the field of computer vision. But, a significant drawback of most of these models is that they require a large number of labelled examples to generalize properly. Recent de…

Few-Shot Learningimage-classificationImage ClassificationImage Segmentation+3

Meta-free few-shot learning via representation learning with weight averaging

2022-04-26 · Kuilin Chen, Chi-Guhn Lee

Recent studies on few-shot classification using transfer learning pose challenges to the effectiveness and efficiency of episodic meta-learning algorithms. Transfer learning approaches are a natural alternative, but they…

ClassificationFew-Shot LearningMeta-LearningRepresentation Learning+1