Robust Meta-learning with Sampling Noise and Label Noise via Eigen-Reptile
Dong Chen, Lingfei Wu, Siliang Tang, Xiao Yun, Bo Long, Yueting Zhuang

TL;DR
This paper introduces Eigen-Reptile, a meta-learning method that effectively handles sampling and label noise by focusing on the main direction of historical task-specific parameters, improving robustness in few-shot learning scenarios.
Contribution
The paper proposes Eigen-Reptile, a novel meta-learning algorithm that updates meta-parameters using the main direction of historical parameters, and introduces ISPL to enhance accuracy with noisy labels.
Findings
Outperforms existing gradient-based meta-learning methods on various tasks.
Effectively mitigates overfitting caused by sampling noise.
Shows robustness against label noise in datasets.
Abstract
Recent years have seen a surge of interest in meta-learning techniques for tackling the few-shot learning (FSL) problem. However, the meta-learner is prone to overfitting since there are only a few available samples, which can be identified as sampling noise on a clean dataset. Moreover, when handling the data with noisy labels, the meta-learner could be extremely sensitive to label noise on a corrupted dataset. To address these two challenges, we present Eigen-Reptile (ER) that updates the meta-parameters with the main direction of historical task-specific parameters to alleviate sampling and label noise. Specifically, the main direction is computed in a fast way, where the scale of the calculated matrix is related to the number of gradient steps instead of the number of parameters. Furthermore, to obtain a more accurate main direction for Eigen-Reptile in the presence of many 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.
Code & Models
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 · Text and Document Classification Technologies
MethodsImplicit Subspace Prior Learning
