MAML is a Noisy Contrastive Learner in Classification
Chia-Hsiang Kao, Wei-Chen Chiu, Pin-Yu Chen

TL;DR
This paper reinterprets MAML as a noisy contrastive learner, revealing its contrastive nature and identifying interference issues, then proposes a simple technique to improve its performance, validated through extensive experiments.
Contribution
It offers a new perspective on MAML as a contrastive learning process and introduces the zeroing trick to reduce interference, enhancing its effectiveness.
Findings
MAML is analogous to a supervised contrastive learner.
The zeroing trick reduces interference from random initialization.
Proposed method improves performance on mini-ImageNet and Omniglot.
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…
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
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Multimodal Machine Learning Applications
MethodsModel-Agnostic Meta-Learning
