BatMan-CLR: Making Few-Shots Meta-Learners Resilient Against Label Noise
Abstract
The negative impact of label noise is well studied in classical supervised learning yet remains an open research question in meta-learning. Meta-learners aim to adapt to unseen tasks by learning a good initial model in meta-training and fine-tuning it to new tasks during meta-testing. In this paper, we present an extensive analysis of the impact of label noise on the performance of meta-learners, specifically gradient-based N -way K -shot learners. We show that the accuracy of Reptile, iMAML, and foMAML drops by up to 34% when meta-training is affected by label noise on the three representative datasets: Omniglot, CifarFS, and MiniImageNet. To strengthen the resilience against label noise, we propose two sampling techniques, namely manifold (Man) and batch manifold (BatMan), which transforms the noisy supervised learners into semi-supervised learners to increase the utility of noisy labels. We construct N -way 2-contrastive-shot tasks through augmentation, learn the embedding via a contrastive loss in meta-training, and perform classification through zeroing on the embeddings in meta-testing. We show that our approach can effectively mitigate the impact of meta-training label noise. Even with 60% wrong labels BatMan and Man can limit the meta-testing accuracy drop to 2.5, 9.4, 1.1% points with existing meta-learners across Omniglot, CifarFS, and MiniImageNet, respectively. We provide our code online: https://gitlab.ewi.tudelft.nl/dmls/publications/batman-clr-noisy-meta-learning .
Cite
Text
Galjaard et al. "BatMan-CLR: Making Few-Shots Meta-Learners Resilient Against Label Noise." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-06106-5_15Markdown
[Galjaard et al. "BatMan-CLR: Making Few-Shots Meta-Learners Resilient Against Label Noise." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/galjaard2025ecmlpkdd-batmanclr/) doi:10.1007/978-3-032-06106-5_15BibTeX
@inproceedings{galjaard2025ecmlpkdd-batmanclr,
title = {{BatMan-CLR: Making Few-Shots Meta-Learners Resilient Against Label Noise}},
author = {Galjaard, Jeroen M. and Birke, Robert and Pérez, Juan F. and Chen, Lydia Y.},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2025},
pages = {254-271},
doi = {10.1007/978-3-032-06106-5_15},
url = {https://mlanthology.org/ecmlpkdd/2025/galjaard2025ecmlpkdd-batmanclr/}
}