Improving Generalization in Meta-Learning via Meta-Gradient Augmentation

Abstract

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 methods address this by enhancing the mutual-exclusivity or diversity of training samples, but these data manipulation strategies are data-dependent and insufficiently flexible. This work proposes a data-independent Meta-Gradient Augmentation (MGAug) method from the perspective of gradient regularization. The key idea is first to break the rote memories by network pruning to address memorization overfitting in the inner loop, then use the gradients of pruned sub-networks to augment meta-gradients, alleviating overfitting in the outer loop. Specifically, we explore three pruning strategies, including random width pruning, random parameter pruning, and a newly proposed catfish pruning that measures a Meta-Memorization Carrying Amount (MMCA) score for each parameter and prunes high-score ones to break rote memories. The proposed MGAug is theoretically guaranteed by the generalization bound from the PAC-Bayes framework. Extensive experiments on multiple few-shot learning benchmarks validate MGAug's effectiveness and significant improvement over various meta-baselines.

Cite

Text

Wang et al. "Improving Generalization in Meta-Learning via Meta-Gradient Augmentation." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/711

Markdown

[Wang et al. "Improving Generalization in Meta-Learning via Meta-Gradient Augmentation." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/wang2025ijcai-improving/) doi:10.24963/IJCAI.2025/711

BibTeX

@inproceedings{wang2025ijcai-improving,
  title     = {{Improving Generalization in Meta-Learning via Meta-Gradient Augmentation}},
  author    = {Wang, Ren and Sun, Haoliang and Lin, Yuxiu and Zhang, Xinxin and Yin, Yilong},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {6388-6396},
  doi       = {10.24963/IJCAI.2025/711},
  url       = {https://mlanthology.org/ijcai/2025/wang2025ijcai-improving/}
}