paper-with-me

Papers

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 underexplored. Traditional diffusion transformers (DiT), which utilize self-attention blocks, are effective but their computational complexity scales quadratically with the input length, limiting their use for high-resolution images. To address this challenge, we introduce a novel diffusion architecture, Diffusion Mamba (DiM), which foregoes traditional attention mechanisms in favor of a scalable alternative. By harnessing the inherent efficiency of the Mamba architecture, DiM achieves rapid inference times and reduced computational load, maintaining linear complexity with respect to sequence length. Our architecture not only scales effectively but also outperforms existing diffusion transformers in both image and video generation tasks. The results affirm the scalability and efficiency of DiM, establishing a new benchmark for image and video generation techniques. This work advances the field of generative models and paves the way for further applications of scalable architectures.

📄 PDF Abstract BibTeX arXiv:2405.15881

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationMambaVideo Generation

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

Motion Mamba: Efficient and Long Sequence Motion Generation

2024-03-12 · Zeyu Zhang, Akide Liu, Ian Reid, Richard Hartley 외

Human motion generation stands as a significant pursuit in generative computer vision, while achieving long-sequence and efficient motion generation remains challenging. Recent advancements in state space models (SSMs), …

MambaMotion GenerationMotion SynthesisState Space Models

SSM Meets Video Diffusion Models: Efficient Long-Term Video Generation with Structured State Spaces

2024-03-12 · Yuta Oshima, Shohei Taniguchi, Masahiro Suzuki, Yutaka Matsuo

Given the remarkable achievements in image generation through diffusion models, the research community has shown increasing interest in extending these models to video generation. Recent diffusion models for video genera…

GPUImage GenerationMambaNavigate+2

Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Model

2024-01-17 · Lianghui Zhu, Bencheng Liao, Qian Zhang, Xinlong Wang 외

Recently the state space models (SSMs) with efficient hardware-aware designs, i.e., the Mamba deep learning model, have shown great potential for long sequence modeling. Meanwhile building efficient and generic vision ba…

GPUImage ClassificationMambaobject-detection+5

Audio Mamba: Bidirectional State Space Model for Audio Representation Learning

2024-06-05 · Mehmet Hamza Erol, Arda Senocak, Jiu Feng, Joon Son Chung

Transformers have rapidly become the preferred choice for audio classification, surpassing methods based on CNNs. However, Audio Spectrogram Transformers (ASTs) exhibit quadratic scaling due to self-attention. The remova…

Audio ClassificationClassificationMambaRepresentation Learning+1

StableMamba: Distillation-free Scaling of Large SSMs for Images and Videos

2024-09-18 · Hamid Suleman, Syed Talal Wasim, Muzammal Naseer, Juergen Gall

State-space models (SSMs), exemplified by S4, have introduced a novel context modeling method by integrating state-space techniques into deep learning. However, they struggle with global context modeling due to their dat…

Action Recognitionimage-classificationImage ClassificationKnowledge Distillation+2