Rapid Model Architecture Adaption for Meta-Learning
Yiren Zhao, Xitong Gao, Ilia Shumailov, Nicolo Fusi, Robert Mullins

TL;DR
This paper introduces H-Meta-NAS, a hardware-aware NAS method integrated with MAML, enabling rapid adaptation of model architectures across multiple tasks and hardware platforms, significantly improving efficiency and accuracy in few-shot learning.
Contribution
It presents the first method to combine NAS with MAML for fast, hardware-aware architecture adaptation in many-task, many-hardware few-shot learning scenarios.
Findings
Outperforms manual baselines by 5.21% accuracy on Mini-ImageNet 5-way 1-shot.
Reduces computation by 40% compared to manual methods.
Demonstrates Pareto dominance over existing NAS and manual baselines.
Abstract
Network Architecture Search (NAS) methods have recently gathered much attention. They design networks with better performance and use a much shorter search time compared to traditional manual tuning. Despite their efficiency in model deployments, most NAS algorithms target a single task on a fixed hardware system. However, real-life few-shot learning environments often cover a great number of tasks (T ) and deployments on a wide variety of hardware platforms (H ). The combinatorial search complexity T times H creates a fundamental search efficiency challenge if one naively applies existing NAS methods to these scenarios. To overcome this issue, we show, for the first time, how to rapidly adapt model architectures to new tasks in a many-task many-hardware few-shot learning setup by integrating Model Agnostic Meta Learning (MAML) into the NAS flow. The proposed NAS method (H-Meta-NAS)…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM · Advanced Neural Network Applications
MethodsModel-Agnostic Meta-Learning
