paper-with-me

홈 › Papers

ParCo: Part-Coordinating Text-to-Motion Synthesis

2024-03-27 · Qiran Zou, Shangyuan Yuan, Shian Du, Yu Wang, Chang Liu, Yi Xu, Jie Chen, Xiangyang Ji

We study a challenging task: text-to-motion synthesis, aiming to generate motions that align with textual descriptions and exhibit coordinated movements. Currently, the part-based methods introduce part partition into the motion synthesis process to achieve finer-grained generation. However, these methods encounter challenges such as the lack of coordination between different part motions and difficulties for networks to understand part concepts. Moreover, introducing finer-grained part concepts poses computational complexity challenges. In this paper, we propose Part-Coordinating Text-to-Motion Synthesis (ParCo), endowed with enhanced capabilities for understanding part motions and communication among different part motion generators, ensuring a coordinated and fined-grained motion synthesis. Specifically, we discretize whole-body motion into multiple part motions to establish the prior concept of different parts. Afterward, we employ multiple lightweight generators designed to synthesize different part motions and coordinate them through our part coordination module. Our approach demonstrates superior performance on common benchmarks with economic computations, including HumanML3D and KIT-ML, providing substantial evidence of its effectiveness. Code is available at https://github.com/qrzou/ParCo .

📄 PDF Abstract BibTeX arXiv:2403.18512

Code (1)

qrzou/parco 공식 구현 pytorch

Tasks

Motion Synthesis

Methods 이 논문이 사용한 방법론

VQ-VAE VQ-VAE is a type of variational autoencoder that uses vector quantisation to obtain a discrete latent representation. It differs from…
Position-Wise Feed-Forward Layer 설명 없음
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…
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…
Residual Connection 설명 없음
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

BiPO: Bidirectional Partial Occlusion Network for Text-to-Motion Synthesis

2024-11-28 · Seong-Eun Hong, Soobin Lim, Juyeong Hwang, Minwook Chang 외

Generating natural and expressive human motions from textual descriptions is challenging due to the complexity of coordinating full-body dynamics and capturing nuanced motion patterns over extended sequences that accurat…

Motion GenerationMotion Synthesis

German Parliamentary Corpus (GerParCor)

2022-04-21 · LREC 2022 6 · Giuseppe Abrami, Mevlüt Bagci, Leon Hammerla, Alexander Mehler

Parliamentary debates represent a large and partly unexploited treasure trove of publicly accessible texts. In the German-speaking area, there is a certain deficit of uniformly accessible and annotated corpora covering a…

Optical Character Recognition (OCR)

ParCon: Noise-Robust Collaborative Perception via Multi-module Parallel Connection

2024-07-16 · Hyunchul Bae, Minhee Kang, Heejin Ahn

In this paper, we investigate improving the perception performance of autonomous vehicles through communication with other vehicles and road infrastructures. To this end, we introduce a novel collaborative perception arc…

3D Object DetectionAutonomous Vehicles

PARCO: Phoneme-Augmented Robust Contextual ASR via Contrastive Entity Disambiguation

2025-09-04 · Jiajun He, Naoki Sawada, Koichi Miyazaki, Tomoki Toda arxiv

Automatic speech recognition (ASR) systems struggle with domain-specific named entities, especially homophones. Contextual ASR improves recognition but often fails to capture fine-grained phoneme variations due to limite…

Entity DisambiguationSpeech Recognition

Coordinating Multiple Conditions for Trajectory-Controlled Human Motion Generation

2026-05-13 · Deli Cai, Haoyang Ma, Changxing Ding arxiv

Trajectory-controlled human motion generation aims to synthesize realistic human motions conditioned on both textual descriptions and spatial trajectories. However, existing methods suffer from two critical limitations: …