paper-with-me

홈 › Papers

Fisher SAM: Information Geometry and Sharpness Aware Minimisation

2022-06-10 · Minyoung Kim, Da Li, Shell Xu Hu, Timothy M. Hospedales

Recent sharpness-aware minimisation (SAM) is known to find flat minima which is beneficial for better generalisation with improved robustness. SAM essentially modifies the loss function by reporting the maximum loss value within the small neighborhood around the current iterate. However, it uses the Euclidean ball to define the neighborhood, which can be inaccurate since loss functions for neural networks are typically defined over probability distributions (e.g., class predictive probabilities), rendering the parameter space non Euclidean. In this paper we consider the information geometry of the model parameter space when defining the neighborhood, namely replacing SAM's Euclidean balls with ellipsoids induced by the Fisher information. Our approach, dubbed Fisher SAM, defines more accurate neighborhood structures that conform to the intrinsic metric of the underlying statistical manifold. For instance, SAM may probe the worst-case loss value at either a too nearby or inappropriately distant point due to the ignorance of the parameter space geometry, which is avoided by our Fisher SAM. Another recent Adaptive SAM approach stretches/shrinks the Euclidean ball in accordance with the scale of the parameter magnitudes. This might be dangerous, potentially destroying the neighborhood structure. We demonstrate improved performance of the proposed Fisher SAM on several benchmark datasets/tasks.

📄 PDF Abstract BibTeX arXiv:2206.04920

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

NON 설명 없음

Similar Papers 제목 키워드 기반

Bias-Aware Minimisation: Understanding and Mitigating Estimator Bias in Private SGD

2023-08-23 · Moritz Knolle, Robert Dorfman, Alexander Ziller, Daniel Rueckert 외

Differentially private SGD (DP-SGD) holds the promise of enabling the safe and responsible application of machine learning to sensitive datasets. However, DP-SGD only provides a biased, noisy estimate of a mini-batch gra…

Improving Sharpness-Aware Minimization with Fisher Mask for Better Generalization on Language Models

2022-10-11 · Qihuang Zhong, Liang Ding, Li Shen, Peng Mi 외

Fine-tuning large pretrained language models on a limited training corpus usually suffers from poor generalization. Prior works show that the recently-proposed sharpness-aware minimization (SAM) optimization method can i…

The Normalization Method for Alleviating Pathological Sharpness in Wide Neural Networks

2019-06-07 · NeurIPS 2019 12 · Ryo Karakida, Shotaro Akaho, Shun-ichi Amari

Normalization methods play an important role in enhancing the performance of deep learning while their theoretical understandings have been limited. To theoretically elucidate the effectiveness of normalization, we quant…

Are Flat Minima an Illusion?

2026-03-24 · Michael Timothy Bennett arxiv

Neural networks that land in flat regions of the loss landscape tend to generalise better than those in sharp regions. Sharpness-Aware Minimisation exploits this to improve generalisation. But function-preserving reparam…

Make Sharpness-Aware Minimization Stronger: A Sparsified Perturbation Approach

2022-10-11 · Peng Mi, Li Shen, Tianhe Ren, Yiyi Zhou 외

Deep neural networks often suffer from poor generalization caused by complex and non-convex loss landscapes. One of the popular solutions is Sharpness-Aware Minimization (SAM), which smooths the loss landscape via minimi…