ECCV 2026 · Project Page

Multi-Modal Controlled Coherent Motion Generation

Yifei Liu1,2· Qiong Cao2· Hongwei Yi3· Huaiguang Jiang1· Changxing Ding1

1 South China University of Technology · 2 Joy Future Academy · 3 Peking University

Coherent 3D human motion from concurrent speech, text, and trajectory inputs.

Paper Code arXiv
MOCO generating a walking motion from speech, text, and a trajectory
Concurrent text, speech, and trajectory control.
Abstract

It is natural for us to walk and talk simultaneously. MOCO tackles the challenge of generating 3D avatar motion from concurrent multi-modal inputs, including speech audio, text descriptions, and trajectory data. Instead of requiring aligned multi-modal training data, MOCO decouples the diffusion denoising process by body region. Speech audio guides upper-body gestures and facial details, while text guides lower-body actions. At every denoising step, the modality-specific predictions are assembled into a holistic motion and fed back into the next step, allowing the body parts to coordinate progressively.

Video Presentation

Concurrent control in action

Speech-driven gestures remain expressive while the lower body follows text and trajectories.

Method

Spatially decoupled denoising

Four denoisers specialize by input modality and motion component.

MOCO framework with speech, text, and trajectory denoisers
At denoising step t, MOCO predicts modality-specific motion, combines body parts, and diffuses the result for the next iteration.
01

Separate the controls

Text-to-motion, speech-to-gesture, trajectory-to-velocity, and speech-to-details denoisers process their relevant signals.

02

Combine at every step

A body mask assigns lower-body motion to text and upper-body motion to speech, while the current holistic state keeps the parts coordinated.

03

Extend with planning

An LLM turns complex action descriptions and speech intervals into a motion timeline with timing and body-part assignments.

Why the split works

Text and speech activate complementary body regions

Under the task-scoped text conditions, locomotion and posture descriptions concentrate motion in the lower body. BEAT2 speech-gesture sequences concentrate motion in the head and arms. These distributions motivate MOCO’s interpretable spatial decomposition.

Body-part variance comparison between text-driven and speech-driven motion
Generated text-driven motion is 62.0% lower-body dominant; BEAT2 speech motion is 85.1% upper-body dominant.
Synchronous and asynchronous multi-modal conditions
Synchronous and asynchronous condition intervals.
Trajectory control

Follow a path while speaking naturally

MOCO predicts pelvis velocity from a target trajectory and applies L-BFGS loss guidance during generation. This lets the avatar follow a specified path while speech controls expressive upper-body motion.

Benchmark

1,000 clips for concurrent multi-modal control

40 lower-body text descriptions · 694 speech clips · 8 speakers

1,000test clips
40text descriptions
694audio clips
2 + 2text + audio per clip

Each clip combines two text descriptions with two neighboring speech segments. The benchmark is designed to test compositional consistency under concurrent conditions, rather than broad open-ended semantic coverage.

Quantitative results

MOCO preserves both control signals

Best values are bolded within each metric direction.

Comparison on the concurrent multi-modal benchmark
Method Text2Motion Speech2Gesture
FID+ ↓R1 ↑M2T ↑M2M ↑ FID-A ↓BC ↑L1div ↑
Weighted Sum1.3356.80.5460.5372.172.204.08
Pseudo-Text1.5932.20.5110.5032.222.556.43
SynTalker0.9859.80.6010.6036.602.959.12
MOCO (Ours)0.86224.60.6490.6393.832.728.62
Qualitative samples generated by MOCO
MOCO coordinates speech gestures with jogging, walking, turning, and sitting motions.
User study

Viewers prefer coherent, synchronized motion

10 participants · 60 pairwise comparisons

99.0%better text following
vs. Pseudo-Text
83.0%better beat synchronization
vs. Weighted Sum
71.0%better body coherence
vs. Combine Once
44.8%better temporal fluidity
vs. Combine Once
Limitations

Interpretable control with a fixed default assignment

MOCO’s default body-part assignment can be suboptimal when text and speech request overlapping upper-body actions. The timeline interface provides a practical override, while adaptive body-part assignment remains an important direction for future work. The benchmark focuses on controlled compositional consistency and does not claim arbitrary text-audio generalization.

Acknowledgement

This work was supported by the National Natural Science Foundation of China under Grants 62476099 and 62076101, Guangdong Basic and Applied Basic Research Foundation under Grants 2024B1515020082 and 2023A1515010007, and the TCL Young Scholars Program.

BibTeX

Citation

@inproceedings{liu2026moco,
  title     = {Multi-Modal Controlled Coherent Motion Generation},
  author    = {Liu, Yifei and Cao, Qiong and Yi, Hongwei and Jiang, Huaiguang and Ding, Changxing},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year      = {2026}
}