paper-with-me

홈 › Papers

InfiniMotion: Mamba Boosts Memory in Transformer for Arbitrary Long Motion Generation

2024-07-14 · Zeyu Zhang, Akide Liu, Qi Chen, Feng Chen, Ian Reid, Richard Hartley, Bohan Zhuang, Hao Tang

Text-to-motion generation holds potential for film, gaming, and robotics, yet current methods often prioritize short motion generation, making it challenging to produce long motion sequences effectively: (1) Current methods struggle to handle long motion sequences as a single input due to prohibitively high computational cost; (2) Breaking down the generation of long motion sequences into shorter segments can result in inconsistent transitions and requires interpolation or inpainting, which lacks entire sequence modeling. To solve these challenges, we propose InfiniMotion, a method that generates continuous motion sequences of arbitrary length within an autoregressive framework. We highlight its groundbreaking capability by generating a continuous 1-hour human motion with around 80,000 frames. Specifically, we introduce the Motion Memory Transformer with Bidirectional Mamba Memory, enhancing the transformer's memory to process long motion sequences effectively without overwhelming computational resources. Notably our method achieves over 30% improvement in FID and 6 times longer demonstration compared to previous state-of-the-art methods, showcasing significant advancements in long motion generation. See project webpage: https://steve-zeyu-zhang.github.io/InfiniMotion/

📄 PDF Abstract BibTeX arXiv:2407.10061

Code (1)

steve-zeyu-zhang/InfiniMotion 공식 구현

Tasks

MambaMotion Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
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}$.
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…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Recall with Reasoning: Chain-of-Thought Distillation for Mamba's Long-Context Memory and Extrapolation

2025-05-06 · Junyu Ma, Tianqing Fang, Zhisong Zhang, Hongming Zhang 외

Mamba's theoretical infinite-context potential is limited in practice when sequences far exceed training lengths. This work explores unlocking Mamba's long-context memory ability by a simple-yet-effective method, Recall …

Mamba

Mamba-ND: Selective State Space Modeling for Multi-Dimensional Data

2024-02-08 · Shufan Li, Harkanwar Singh, Aditya Grover

In recent years, Transformers have become the de-facto architecture for sequence modeling on text and a variety of multi-dimensional data, such as images and video. However, the use of self-attention layers in a Transfor…

Action RecognitionMambaState Space ModelsWeather Forecasting

MaskMamba: A Hybrid Mamba-Transformer Model for Masked Image Generation

2024-09-30 · Wenchao Chen, LiQiang Niu, Ziyao Lu, Fandong Meng 외

Image generation models have encountered challenges related to scalability and quadratic complexity, primarily due to the reliance on Transformer-based backbones. In this study, we introduce MaskMamba, a novel hybrid mod…

Image GenerationMambaText to Image GenerationText-to-Image Generation

Speech Slytherin: Examining the Performance and Efficiency of Mamba for Speech Separation, Recognition, and Synthesis

2024-07-13 · Xilin Jiang, Yinghao Aaron Li, Adrian Nicolas Florea, Cong Han 외

It is too early to conclude that Mamba is a better alternative to transformers for speech before comparing Mamba with transformers in terms of both performance and efficiency in multiple speech-related tasks. To reach th…

Mambaspeech-recognitionSpeech RecognitionSpeech Separation+1

RLBenchNet: The Right Network for the Right Reinforcement Learning Task

2025-05-21 · Ivan Smirnov, Shangding Gu

Reinforcement learning (RL) has seen significant advancements through the application of various neural network architectures. In this study, we systematically investigate the performance of several neural networks in RL…

continuous-controlContinuous ControlMambaReinforcement Learning (RL)