Pith. sign in

REVIEW 3 major objections 4 minor 46 references

A Spatio-temporal Continuous Network for Stochastic 3D Human Motion Prediction

T0 review · 3 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read STCN claims that stochastic 3D human motion prediction can achieve both diversity and accuracy by using a spatio-temporal continuous network plus an anchor-set Gaussian mixture, and supports the claim with experiments on Human3.6M and…

desk verdict The abstract describes a plausible incremental HMP idea, but the delivered full text is unreadable and its embedded arXiv identifier doesn't match the claimed paper, so the submission cannot be evaluated as-is. read the letter →

arxiv 2508.01585 v1 pith:CVO3G2NO submitted 2025-08-03 cs.CV

classification cs.CV
keywords stochastichumanmotionpredictionspatio-temporalcontinuousnetworkanchorsetGaussianmixturemodelmodecollapsediversityHuman3.6MEva-I
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that stochastic human motion prediction can be made both smooth and multimodal by splitting the problem into two stages: first, a spatio-temporal continuous network generates smoother motion sequences, and second, a Gaussian mixture distribution built on an anchor set models the range of possible futures. The anchor set represents potential human motion patterns, and the model learns a probability for each anchor while sampling several sequences per anchor to capture variation inside a single motion pattern. The paper argues this design prevents mode collapse, the failure where a generative model produces only one or a few motions instead of the full range of plausible futures. The evidence is competitive diversity and accuracy on the Human3.6M and HumanEva-I datasets.

What carries the argument

The load-bearing mechanism is the anchor set together with the Gaussian mixture distribution defined on it: the anchor set is a collection of representative future motion patterns, and the Gaussian mixture is a weighted sum of Gaussian components, one per anchor. The anchors supply discrete modes, the Gaussian components supply continuous variation around each mode, the learned anchor probabilities allow the model to mix modes according to the observed motion, and sampling multiple sequences per anchor covers within-mode variation. The spatio-temporal continuous network is the other component, generating smoother motion trajectories than frame-wise prediction would, which the paper argues better matches the flexibility of real human motion.

What would settle it

Run STCN against a version whose anchors are replaced by randomly initialized vectors of the same dimension, keeping all other components unchanged, and evaluate on a test set containing motion classes held out from training. If the random anchors match the learned anchors on both diversity and accuracy metrics, the anchors are not doing the claimed work; if diversity drops sharply on held-out modes, the learned anchors are memorizing training patterns rather than generalizing. A complementary test is to count distinct generated modes and compare that number with the number of anchors.

Watch

Extended reading notes

Core claim

The central claim is that STCN achieves competitive performance on both diversity and accuracy by treating future human motion as a mixture around discrete anchor patterns. Stage one builds a spatio-temporal continuous network that produces temporally smooth future motion sequences, and stage two learns a Gaussian mixture distribution over those futures, with each Gaussian component associated with one anchor and weighted by a learned anchor probability. Sampling multiple sequences from each anchor is intended to reduce intra-class differences within a motion pattern. The anchor set is described as the set of potential human motion patterns, and it is the mechanism the paper credits with preventing mode collapse.

Load-bearing premise

The load-bearing premise is that the anchor set covers all plausible future motion patterns for a given observed motion, so the Gaussian mixture can reach every real mode instead of only a subset.

Editorial extensions

If this is right

  • Future human motion can be generated as smooth continuous trajectories rather than as frame-by-frame pose sequences.
  • Mode collapse can be reduced by forcing the generative distribution to be a mixture around discrete anchors instead of relying on a single latent noise distribution.
  • Sampling multiple sequences per anchor can capture intra-class variation within one motion pattern, improving diversity without abandoning accuracy.
  • The two-stage decomposition, deterministic continuous prediction followed by stochastic mixture sampling, may be reusable in other sequence prediction problems where multiple futures are plausible.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The anchor-set idea carries an implicit coverage requirement: unless the anchors are initialized or learned to span the true space of motion modes, the model's diversity is capped by the anchors, and a testable extension would measure the gap between sample diversity and anchor diversity.
  • The diversity-accuracy trade-off could be assessed more directly by counting how many distinct, semantically meaningful motion modes the generated samples occupy, rather than relying on average pairwise distances alone.
  • The same anchor-plus-Gaussian-mixture scheme could transfer to vehicle or agent trajectory forecasting, where multimodal futures are also the central difficulty.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper proposes STCN, a two-stage method for stochastic 3D human motion prediction. The first stage uses a spatio-temporal continuous network to generate smoother motion sequences; the second stage introduces an anchor set of potential motion patterns, fits a Gaussian mixture distribution around them, and samples multiple sequences per anchor to avoid mode collapse. The abstract claims competitive performance on diversity and accuracy on Human3.6M and HumanEva-I. The visible full text is, however, corrupted and unreadable, and the visible identifier (arXiv:2508.01583v1 [cs.RO]) does not match the target submission (arXiv:2508.01585 cs.CV), so the methods, equations, experimental tables, and ablations cannot be independently verified.

Significance. If the claims are verified, the contribution is a reasonable incremental step: the anchor-set formulation for sampling in stochastic human motion prediction is a sensible approach to the mode-collapse problem, and evaluation on two widely used datasets permits direct comparison with prior work. The paper does not appear to provide reproducible code or machine-checked proofs, and the only visible empirical evidence is the abstract's unquantified claim of 'competitive performance.' The central technical premise, that the anchor set covers the plausible future-mode distribution, is asserted rather than demonstrated. The significance therefore depends on a substantive revision that supplies a legible manuscript, a concrete anchor-construction procedure, and quantitative experimental support.

major comments (3)
  1. [Full text / title page] The supplied full text is corrupted and unreadable, and the visible identifier reads 'arXiv:2508.01583v1 [cs.RO]' rather than the stated target 'arXiv:2508.01585 (cs.CV)'. As a result, the method section, the derivation of the spatio-temporal continuous network, the anchor-set construction, the Gaussian mixture formulation, the experimental protocol, and the quantitative results cannot be checked. A complete legible manuscript with correct metadata must be provided before the scientific content can be assessed; this issue is load-bearing for every claim in the paper.
  2. [Abstract / anchor set] The abstract states that the anchor set 'refers to the potential human motion patterns' and is used to prevent mode collapse, but no construction, coverage criterion, initialization scheme, or guarantee is given to ensure that the anchor set represents all plausible modes of the conditional future-motion distribution. Without such a guarantee, sampling multiple sequences from each anchor only spreads samples within already-covered regions, and the reported diversity can be inflated by intra-anchor spread while true inter-mode coverage remains poor. The authors should specify how anchors are obtained and provide either a coverage argument or an empirical analysis showing that the learned anchors recover the modes of the test distribution.
  3. [Abstract / experiments] The visible text claims 'competitive performance on both diversity and accuracy' on Human3.6M and HumanEva-I, but no numerical results, baseline comparisons, evaluation metrics, or error bars are provided in the abstract, and the unreadable full text prevents any check of the experimental section. The authors should report concrete values for standard metrics (for example, APD, ADE/FDE, and MMADE/MMFDE) with standard deviations and a comparison table against prior stochastic motion prediction methods.
minor comments (4)
  1. [Abstract] The phrase 'Gaussian mixture distribution (GMM)' mixes the acronym for 'Gaussian mixture model' with 'distribution'; please use a consistent term, such as 'Gaussian mixture model (GMM)' or 'Gaussian mixture distribution (GMD)'.
  2. [Abstract] The term 'smoother human motion sequences' is undefined; specify whether smoothness is measured by acceleration, jerk, a quantitative smoothness metric, or qualitative visual inspection.
  3. [Abstract] The phrase 'intra-class differences in human motions' is vague; clarify whether 'class' refers to action categories, anchor indices, or something else, and explain how sampling multiple sequences per anchor addresses the intended variability.
  4. [Title page / header] The identifier mismatch between the target submission (arXiv:2508.01585, cs.CV) and the visible header (arXiv:2508.01583v1, cs.RO) should be corrected, and the title and author metadata should be verified.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity identified from the readable abstract; the corrupted full text provides no quotable derivation to reduce.

full rationale

The only legible portion of the manuscript is the abstract, which describes a learned generative model (STCN) combining a spatio-temporal continuous network, an anchor set, and Gaussian mixture sampling, and then reports competitive diversity and accuracy on Human3.6M and HumanEva-I. Nothing in this description defines a prediction in terms of its own fit: the anchor set is introduced as a model component intended to represent potential motion patterns, and the GMM is estimated from observed sequences, while the reported claims are evaluated against widely used external benchmarks. The full text is almost entirely corrupted mojibake, and the visible identifier reads arXiv:2508.01583v1 [cs.RO], which does not match the target paper identifier; because no legible equations, ablation tables, or reference list can be quoted, there is no way under the hard rules to exhibit a specific reduction of an output to an input. The absence of a demonstration that the anchor set covers all true future modes is a correctness or verification concern, not a circularity: it does not show that the paper's own equations or citations force the claimed result. Since no self-definitional step, fitted-input-called-prediction step, load-bearing self-citation, or renamed known result can be exhibited from the supplied text, the honest finding is no significant circularity with score 0.

Assumptions & free parameters 4 free parameters · 3 assumptions · 1 invented entities

The central claim depends on the anchor set, the GMM fit, and the spatio-temporal network, all of which are learned or chosen without visible guarantees. The abstract does not specify how many anchors are used, how they are initialized, or whether they provably cover the true modes. The model itself is an empirical architecture rather than a derivation from first principles.

free parameters (4)
  • anchor set size K
    The number of anchors is a hyperparameter controlling the number of motion modes; it is not specified in the abstract.
  • GMM component parameters = learned from training data
    The Gaussian mixture distribution is fit to observed motions; means, covariances, and mixture weights are fitted quantities.
  • spatio-temporal network weights = learned end-to-end
    The neural network that generates smoother sequences is trained on the motion datasets, so its weights are free parameters fitted to data.
  • samples per anchor
    The number of sequences sampled from each anchor is an inference-time choice that affects the diversity and accuracy trade-off; it is not specified in the abstract.
assumptions (3)
  • domain assumption Future human motion is well approximated by a Gaussian mixture distribution conditioned on the observed past and on anchor patterns.
    The second stage of STCN fits a GMM over observed motions; this assumes multi-modality can be captured by a mixture of Gaussians.
  • domain assumption The anchor set covers the plausible modes of human motion.
    The anti-mode-collapse claim depends on anchors spanning the true variety of future motions; the abstract gives no construction or coverage guarantee.
  • domain assumption Sampling multiple sequences from each anchor yields both diversity and accuracy.
    The inference strategy assumes that intra-anchor sampling resolves intra-class differences without hurting accuracy; this is an empirical assumption not proven in the abstract.
invented entities (1)
  • anchor set
    purpose: Represents potential human motion patterns to prevent mode collapse in stochastic prediction.
    The anchor set is an architectural construct introduced by the paper with no external falsifiable prediction. Its adequacy is only measured indirectly through downstream accuracy and diversity metrics.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Spatio-temporal Continuous Network for Stochastic 3D Human Motion Prediction." pith.science (2026). https://pith.science/paper/CVO3G2NO

@misc{pith2026250801585,
  author       = {Pith},
  title        = {Pith review of: A Spatio-temporal Continuous Network for Stochastic 3D Human Motion Prediction},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/CVO3G2NO}},
  note         = {Machine review of arXiv:2508.01585}
}
read the original abstract

Stochastic Human Motion Prediction (HMP) has received increasing attention due to its wide applications. Despite the rapid progress in generative fields, existing methods often face challenges in learning continuous temporal dynamics and predicting stochastic motion sequences. They tend to overlook the flexibility inherent in complex human motions and are prone to mode collapse. To alleviate these issues, we propose a novel method called STCN, for stochastic and continuous human motion prediction, which consists of two stages. Specifically, in the first stage, we propose a spatio-temporal continuous network to generate smoother human motion sequences. In addition, the anchor set is innovatively introduced into the stochastic HMP task to prevent mode collapse, which refers to the potential human motion patterns. In the second stage, STCN endeavors to acquire the Gaussian mixture distribution (GMM) of observed motion sequences with the aid of the anchor set. It also focuses on the probability associated with each anchor, and employs the strategy of sampling multiple sequences from each anchor to alleviate intra-class differences in human motions. Experimental results on two widely-used datasets (Human3.6M and HumanEva-I) demonstrate that our model obtains competitive performance on both diversity and accuracy.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

46 extracted references · 37 canonical work pages

  1. [1]

    Physdiff: Physics-guided human motion diffusion model

    Ye Yuan, Jiaming Song, Umar Iqbal, Arash Vahdat, and Jan Kautz. Physdiff: Physics-guided human motion diffusion model. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 16010--16021, 2023

  2. [2]

    Collaborative multi-dynamic pattern modeling for human motion prediction

    Jin Tang, Jin Zhang, Rui Ding, Baoxuan Gu, and Jianqin Yin. Collaborative multi-dynamic pattern modeling for human motion prediction. IEEE Transactions on Circuits and Systems for Video Technology , 2023

  3. [3]

    A quadruple diffusion convolutional recurrent network for human motion prediction

    Qianhui Men, Edmond SL Ho, Hubert PH Shum, and Howard Leung. A quadruple diffusion convolutional recurrent network for human motion prediction. IEEE transactions on circuits and systems for video technology , 31(9):3417--3432, 2020

  4. [4]

    Towards more realistic human motion prediction with attention to motion coordination

    Pengxiang Ding and Jianqin Yin. Towards more realistic human motion prediction with attention to motion coordination. IEEE Transactions on Circuits and Systems for Video Technology , 32(9):5846--5858, 2022

  5. [5]

    Federated multi-task attention for cross-individual human activity recognition

    Qiang Shen et al. Federated multi-task attention for cross-individual human activity recognition. In IJCAI , pages 3423--3429. IJCAI, 2022

  6. [6]

    Hdformer: High-order directed transformer for 3d human pose estimation

    Hanyuan Chen, Jun-Yan He, Wangmeng Xiang, Wei Liu, Zhi-Qi Cheng, Hanbing Liu, Bin Luo, Yifeng Geng, and Xuansong Xie. Hdformer: High-order directed transformer for 3d human pose estimation. arXiv preprint arXiv:2302.01825 , 2023

  7. [7]

    Multi-granularity interaction for multi-person 3d motion prediction

    Chenchen Liu and Yadong Mu. Multi-granularity interaction for multi-person 3d motion prediction. IEEE Transactions on Circuits and Systems for Video Technology , 2023

  8. [8]

    Motion guided attention learning for self-supervised 3d human action recognition

    Yang Yang, Guangjun Liu, and Xuehao Gao. Motion guided attention learning for self-supervised 3d human action recognition. IEEE Transactions on Circuits and Systems for Video Technology , 32(12):8623--8634, 2022

Show all 46 references
  1. [9]

    Personalized graph generation for monocular 3d human pose and shape estimation

    Junxing Hu, Hongwen Zhang, Yunlong Wang, Min Ren, and Zhenan Sun. Personalized graph generation for monocular 3d human pose and shape estimation. IEEE Transactions on Circuits and Systems for Video Technology , 2023

  2. [10]

    Gimo: Gaze-informed human motion prediction in context

    Yang Zheng, Yanchao Yang, Kaichun Mo, Jiaman Li, Tao Yu, Yebin Liu, C Karen Liu, and Leonidas J Guibas. Gimo: Gaze-informed human motion prediction in context. In European Conference on Computer Vision , pages 676--694. Springer, 2022

  3. [11]

    Spatio-temporal gating-adjacency gcn for human motion prediction

    Chongyang Zhong, Lei Hu, Zihao Zhang, Yongjing Ye, and Shihong Xia. Spatio-temporal gating-adjacency gcn for human motion prediction. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 6447--6456, 2022

  4. [12]

    A unified 3d human motion synthesis model via conditional variational auto-encoder

    Yujun Cai et al. A unified 3d human motion synthesis model via conditional variational auto-encoder. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 11645--11655, 2021

  5. [13]

    Generating smooth pose sequences for diverse human motion prediction

    Wei Mao, Miaomiao Liu, and Mathieu Salzmann. Generating smooth pose sequences for diverse human motion prediction. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 13309--13318, 2021

  6. [14]

    Trajectorycnn: a new spatio-temporal feature learning network for human motion prediction

    Xiaoli Liu, Jianqin Yin, Jin Liu, Pengxiang Ding, Jun Liu, and Huaping Liu. Trajectorycnn: a new spatio-temporal feature learning network for human motion prediction. IEEE Transactions on Circuits and Systems for Video Technology , 31(6):2133--2146, 2020

  7. [15]

    Spatiotemporal consistency learning from momentum cues for human motion prediction

    Haipeng Chen, Jiahui Hu, Wenyin Zhang, and Pengxiang Su. Spatiotemporal consistency learning from momentum cues for human motion prediction. IEEE Transactions on Circuits and Systems for Video Technology , 2023

  8. [16]

    Adversarial geometry-aware human motion prediction

    Gui et al. Adversarial geometry-aware human motion prediction. In Proceedings of the European Conference on Computer Vision (ECCV) , pages 786--803, 2018

  9. [17]

    Conditional image synthesis with auxiliary classifier gans

    Odena et al. Conditional image synthesis with auxiliary classifier gans. In International conference on machine learning , pages 2642--2651. PMLR, 2017

  10. [18]

    Spatial consistency constrained gan for human motion transfer

    Furong Ma, Guiyu Xia, and Qingshan Liu. Spatial consistency constrained gan for human motion transfer. IEEE Transactions on Circuits and Systems for Video Technology , 32(2):730--742, 2021

  11. [19]

    Belfusion: Latent diffusion for behavior-driven human motion prediction

    German Barquero, Sergio Escalera, and Cristina Palmero. Belfusion: Latent diffusion for behavior-driven human motion prediction. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 2317--2327, 2023

  12. [20]

    Human joint kinematics diffusion-refinement for stochastic motion prediction

    Dong Wei, Huaijiang Sun, Bin Li, Jianfeng Lu, Weiqing Li, Xiaoning Sun, and Shengxiang Hu. Human joint kinematics diffusion-refinement for stochastic motion prediction. In Proceedings of the AAAI Conference on Artificial Intelligence , volume 37, pages 6110--6118, 2023

  13. [21]

    Dlow: Diversifying latent flows for diverse human motion prediction

    Yuan et al. Dlow: Diversifying latent flows for diverse human motion prediction. In Computer Vision--ECCV 2020: 16th European Conference, Glasgow, UK, August 23--28, 2020, Proceedings, Part IX 16 , pages 346--364. Springer, 2020

  14. [22]

    Score-based generative modeling through stochastic differential equations

    Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equations. arXiv preprint arXiv:2011.13456 , 2020

  15. [23]

    Neural discrete representation learning

    Van et al. Neural discrete representation learning. Advances in neural information processing systems , 30, 2017

  16. [24]

    Hp-gan: Probabilistic 3d human motion prediction via gan

    Barsoum et al. Hp-gan: Probabilistic 3d human motion prediction via gan. In Proceedings of the IEEE conference on computer vision and pattern recognition workshops , pages 1418--1427, 2018

  17. [25]

    Denoising diffusion probabilistic models

    Ho et al. Denoising diffusion probabilistic models. Advances in Neural Information Processing Systems , 33:6840--6851, 2020

  18. [26]

    Motiondiffuse: Text-driven human motion generation with diffusion model

    Zhang et al. Motiondiffuse: Text-driven human motion generation with diffusion model. arXiv preprint arXiv:2208.15001 , 2022

  19. [27]

    Human motion diffusion model

    Guy Tevet, Sigal Raab, Brian Gordon, Yonatan Shafir, Daniel Cohen-Or, and Amit H Bermano. Human motion diffusion model. arXiv preprint arXiv:2209.14916 , 2022

  20. [28]

    Motiongpt: Human motion as a foreign language

    Biao Jiang, Xin Chen, Wen Liu, Jingyi Yu, Gang Yu, and Tao Chen. Motiongpt: Human motion as a foreign language. arXiv preprint arXiv:2306.14795 , 2023

  21. [29]

    Neural ode control for classification, approximation, and transport

    Domenec Ruiz-Balet and Enrique Zuazua. Neural ode control for classification, approximation, and transport. SIAM Review , 65(3):735--773, 2023

  22. [30]

    Spatial-temporal graph ode networks for traffic flow forecasting

    Zheng Fang, Qingqing Long, Guojie Song, and Kunqing Xie. Spatial-temporal graph ode networks for traffic flow forecasting. In Proceedings of the 27th ACM SIGKDD conference on knowledge discovery & data mining , pages 364--373, 2021

  23. [31]

    Hdg-ode: A hierarchical continuous-time model for human pose forecasting

    Yucheng Xing and Xin Wang. Hdg-ode: A hierarchical continuous-time model for human pose forecasting. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 14700--14712, 2023

  24. [32]

    Neural ordinary differential equation for irregular human motion prediction

    Yang Chen, Hong Liu, Pinhao Song, and Wenhao Li. Neural ordinary differential equation for irregular human motion prediction. Pattern Recognition Letters , 178:76--83, 2024

  25. [33]

    Multipath: Multiple probabilistic anchor trajectory hypotheses for behavior prediction

    Chai et al. Multipath: Multiple probabilistic anchor trajectory hypotheses for behavior prediction. arXiv preprint arXiv:1910.05449 , 2019

  26. [34]

    Scalable object detection using deep neural networks

    Dumitru Erhan, Christian Szegedy, Alexander Toshev, and Dragomir Anguelov. Scalable object detection using deep neural networks. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 2147--2154, 2014

  27. [35]

    Ionescu et al. Human3. 6m: Large scale datasets and predictive methods for 3d human sensing in natural environments. IEEE transactions on pattern analysis and machine intelligence , 36(7):1325--1339, 2013

  28. [36]

    Humaneva: Synchronized video and motion capture dataset and baseline algorithm for evaluation of articulated human motion

    Sigal et al. Humaneva: Synchronized video and motion capture dataset and baseline algorithm for evaluation of articulated human motion. International journal of computer vision , 87(1-2):4, 2010

  29. [37]

    Learning trajectory dependencies for human motion prediction

    Wei Mao, Miaomiao Liu, Mathieu Salzmann, and Hongdong Li. Learning trajectory dependencies for human motion prediction. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 9489--9497, 2019

  30. [38]

    Msr-gcn: Multi-scale residual graph convolution networks for human motion prediction

    Lingwei Dang, Yongwei Nie, Chengjiang Long, Qing Zhang, and Guiqing Li. Msr-gcn: Multi-scale residual graph convolution networks for human motion prediction. In Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 11467--11476, 2021

  31. [39]

    Structure from recurrent motion: From rigidity to recurrency

    Xiu Li, Hongdong Li, Hanbyul Joo, Yebin Liu, and Yaser Sheikh. Structure from recurrent motion: From rigidity to recurrency. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 3032--3040, 2018

  32. [40]

    The pose knows: Video forecasting by generating pose futures

    Jacob Walker, Kenneth Marino, Abhinav Gupta, and Martial Hebert. The pose knows: Video forecasting by generating pose futures. In Proceedings of the IEEE international conference on computer vision , pages 3332--3341, 2017

  33. [41]

    Mt-vae: Learning motion transformations to generate multimodal human dynamics

    Xinchen Yan, Akash Rastogi, Ruben Villegas, Kalyan Sunkavalli, Eli Shechtman, Sunil Hadap, Ersin Yumer, and Honglak Lee. Mt-vae: Learning motion transformations to generate multimodal human dynamics. In Proceedings of the European conference on computer vision (ECCV) , pages 2...

  34. [42]

    Deep unsupervised clustering with gaussian mixture variational autoencoders

    Nat Dilokthanakul, Pedro AM Mediano, Marta Garnelo, Matthew CH Lee, Hugh Salimbeni, Kai Arulkumaran, and Murray Shanahan. Deep unsupervised clustering with gaussian mixture variational autoencoders. arXiv preprint arXiv:1611.02648 , 2016

  35. [43]

    Diverse trajectory forecasting with determinantal point processes

    Ye Yuan et al. Diverse trajectory forecasting with determinantal point processes. arXiv preprint arXiv:1907.04967 , 2019

  36. [44]

    We are more than our joints: Predicting how 3d bodies move

    Yan Zhang et al. We are more than our joints: Predicting how 3d bodies move. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 3372--3382, 2021

  37. [45]

    Diverse human motion prediction via gumbel-softmax sampling from an auxiliary space

    Lingwei Dang, Yongwei Nie, Chengjiang Long, Qing Zhang, and Guiqing Li. Diverse human motion prediction via gumbel-softmax sampling from an auxiliary space. In Proceedings of the 30th ACM International Conference on Multimedia , pages 5162--5171, 2022

  38. [46]

    Visualizing data using t-sne

    Laurens Van der Maaten and Geoffrey Hinton. Visualizing data using t-sne. Journal of machine learning research , 9(11), 2008

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.