HASTE trains diffusion transformers faster by aligning student features and attention maps with a DINOv2 teacher early in training and then switching the alignment off, matching vanilla SiT quality on ImageNet 256x256 in 50 epochs.
Attention Distillation: A Unified Approach to Visual Characteristics Transfer
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Recent advances in generative diffusion models have shown a notable inherent understanding of image style and semantics. In this paper, we leverage the self-attention features from pretrained diffusion networks to transfer the visual characteristics from a reference to generated images. Unlike previous work that uses these features as plug-and-play attributes, we propose a novel attention distillation loss calculated between the ideal and current stylization results, based on which we optimize the synthesized image via backpropagation in latent space. Next, we propose an improved Classifier Guidance that integrates attention distillation loss into the denoising sampling process, further accelerating the synthesis and enabling a broad range of image generation applications. Extensive experiments have demonstrated the extraordinary performance of our approach in transferring the examples' style, appearance, and texture to new images in synthesis. Code is available at https://github.com/xugao97/AttentionDistillation.
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
REPA Works Until It Doesn't: Early-Stopped, Holistic Alignment Supercharges Diffusion Training
HASTE trains diffusion transformers faster by aligning student features and attention maps with a DINOv2 teacher early in training and then switching the alignment off, matching vanilla SiT quality on ImageNet 256x256 in 50 epochs.