English

MAML is a Noisy Contrastive Learner in Classification

Machine Learning 2022-03-15 v4 Artificial Intelligence

Abstract

Model-agnostic meta-learning (MAML) is one of the most popular and widely adopted meta-learning algorithms, achieving remarkable success in various learning problems. Yet, with the unique design of nested inner-loop and outer-loop updates, which govern the task-specific and meta-model-centric learning, respectively, the underlying learning objective of MAML remains implicit and thus impedes a more straightforward understanding of it. In this paper, we provide a new perspective of the working mechanism of MAML. We discover that MAML is analogous to a meta-learner using a supervised contrastive objective. The query features are pulled towards the support features of the same class and against those of different classes. Such contrastiveness is experimentally verified via an analysis based on the cosine similarity. Moreover, we reveal that vanilla MAML has an undesirable interference term originating from the random initialization and the cross-task interaction. We thus propose a simple but effective technique, zeroing trick, to alleviate the interference. Extensive experiments are conducted on both mini-ImageNet and Omniglot datasets to demonstrate the consistent improvement brought by our proposed method, validating its effectiveness.

Keywords

Cite

@article{arxiv.2106.15367,
  title  = {MAML is a Noisy Contrastive Learner in Classification},
  author = {Chia-Hsiang Kao and Wei-Chen Chiu and Pin-Yu Chen},
  journal= {arXiv preprint arXiv:2106.15367},
  year   = {2022}
}

Comments

22 pages, 17 figures. Accepted by ICLR 2022

R2 v1 2026-06-24T03:42:59.405Z