English

Contextual Gradient Scaling for Few-Shot Learning

Computer Vision and Pattern Recognition 2021-10-22 v1

Abstract

Model-agnostic meta-learning (MAML) is a well-known optimization-based meta-learning algorithm that works well in various computer vision tasks, e.g., few-shot classification. MAML is to learn an initialization so that a model can adapt to a new task in a few steps. However, since the gradient norm of a classifier (head) is much bigger than those of backbone layers, the model focuses on learning the decision boundary of the classifier with similar representations. Furthermore, gradient norms of high-level layers are small than those of the other layers. So, the backbone of MAML usually learns task-generic features, which results in deteriorated adaptation performance in the inner-loop. To resolve or mitigate this problem, we propose contextual gradient scaling (CxGrad), which scales gradient norms of the backbone to facilitate learning task-specific knowledge in the inner-loop. Since the scaling factors are generated from task-conditioned parameters, gradient norms of the backbone can be scaled in a task-wise fashion. Experimental results show that CxGrad effectively encourages the backbone to learn task-specific knowledge in the inner-loop and improves the performance of MAML up to a significant margin in both same- and cross-domain few-shot classification.

Keywords

Cite

@article{arxiv.2110.10353,
  title  = {Contextual Gradient Scaling for Few-Shot Learning},
  author = {Sanghyuk Lee and Seunghyun Lee and Byung Cheol Song},
  journal= {arXiv preprint arXiv:2110.10353},
  year   = {2021}
}

Comments

Accepted to WACV2022

R2 v1 2026-06-24T07:02:04.844Z