paper-with-me

Papers

Deep Compositional Phase Diffusion for Long Motion Sequence Generation

2025-10-16 · Ho Yin Au, Jie Chen, Junkun Jiang, Jingyu Xiang arxiv

Recent research on motion generation has shown significant progress in generating semantically aligned motion with singular semantics. However, when employing these models to create composite sequences containing multiple semantically generated motion clips, they often struggle to preserve the continuity of motion dynamics at the transition boundaries between clips, resulting in awkward transitions and abrupt artifacts. To address these challenges, we present Compositional Phase Diffusion, which leverages the Semantic Phase Diffusion Module (SPDM) and Transitional Phase Diffusion Module (TPDM) to progressively incorporate semantic guidance and phase details from adjacent motion clips into the diffusion process. Specifically, SPDM and TPDM operate within the latent motion frequency domain established by the pre-trained Action-Centric Motion Phase Autoencoder (ACT-PAE). This allows them to learn semantically important and transition-aware phase information from variable-length motion clips during training. Experimental results demonstrate the competitive performance of our proposed framework in generating compositional motion sequences that align semantically with the input conditions, while preserving phase transitional continuity between preceding and succeeding motion clips. Additionally, motion inbetweening task is made possible by keeping the phase parameter of the input motion sequences fixed throughout the diffusion process, showcasing the potential for extending the proposed framework to accommodate various application scenarios. Codes are available at https://github.com/asdryau/TransPhase.

📄 PDF Abstract BibTeX arXiv:2510.14427

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Synthesizing Long-Term Human Motions with Diffusion Models via Coherent Sampling

2023-08-03 · Zhao Yang, Bing Su, Ji-Rong Wen

Text-to-motion generation has gained increasing attention, but most existing methods are limited to generating short-term motions that correspond to a single sentence describing a single action. However, when a text stre…

Motion GenerationSentence

DiffusionPhase: Motion Diffusion in Frequency Domain

2023-12-07 · Weilin Wan, Yiming Huang, Shutong Wu, Taku Komura 외

In this study, we introduce a learning-based method for generating high-quality human motion sequences from text descriptions (e.g., ``A person walks forward"). Existing techniques struggle with motion diversity and smoo…

DiversityMotion Generation

DeMoGen: Towards Decompositional Human Motion Generation with Energy-Based Diffusion Models

2025-12-26 · Jianrong Zhang, Hehe Fan, Yi Yang arxiv

Human motions are compositional: complex behaviors can be described as combinations of simpler primitives. However, existing approaches primarily focus on forward modeling, e.g., learning holistic mappings from text to m…

EnergyMoGen: Compositional Human Motion Generation with Energy-Based Diffusion Model in Latent Space

2024-12-19 · CVPR 2025 1 · Jianrong Zhang, Hehe Fan, Yi Yang

Diffusion models, particularly latent diffusion models, have demonstrated remarkable success in text-driven human motion generation. However, it remains challenging for latent diffusion models to effectively compose mult…

Motion GenerationSemantic Composition

DC-Motion: Decoupling Structure and Details via Discrete-Continuous Tokens for Human Motion Generation

2026-05-28 · Hequan Wang, Xuean Chen, Jiaxu Zhang, Zhengbo Zhang 외 arxiv

Text-to-motion generation requires modeling both global action structure and fine-grained motion dynamics from natural language. Existing approaches typically rely on either continuous diffusion models or vector-quantize…