RDM: Recurrent Diffusion Model for Human Motion Generation
Mirgahney Mohamed, Harry Jake Cunningham, Marc P. Deisenroth, Lourdes Agapito

TL;DR
The paper introduces RDM, a recurrent diffusion model for human motion generation that reduces computational costs and maintains high-quality, long sequence generation by conditioning on previous frames using normalizing flows.
Contribution
The paper proposes RDM, a novel recurrent diffusion framework that explicitly conditions on previous frames and employs normalizing flows to improve efficiency and sequence length handling.
Findings
RDM achieves comparable performance to autoregressive models.
RDM generates long, text-aligned sequences efficiently.
RDM reduces inference computational cost by skipping diffusion steps.
Abstract
Human motion generation is a challenging task due to its high dimensionality and the difficulty of generating fine-grained motions. Diffusion methods have been proposed due to their high sample quality and expressiveness. Early approaches treat the entire sequence as a whole, which is computationally expensive and restricts sequence length. In contrast, autoregressive diffusion models generate longer sequences. However, their reliance on fully denoising previous frames complicates training and inference. Consequently, we propose \textit{RDM}, a new recurrent diffusion formulation similar to Recurrent Neural Networks (RNNs).RDMs explicitly condition diffusion processes on preceding noisy frames, avoiding the cost of full denoising. Nonetheless, maintaining its probabilistic nature is non-trivial. Therefore, we employ Normalizing Flows to model recurrent connections. Our evaluations…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Human Motion and Animation
MethodsDiffusion
