REVIEW 3 major objections 5 minor 53 references
UniMotion: A Unified Framework for Motion-Text-Vision Understanding and Generation
T0 review · 3 major / 5 minor · reviewed 2026-07-13 · grok-4.5
Pith's one-line read A single continuous model can understand, generate, and edit human motion together with text and RGB images.
desk verdict Solid first continuous Motion–Text–RGB any-to-any system; ablations support the mechanisms, but the multi-stage curriculum is the softest link on the SOTA claim. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
CMA-VAE with Dual-Posterior KL Alignment (DPA) and Latent Reconstruction Alignment (LRA): continuous motion latents are produced by a motion encoder whose posterior is distilled toward a vision-fused teacher (DPA), then the embedder, backbone, and flow head are co-calibrated by reconstructing those dense latents from noise (LRA) before multi-task fine-tuning.
What would settle it
Retrain the identical architecture and schedule with DPA and LRA both ablated; if Text-to-Motion R@3, motion-editing R@3, and Vision-to-Motion MPJPE remain within a few points of the full model on the same splits, the two alignment mechanisms are not load-bearing as claimed.
Extended reading notes
Core claim
The paper claims that treating motion as a first-class continuous modality—encoded by a Cross-Modal Aligned Motion VAE, aligned by Dual-Posterior KL distillation from a vision-fused teacher, and cold-started by Latent Reconstruction Alignment—yields a single shared LLM backbone that simultaneously supports understanding, generation, and editing across motion, text, and RGB, and that this continuous design reaches state-of-the-art on all seven evaluated tri-modal tasks.
Load-bearing premise
The result depends on the premise that reverse-KL distillation from a vision-fused encoder trained mainly on indoor paired frames, together with a multi-stage self-reconstruction warm-up, is enough to give useful visual geometry to unpaired motion–text data and to stabilize the whole unified model.
Editorial extensions
If this is right
- One continuous backbone can replace separate motion–text and pose–vision systems for the seven listed understanding, generation, and editing tasks.
- Continuous latents remove quantization-induced temporal jitter and improve fine-grained prediction and joint-level editing.
- Visual-semantic priors learned on paired-image datasets transfer to unpaired motion–text data through shared encoder parameters.
- Dual-path (semantic plus generation) embedders are required for motion-conditioned synthesis where structure and detail must be preserved together.
- Self-supervised reconstruction of dense motion latents is a practical cold-start when text alone is too sparse to calibrate a new continuous pathway.
Reading between the lines
- The same continuous dual-path recipe could absorb multi-person or hand–object motion without redesigning a discrete codebook.
- Reverse-KL posterior distillation from a sensor-paired teacher may be reusable for other sparse modalities such as audio or force inside an LLM backbone.
- The remaining gap to specialist mesh-recovery numbers suggests unified continuous models may still need explicit geometric auxiliary losses for high-precision body recovery.
- Zero-shot transfer to in-the-wild 3DPW implies that indoor paired-frame priors already encode transferable body-structure geometry.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. UniMotion claims to be the first single architecture that unifies understanding, generation, and editing across continuous human motion, natural language, and RGB images. It encodes motion with a Cross-Modal Aligned Motion VAE (CMA-VAE), injects visual-semantic priors via Dual-Posterior KL Alignment (DPA; reverse KL of the motion-only posterior to a vision-fused teacher, Eqs. 3–7), and cold-starts the continuous pathway with Latent Reconstruction Alignment (LRA / M2M self-reconstruction, Eq. 9). Symmetric dual-path embedders, hybrid attention, modality-routed LoRA, and modality-specific flow heads sit on a Show-o2 backbone. The model is evaluated on seven tasks (T2M, M2T, prediction, editing, V2M, V2T, MGIE) and reports SOTA or best-in-class numbers on most semantic metrics, with ablations isolating CMA-VAE, DPA, LRA, dual-path, hybrid attention, and routed LoRA.
Significance. If the results hold under fairer controls, the paper would be a genuine advance: the first continuous Motion–Text–RGB MLLM that supports any-to-any understanding, generation, and editing in one model, with clear gains on compositional tasks (editing, MGIE, prediction) that discrete Motion-Text or static Pose-Image systems cannot address. Strengths include systematic ablations (Tables 6, 9, 11–13), a unified 269-dim motion representation, zero-shot 3DPW transfer, and detailed multi-stage training disclosure (Table 15). The continuous-first design and DPA/LRA mechanisms are concrete, reusable contributions even if some absolute FID numbers remain behind single-task discrete specialists.
major comments (3)
- Sec. 3.2–3.4 and Table 9: The central claim that DPA + LRA are the load-bearing mechanisms for continuous tri-modal SOTA rests on ablations that remove each component from the full multi-stage pipeline (CMA-VAE 210k + LRA 80k + Stages 1a–3 ≈790k steps, Table 15). There are no compute-matched single-stage or order-permuted controls. The observed drops (T2M R@3 0.841→0.818/0.801; Edit R@3 84.94→80.35/78.72) could partly reflect curriculum length or progressive unfreezing rather than the reverse-KL or M2M objectives themselves. A matched-budget ablation (or at least Stage-0-only vs. Stage-0-shuffled) is needed to substantiate that the continuous pathway + DPA/LRA, not the elaborate schedule, drive the gains.
- Sec. 3.2, Eqs. 6–7 and the claim of transfer to unpaired HumanML3D: DPA is applied only on H3.6M-style paired frames; benefit on T2M/M2T is attributed to shared encoder parameters. Table 9 shows a drop without DPA, but there is no direct measurement of how much of the vision-fused posterior actually transfers (e.g., posterior-distance or representation-similarity diagnostics on HumanML3D latents). Without that, the assertion that reverse KL injects useful visual-semantic priors into unpaired motion remains an inference rather than a demonstrated mechanism.
- Table 3 vs. Tables 2/5/8: On pure T2M, UniMotion’s FID (0.194) is worse than single-task discrete methods (MoMask 0.045) while R-Precision/MMDist are better. The paper correctly emphasizes semantic alignment, yet the abstract and Fig. 1 frame the result as consistent superiority across seven tasks. The manuscript should more carefully qualify where continuous unification trades reconstruction fidelity for cross-modal compositionality, so the SOTA claim is not overstated on distribution-matching metrics.
minor comments (5)
- Fig. 1 radar and Table 2: Several baseline cells are N/A by design; the visual comparison can be misread as head-to-head superiority. Clarify that partial methods are scored only on supported tasks.
- Sec. 3.3 / hybrid attention mask (Eq. 14 in supplement): The formal mask is clear, but a short main-text sentence on why image tokens receive the same span-full pattern as motion would help readers who skip the supplement.
- Notation: z, z_fused, z_motion, and Embed_fused appear with slight variations across Sec. 3.2–3.4; a single consistent symbol table would reduce friction.
- Supplementary Sec. F limitations: The indoor-centric visual alignment and 1.5B compute cost are acknowledged; a one-sentence pointer in the main conclusion would be useful for readers who do not open the supplement.
- Typos / polish: “squate”/“squatting” in Fig. 1 demo text; occasional “MotionGPT3” labels in reconstruction figures; ensure all arXiv citations have consistent venue years.
Circularity Check
No significant circularity: UniMotion is an empirical architecture/training paper whose SOTA claims are measured on external public benchmarks with independent metrics, not forced by definition or self-citation.
full rationale
The paper’s load-bearing claims are (i) a continuous Motion–Text–RGB architecture (CMA-VAE + dual-path embedders + hybrid attention + modality-routed LoRA) and (ii) two training objectives (DPA reverse-KL posterior alignment; LRA M2M latent reconstruction) that improve seven any-to-any tasks. Performance is reported against external datasets and protocols (HumanML3D, MotionFix, Human3.6M, MoVid, 3DPW) and external baselines (MotionGPT, MG-MotionLLM, UniPose, Show-o2, MoMask, etc.) using standard metrics (R@k, FID, BertScore, MPJPE, BLEU, Mot.Acc). DPA (Eqs. 3–7) and LRA (Eq. 9) are optimization losses; they do not redefine those evaluation metrics, so ablations (Table 9) and SOTA tables are not tautological. LRA’s self-reconstruction is ordinary self-supervised pretraining with explicit non-identity design (embedder compression, flow-from-noise, information bottlenecks) and is validated by transfer to text/vision tasks that never use M2M. There is no uniqueness theorem imported from the authors, no fitted parameter renamed as a prediction, and no self-citation that forces the central results. Minor author self-citations on related motion topics are non-load-bearing. Score 0 is appropriate.
Assumptions & free parameters
free parameters (5)
- DPA alignment weight λ_align and linear warm-up length
- LRA information-bottleneck rates (temporal keep 20–50 %, feature dropout 0.15, Gaussian σ=0.02)
- Modality-routed LoRA rank (32) and flow-matching λ_flow=0.8
- Multi-stage learning rates, step counts, and partial LLM unfreeze schedule
- CFG scale s=3.0 and Euler steps N=50
assumptions (4)
- domain assumption Continuous VAE latents preserve temporal continuity and structural fidelity better than VQ-VAE codebooks for motion sequences.
- ad hoc to paper Reverse KL (student motion posterior || teacher vision-fused posterior) yields mode-seeking, high-confidence motion representations that filter view-specific noise.
- domain assumption Text captions alone are too sparse to calibrate a newly introduced continuous motion pathway (the “cold-start” problem).
- domain assumption Flow matching with AdaLN-conditioned heads and hybrid (causal + intra-motion full) attention is a suitable generative objective for both motion and image latents inside an autoregressive LLM.
invented entities (3)
-
Cross-Modal Aligned Motion VAE (CMA-VAE) with Dual-Posterior KL Alignment
-
Latent Reconstruction Alignment (LRA / M2M pre-training)
-
Symmetric dual-path (semantic + generation) motion embedder with pose-aware vision backbone fusion
Cite this review
Pith. "Pith review of UniMotion: A Unified Framework for Motion-Text-Vision Understanding and Generation." pith.science (2026). https://pith.science/paper/HMUZ6LX5
@misc{pith2026260322282,
author = {Pith},
title = {Pith review of: UniMotion: A Unified Framework for Motion-Text-Vision Understanding and Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/HMUZ6LX5}},
note = {Machine review of arXiv:2603.22282}
}
read the original abstract
We present UniMotion, to our knowledge the first unified framework for simultaneous understanding and generation of human motion, natural language, and RGB images within a single architecture. Existing unified models handle only restricted modality subsets (e.g., Motion-Text or static Pose-Image) and predominantly rely on discrete tokenization, which introduces quantization errors and disrupts temporal continuity. UniMotion overcomes both limitations through a core principle: treating motion as a first-class continuous modality on equal footing with RGB. A novel Cross-Modal Aligned Motion VAE (CMA-VAE) and symmetric dual-path embedders construct parallel continuous pathways for Motion and RGB within a shared LLM backbone. To inject visual-semantic priors into motion representations without requiring images at inference, we propose Dual-Posterior KL Alignment (DPA), which distills a vision-fused encoder's richer posterior into the motion-only encoder. To address the cold-start problem -- where text supervision alone is too sparse to calibrate the newly introduced motion pathway -- we further propose Latent Reconstruction Alignment (LRA), a self-supervised pre-training strategy that uses dense motion latents as unambiguous conditions to co-calibrate the embedder, backbone, and flow head, establishing a stable motion-aware foundation for all downstream tasks. UniMotion achieves state-of-the-art performance across seven tasks spanning any-to-any understanding, generation, and editing among the three modalities, with especially strong advantages on cross-modal compositional tasks.
Figures
Figures from the paper (13 more)
Reference graph
Works this paper leans on
-
[1]
In: SIGGRAPH Asia 2024 Conference Papers
Athanasiou, N., Cseke, A., Diomataris, M., Black, M.J., Varol, G.: Motionfix: Text- driven 3d human motion editing. In: SIGGRAPH Asia 2024 Conference Papers. pp. 1–11 (2024)
2024
-
[2]
arXiv (2023)
Bai, J., Bai, S., Yang, S., Wang, S., Tan, S., Wang, P., Lin, J., Zhou, C., Zhou, J.: Qwen-vl: A frontier large vision-language model with versatile abilities. arXiv (2023)
2023
-
[3]
Advances in neural information processing systems33, 1877–1901 (2020)
Brown, T., Mann, B., Ryder, N., Subbiah, M., Kaplan, J.D., Dhariwal, P., Nee- lakantan, A., Shyam, P., Sastry, G., Askell, A., et al.: Language models are few-shot learners. Advances in neural information processing systems33, 1877–1901 (2020)
1901
-
[4]
IEEE Transactions on Pattern Analysis and Machine Intelligence (2019)
Cao, Z., Hidalgo Martinez, G., Simon, T., Wei, S., Sheikh, Y.A.: Openpose: Realtime multi-person 2d pose estimation using part affinity fields. IEEE Transactions on Pattern Analysis and Machine Intelligence (2019)
2019
-
[5]
arXiv preprint arXiv:2405.20340 (2024)
Chen, L.H., Lu, S., Zeng, A., Zhang, H., Wang, B., Zhang, R., Zhang, L.: Motionllm: Understanding human behaviors from human motions and videos. arXiv preprint arXiv:2405.20340 (2024)
arXiv 2024
-
[6]
arXiv preprint arXiv:2501.17811 (2025)
Chen, X., Wu, Z., Liu, X., Pan, Z., Liu, W., Xie, Z., Yu, X., Ruan, C.: Janus-pro: Unified multimodal understanding and generation with data and model scaling. arXiv preprint arXiv:2501.17811 (2025)
arXiv 2025
-
[7]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Dwivedi, S.K., Sun, Y., Patel, P., Feng, Y., Black, M.J.: Tokenhmr: Advancing human mesh recovery with a tokenized pose representation. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 1323–1333 (2024)
2024
-
[8]
In: CVPR
Feng, Y., Lin, J., Dwivedi, S.K., Sun, Y., Patel, P., Black, M.J.: Chatpose: Chatting about 3d human pose. In: CVPR. pp. 2093–2103 (2024)
Show all 53 references
-
[9]
In: CVPR
Goel, S., Pavlakos, G., Rajasegaran, J., Kanazawa, A., Malik, J.: Humans in 4d: Reconstructing and tracking humans with transformers. In: CVPR. pp. 14783–14794 (2023)
2023
-
[10]
arXiv preprint arXiv:1706.02677 (2017)
Goyal, P., Dollár, P., Girshick, R., Noordhuis, P., Wesolowski, L., Kyrola, A., Tulloch, A., Jia, Y., He, K.: Accurate, large minibatch sgd: Training imagenet in 1 hour. arXiv preprint arXiv:1706.02677 (2017)
2017 arXiv
-
[11]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Guo, C., Mu, Y., Javed, M.G., Wang, S., Cheng, L.: Momask: Generative masked modeling of 3d human motions. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 1900–1910 (2024)
1900
-
[12]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Guo, C., Zou, S., Zuo, X., Wang, S., Ji, W., Li, X., Cheng, L.: Generating diverse and natural 3d human motions from text. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 5152–5161 (June 2022)
2022
-
[13]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Guo, C., Zou, S., Zuo, X., Wang, S., Ji, W., Li, X., Cheng, L.: Generating diverse and natural 3d human motions from text. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 5152–5161 (2022)
2022
-
[14]
In: ECCV (2022)
Guo, C., Zuo, X., Wang, S., Cheng, L.: Tm2t: Stochastic and tokenized modeling for the reciprocal generation of 3d human motions and texts. In: ECCV (2022)
2022
-
[15]
arXiv preprint arXiv:2511.01463 (2025)
Hu, L., Ye, Y., Xia, S.: Hmvlm: Human motion-vision-lanuage model via moe lora. arXiv preprint arXiv:2511.01463 (2025)
2025
-
[16]
6m: Large scale datasets and predictive methods for 3d human sensing in natural environments
Ionescu, C., Papava, D., Olaru, V., Sminchisescu, C.: Human3. 6m: Large scale datasets and predictive methods for 3d human sensing in natural environments. TPAMI36(7), 1325–1339 (2013)
2013
-
[17]
Advances in Neural Information Processing Systems36, 20067–20079 (2023) 16 Z
Jiang, B., Chen, X., Liu, W., Yu, J., Yu, G., Chen, T.: Motiongpt: Human motion as a foreign language. Advances in Neural Information Processing Systems36, 20067–20079 (2023) 16 Z. Wang et al
2023
-
[18]
In: CVPR
Kanazawa, A., Black, M.J., Jacobs, D.W., Malik, J.: End-to-end recovery of human shape and pose. In: CVPR. pp. 7122–7131 (2018)
2018
-
[19]
arXiv preprint arXiv:1312.6114 (2013)
Kingma, D.P., Welling, M.: Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114 (2013)
2013 arXiv
-
[20]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Li, P., Wang, Z., Yuan, Y., Liu, H., Meng, X., Yuan, J., Liu, M.: Ust-ssm: Unified spatio-temporal state space models for point cloud video modeling. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 6738–6747 (2025)
2025
-
[21]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Li, Y., Hou, R., Chang, H., Shan, S., Chen, X.: Unipose: A unified multimodal framework for human pose comprehension, generation and editing. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 27805–27815 (2025)
2025
-
[22]
arXiv preprint arXiv:2410.07093 (2024)
Li, Z., Yuan, W., He, Y., Qiu, L., Zhu, S., Gu, X., Shen, W., Dong, Y., Dong, Z., Yang, L.T.: Lamp: Language-motion pretraining for motion generation, retrieval, and captioning. arXiv preprint arXiv:2410.07093 (2024)
2024 arXiv
-
[23]
In: The Eleventh International Conference on Learning Representations (2023),https://openreview.net/forum?id=PqvMRDCJT9t
Lipman, Y., Chen, R.T.Q., Ben-Hamu, H., Nickel, M., Le, M.: Flow matching for generative modeling. In: The Eleventh International Conference on Learning Representations (2023),https://openreview.net/forum?id=PqvMRDCJT9t
2023
-
[24]
In: NeurIPS (2023)
Liu, H., Li, C., Wu, Q., Lee, Y.J.: Visual instruction tuning. In: NeurIPS (2023)
2023
-
[25]
arXiv preprint arXiv:2309.01372 (2023)
Lou, Y., Zhu, L., Wang, Y., Wang, X., Yang, Y.: Diversemotion: Towards diverse human motion generation via discrete diffusion. arXiv preprint arXiv:2309.01372 (2023)
2023 arXiv
-
[26]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Sun, K., Xiao, B., Liu, D., Wang, J.: Deep high-resolution representation learning for human pose estimation. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 5693–5703 (2019)
2019
-
[27]
arXiv preprint arXiv:2405.09818 (2024)
Team, C.: Chameleon: Mixed-modal early-fusion foundation models. arXiv preprint arXiv:2405.09818 (2024)
2024 arXiv
-
[28]
arXiv preprint arXiv:2209.14916 (2022)
Tevet, G., Raab, S., Gordon, B., Shafir, Y., Bermano, A.H., Cohen-Or, D.: Human motion diffusion model. arXiv preprint arXiv:2209.14916 (2022)
2022 arXiv
-
[29]
Advances in neural information processing systems30(2017)
Van Den Oord, A., Vinyals, O., et al.: Neural discrete representation learning. Advances in neural information processing systems30(2017)
2017
-
[30]
In: Proceedings of the European conference on computer vision (ECCV)
Von Marcard, T., Henschel, R., Black, M.J., Rosenhahn, B., Pons-Moll, G.: Recov- ering accurate 3d human pose in the wild using imus and a moving camera. In: Proceedings of the European conference on computer vision (ECCV). pp. 601–617 (2018)
2018
-
[31]
arXiv preprint arXiv:2503.20314 (2025)
Wan, T., Wang, A., Ai, B., Wen, B., Mao, C., Xie, C.W., Chen, D., Yu, F., Zhao, H., Yang, J., et al.: Wan: Open and advanced large-scale video generative models. arXiv preprint arXiv:2503.20314 (2025)
2025 arXiv
-
[32]
In: ICCV
Wang, W., Ge, Y., Mei, H., Cai, Z., Sun, Q., Wang, Y., Shen, C., Yang, L., Komura, T.: Zolly: Zoom focal length correctly for perspective-distorted human mesh reconstruction. In: ICCV. pp. 3925–3935 (2023)
2023
-
[33]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Wang, Z., Li, P., Liu, H., Deng, Z., Wang, C., Liu, J., Yuan, J., Liu, M.: Recognizing actions from robotic view for natural human-robot interaction. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 14218–14227 (2025)
2025
-
[34]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Wu, B., Xie, J., Shen, K., Kong, Z., Ren, J., Bai, R., Qu, R., Shen, L.: Mg-motionllm: A unified framework for motion comprehension and generation across multiple granularities. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 27849–27858 (2025) U...
2025
-
[35]
arXiv preprint arXiv:2410.13848 (2024)
Wu, C., Chen, X., Wu, Z., Ma, Y., Liu, X., Pan, Z., Liu, W., Xie, Z., Yu, X., Ruan, C., et al.: Janus: Decoupling visual encoding for unified multimodal understanding and generation. arXiv preprint arXiv:2410.13848 (2024)
2024 arXiv
-
[36]
In: Forty-first International Conference on Machine Learning (2024)
Wu, S., Fei, H., Qu, L., Ji, W., Chua, T.S.: Next-gpt: Any-to-any multimodal llm. In: Forty-first International Conference on Machine Learning (2024)
2024
-
[37]
arXiv (2024)
Xie, J., Mao, W., Bai, Z., Zhang, D.J., Wang, W., Lin, K.Q., Gu, Y., Chen, Z., Yang, Z., Shou, M.Z.: Show-o: One single transformer to unify multimodal understanding and generation. arXiv (2024)
2024
-
[38]
arXiv preprint arXiv:2506.15564 (2025)
Xie, J., Yang, Z., Shou, M.Z.: Show-o2: Improved native unified multimodal models. arXiv preprint arXiv:2506.15564 (2025)
2025 arXiv
-
[39]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (June 2023)
Xin, C., Jiang, B., Liu, W., Huang, Z., Fu, B., Chen, T., Yu, J., Yu, G.: Execut- ing your commands via motion diffusion in latent space. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (June 2023)
2023
-
[40]
TPAMI (2023)
Xu, X., Liu, L., Yan, S.: Smpler: Taming transformers for monocular 3d human shape and pose estimation. TPAMI (2023)
2023
-
[41]
In: Proceedings of the IEEE/CVF international conference on computer vision
Zhai, X., Mustafa, B., Kolesnikov, A., Beyer, L.: Sigmoid loss for language image pre- training. In: Proceedings of the IEEE/CVF international conference on computer vision. pp. 11975–11986 (2023)
2023
-
[42]
In: ICCV (2021)
Zhang, H., Tian, Y., Zhou, X., Ouyang, W., Liu, Y., Wang, L., Sun, Z.: Pymaf: 3d human pose and shape regression with pyramidal mesh alignment feedback loop. In: ICCV (2021)
2021
-
[43]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (2023)
Zhang, J., Zhang, Y., Cun, X., Huang, S., Zhang, Y., Zhao, H., Lu, H., Shen, X.: T2m-gpt: Generating human motion from textual descriptions with discrete representations. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (2023)
2023
-
[44]
In: Proceedings of the IEEE/CVF international conference on computer vision
Zhang, L., Rao, A., Agrawala, M.: Adding conditional control to text-to-image diffusion models. In: Proceedings of the IEEE/CVF international conference on computer vision. pp. 3836–3847 (2023)
2023
-
[45]
IEEE transactions on pattern analysis and machine intelligence46(6), 4115–4128 (2024)
Zhang, M., Cai, Z., Pan, L., Hong, F., Guo, X., Yang, L., Liu, Z.: Motiondiffuse: Text-driven human motion generation with diffusion model. IEEE transactions on pattern analysis and machine intelligence46(6), 4115–4128 (2024)
2024
-
[46]
with his hands out
Zhou, C., Yu, L., Babu, A., Tirumala, K., Yasunaga, M., Shamis, L., Kahn, J., Ma, X., Zettlemoyer, L., Levy, O.: Transfusion: Predict the next token and diffuse images with one multi-modal model. arXiv preprint arXiv:2408.11039 (2024) 18 Z. Wang et al. In this supplementary ma...
2024 arXiv
-
[47]
Root motion increment: 3-dim (1-dim rotation increment + 2-dim planar translation increment)
-
[48]
Relative joint positions: 63-dim (21joints×3)
-
[49]
Local joint rotations (continuous 6D form): 126-dim (21joints×6)
-
[50]
Local joint velocities: 66-dim (22joints×3)
-
[51]
7.Global orientation (continuous 6D form): 6-dim
Foot contact states: 4-dim. 7.Global orientation (continuous 6D form): 6-dim. The first six components sum to 263-dim, consistent with mainstream motion generation representations. The newly added 6-dim component maintains global orientation consistency in visual-motion tasks....
-
[52]
Dataset-providedimage-spaceannotations( camera_params[‘joint3d_image’]): pixel-space joint coordinates from dataset annotations, used when precom- puted files are unavailable
-
[53]
Describe the motion
Runtime forward-kinematics recovery(fallback): 3D joint positions are recovered from the 269-dim motion representation viarecover_from_ric and projected using weak-perspective camera parameters. All three paths share the key property that the grid-sampling positions are struct...
2000
Reviewed July 13, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.