paper-with-me

Papers

Improving Generalization in Meta-Learning via Meta-Gradient Augmentation

2023-06-14 · Ren Wang, Haoliang Sun, Qi Wei, Xiushan Nie, Yuling Ma, Yilong Yin

Meta-learning methods typically follow a two-loop framework, where each loop potentially suffers from notorious overfitting, hindering rapid adaptation and generalization to new tasks. Existing schemes solve it by enhancing the mutual-exclusivity or diversity of training samples, but these data manipulation strategies are data-dependent and insufficiently flexible. This work alleviates overfitting in meta-learning from the perspective of gradient regularization and proposes a data-independent \textbf{M}eta-\textbf{G}radient \textbf{Aug}mentation (\textbf{MGAug}) method. The key idea is to first break the rote memories by network pruning to address memorization overfitting in the inner loop, and then the gradients of pruned sub-networks naturally form the high-quality augmentation of the meta-gradient to alleviate learner overfitting in the outer loop. Specifically, we explore three pruning strategies, including \textit{random width pruning}, \textit{random parameter pruning}, and a newly proposed \textit{catfish pruning} that measures a Meta-Memorization Carrying Amount (MMCA) score for each parameter and prunes high-score ones to break rote memories as much as possible. The proposed MGAug is theoretically guaranteed by the generalization bound from the PAC-Bayes framework. In addition, we extend a lightweight version, called MGAug-MaxUp, as a trade-off between performance gains and resource overhead. Extensive experiments on multiple few-shot learning benchmarks validate MGAug's effectiveness and significant improvement over various meta-baselines. The code is publicly available at \url{https://github.com/xxLifeLover/Meta-Gradient-Augmentation}.

📄 PDF Abstract BibTeX arXiv:2306.08460

Code (1)

xxlifelover/meta-gradient-augmentation 공식 구현 pytorch

Tasks

Few-Shot LearningMemorizationMeta-LearningNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Cooperative Meta-Learning with Gradient Augmentation

2024-06-07 · Jongyun Shin, Seunjin Han, Jangho Kim

Model agnostic meta-learning (MAML) is one of the most widely used gradient-based meta-learning, consisting of two optimization loops: an inner loop and outer loop. MAML learns the new task from meta-initialization param…

Few-Shot Image Classificationimage-classificationImage ClassificationMeta-Learning+1

Improving Generalization in Meta-learning via Task Augmentation

2020-07-26 · Huaxiu Yao, Long-Kai Huang, Linjun Zhang, Ying WEI 외

Meta-learning has proven to be a powerful paradigm for transferring the knowledge from previous tasks to facilitate the learning of a novel task. Current dominant algorithms train a well-generalized model initialization …

Meta-Learning

Towards Understanding Generalization in Gradient-Based Meta-Learning

2019-07-16 · Simon Guiroy, Vikas Verma, Christopher Pal

In this work we study generalization of neural networks in gradient-based meta-learning by analyzing various properties of the objective landscapes. We experimentally demonstrate that as meta-training progresses, the met…

Meta-Learning

MetaTPT: Meta Test-time Prompt Tuning for Vision-Language Models

2025-12-13 · Yuqing Lei, Yingjun Du, Yawen Huang, Xiantong Zhen 외 arxiv

Vision-language models (VLMs) such as CLIP exhibit strong zero-shot generalization but remain sensitive to domain shifts at test time. Test-time prompt tuning (TPT) mitigates this issue by adapting prompts with fixed aug…

Zero-shot GeneralizationDomain GeneralizationTest-time Adaptation

Set-based Meta-Interpolation for Few-Task Meta-Learning

2022-05-20 · Seanie Lee, Bruno Andreis, Kenji Kawaguchi, Juho Lee 외

Meta-learning approaches enable machine learning systems to adapt to new tasks given few examples by leveraging knowledge from related tasks. However, a large number of meta-training tasks are still required for generali…

Bilevel Optimizationimage-classificationImage ClassificationMeta-Learning+5