paper-with-me

Papers

Reweighting Local Mimina with Tilted SAM

2024-10-30 · Tian Li, Tianyi Zhou, Jeffrey A. Bilmes

Sharpness-Aware Minimization (SAM) has been demonstrated to improve the generalization performance of overparameterized models by seeking flat minima on the loss landscape through optimizing model parameters that incur the largest loss within a neighborhood. Nevertheless, such min-max formulations are computationally challenging especially when the problem is highly non-convex. Additionally, focusing only on the worst-case local solution while ignoring potentially many other local solutions may be suboptimal when searching for flat minima. In this work, we propose Tilted SAM (TSAM), a generalization of SAM inspired by exponential tilting that effectively assigns higher priority to local solutions that are flatter and that incur larger losses. TSAM is parameterized by a tilt hyperparameter t and reduces to SAM as t approaches infinity. We prove that (1) the TSAM objective is smoother than SAM and thus easier to optimize; and (2) TSAM explicitly favors flatter minima as t increases. This is desirable as flatter minima could have better generalization properties for certain tasks. We develop algorithms motivated by the discretization of Hamiltonian dynamics to solve TSAM. Empirically, TSAM arrives at flatter local minima and results in superior test performance than the baselines of SAM and ERM across a range of image and text tasks.

📄 PDF Abstract BibTeX arXiv:2410.22656

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

On sample complexity of neural networks

2019-10-24 · Alexander Usvyatsov

We consider functions defined by deep neural networks as definable objects in an o-miminal expansion of the real field, and derive an almost linear (in the number of weights) bound on sample complexity of such networks.

Accurate semiclassical analysis of light propagation on tilted hyperplanes

2025-04-18 · Patrick Gioia, San Vu Ngoc

In the scalar light model given by Helmholtz' equation in R^{1+d} , we consider the transformation of an initial scene (a hologram) in {0}xR^d by an arbitrary affine transformation (which can be viewed as a propagation i…

Generalization and Robustness of the Tilted Empirical Risk

2024-09-28 · Gholamali Aminian, Amir R. Asadi, Tian Li, Ahmad Beirami 외

The generalization error (risk) of a supervised statistical learning algorithm quantifies its prediction ability on previously unseen data. Inspired by exponential tilting, \citet{li2020tilted} proposed the {\it tilted e…

Density-Ratio Losses for Post-Hoc Learning to Defer

2026-05-19 · Alexander Soen, Ragnar Thobaben, Joakim Jaldén, Richard Nock arxiv

We study post-hoc Learning to Defer (L2D) through the lens of ideal distributions: divergence-regularized reweightings of the data distribution under which a model attains low loss. We define deferral via the density-rat…

Anomaly Detection

Local Reweighting for Adversarial Training

2021-06-30 · Ruize Gao, Feng Liu, Kaiwen Zhou, Gang Niu 외

Instances-reweighted adversarial training (IRAT) can significantly boost the robustness of trained models, where data being less/more vulnerable to the given attack are assigned smaller/larger weights during training. Ho…