paper-with-me

Papers

Understanding Flatness in Generative Models: Its Role and Benefits

2025-03-14 · Taehwan Lee, Kyeongkook Seo, Jaejun Yoo, Sung Whan Yoon

Flat minima, known to enhance generalization and robustness in supervised learning, remain largely unexplored in generative models. In this work, we systematically investigate the role of loss surface flatness in generative models, both theoretically and empirically, with a particular focus on diffusion models. We establish a theoretical claim that flatter minima improve robustness against perturbations in target prior distributions, leading to benefits such as reduced exposure bias -- where errors in noise estimation accumulate over iterations -- and significantly improved resilience to model quantization, preserving generative performance even under strong quantization constraints. We further observe that Sharpness-Aware Minimization (SAM), which explicitly controls the degree of flatness, effectively enhances flatness in diffusion models, whereas other well-known methods such as Stochastic Weight Averaging (SWA) and Exponential Moving Average (EMA), which promote flatness indirectly via ensembling, are less effective. Through extensive experiments on CIFAR-10, LSUN Tower, and FFHQ, we demonstrate that flat minima in diffusion models indeed improves not only generative performance but also robustness.

📄 PDF Abstract BibTeX arXiv:2503.11078

Code (0)

등록된 구현이 없습니다.

Tasks

Noise EstimationQuantization

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…
Stochastic Weight Averaging Stochastic Weight Averaging is an optimization procedure that averages multiple points along the trajectory of SGD, with a cyclical or…
Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

When Flatness Does (Not) Guarantee Adversarial Robustness

2025-10-16 · Nils Philipp Walter, Linara Adilova, Jilles Vreeken, Michael Kamp arxiv

Despite their empirical success, neural networks remain vulnerable to small, adversarial perturbations. A longstanding hypothesis suggests that flat minima, regions of low curvature in the loss landscape, offer increased…

Adversarial Robustness

A Unified Stability Analysis of SAM vs SGD: Role of Data Coherence and Emergence of Simplicity Bias

2025-11-21 · Wei-Kai Chang, Rajiv Khanna arxiv

Understanding the dynamics of optimization in deep learning is increasingly important as models scale. While stochastic gradient descent (SGD) and its variants reliably find solutions that generalize well, the mechanisms…

Flatness is Necessary, Neural Collapse is Not: Rethinking Generalization via Grokking

2025-09-22 · Ting Han, Linara Adilova, Henning Petzka, Jens Kleesiek 외 arxiv

Neural collapse, i.e., the emergence of highly symmetric, class-wise clustered representations, is frequently observed in deep networks and is often assumed to reflect or enable generalization. In parallel, flatness of t…

Flatness-Aware Prompt Selection Improves Accuracy and Sample Efficiency

2023-05-18 · Lingfeng Shen, Weiting Tan, Boyuan Zheng, Daniel Khashabi

With growing capabilities of large language models, prompting them has become the dominant way to access them. This has motivated the development of strategies for automatically selecting effective language prompts. In t…

Flatness-Aware Stochastic Gradient Langevin Dynamics

2025-10-02 · Stefano Bruno, Youngsik Hwang, Jaehyeon An, Sotirios Sabanis 외 arxiv

Flatness of the loss landscape has been widely studied as an important perspective for understanding the behavior and generalization of deep learning algorithms. Motivated by this view, we propose Flatness-Aware Stochast…

Out-of-Distribution DetectionImage Classification