paper-with-me

Papers

Meta-Learning with a Geometry-Adaptive Preconditioner

2023-04-04 · CVPR 2023 1 · Suhyun Kang, Duhun Hwang, Moonjung Eo, Taesup Kim, Wonjong Rhee

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 BibTeX arXiv:2304.01552

Code (1)

suhyun777/cvpr23-gap 공식 구현 pytorch

Tasks

Few-Shot Image ClassificationFew-Shot LearningMeta-Learning

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

Task-Specific Preconditioner for Cross-Domain Few-Shot Learning

2024-12-20 · Suhyun Kang, Jungwon Park, Wonseok Lee, Wonjong Rhee

Cross-Domain Few-Shot Learning~(CDFSL) methods typically parameterize models with task-agnostic and task-specific parameters. To adapt task-specific parameters, recent approaches have utilized fixed optimization strategi…

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot Image ClassificationFew-Shot Learning

Differentially Private Adaptive Optimization with Delayed Preconditioners

2022-12-01 · Tian Li, Manzil Zaheer, Ken Ziyu Liu, Sashank J. Reddi 외

Privacy noise may negate the benefits of using adaptive optimizers in differentially private model training. Prior works typically address this issue by using auxiliary information (e.g., public data) to boost the effect…

Navigating Potholes with Geometry-Aware Sharpness Minimization

2026-05-15 · Simon Dufort-Labbé, Mehrab Hamidi, Razvan Pascanu, Ioannis Mitliagkas 외 arxiv

Sharpness-aware minimization (SAM) encourages flat minima by perturbing parameters along directions of high loss curvature, but treats all parameter directions uniformly, ignoring the underlying loss geometry. We introdu…

Learning to Optimize Quasi-Newton Methods

2022-10-11 · Isaac Liao, Rumen R. Dangovski, Jakob N. Foerster, Marin Soljačić

Fast gradient-based optimization algorithms have become increasingly essential for the computationally efficient training of machine learning models. One technique is to multiply the gradient by a preconditioner matrix t…

Design Criteria for SGD Preconditioners: Local Conditioning, Noise Floors, and Basin Stability

2025-11-24 · Mitchell Scott, Tianshi Xu, Ziyuan Tang, Alexandra Pichette-Emmons 외 arxiv

Stochastic Gradient Descent (SGD) often slows in the late stage of training due to anisotropic curvature and gradient noise. We analyze preconditioned SGD in the geometry induced by a symmetric positive definite matrix $…