paper-with-me

홈 › Papers

RotoGBML: Towards Out-of-Distribution Generalization for Gradient-Based Meta-Learning

2023-03-12 · Min Zhang, Zifeng Zhuang, Zhitao Wang, Donglin Wang, Wenbin Li

Gradient-based meta-learning (GBML) algorithms are able to fast adapt to new tasks by transferring the learned meta-knowledge, while assuming that all tasks come from the same distribution (in-distribution, ID). However, in the real world, they often suffer from an out-of-distribution (OOD) generalization problem, where tasks come from different distributions. OOD exacerbates inconsistencies in magnitudes and directions of task gradients, which brings challenges for GBML to optimize the meta-knowledge by minimizing the sum of task gradients in each minibatch. To address this problem, we propose RotoGBML, a novel approach to homogenize OOD task gradients. RotoGBML uses reweighted vectors to dynamically balance diverse magnitudes to a common scale and uses rotation matrixes to rotate conflicting directions close to each other. To reduce overhead, we homogenize gradients with the features rather than the network parameters. On this basis, to avoid the intervention of non-causal features (e.g., backgrounds), we also propose an invariant self-information (ISI) module to extract invariant causal features (e.g., the outlines of objects). Finally, task gradients are homogenized based on these invariant causal features. Experiments show that RotoGBML outperforms other state-of-the-art methods on various few-shot image classification benchmarks.

📄 PDF Abstract BibTeX arXiv:2303.06679

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Image Classificationimage-classificationImage ClassificationMeta-LearningOut-of-Distribution Generalization

Similar Papers 제목 키워드 기반

Curriculum in Gradient-Based Meta-Reinforcement Learning

2020-02-19 · Bhairav Mehta, Tristan Deleu, Sharath Chandra Raparthy, Chris J. Pal 외

Gradient-based meta-learners such as Model-Agnostic Meta-Learning (MAML) have shown strong few-shot performance in supervised and reinforcement learning settings. However, specifically in the case of meta-reinforcement l…

BenchmarkingMeta-LearningMeta Reinforcement LearningOut-of-Distribution Generalization+3

An Information-Theoretic Analysis of OOD Generalization in Meta-Reinforcement Learning

2025-10-27 · Xingtu Liu arxiv

In this work, we study out-of-distribution (OOD) generalization in meta-reinforcement learning from an information-theoretic perspective. We begin by establishing OOD generalization bounds for meta-supervised learning un…

Reinforcement Learning

Learning Meta Face Recognition in Unseen Domains

2020-03-17 · CVPR 2020 6 · Jianzhu Guo, Xiangyu Zhu, Chenxu Zhao, Dong Cao 외

Face recognition systems are usually faced with unseen domains in real-world applications and show unsatisfactory performance due to their poor generalization. For example, a well-trained model on webface data cannot dea…

Face RecognitionMeta-Learning

Regularizing Meta-Learning via Gradient Dropout

2020-04-13 · Hung-Yu Tseng, Yi-Wen Chen, Yi-Hsuan Tsai, Sifei Liu 외

With the growing attention on learning-to-learn new tasks using only a few examples, meta-learning has been widely used in numerous problems such as few-shot classification, reinforcement learning, and domain generalizat…

Domain GeneralizationMeta-LearningReinforcement 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