Papers › Kimodo: Scaling Controllable Human Motion Generation

Kimodo: Scaling Controllable Human Motion Generation

16 Mar 2026arXiv:2603.15546added by Syntology

Davis Rempe, Mathis Petrovich, Ye Yuan, Haotian Zhang, Xue Bin Peng, Yifeng Jiang, Tingwu Wang, Umar Iqbal, David Minor, Michael de Ruyter, Jiefeng Li, Chen Tessler, Edy Lim, Eugene Jeong, Sam Wu, Ehsan Hassani, Michael Huang, Jin-Bey Yu, Chaeyeon Chung, Lina Song, Olivier Dionne, Jan Kautz, Simon Yuen, Sanja Fidler

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

High-quality human motion data is becoming increasingly important for applications in robotics, simulation, and entertainment. Recent generative models offer a potential data source, enabling human motion synthesis through intuitive inputs like text prompts or kinematic constraints on poses. However, the small scale of public mocap datasets has limited the motion quality, control accuracy, and generalization of these models. In this work, we introduce Kimodo, an expressive and controllable kinematic motion diffusion model trained on 700 hours of optical motion capture data. Our model generates high-quality motions while being easily controlled through text and a comprehensive suite of kinematic constraints including full-body keyframes, sparse joint positions/rotations, 2D waypoints, and dense 2D paths. This is enabled through a carefully designed motion representation and two-stage denoiser architecture that decomposes root and body prediction to minimize motion artifacts while allowing for flexible constraint conditioning. Experiments on the large-scale mocap dataset justify key design decisions and analyze how the scaling of dataset size and model size affect performance.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.15546")

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nv-tlabs/kimodo found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from nv-tlabs/kimodo. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

angle_to_Y_rotation_matrix nv-tlabs/kimodo/kimodo/geometry.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d6b4add804976434 · report
cont6d_to_matrix nv-tlabs/kimodo/kimodo/geometry.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 42c47c90157ca5e4 · report
create_pairs nv-tlabs/kimodo/kimodo/constraints.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 495275fac958edb6 · report
get_beta_schedule nv-tlabs/kimodo/kimodo/model/diffusion.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0c0a342a6d097b28 · report
get_env_var nv-tlabs/kimodo/kimodo/model/common.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1261e7b3e8e04b68 · report
get_env_var nv-tlabs/kimodo/kimodo/model/loading.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a9ce08fb03d39b34 · report
get_skeleton_display_name nv-tlabs/kimodo/kimodo/model/registry.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a5998a861ba6879c · report
get_skeleton_display_names_for_dataset nv-tlabs/kimodo/kimodo/model/registry.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0ef3379f93d586a4 · report
get_skeleton_key_from_display_name nv-tlabs/kimodo/kimodo/model/registry.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ca4f17050d7f391c · report
instantiate_from_dict nv-tlabs/kimodo/kimodo/model/loading.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 006930e776ca886b · report
load_checkpoint_state_dict nv-tlabs/kimodo/kimodo/model/loading.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e95c6635f9e67e38 · report
load_model nv-tlabs/kimodo/kimodo/model/load_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9864a44c22701ca7 · report
materialize_value nv-tlabs/kimodo/kimodo/model/common.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d4eeec6d214fdc47 · report
matrix_to_cont6d nv-tlabs/kimodo/kimodo/geometry.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0ae30a547c08a556 · report
pad_x_and_mask_to_fixed_size nv-tlabs/kimodo/kimodo/model/backbone.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2609d3cb0326a521 · report
parse_prompts_from_meta nv-tlabs/kimodo/kimodo/meta.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a06db7b4a4f76637 · report
resolve_target nv-tlabs/kimodo/kimodo/model/common.py found in paper text by Syntology unverified Apache-2.0 (permissive) · debe7d25330cd587 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.15546, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections