paper-with-me

홈 › Papers

Towards Fast Adaptation of Neural Architectures with Meta Learning

2020-05-01 · ICLR 2020 1 · Dongze Lian, Yin Zheng, Yintao Xu, Yanxiong Lu, Leyu Lin, Peilin Zhao, Junzhou Huang, Shenghua Gao

Recently, Neural Architecture Search (NAS) has been successfully applied to multiple artificial intelligence areas and shows better performance compared with hand-designed networks. However, the existing NAS methods only target a specific task. Most of them usually do well in searching an architecture for single task but are troublesome for multiple datasets or multiple tasks. Generally, the architecture for a new task is either searched from scratch, which is neither efficient nor flexible enough for practical application scenarios, or borrowed from the ones searched on other tasks, which might be not optimal. In order to tackle the transferability of NAS and conduct fast adaptation of neural architectures, we propose a novel Transferable Neural Architecture Search method based on meta-learning in this paper, which is termed as T-NAS. T-NAS learns a meta-architecture that is able to adapt to a new task quickly through a few gradient steps, which makes the transferred architecture suitable for the specific task. Extensive experiments show that T-NAS achieves state-of-the-art performance in few-shot learning and comparable performance in supervised learning but with 50x less searching cost, which demonstrates the effectiveness of our method.

📄 PDF Abstract BibTeX

Code (1)

dongzelian/T-NAS 공식 구현 pytorch

Tasks

Few-Shot LearningMeta-LearningNeural Architecture Search

Similar Papers 제목 키워드 기반

When MAML Can Adapt Fast and How to Assist When It Cannot

2019-10-30 · Sébastien M. R. Arnold, Shariq Iqbal, Fei Sha

Model-Agnostic Meta-Learning (MAML) and its variants have achieved success in meta-learning tasks on many datasets and settings. On the other hand, we have just started to understand and analyze how they are able to adap…

Meta-LearningMulti-Task LearningRepresentation Learning

Evaluating Model-Agnostic Meta-Learning on MetaWorld ML10 Benchmark: Fast Adaptation in Robotic Manipulation Tasks

2025-11-15 · Sanjar Atamuradov arxiv

Meta-learning algorithms enable rapid adaptation to new tasks with minimal data, a critical capability for real-world robotic systems. This paper evaluates Model-Agnostic Meta-Learning (MAML) combined with Trust Region P…

A Simple Yet Effective Strategy to Robustify the Meta Learning Paradigm

2023-10-01 · NeurIPS 2023 11

Meta learning is a promising paradigm to enable skill transfer across tasks. Most previous methods employ the empirical risk minimization principle in optimization. However, the resulting worst fast adaptation to a subse…

Meta-Learning

MetaLDC: Meta Learning of Low-Dimensional Computing Classifiers for Fast On-Device Adaption

2023-02-23 · Yejia Liu, Shijin Duan, Xiaolin Xu, Shaolei Ren

Fast model updates for unseen tasks on intelligent edge devices are crucial but also challenging due to the limited computational power. In this paper,we propose MetaLDC, which meta-trains braininspired ultra-efficient l…

Meta-Learning

Evolving Inborn Knowledge For Fast Adaptation in Dynamic POMDP Problems

2020-04-27 · Eseoghene Ben-Iwhiwhu, Pawel Ladosz, Jeffery Dick, Wen-Hua Chen 외

Rapid online adaptation to changing tasks is an important problem in machine learning and, recently, a focus of meta-reinforcement learning. However, reinforcement learning (RL) algorithms struggle in POMDP environments …

Meta Reinforcement LearningMinecraftreinforcement-learningReinforcement Learning+1