CVSep 29, 2024

Effective Diffusion Transformer Architecture for Image Super-Resolution

arXiv:2409.19589v129 citationsh-index: 15Has Code
Originality Highly original
AI Analysis

This work addresses image super-resolution for computer vision applications, presenting an incremental improvement by integrating transformers into diffusion models.

The authors tackled image super-resolution by designing a diffusion transformer architecture (DiT-SR) that achieves visual quality comparable to prior-based methods through training from scratch, outperforming existing training-from-scratch diffusion-based methods and even some prior-based methods.

Recent advances indicate that diffusion models hold great promise in image super-resolution. While the latest methods are primarily based on latent diffusion models with convolutional neural networks, there are few attempts to explore transformers, which have demonstrated remarkable performance in image generation. In this work, we design an effective diffusion transformer for image super-resolution (DiT-SR) that achieves the visual quality of prior-based methods, but through a training-from-scratch manner. In practice, DiT-SR leverages an overall U-shaped architecture, and adopts a uniform isotropic design for all the transformer blocks across different stages. The former facilitates multi-scale hierarchical feature extraction, while the latter reallocates the computational resources to critical layers to further enhance performance. Moreover, we thoroughly analyze the limitation of the widely used AdaLN, and present a frequency-adaptive time-step conditioning module, enhancing the model's capacity to process distinct frequency information at different time steps. Extensive experiments demonstrate that DiT-SR outperforms the existing training-from-scratch diffusion-based SR methods significantly, and even beats some of the prior-based methods on pretrained Stable Diffusion, proving the superiority of diffusion transformer in image super-resolution.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes