REVIEW 2 major objections 7 minor 78 references
Real-time motion generation obeys text and spatial goals simultaneously
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · glm-5.2
2026-07-10 01:57 UTC pith:7MXJ2M6I
load-bearing objection ARDY: Autoregressive Diffusion with Hybrid Representation for Interactive Human Motion Generation the 2 major comments →
ARDY: Autoregressive Diffusion with Hybrid Representation for Interactive Human Motion Generation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central mechanism is the hybrid representation: explicit global root features concatenated with learned latent body tokens, processed by an interleaved two-stage diffusion denoiser. This decomposition lets the model overwrite root features directly for precise trajectory control while keeping the body representation compact enough for efficient few-step diffusion generation. Combined with variable-length history and out-of-window future constraint conditioning, this architecture natively supports online text prompting and flexible kinematic constraints in a single streaming framework, a combination no prior method achieved.
What carries the argument
Hybrid motion tokens (explicit global root + FSQ-quantized latent body), interleaved two-stage transformer denoiser (root-first, body-second), masked constraint injection with root overwriting, variable-length history and future-goal conditioning, latency-aware replanning buffer
Load-bearing premise
The paper assumes that decomposing generation into a root-prediction stage followed by a body-prediction stage is necessary for jointly achieving controllability and motion fidelity. The ablation supporting this shows the one-stage baseline is competitive on some metrics, so the gap is quantitative rather than a fundamental qualitative barrier.
What would settle it
A monolithic one-stage denoiser that jointly predicts root and body from the same hybrid representation, trained and evaluated under identical conditions, would match or exceed the two-stage architecture on both motion quality (FID, foot skating) and constraint adherence (joint error, trajectory error). If such a baseline existed, the central architectural claim would collapse.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces ARDY, an autoregressive diffusion model for interactive 3D human motion generation that supports online text prompting and flexible, long-horizon kinematic constraints (root waypoints/trajectories, full-body keyframes, end-effector positions/rotations) without test-time optimization or RL policies. The core technical contributions are: (1) a hybrid motion representation combining explicit global root features with a learned latent body embedding, (2) a two-stage interleaved transformer denoiser that first predicts clean root motion and then predicts latent body motion conditioned on that root, and (3) a variable-length history context and out-of-window future constraint conditioning mechanism. The method is evaluated on the public HumanML3D benchmark against offline (MaskControl) and online (DiP) baselines, and on the proprietary Bones Rigplay dataset via ablation studies. An interactive demo demonstrates real-time control via text, mouse, and keyboard inputs at 33–63 ms latency.
Significance. The paper addresses a genuine and important gap in the motion generation literature: existing offline methods offer rich controllability but are too slow for interactive use, while existing online methods are fast but sacrifice either text conditioning, kinematic control, or long-horizon planning. The combination of capabilities in Table 1—real-time generation, online text prompting, diverse spatial control types, native control without optimization or RL, and long history/future context—is unmatched by prior work. The two-stage denoiser and hybrid representation are well-motivated and validated by ablation (Table 2). The release of code and models, along with the interactive demo, strengthens reproducibility and practical impact. The evaluation on HumanML3D against both offline and autoregressive baselines is appropriate and the results are competitive or superior. The work is a solid contribution to the interactive motion generation field.
major comments (2)
- [§5.1, Constraint Sampling and Table 2/Table 3 evaluation] The central claim that ARDY 'natively learns controllable generation' (Sec. 1, Sec. 3.3) is primarily validated on the proprietary Bones Rigplay dataset where spatial constraints are 'sampled directly from the ground-truth test set' (Sec. 5.1). This means every constraint is guaranteed to be physically plausible and consistent with natural human motion. The only robustness test mentioned—adding 'slight random perturbations to the global translation and heading of a subset of sampled constraints' (Sec. 5.1)—reports no quantitative results for perturbed vs. unperturbed settings, and body-level constraints (joint positions/rotations, full-body keyframes) are never perturbed. On the public HumanML3D benchmark (Table 4), the raw (non-optimized) joint position error is 4.15 cm, substantially worse than the ~2.5 cm on Bones Rigplay (Table 2). This gap raises the question of whether the strong '
- [§3.4, Two-Stage Denoiser and Table 2 ablation] The two-stage architecture is presented as a key design decision, and the ablation in Table 2 shows improvements over the one-stage baseline. However, the one-stage baseline still achieves competitive foot skating (0.264 vs. 0.264 m/s text-only; 0.248 vs. 0.250 m/s constraints) and R-precision (65.84 vs. 65.47 text-only). The performance gap is concentrated in constraint accuracy (e.g., waypoint error 0.164 m vs. 0.024 m). The paper should more precisely characterize when the two-stage design matters most (e.g., for which constraint types) and whether the one-stage baseline could be improved with better constraint conditioning, to clarify whether the two-stage decomposition is fundamentally necessary or simply a useful heuristic that happens to help with certain constraint types.
minor comments (7)
- Table 2: The one-stage baseline achieves identical foot skating (0.264 m/s) and slightly higher R-precision (65.84 vs. 65.47) in text-only generation. The paper should acknowledge this more directly rather than focusing only on the improvements in constraint-conditioned metrics.
- §3.5, Eq. (11): The loss combines four terms with equal weight (1:1:1:1). No justification is given for this weighting. A brief ablation or discussion of sensitivity to loss weights would help reproducibility.
- §5.1: The Bones Rigplay dataset is proprietary and not publicly available. While the HumanML3D evaluation partially addresses this, the main ablation analysis (Tables 2–3) cannot be independently reproduced. The paper should note this limitation more explicitly.
- §6.2, Table 4: The paper states that using the original HumanML3D evaluator models disadvantages ARDY on FID and R-precision. However, the R-precision gap between ARDY (0.729) and MaskControl* (0.760) is non-trivial. A brief discussion of why the retargeting difference affects R-precision specifically would strengthen the comparison.
- Fig. 3: The architecture diagram is informative but dense. A clearer separation of the root transformer and body transformer data flows, perhaps with color-coded arrows, would improve readability for readers unfamiliar with the two-stage diffusion paradigm.
- §4.1: The replan buffer mechanism is described as optional, with the 4-step model using no buffer and the 10-step model using a single buffer frame. It would be helpful to report the actual end-to-end latency experienced by the user (including buffer wait time) for both configurations, not just the model inference latency.
- Table 3, Diffusion steps section: The 4-step model achieves FID 0.034 and the 10-step model achieves 0.027. The paper claims 'performance is still acceptable for most applications when going as low as four steps' (Sec. 3.5). Quantifying what 'acceptable' means in terms of perceptual quality would be helpful, especially given the interactive demo uses the 4-step model.
Circularity Check
No significant circularity: the architecture and losses are defined independently; the only self-citation is a non-load-bearing architectural motif borrowed from prior work.
full rationale
The paper's central claims are architectural and empirical, not derivational. The hybrid representation (Eq. 2–3) is defined by construction: a tokenizer compresses body motion into latent tokens, and the diffusion model learns to denoise them. No equation reduces to its own input by definition. The two-stage denoiser (Sec. 3.4) is a design choice validated by ablation (Table 2), not a circular derivation. The training losses (Eqs. 7–11) are standard supervised objectives comparing predictions to ground truth; none are self-referential. The claim that ARDY 'natively learns controllable generation' (Sec. 1, Sec. 3.3) is an empirical claim supported by training on ground-truth-sampled constraints and evaluating on held-out test data — it is not a prediction forced by construction. The one self-citation to Rempe et al. 2026 for the interleaved two-stage design concept (Sec. 3.4: 'Our autoregressive transformer denoiser employs an interleaved, two-stage design [Rempe et al. 2026]') is architectural borrowing, not a load-bearing mathematical premise: the paper independently defines its own two-stage architecture, trains it from scratch, and validates it via ablation against a one-stage baseline. The evaluation on the proprietary Bones Rigplay dataset (Sec. 5) is a data-availability concern, not circularity, and is independently grounded by the public HumanML3D benchmark results (Sec. 6, Tables 4–5). No fitted parameter is renamed as a prediction; no uniqueness theorem is invoked; no ansatz is smuggled through self-citation. The derivation chain is self-contained.
Axiom & Free-Parameter Ledger
free parameters (6)
- Patch size P =
4
- Generation window G =
40
- Diffusion steps =
10 (default), 4 (efficient)
- FSQ quantization levels =
64
- FSQ latent dimensions =
128
- Loss weights =
1 (hybrid, dec, goal), 0.01 (skate)
axioms (4)
- standard math DDPM framework validity
- domain assumption Transformer architecture suitability
- domain assumption Explicit root overwriting accuracy
- ad hoc to paper Local root representation reduces foot skating
invented entities (2)
-
Hybrid motion representation
independent evidence
-
Two-stage interleaved denoiser
independent evidence
read the original abstract
Generating realistic 3D human motions in real-time within interactive applications is key for animation, simulation, and humanoid robotics. While recent offline motion generation approaches offer precise control via text and kinematic constraints, they lack the inference speed required for interactive settings. Conversely, existing online methods enable real-time synthesis but often sacrifice controllability or struggle with complex text semantics and long-horizon goals due to limited context windows. In this work, we introduce ARDY, a streaming generation framework that bridges this gap by enabling high-fidelity motion generation controllable via online text prompts and flexible kinematic constraints. ARDY employs a hybrid representation that combines explicit root features with a latent body embedding, balancing precise trajectory control with efficient generative learning. We propose a two-stage autoregressive transformer denoiser that features variable history context and supports conditioning on flexible, long-horizon kinematic constraints. By training on a large-scale motion capture dataset and being directly conditioned on text labels and kinematic constraints sampled from ground truth poses, ARDY natively learns controllable generation that supports online prompting and flexible long-horizon goals. Extensive evaluations on the HumanML3D benchmark and the large-scale, high-fidelity Bones Rigplay dataset demonstrate ARDY's high motion quality and constraint adherence, validating the efficacy of our key architectural decisions. Finally, we demonstrate the method's practical versatility through an interactive demo featuring dynamic text control, diverse keyframe pose constraints, path following, and interactive locomotion control via mouse and keyboard. Supplementary video results, code, and model releases can be found at https://research.nvidia.com/labs/sil/projects/ardy/.
Figures
Reference graph
Works this paper leans on
-
[1]
The Eleventh International Conference on Learning Representations , year=
Human Motion Diffusion Model , author=. The Eleventh International Conference on Learning Representations , year=
-
[2]
Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , pages =
MaskControl: Spatio-Temporal Control for Masked Motion Synthesis , author =. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , pages =
-
[3]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Momask: Generative masked modeling of 3d human motions , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[4]
Motionlcm: Real-time controllable motion generation via latent consistency model , author=. ECCV , pages=
-
[5]
Guy Tevet and Sigal Raab and Setareh Cohan and Daniele Reda and Zhengyi Luo and Xue Bin Peng and Amit Haim Bermano and Michiel van de Panne , booktitle=. 2025 , url=
work page 2025
-
[6]
Zhao, Kaifeng and Li, Gen and Tang, Siyu , booktitle =
- [7]
-
[8]
Taming Diffusion Probabilistic Models for Character Control , author =. 2024 , publisher =. doi:10.1145/3641519.3657440 , booktitle =
-
[9]
Tessler, Chen and Guo, Yunrong and Nabati, Ofir and Chechik, Gal and Peng, Xue Bin , title =. 2024 , journal=
work page 2024
-
[10]
Finite Scalar Quantization: VQ-VAE Made Simple
Finite scalar quantization: Vq-vae made simple , author=. arXiv preprint arXiv:2309.15505 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[11]
European Conference on Computer Vision , pages=
Tlcontrol: Trajectory and language control for human motion synthesis , author=. European Conference on Computer Vision , pages=. 2024 , organization=
work page 2024
-
[12]
The Twelfth International Conference on Learning Representations , year=
OmniControl: Control Any Joint at Any Time for Human Motion Generation , author=. The Twelfth International Conference on Learning Representations , year=
-
[13]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Executing your Commands via Motion Diffusion in Latent Space , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[14]
Go to Zero: Towards Zero-shot Motion Generation with Million-scale Data
Go to Zero: Towards Zero-shot Motion Generation with Million-scale Data , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , year=. 2507.07095 , archivePrefix=
work page internal anchor Pith review Pith/arXiv arXiv
-
[15]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Scamo: Exploring the scaling law in autoregressive motion generation model , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[16]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Rethinking Diffusion for Text-Driven Human Motion Generation: Redundant Representations, Evaluation, and Masked Autoregression , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[17]
European Conference on Computer Vision , pages=
Emdm: Efficient motion diffusion model for fast and high-quality motion generation , author=. European Conference on Computer Vision , pages=. 2024 , organization=
work page 2024
-
[18]
UniPhys: Unified Planner and Controller with Diffusion for Flexible Physics-Based Character Control
UniPhys: Unified Planner and Controller with Diffusion for Flexible Physics-Based Character Control , author=. arXiv preprint arXiv:2504.12540 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[19]
ACM Transactions on Graphics (TOG) , volume=
Diffuse-cloc: Guided diffusion for physics-based character look-ahead control , author=. ACM Transactions on Graphics (TOG) , volume=. 2025 , publisher=
work page 2025
-
[20]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Optimizing diffusion noise can serve as universal motion priors , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[21]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
Seamless Human Motion Composition with Blended Positional Encodings , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
-
[22]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
From Sparse Signal to Smooth Motion: Real-Time Motion Generation with Rolling Prediction Models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
-
[23]
CVPR Workshop on Human Motion Generation , year =
Multi-Track Timeline Control for Text-Driven 3D Human Motion Generation , author =. CVPR Workshop on Human Motion Generation , year =
-
[24]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Mmm: Generative masked motion model , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[25]
ACM Transactions on Graphics (TOG) , volume=
Character controllers using motion vaes , author=. ACM Transactions on Graphics (TOG) , volume=. 2020 , publisher=
work page 2020
-
[26]
ACM Transactions on Graphics (ToG) , volume=
Deepphase: Periodic autoencoders for learning motion phase manifolds , author=. ACM Transactions on Graphics (ToG) , volume=. 2022 , publisher=
work page 2022
-
[27]
ACM Transactions on Graphics , volume=
Neural state machine for character-scene interactions , author=. ACM Transactions on Graphics , volume=. 2019 , publisher=
work page 2019
-
[28]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Stochastic scene-aware motion prediction , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[29]
Universal Humanoid Motion Representations for Physics-Based Control
Universal humanoid motion representations for physics-based control , author=. arXiv preprint arXiv:2310.04582 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[30]
ACM Transactions on Graphics (TOG) , volume=
Phase-functioned neural networks for character control , author=. ACM Transactions on Graphics (TOG) , volume=. 2017 , publisher=
work page 2017
-
[31]
SIGGRAPH Asia 2024 Conference Papers , pages=
Autonomous character-scene interaction synthesis from text instruction , author=. SIGGRAPH Asia 2024 Conference Papers , pages=
work page 2024
-
[32]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Trace and pace: Controllable pedestrian animation via guided trajectory diffusion , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[33]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Humor: 3d human motion model for robust pose estimation , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[34]
ACM SIGGRAPH 2024 Conference Papers , pages=
Tedi: Temporally-entangled diffusion for long-term motion synthesis , author=. ACM SIGGRAPH 2024 Conference Papers , pages=
work page 2024
-
[35]
Petrovich, Mathis and Black, Michael J. and Varol, G. European Conference on Computer Vision (
-
[36]
IEEE transactions on pattern analysis and machine intelligence , volume=
Motiondiffuse: Text-driven human motion generation with diffusion model , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2024 , publisher=
work page 2024
-
[37]
MotionStreamer: Streaming Motion Generation via Diffusion-based Autoregressive Model in Causal Latent Space , author=. arXiv preprint arXiv:2503.15451 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[38]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Towards immersive human-x interaction: A real-time framework for physically plausible motion synthesis , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[39]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
T2M-GPT: Generating Human Motion from Textual Descriptions with Discrete Representations , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
-
[40]
Advances in Neural Information Processing Systems , volume=
Motiongpt: Human motion as a foreign language , author=. Advances in Neural Information Processing Systems , volume=
-
[41]
Ready-to-React: Online Reaction Policy for Two-Character Interaction Generation , author=. ICLR , year=
-
[42]
2025 International Conference on 3D Vision (3DV) , pages=
Unimotion: Unifying 3d human motion synthesis and understanding , author=. 2025 International Conference on 3D Vision (3DV) , pages=. 2025 , organization=
work page 2025
-
[43]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Guided motion diffusion for controllable human motion synthesis , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[44]
BeyondMimic: From Motion Tracking to Versatile Humanoid Control via Guided Diffusion
Beyondmimic: From motion tracking to versatile humanoid control via guided diffusion , author=. arXiv preprint arXiv:2508.08241 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[45]
ASAP: Aligning Simulation and Real-World Physics for Learning Agile Humanoid Whole-Body Skills
Asap: Aligning simulation and real-world physics for learning agile humanoid whole-body skills , author=. arXiv preprint arXiv:2502.01143 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[46]
arXiv preprint arXiv:2510.05070 , year=
ResMimic: From General Motion Tracking to Humanoid Whole-body Loco-Manipulation via Residual Learning , author=. arXiv preprint arXiv:2510.05070 , year=
-
[47]
ACM SIGGRAPH 2024 Conference Proceedings , location =
Setareh, Cohan and Tevet, Guy and Reda, Daniele and Peng, Xue Bin and van de Panne, Michiel , title =. ACM SIGGRAPH 2024 Conference Proceedings , location =. 2024 , publisher =
work page 2024
-
[48]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , month =
Guo, Chuan and Zou, Shihao and Zuo, Xinxin and Wang, Sen and Ji, Wei and Li, Xingyu and Cheng, Li , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , month =. 2022 , pages =
work page 2022
- [49]
-
[50]
InsActor: Instruction-driven Physics-based Characters , author=. NeurIPS , year=
-
[51]
IEEE transactions on pattern analysis and machine intelligence , volume=
Gaussian process dynamical models for human motion , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2007 , publisher=
work page 2007
-
[52]
Proceedings of the IEEE international conference on computer vision , pages=
Recurrent network models for human dynamics , author=. Proceedings of the IEEE international conference on computer vision , pages=
-
[53]
Advances in neural information processing systems , volume=
Modeling human motion using binary latent variables , author=. Advances in neural information processing systems , volume=
-
[54]
European Conference on Computer Vision , pages=
Bamm: Bidirectional autoregressive motion model , author=. European Conference on Computer Vision , pages=. 2024 , organization=
work page 2024
-
[55]
The kit motion-language dataset , author=. Big data , volume=. 2016 , publisher=
work page 2016
-
[56]
Improving language understanding by generative pre-training , author=. 2018 , publisher=
work page 2018
-
[57]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Synthesizing diverse human motions in 3d indoor scenes , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[58]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
The wanderings of odysseus in 3d scenes , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[59]
ACM Transactions On Graphics (TOG) , volume=
Ase: Large-scale reusable adversarial skill embeddings for physically simulated characters , author=. ACM Transactions On Graphics (TOG) , volume=. 2022 , publisher=
work page 2022
-
[60]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
On the continuity of rotation representations in neural networks , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[61]
Parishad BehnamGhader and Vaibhav Adlakha and Marius Mosbach and Dzmitry Bahdanau and Nicolas Chapados and Siva Reddy , booktitle=. 2024 , url=
work page 2024
-
[62]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
AMASS: Archive of motion capture as surface shapes , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[63]
Proceedings of the 28th ACM international conference on multimedia , pages=
Action2motion: Conditioned generation of 3d human motions , author=. Proceedings of the 28th ACM international conference on multimedia , pages=
-
[64]
International Conference on Learning Representations , year=
Auto-Encoding Variational Bayes , author=. International Conference on Learning Representations , year=
-
[65]
Girshick, Ross , booktitle=
-
[66]
NeurIPS 2021 Workshop on Deep Generative Models and Downstream Applications , year=
Classifier-Free Diffusion Guidance , author=. NeurIPS 2021 Workshop on Deep Generative Models and Downstream Applications , year=
work page 2021
-
[67]
Petrovich, Mathis and Black, Michael J. and Varol, G. International Conference on Computer Vision (
-
[68]
Viser: Imperative, Web-based 3D Visualization in Python
Viser: Imperative, web-based 3d visualization in python , author=. arXiv preprint arXiv:2507.22885 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[69]
The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
Mean Flows for One-step Generative Modeling , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
-
[70]
The Thirteenth International Conference on Learning Representations , year=
Simplifying, Stabilizing and Scaling Continuous-time Consistency Models , author=. The Thirteenth International Conference on Learning Representations , year=
-
[71]
Loper, Matthew and Mahmood, Naureen and Romero, Javier and Pons-Moll, Gerard and Black, Michael J. , journal =
-
[72]
Advances in neural information processing systems , volume=
Denoising diffusion probabilistic models , author=. Advances in neural information processing systems , volume=
- [73]
-
[74]
International Conference on Machine Learning , year=
Scaling exponents across parameterizations and optimizers , author=. International Conference on Machine Learning , year=
-
[75]
ACM Transactions on Graphics (ToG) , year=
Learned motion matching , author=. ACM Transactions on Graphics (ToG) , year=
-
[76]
ACM Transactions on Graphics (TOG) , year=
Control Operators for Interactive Character Animation , author=. ACM Transactions on Graphics (TOG) , year=
-
[77]
Kimodo: Scaling Controllable Human Motion Generation , author=. arXiv:2603.15546 , year=
-
[78]
SONIC: Supersizing Motion Tracking for Natural Humanoid Whole-Body Control
SONIC: Supersizing Motion Tracking for Natural Humanoid Whole-Body Control , author=. arXiv preprint arXiv:2511.07820 , year=
work page internal anchor Pith review Pith/arXiv arXiv
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.