X-SAM (Eigenvector-aligned Sharpness-Aware Minimization) is an optimization algorithm that refines SAM by explicitly correcting the gradient via orthogonal decomposition along the Hessian's leading eigenvector. This ensures more direct regularization of the maximum eigenvalue, enhancing generalization and convergence by guiding optimization towards flatter minima.
X-SAM is an improved method for training AI models that helps them learn more effectively and perform better on new, unseen data. It fixes issues with a previous technique called SAM by directly adjusting how the model learns, ensuring it finds more stable and reliable solutions.
Eigenvector-aligned SAM
Was this definition helpful?