Memory-Reduced Meta-Learning with Guaranteed Convergence
Honglin Yang, Ji Ma, and Xiao Yu

TL;DR
This paper introduces a memory-efficient meta-learning algorithm that avoids using historical parameters, guarantees convergence, and matches the computational complexity of existing methods, with confirmed effectiveness on benchmarks.
Contribution
The paper proposes a novel meta-learning algorithm that reduces memory usage and provides convergence guarantees without relying on historical gradients or parameters.
Findings
Reduces memory costs compared to existing approaches.
Proves sublinear convergence and error decay.
Experimental results confirm effectiveness on benchmarks.
Abstract
The optimization-based meta-learning approach is gaining increased traction because of its unique ability to quickly adapt to a new task using only small amounts of data. However, existing optimization-based meta-learning approaches, such as MAML, ANIL and their variants, generally employ backpropagation for upper-level gradient estimation, which requires using historical lower-level parameters/gradients and thus increases computational and memory overhead in each iteration. In this paper, we propose a meta-learning algorithm that can avoid using historical parameters/gradients and significantly reduce memory costs in each iteration compared to existing optimization-based meta-learning approaches. In addition to memory reduction, we prove that our proposed algorithm converges sublinearly with the iteration number of upper-level optimization, and the convergence error decays sublinearly…
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
MethodsModel-Agnostic Meta-Learning
