paper-with-me

홈 › Papers

Convergence of Meta-Learning with Task-Specific Adaptation over Partial Parameters

2020-06-16 · NeurIPS 2020 12 · Kaiyi Ji, Jason D. Lee, Yingbin Liang, H. Vincent Poor

Although model-agnostic meta-learning (MAML) is a very successful algorithm in meta-learning practice, it can have high computational cost because it updates all model parameters over both the inner loop of task-specific adaptation and the outer-loop of meta initialization training. A more efficient algorithm ANIL (which refers to almost no inner loop) was proposed recently by Raghu et al. 2019, which adapts only a small subset of parameters in the inner loop and thus has substantially less computational cost than MAML as demonstrated by extensive experiments. However, the theoretical convergence of ANIL has not been studied yet. In this paper, we characterize the convergence rate and the computational complexity for ANIL under two representative inner-loop loss geometries, i.e., strongly-convexity and nonconvexity. Our results show that such a geometric property can significantly affect the overall convergence performance of ANIL. For example, ANIL achieves a faster convergence rate for a strongly-convex inner-loop loss as the number $N$ of inner-loop gradient descent steps increases, but a slower convergence rate for a nonconvex inner-loop loss as $N$ increases. Moreover, our complexity analysis provides a theoretical quantification on the improved efficiency of ANIL over MAML. The experiments on standard few-shot meta-learning benchmarks validate our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2006.09486

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

Learnable Loss Geometries with Mirror Descent for Scalable and Convergent Meta-Learning

2025-09-02 · Yilang Zhang, Bingcong Li, Georgios B. Giannakis arxiv

Utilizing task-invariant knowledge acquired from related tasks as prior information, meta-learning offers a principled approach to learning a new task with limited data records. Sample-efficient adaptation of this prior …

Few-Shot Learning

Fast Adaptation for Human Pose Estimation via Meta-Optimization

2024-01-01 · CVPR 2024 1 · Shengxiang Hu, Huaijiang Sun, Bin Li, Dong Wei 외

Domain shift is a challenge for supervised human pose estimation where the source data and target data come from different distributions. This is why pose estimation methods generally perform worse on the test set th…

Auxiliary LearningImage InpaintingMeta-LearningPose Estimation+2

Meta-learning the Learning Trends Shared Across Tasks

2020-10-19 · Jathushan Rajasegaran, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan 외

Meta-learning stands for 'learning to learn' such that generalization to new tasks is achieved. Among these methods, Gradient-based meta-learning algorithms are a specific sub-class that excel at quick adaptation to new …

Meta-Learning

Efficient Meta Learning via Minibatch Proximal Update

2019-12-01 · NeurIPS 2019 12 · Pan Zhou, Xiao-Tong Yuan, Huan Xu, Shuicheng Yan 외

We address the problem of meta-learning which learns a prior over hypothesis from a sample of meta-training tasks for fast adaptation on meta-testing tasks. A particularly simple yet successful paradigm for this research…

Few-Shot LearningMeta-Learning

Meta-Learning with Versatile Loss Geometries for Fast Adaptation Using Mirror Descent

2023-12-20 · Yilang Zhang, Bingcong Li, Georgios B. Giannakis

Utilizing task-invariant prior knowledge extracted from related tasks, meta-learning is a principled framework that empowers learning a new task especially when data records are limited. A fundamental challenge in meta-l…

Few-Shot LearningMeta-Learning