Data-Efficient and Robust Task Selection for Meta-Learning
Donglin Zhan, James Anderson

TL;DR
This paper introduces DERTS, a task selection algorithm for meta-learning that improves training efficiency and robustness to noisy data by intelligently selecting task subsets without modifying model architecture.
Contribution
The paper presents DERTS, a novel task selection method that enhances meta-learning by reducing approximation error and handling noisy labels without requiring architecture changes.
Findings
DERTS outperforms existing sampling strategies in limited data scenarios.
DERTS is robust to noisy label data in support and query sets.
DERTS integrates seamlessly with gradient and metric-based meta-learning algorithms.
Abstract
Meta-learning methods typically learn tasks under the assumption that all tasks are equally important. However, this assumption is often not valid. In real-world applications, tasks can vary both in their importance during different training stages and in whether they contain noisy labeled data or not, making a uniform approach suboptimal. To address these issues, we propose the Data-Efficient and Robust Task Selection (DERTS) algorithm, which can be incorporated into both gradient and metric-based meta-learning algorithms. DERTS selects weighted subsets of tasks from task pools by minimizing the approximation error of the full gradient of task pools in the meta-training stage. The selected tasks are efficient for rapid training and robust towards noisy label scenarios. Unlike existing algorithms, DERTS does not require any architecture modification for training and can handle noisy…
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 Data Classification
