paper-with-me

Papers

Do Sharpness-based Optimizers Improve Generalization in Medical Image Analysis?

2024-08-07 · Mohamed Hassan, Aleksandar Vakanski, Min Xian

Effective clinical deployment of deep learning models in healthcare demands high generalization performance to ensure accurate diagnosis and treatment planning. In recent years, significant research has focused on improving the generalization of deep learning models by regularizing the sharpness of the loss landscape. Among the optimization approaches that explicitly minimize sharpness, Sharpness-Aware Minimization (SAM) has shown potential in enhancing generalization performance on general domain image datasets. This success has led to the development of several advanced sharpness-based algorithms aimed at addressing the limitations of SAM, such as Adaptive SAM, surrogate-Gap SAM, Weighted SAM, and Curvature Regularized SAM. These sharpness-based optimizers have shown improvements in model generalization compared to conventional stochastic gradient descent optimizers and their variants on general domain image datasets, but they have not been thoroughly evaluated on medical images. This work provides a review of recent sharpness-based methods for improving the generalization of deep learning networks and evaluates the methods performance on medical breast ultrasound images. Our findings indicate that the initial SAM method successfully enhances the generalization of various deep learning models. While Adaptive SAM improves generalization of convolutional neural networks, it fails to do so for vision transformers. Other sharpness-based optimizers, however, do not demonstrate consistent results. The results reveal that, contrary to findings in the non-medical domain, SAM is the only recommended sharpness-based optimizer that consistently improves generalization in medical image analysis, and further research is necessary to refine the variants of SAM to enhance generalization performance in this field

📄 PDF Abstract BibTeX arXiv:2408.04065

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningMedical Image Analysis

Methods 이 논문이 사용한 방법론

Sharpness-Aware Minimization Sharpness-Aware Minimization, or SAM, is a procedure that improves model generalization by simultaneously minimizing loss value and loss sharpness. SAM functions by…
SAM 설명 없음

Similar Papers 제목 키워드 기반

SALR: Sharpness-aware Learning Rates for Improved Generalization

2020-09-28 · Xubo Yue, Maher Nouiehed, Raed Al Kontar

In an effort to improve generalization in deep learning, we propose SALR: a sharpness-aware learning rate update technique designed to recover flat minimizers. Our method dynamically updates the learning rate of gradient…

Efficient Sharpness-aware Minimization for Improved Training of Neural Networks

2021-10-07 · ICLR 2022 4 · Jiawei Du, Hanshu Yan, Jiashi Feng, Joey Tianyi Zhou 외

Overparametrized Deep Neural Networks (DNNs) often achieve astounding performances, but may potentially result in severe generalization error. Recently, the relation between the sharpness of the loss landscape and the ge…

SALR: Sharpness-aware Learning Rate Scheduler for Improved Generalization

2020-11-10 · Xubo Yue, Maher Nouiehed, Raed Al Kontar

In an effort to improve generalization in deep learning and automate the process of learning rate scheduling, we propose SALR: a sharpness-aware learning rate update technique designed to recover flat minimizers. Our met…

Scheduling

Sharpness-Aware Minimization Revisited: Weighted Sharpness as a Regularization Term

2023-05-25 · Yun Yue, Jiadi Jiang, Zhiling Ye, Ning Gao 외

Deep Neural Networks (DNNs) generalization is known to be closely related to the flatness of minima, leading to the development of Sharpness-Aware Minimization (SAM) for seeking flatter minima and better generalization. …

Sharpness Minimization Algorithms Do Not Only Minimize Sharpness To Achieve Better Generalization

2023-07-20 · NeurIPS 2023 11

Despite extensive studies, the underlying reason as to why overparameterized neural networks can generalize remains elusive. Existing theory shows that common stochastic optimizers prefer flatter minimizers of the traini…