nblt / F-SAM

[CVPR 2024] Friendly Sharpness-Aware Minimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Friendly Sharpness-Aware Minimization

The code is the official implementation of our CVPR 2024 paper Friendly Sharpness-Aware Minimization.

Introduction

In this work, we reveal that the full gradient component in SAM’s adversarial weight perturbation does not contribute to generalization and, in fact, has undesirable effects. We then propose an efficient variant to mitigate these effects and solely utilize batch-wise stochastic gradient noise for weight perturbation. It further enhances the generalization performance of SAM and provides a fresh understanding on SAM's practical success.

Illustration of F-SAM

Dependencies

Install required dependencies:

pip install -r requirements.txt

How to run

We show sample usages in run.sh:

bash run.sh

Citation

If you find this work helpful, please cite:

@inproceedings{li2024friendly,
  title={Friendly Sharpness-Aware Minimization},
  author={Li, Tao and Zhou, Pan and He, Zhengbao and Cheng, Xinwen and Huang, Xiaolin},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2024}
}

About

[CVPR 2024] Friendly Sharpness-Aware Minimization


Languages

Language:Python 99.0%Language:Shell 1.0%