paper-with-me

Papers

DiM: Diffusion Mamba for Efficient High-Resolution Image Synthesis

2024-05-23 · Yao Teng, Yue Wu, Han Shi, Xuefei Ning, Guohao Dai, Yu Wang, Zhenguo Li, Xihui Liu

Diffusion models have achieved great success in image generation, with the backbone evolving from U-Net to Vision Transformers. However, the computational cost of Transformers is quadratic to the number of tokens, leading to significant challenges when dealing with high-resolution images. In this work, we propose Diffusion Mamba (DiM), which combines the efficiency of Mamba, a sequence model based on State Space Models (SSM), with the expressive power of diffusion models for efficient high-resolution image synthesis. To address the challenge that Mamba cannot generalize to 2D signals, we make several architecture designs including multi-directional scans, learnable padding tokens at the end of each row and column, and lightweight local feature enhancement. Our DiM architecture achieves inference-time efficiency for high-resolution images. In addition, to further improve training efficiency for high-resolution image generation with DiM, we investigate "weak-to-strong" training strategy that pretrains DiM on low-resolution images ($256\times 256$) and then finetune it on high-resolution images ($512 \times 512$). We further explore training-free upsampling strategies to enable the model to generate higher-resolution images (e.g., $1024\times 1024$ and $1536\times 1536$) without further fine-tuning. Experiments demonstrate the effectiveness and efficiency of our DiM. The code of our work is available here: {\url{https://github.com/tyshiwo1/DiM-DiffusionMamba/}}.

📄 PDF Abstract BibTeX arXiv:2405.14224

Code (1)

tyshiwo1/dim-diffusionmamba 공식 구현 pytorch

Tasks

Image GenerationMambaState Space Models

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음
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 제목 키워드 기반

U-Shape Mamba: State Space Model for faster diffusion

2025-04-18 · Alex Ergasti, Filippo Botti, Tomaso Fontanini, Claudio Ferrari 외

Diffusion models have become the most popular approach for high-quality image generation, but their high computational cost still remains a significant challenge. To address this problem, we propose U-Shape Mamba (USM), …

DecoderImage GenerationMamba

Diffusion-4K: Ultra-High-Resolution Image Synthesis with Latent Diffusion Models

2025-03-24 · CVPR 2025 1 · Jinjin Zhang, Qiuyu Huang, Junjie Liu, Xiefan Guo 외

In this paper, we present Diffusion-4K, a novel framework for direct ultra-high-resolution image synthesis using text-to-image diffusion models. The core advancements include: (1) Aesthetic-4K Benchmark: addressing the a…

4kImage Generation

LiT: Delving into a Simplified Linear Diffusion Transformer for Image Generation

2025-01-22 · Jiahao Wang, Ning Kang, Lewei Yao, Mengzhao Chen 외

In commonly used sub-quadratic complexity modules, linear attention benefits from simplicity and high parallelism, making it promising for image synthesis tasks. However, the architectural design and learning strategy fo…

Image GenerationKnowledge DistillationMambaText to Image Generation+1

Scaling Diffusion Mamba with Bidirectional SSMs for Efficient Image and Video Generation

2024-05-24 · Shentong Mo, Yapeng Tian

In recent developments, the Mamba architecture, known for its selective state space approach, has shown potential in the efficient modeling of long sequences. However, its application in image generation remains underexp…

Image GenerationMambaVideo Generation

Layered Diffusion Model for One-Shot High Resolution Text-to-Image Synthesis

2024-07-08 · Emaad Khwaja, Abdullah Rashwan, Ting Chen, Oliver Wang 외

We present a one-shot text-to-image diffusion model that can generate high-resolution images from natural language descriptions. Our model employs a layered U-Net architecture that simultaneously synthesizes images at mu…

Image GenerationSuper-Resolution