SOTAVerified

Analyzing and Improving the Training Dynamics of Diffusion Models

2023-12-05CVPR 2024Code Available2· sign in to hype

Tero Karras, Miika Aittala, Jaakko Lehtinen, Janne Hellsten, Timo Aila, Samuli Laine

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Diffusion models currently dominate the field of data-driven image synthesis with their unparalleled scaling to large datasets. In this paper, we identify and rectify several causes for uneven and ineffective training in the popular ADM diffusion model architecture, without altering its high-level structure. Observing uncontrolled magnitude changes and imbalances in both the network activations and weights over the course of training, we redesign the network layers to preserve activation, weight, and update magnitudes on expectation. We find that systematic application of this philosophy eliminates the observed drifts and imbalances, resulting in considerably better networks at equal computational complexity. Our modifications improve the previous record FID of 2.41 in ImageNet-512 synthesis to 1.81, achieved using fast deterministic sampling. As an independent contribution, we present a method for setting the exponential moving average (EMA) parameters post-hoc, i.e., after completing the training run. This allows precise tuning of EMA length without the cost of performing several training runs, and reveals its surprising interactions with network architecture, training time, and guidance.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNet 512x512EDM2-XXLFID1.81Unverified
ImageNet 512x512EDM2-XLFID1.85Unverified
ImageNet 512x512EDM2-LFID1.88Unverified
ImageNet 512x512EDM2-MFID2.01Unverified
ImageNet 512x512EDM2-SFID2.23Unverified
ImageNet 512x512EDM2-XSFID2.91Unverified

Reproductions