CVMar 12, 2023

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

arXiv:2303.06679v17 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses a key limitation for real-world applications of meta-learning where tasks come from different distributions, though it is an incremental improvement over existing methods.

The paper tackles the out-of-distribution generalization problem in gradient-based meta-learning by proposing RotoGBML, which homogenizes task gradients using reweighting and rotation techniques and extracts invariant causal features, resulting in improved performance on few-shot image classification benchmarks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes