paper-with-me

Papers

Matten: Video Generation with Mamba-Attention

2024-05-05 · Yu Gao, Jiancheng Huang, Xiaopeng Sun, Zequn Jie, Yujie Zhong, Lin Ma

In this paper, we introduce Matten, a cutting-edge latent diffusion model with Mamba-Attention architecture for video generation. With minimal computational cost, Matten employs spatial-temporal attention for local video content modeling and bidirectional Mamba for global video content modeling. Our comprehensive experimental evaluation demonstrates that Matten has competitive performance with the current Transformer-based and GAN-based models in benchmark performance, achieving superior FVD scores and efficiency. Additionally, we observe a direct positive correlation between the complexity of our designed model and the improvement in video quality, indicating the excellent scalability of Matten.

📄 PDF Abstract BibTeX arXiv:2405.03025

Code (0)

등록된 구현이 없습니다.

Tasks

MambaVideo Generation

Methods 이 논문이 사용한 방법론

Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.
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 제목 키워드 기반

VideoSEMA: a scalable and efficient Mamba-like attention for video understanding

2026-07-16 · Nhat Thanh Tran, Fanghui Xue andShuai Zhang, Jiancheng Lyu, Yunling Zheng 외 arxiv

We present for video understanding (classification) a split space-time attention model, VideoSEMA, consisting of a scalable and efficient Mamba-like attention (SEMA) block in space and a softmax temporal attention in tim…

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

Akashic: A Low-Overhead LLM Inference Service with MemAttention

2026-07-07 · Yang Liu, Zhaokai Luo, Huayi Jin, Ruozhou He 외 arxiv

Recent LLM-based agent systems continuously accumulate context across multi-turn interactions, tool invocations, and cross-session workflows. Replaying the full history for every request quickly becomes impractical: long…

M4V: Multi-Modal Mamba for Text-to-Video Generation

2025-06-12 · Jiancheng Huang, Gengwei Zhang, Zequn Jie, Siyu Jiao 외

Text-to-video generation has significantly enriched content creation and holds the potential to evolve into powerful world simulators. However, modeling the vast spatiotemporal space remains computationally demanding, pa…

MambaText-to-Video GenerationVideo Generation

Snakes and Ladders: Two Steps Up for VideoMamba

2024-06-27 · Hui Lu, Albert Ali Salah, Ronald Poppe

Video understanding requires the extraction of rich spatio-temporal representations, which transformer models achieve through self-attention. Unfortunately, self-attention poses a computational burden. In NLP, Mamba has …

Action RecognitionMambaTemporal Action LocalizationVideo Understanding