LGJun 10, 2022

Fisher SAM: Information Geometry and Sharpness Aware Minimisation

arXiv:2206.04920v1100 citationsh-index: 77
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific issue in neural network optimization for better generalization and robustness, representing an incremental improvement over existing SAM methods.

The authors tackled the problem of inaccurate neighborhood definitions in Sharpness-Aware Minimisation (SAM) by replacing Euclidean balls with ellipsoids based on Fisher information, resulting in improved performance on benchmark datasets/tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes