Meta-Learning with a Geometry-Adaptive Preconditioner

Model-agnostic meta-learning (MAML) is one of the most successful meta-learning algorithms. It has a bi-level optimization structure where the outer-loop process learns a shared initialization and the inner-loop process optimizes task-specific weights. Although MAML relies on the standard gradient descent in the inner-loop, recent studies have shown that controlling the inner-loop's gradient descent with a meta-learned preconditioner can be beneficial. Existing preconditioners, however, cannot simultaneously adapt in a task-specific and path-dependent way. Additionally, they do not satisfy the Riemannian metric condition, which can enable the steepest descent learning with preconditioned gradient. In this study, we propose Geometry-Adaptive Preconditioned gradient descent (GAP) that can overcome the limitations in MAML; GAP can efficiently meta-learn a preconditioner that is dependent on task-specific parameters, and its preconditioner can be shown to be a Riemannian metric. Thanks to the two properties, the geometry-adaptive preconditioner is effective for improving the inner-loop optimization. Experiment results show that GAP outperforms the state-of-the-art MAML family and preconditioned gradient descent-MAML (PGD-MAML) family in a variety of few-shot learning tasks. Code is available at: https://github.com/Suhyun777/CVPR23-GAP.

PDF Abstract CVPR 2023 PDF CVPR 2023 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Few-Shot Image Classification Mini-Imagenet 5-way (1-shot) Approximate GAP Accuracy 53.52 # 83
Few-Shot Image Classification Mini-Imagenet 5-way (1-shot) GAP Accuracy 54.86 # 80
Few-Shot Image Classification Mini-Imagenet 5-way (5-shot) GAP Accuracy 71.55 # 73
Few-Shot Image Classification Mini-Imagenet 5-way (5-shot) Approximate GAP Accuracy 70.75 # 76
Few-Shot Image Classification Tiered ImageNet 5-way (1-shot) Approximate GAP Accuracy 56.86 # 47
Few-Shot Image Classification Tiered ImageNet 5-way (1-shot) GAP Accuracy 57.6 # 46
Few-Shot Image Classification Tiered ImageNet 5-way (5-shot) GAP Accuracy 74.9 # 46
Few-Shot Image Classification Tiered ImageNet 5-way (5-shot) Approximate GAP Accuracy 74.41 # 47

Methods