paper-with-me

Papers

Dimba: Transformer-Mamba Diffusion Models

2024-06-03 · Zhengcong Fei, Mingyuan Fan, Changqian Yu, Debang Li, Youqiang Zhang, Junshi Huang

This paper unveils Dimba, a new text-to-image diffusion model that employs a distinctive hybrid architecture combining Transformer and Mamba elements. Specifically, Dimba sequentially stacked blocks alternate between Transformer and Mamba layers, and integrate conditional information through the cross-attention layer, thus capitalizing on the advantages of both architectural paradigms. We investigate several optimization strategies, including quality tuning, resolution adaption, and identify critical configurations necessary for large-scale image generation. The model's flexible design supports scenarios that cater to specific resource constraints and objectives. When scaled appropriately, Dimba offers substantial throughput and a reduced memory footprint relative to conventional pure Transformers-based benchmarks. Extensive experiments indicate that Dimba achieves comparable performance compared with benchmarks in terms of image quality, artistic rendering, and semantic control. We also report several intriguing properties of architecture discovered during evaluation and release checkpoints in experiments. Our findings emphasize the promise of large-scale hybrid Transformer-Mamba architectures in the foundational stage of diffusion models, suggesting a bright future for text-to-image generation.

📄 PDF Abstract BibTeX arXiv:2406.01159

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationMambaText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

DiffuMamba: High-Throughput Diffusion LMs with Mamba Backbone

2025-11-19 · Vaibhav Singh, Oleksiy Ostapenko, Pierre-André Noël, Eugene Belilovsky 외 arxiv

Diffusion language models (DLMs) have emerged as a promising alternative to autoregressive (AR) generation, yet their reliance on Transformer backbones limits inference efficiency due to quadratic attention or KV-cache o…

ZigMa: A DiT-style Zigzag Mamba Diffusion Model

2024-03-20 · Vincent Tao Hu, Stefan Andreas Baumann, Ming Gui, Olga Grebenkova 외

The diffusion model has long been plagued by scalability and quadratic complexity issues, especially within transformer-based structures. In this study, we aim to leverage the long sequence modeling capability of a State…

Mambamodel

Mamba-ST: State Space Model for Efficient Style Transfer

2024-09-16 · IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2025 2 · Filippo Botti, Alex Ergasti, Leonardo Rossi, Tomaso Fontanini 외

The goal of style transfer is, given a content image and a style source, generating a new image preserving the content but with the artistic representation of the style source. Most of the state-of-the-art architectures …

MambaStyle Transfer

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

Not Like Transformers: Drop the Beat Representation for Dance Generation with Mamba-Based Diffusion Model

2026-03-09 · Sangjune Park, Inhyeok Choi, Donghyeon Soon, Youngwoo Jeon 외 arxiv

Dance is a form of human motion characterized by emotional expression and communication, playing a role in various fields such as music, virtual reality, and content creation. Existing methods for dance generation often …