BOIL: Towards Representation Change for Few-shot Learning
Jaehoon Oh, Hyungjun Yoo, ChangHwan Kim, Se-Young Yun

TL;DR
This paper introduces BOIL, a meta-learning algorithm that emphasizes representation change over reuse by updating only the model's extractor during inner loop, leading to improved cross-domain few-shot learning performance.
Contribution
BOIL is a novel meta-learning method that updates only the feature extractor, demonstrating the importance of representation change for effective few-shot learning across domains.
Findings
BOIL outperforms MAML on cross-domain tasks.
Representation change is crucial for domain-agnostic few-shot learning.
Empirical analysis shows feature vectors move quickly to their target representations.
Abstract
Model Agnostic Meta-Learning (MAML) is one of the most representative of gradient-based meta-learning algorithms. MAML learns new tasks with a few data samples using inner updates from a meta-initialization point and learns the meta-initialization parameters with outer updates. It has recently been hypothesized that representation reuse, which makes little change in efficient representations, is the dominant factor in the performance of the meta-initialized model through MAML in contrast to representation change, which causes a significant change in representations. In this study, we investigate the necessity of representation change for the ultimate goal of few-shot learning, which is solving domain-agnostic tasks. To this aim, we propose a novel meta-learning algorithm, called BOIL (Body Only update in Inner Loop), which updates only the body (extractor) of the model and freezes the…
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 · Cancer-related molecular mechanisms research · Multimodal Machine Learning Applications
MethodsModel-Agnostic Meta-Learning
