TL;DR
MetaNAS introduces a novel approach combining neural architecture search with meta-learning, enabling efficient task-specific architecture adaptation in few-shot learning scenarios, achieving state-of-the-art results.
Contribution
MetaNAS is the first method to fully integrate NAS with gradient-based meta-learning, allowing architecture and weights to be optimized jointly for few-shot learning.
Findings
MetaNAS achieves state-of-the-art results on few-shot classification benchmarks.
MetaNAS enables quick architecture adaptation with minimal data per task.
The method is compatible with various NAS and meta-learning algorithms.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Meta-Learning of Neural Architectures for Few-Shot Learning· youtube
Taxonomy
MethodsDifferentiable Architecture Search · Sigmoid Activation · Softmax · Tanh Activation · Long Short-Term Memory
