paper-with-me

Papers

Convergence of Sharpness-Aware Minimization Algorithms using Increasing Batch Size and Decaying Learning Rate

2024-09-16 · Hinata Harada, Hideaki Iiduka

The sharpness-aware minimization (SAM) algorithm and its variants, including gap guided SAM (GSAM), have been successful at improving the generalization capability of deep neural network models by finding flat local minima of the empirical loss in training. Meanwhile, it has been shown theoretically and practically that increasing the batch size or decaying the learning rate avoids sharp local minima of the empirical loss. In this paper, we consider the GSAM algorithm with increasing batch sizes or decaying learning rates, such as cosine annealing or linear learning rate, and theoretically show its convergence. Moreover, we numerically compare SAM (GSAM) with and without an increasing batch size and conclude that using an increasing batch size or decaying learning rate finds flatter local minima than using a constant batch size and learning rate.

📄 PDF Abstract BibTeX arXiv:2409.09984

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sharpness-Aware Minimization Sharpness-Aware Minimization, or SAM, is a procedure that improves model generalization by simultaneously minimizing loss value and loss sharpness. SAM functions by…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
SAM 설명 없음

Similar Papers 제목 키워드 기반

Generalized Federated Learning via Sharpness Aware Minimization

2022-06-06 · Zhe Qu, Xingyu Li, Rui Duan, Yao Liu 외

Federated Learning (FL) is a promising framework for performing privacy-preserving, distributed learning with a set of clients. However, the data distribution among clients often exhibits non-IID, i.e., distribution shif…

Federated LearningPrivacy Preserving

Adaptive Sharpness-Aware Minimization with a Polyak-type Step size: A Theory-Grounded Scheduler

2026-06-01 · Dimitris Oikonomou, Nicolas Loizou arxiv

Sharpness-Aware Minimization (SAM) has established itself as a powerful and widely adopted optimizer for training machine learning models. By explicitly minimizing the sharpness of the loss landscape, SAM often improves …

An Adaptive Policy to Employ Sharpness-Aware Minimization

2023-04-28 · Weisen Jiang, Hansi Yang, Yu Zhang, James Kwok

Sharpness-aware minimization (SAM), which searches for flat minima by min-max optimization, has been shown to be useful in improving model generalization. However, since each SAM update requires computing two gradients, …

GCSAM: Gradient Centralized Sharpness Aware Minimization

2025-01-20 · Mohamed Hassan, Aleksandar Vakanski, Boyu Zhang, Min Xian

The generalization performance of deep neural networks (DNNs) is a critical factor in achieving robust model behavior on unseen data. Recent studies have highlighted the importance of sharpness-based measures in promotin…

Computational Efficiency

Domain-Generalization to Improve Learning in Meta-Learning Algorithms

2025-08-13 · Usman Anjum, Chris Stockman, Cat Luong, Justin Zhan arxiv

This paper introduces Domain Generalization Sharpness-Aware Minimization Model-Agnostic Meta-Learning (DGS-MAML), a novel meta-learning algorithm designed to generalize across tasks with limited training data. DGS-MAML c…

Domain GeneralizationFew-Shot Learning