Sample Efficient Linear Meta-Learning by Alternating Minimization
Kiran Koshy Thekumparampil, Prateek Jain, Praneeth Netrapalli, Sewoong, Oh

TL;DR
This paper introduces a simple alternating minimization method for linear meta-learning that achieves nearly-optimal estimation errors with logarithmic samples per task, significantly improving sample efficiency over previous methods.
Contribution
The paper proposes MLLAM, a novel alternating minimization algorithm for linear meta-learning, and a task subset selection scheme to reduce per-task sample requirements in low-noise settings.
Findings
MLLAM achieves nearly-optimal estimation error with O(log d) samples per task.
The number of samples per task grows logarithmically with the number of tasks.
Task subset selection maintains statistical guarantees with bounded samples per task.
Abstract
Meta-learning synthesizes and leverages the knowledge from a given set of tasks to rapidly learn new tasks using very little data. Meta-learning of linear regression tasks, where the regressors lie in a low-dimensional subspace, is an extensively-studied fundamental problem in this domain. However, existing results either guarantee highly suboptimal estimation errors, or require samples per task (where is the data dimensionality) thus providing little gain over separately learning each task. In this work, we study a simple alternating minimization method (MLLAM), which alternately learns the low-dimensional subspace and the regressors. We show that, for a constant subspace dimension MLLAM obtains nearly-optimal estimation error, despite requiring only samples per task. However, the number of samples required per task grows logarithmically with the number…
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 · Sparse and Compressive Sensing Techniques · Machine Learning and ELM
MethodsLinear Regression
