paper-with-me

홈 › Papers

Adaptive Adversarial Cross-Entropy Loss for Sharpness-Aware Minimization

2024-06-20 · Tanapat Ratchatorn, Masayuki Tanaka

Recent advancements in learning algorithms have demonstrated that the sharpness of the loss surface is an effective measure for improving the generalization gap. Building upon this concept, Sharpness-Aware Minimization (SAM) was proposed to enhance model generalization and achieved state-of-the-art performance. SAM consists of two main steps, the weight perturbation step and the weight updating step. However, the perturbation in SAM is determined by only the gradient of the training loss, or cross-entropy loss. As the model approaches a stationary point, this gradient becomes small and oscillates, leading to inconsistent perturbation directions and also has a chance of diminishing the gradient. Our research introduces an innovative approach to further enhancing model generalization. We propose the Adaptive Adversarial Cross-Entropy (AACE) loss function to replace standard cross-entropy loss for SAM's perturbation. AACE loss and its gradient uniquely increase as the model nears convergence, ensuring consistent perturbation direction and addressing the gradient diminishing issue. Additionally, a novel perturbation-generating function utilizing AACE loss without normalization is proposed, enhancing the model's exploratory capabilities in near-optimum stages. Empirical testing confirms the effectiveness of AACE, with experiments demonstrating improved performance in image classification tasks using Wide ResNet and PyramidNet across various datasets. The reproduction code is available online

📄 PDF Abstract BibTeX arXiv:2406.14329

Code (1)

T-Ratchatorn/AACE 공식 구현 pytorch

Tasks

image-classificationImage Classification

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 제목 키워드 기반

FEDTAIL: Federated Long-Tailed Domain Generalization with Sharpness-Guided Gradient Matching

2025-06-10 · Sunny Gupta, Nikita Jangid, Shounak Das, Amit Sethi

Domain Generalization (DG) seeks to train models that perform reliably on unseen target domains without access to target data during training. While recent progress in smoothing the loss landscape has improved generaliza…

Domain Generalization

Rényi Sharpness: A Novel Sharpness that Strongly Correlates with Generalization

2025-10-09 · Qiaozhe Zhang, Jun Sun, Ruijie Zhang, Yingzhuang Liu arxiv

Sharpness (of the loss minima) is widely believed to be a good indicator of generalization of neural networks. Unfortunately, the correlation between existing sharpness measures and generalization is not as strong as exp…

S2AP: Score-space Sharpness Minimization for Adversarial Pruning

2025-10-21 · Giorgio Piras, Qi Zhao, Fabio Brau, Maura Pintor 외 arxiv

Adversarial pruning methods have emerged as a powerful tool for compressing neural networks while preserving robustness against adversarial attacks. These methods typically follow a three-step pipeline: (i) pretrain a ro…

Do Flat Minima Improve Sparse Novel View Synthesis?

2025-11-22 · Youngsik Yun, Dongjun Gu, Youngjung Uh arxiv

Despite the success of recent novel view synthesis methods, they tend to struggle in sparse-view settings. This poor generalization to unseen viewpoints is an inherent challenge when training with limited data. To addres…

Novel View Synthesis

ASAM: Adaptive Sharpness-Aware Minimization for Scale-Invariant Learning of Deep Neural Networks

2021-02-23 · Jungmin Kwon, Jeongseop Kim, Hyunseo Park, In Kwon Choi

Recently, learning algorithms motivated from sharpness of loss surface as an effective measure of generalization gap have shown state-of-the-art performances. Nevertheless, sharpness defined in a rigid region with a fixe…

Image Classification