paper-with-me

Papers

Effective Diffusion Transformer Architecture for Image Super-Resolution

2024-09-29 · Kun Cheng, Lei Yu, Zhijun Tu, Xiao He, Liyu Chen, Yong Guo, Mingrui Zhu, Nannan Wang, Xinbo Gao, Jie Hu

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.

📄 PDF Abstract BibTeX arXiv:2409.19589

Code (1)

kunncheng/dit-sr 공식 구현 pytorch

Tasks

Image GenerationImage Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

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

VolDiT: Controllable Volumetric Medical Image Synthesis with Diffusion Transformers

2026-03-26 · Marvin Seyfarth, Salman Ul Hassan Dar, Yannik Frisch, Philipp Wild 외 arxiv

Diffusion models have become a leading approach for high-fidelity medical image synthesis. However, most existing methods for 3D medical image generation rely on convolutional U-Net backbones within latent diffusion fram…

Medical Image Generation

CATformer: Contrastive Adversarial Transformer for Image Super-Resolution

2025-08-25 · Qinyi Tian, Spence Cox, Laura E. Dalton arxiv

Super-resolution remains a promising technique to enhance the quality of low-resolution images. This study introduces CATformer (Contrastive Adversarial Transformer), a novel neural network integrating diffusion-inspired…

Image Super-ResolutionContrastive Learning

MedSegDiff-V2: Diffusion based Medical Image Segmentation with Transformer

2023-01-19 · Junde Wu, Wei Ji, Huazhu Fu, Min Xu 외

The Diffusion Probabilistic Model (DPM) has recently gained popularity in the field of computer vision, thanks to its image generation applications, such as Imagen, Latent Diffusion Models, and Stable Diffusion, which ha…

Image GenerationImage SegmentationMedical Image AnalysisMedical Image Segmentation+2

EAM: Enhancing Anything with Diffusion Transformers for Blind Super-Resolution

2025-05-08 · Haizhen Xie, Kunpeng Du, Qiangyu Yan, Sen Lu 외

Utilizing pre-trained Text-to-Image (T2I) diffusion models to guide Blind Super-Resolution (BSR) has become a predominant approach in the field. While T2I models have traditionally relied on U-Net architectures, recent a…

Blind Super-ResolutionImage RestorationIn-Context LearningSuper-Resolution

Exploring Transformer Backbones for Image Diffusion Models

2022-12-27 · Princy Chahal

We present an end-to-end Transformer based Latent Diffusion model for image synthesis. On the ImageNet class conditioned generation task we show that a Transformer based Latent Diffusion model achieves a 14.1FID which is…

Image Generation