REVIEW 4 major objections 6 minor 1 cited by
BioPose: Biomechanically-accurate 3D Pose Estimation from Monocular Videos
T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Monocular video can match multi-camera biomechanical pose accuracy.
desk verdict A promising biomechanics pipeline whose headline numbers don't yet support the integrated system, because NeurIK was trained on HMR2.0 markers while the paper reports MQ-HMR+NeurIK. 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
The load-bearing mechanism is the virtual-marker bridge: a fixed set of SMPL mesh vertex positions, reported as $X^{exp}_{VM}\in\mathbb{R}^{142\times 3}$, is fed into NeurIK as though they were physical skin markers. NeurIK combines a spatial 1-D convolution encoder with a temporal transformer encoder, and is trained with losses on joint positions, marker positions, body scale, and joint angles, all filtered through a forward-kinematics layer built on an OpenSim full-body skeletal model that constrains degrees of freedom. The other key component is the MQ-HMR decoder, a multi-query deformable cross-attention mechanism over multi-scale vision-transformer features, whose pose-query tokens are also optimized at inference time to minimize the reprojection error against 2D keypoints. Together, these parts convert image appearance into anatomically constrained joint angles without an explicit marker set.
What would settle it
Run BioPose on a motion-capture dataset with simultaneous marker-based ground truth, then replace its virtual markers with an anatomically defined marker set of the same size (or perturb the chosen vertex indices): if the joint-angle error changes substantially, the mapping is tied to the arbitrary vertices rather than to genuine biomechanics. Equivalently, if the paper's undisclosed vertex indices cannot be used to reproduce the reported 2.84-degree BML-MoVi and 3.19-degree OpenCap errors, the central claim fails reproducibility.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that a monocular pipeline can produce biomechanically accurate kinematics: the MQ-HMR model recovers an SMPL mesh, 142 of its vertices are treated as virtual markers, and the NeurIK spatio-temporal network maps those markers to the joint-angle and bone-scale parameters of an OpenSim full-body skeletal model. The forward-kinematics layer in NeurIK enforces anatomical degrees of freedom and range-of-motion limits, so the predicted poses are constrained to be physically plausible. The authors assert that this system outperforms prior single-camera biomechanical methods and achieves joint-angle errors below those of the multi-camera OpenCap markerless system on the OpenCap dataset. The central claim is that the virtual-marker representation, together with learned inverse kinematics, is sufficient to replace marker-based motion capture for biomechanical pose accuracy.
Load-bearing premise
The fixed set of 142 SMPL mesh vertices used as virtual markers must sit at anatomically stable sites that behave like real skin markers when fed to OpenSim inverse kinematics, but the paper neither specifies which vertices these are nor validates that equivalence.
Editorial extensions
If this is right
- Biomechanical analysis for physical therapy, sports science, and ergonomics could be performed from single-camera video rather than marker-based labs, which is the motivation the paper states.
- Because the virtual markers come from the SMPL mesh, any improvement in mesh recovery, such as a better human-mesh-recovery backbone, should directly translate into better biomechanical pose accuracy.
- The 2D-informed refinement's gains appear after only a few iterations (5 to 10), so the accuracy improvement can be traded against inference latency.
- Cross-dataset results on OpenCap and BEDLAM, with no training on those datasets, indicate that the learned marker-to-angle mapping is not tied to a single motion-capture studio.
Reading between the lines
- The paper never specifies which 142 SMPL vertices act as virtual markers; if they are not anatomically stable sites, the learned mapping could be an arbitrary regression rather than a true biomechanical inverse kinematics, so the cross-dataset numbers would not transfer to clinical use.
- The 4.50-degree OpenCap multi-camera baseline may not be directly comparable because OpenCap's error is reported on its own pipeline and test distribution; a head-to-head evaluation on identical motions and subjects would make the claimed superiority concrete.
- A diagnostic experiment the authors did not run is to feed ground-truth SMPL meshes, or meshes fitted to marker-based motion capture, into NeurIK; the residual error would isolate how much of the 2.84-degree total comes from mesh recovery versus from the marker-to-angle mapping.
- The 2D-informed refinement relies on OpenPose detections, so its benefit will likely shrink in videos with strong occlusion or motion blur, and the reported average inference time of about 0.6 seconds per image at 10 iterations may limit real-time applications.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes BioPose, a three-stage pipeline for biomechanically accurate 3D pose estimation from monocular video. MQ-HMR recovers SMPL meshes using a ViT encoder and a multi-query deformable transformer; NeurIK converts 142 mesh vertices (treated as 'virtual markers') into OpenSim-style joint angles and body scales using a spatial-convolution/temporal-transformer network; and a 2D-informed refinement stage optimizes MQ-HMR's pose query tokens at inference to better match 2D keypoints. Experiments report MQ-HMR improvements over HMR2.0 and TokenHMR on Human3.6M, 3DPW, and EMDB, and claim NeurIK-based angle errors of 2.84 degrees on BML-MoVi and 3.19 degrees on OpenCap, which are presented as comparable to or better than the multi-camera OpenCap baseline of 4.50 degrees.
Significance. If the reported results hold, BioPose would be a meaningful step toward making biomechanical joint-angle estimation accessible from monocular video, with clear applications in rehabilitation, sports science, and ergonomics. The decomposition into mesh recovery, neural inverse kinematics, and inference-time 2D refinement is sensible, and the paper includes extensive ablations over pose-token counts, feature resolutions, refinement iterations, temporal window sizes, and loss terms. On the positive side, there is no equation-level circularity: NeurIK is a supervised regressor from virtual markers to OpenSim-derived angles, and the 2D refinement is a test-time fitting procedure. The main weaknesses are reproducibility and verification gaps: no code is provided, no error bars are reported, and the appendix reveals that NeurIK was trained on HMR2.0-generated virtual markers rather than MQ-HMR outputs, which directly affects the attribution of the headline results. The benchmarks also measure agreement with OpenSim IK outputs, so the numbers reflect consistency with a particular biomechanical processing pipeline rather than ground-truth skeletal motion.
major comments (4)
- [Appendix §1.2, §3.3, Table 2] Appendix §1.2 states that to generate NeurIK's training input, 'the SMPL mesh for each video frame was recovered using a test-time optimized HMR 2.0 model,' yet the system evaluated in Table 2 is 'MQ-HMR + NeurIK' and 'MQ-HMR + NeurIK†', whose virtual markers come from MQ-HMR meshes. Because NeurIK is a supervised regressor from marker positions to joint angles, this train/test distribution shift at the component interface means the BML-MoVi, BEDLAM, and OpenCap results in Table 2 cannot be attributed to the proposed MQ-HMR+NeurIK pipeline as written. The authors must either retrain NeurIK on MQ-HMR outputs or report the system as HMR2.0+NeurIK and temper the claims accordingly.
- [Table 2] Table 2 contains two 'HMR2.0 + NeurIK (Ours)' rows with different values (e.g., OpenCap MAE angle 3.41 versus 3.21, and BML-MoVi MAE body 5.86 versus 4.11). The text in §4.3.2 computes the 6.4% OpenCap improvement from the 3.41 baseline, but the other row's 3.21 is only 0.6% worse than the reported 3.19 for MQ-HMR+NeurIK†. This duplication makes the headline comparison ambiguous; the authors should clarify which row is the correct baseline and report improvements against the best available baseline.
- [Table 5] The feature-resolution ablation in Table 5 has duplicate and inconsistent rows: the '✓ ✓ ✓ ✓' condition appears with EMDB MPJPE 91.5 in the first row but 92.5 in the fourth row, and the '✓ ✓ ✓ ✗' condition appears twice with different values (72.5/92.9 and 70.1/90.5). Because the text uses this table to support the claimed multi-scale gains (3.5 mm and 2.9 mm reductions), these inconsistencies undermine a central design choice; the table must be corrected and the ablations re-reported consistently.
- [Appendix §1.2, §3.3] The virtual marker set is never specified or validated: §3.3 uses M=142 virtual markers, but the appendix only says that 'vertex indices of virtual markers on the SMPL mesh were used to calculate marker locations.' No list of SMPL vertex indices is given, nor any evidence that these locations correspond to anatomically stable bony-landmark sites under the OpenSim model. Without this, the claim that NeurIK's learned marker-to-angle mapping is biomechanically meaningful, and the cross-dataset numbers on OpenCap and BEDLAM, cannot be interpreted.
minor comments (6)
- [Table 2 caption] The caption of Table 2 says underlined values highlight the fourth-best performance, but the table as rendered has no underlined entries; clarify which baseline is meant.
- [Table 2] The OpenCap Multi-Camera row reports only MAE angle (4.50), so the comparison is partial; the other metrics should either be filled in or their absence justified.
- [Appendix tables] The appendix tables are numbered Table 1 and Table 2, which conflicts with the main-text Table 1 and Table 2; the appendix tables should be renumbered.
- [§1.11 and throughout] The text refers to 'Neura lIK' in §1.11 and uses 'BMLmovi' inconsistently alongside 'BML-MoVi'; standardize the terminology.
- [General] No code or checkpoints are provided, and no error bars or multiple-seed statistics are reported; given the duplicated rows in the tables, a code release or a public evaluation protocol would greatly increase confidence in the results.
- [References] Reference [37] is cited for OpenSim but appears to be a survey or e-health guide rather than the original OpenSim software paper; the authors should cite the primary OpenSim publication.
Circularity Check
No significant circularity: the pipeline stages are independently supervised regressors and the OpenSim-based target is a modeling choice, not a by-construction identity.
full rationale
BioPose's derivation chain is not circular. MQ-HMR is trained with standard SMPL, 3D-keypoint, and 2D-keypoint losses against external annotations; NeurIK is a supervised regressor from SMPL mesh vertices (virtual markers) to OpenSim/BSK joint angles and scales, trained with losses Lj, Lm, Ls, and Lq against OpenSim IK-derived labels; and the 2D-informed refinement is an inference-time optimization of query tokens against 2D keypoints. None of these stages defines its output in terms of its input or fits a parameter and then renames the fit as a prediction. The NeurIK losses include FK-based self-consistency terms, but these are inverse-kinematics constraints, not a tautological reduction: the target angles qr come from a separate OpenSim IK optimization, and the input markers come from image-based mesh recovery, so the learned mapping is not equal to its input by construction. The fact that the ground-truth biomechanical angles are themselves OpenSim IK outputs is a benchmark-definition choice, not a circular step, because the virtual markers are produced independently from images. The paper also does not rely on a load-bearing self-citation or an imported uniqueness theorem. The reviewer-observed discrepancy that NeurIK was trained on HMR2.0-derived markers while Table 2 reports MQ-HMR+NeurIK is a train/test distribution concern about experimental validity, not a circularity, since it does not make the reported numbers equivalent to the model's inputs. Accordingly, no circular step is identified and the score is 0.
Assumptions & free parameters
free parameters (8)
- MQ-HMR loss weights =
λθ=1e-3, λβ=5e-4, λ3D=5e-2, λ2D=1e-2
- NeurIK loss weights =
λj=1.0, λm=2.0, λs=0.1, λq=0.06
- Number of pose query tokens =
96
- Number of deformable cross-attention layers =
4
- Temporal window length =
64 frames
- Refinement iterations =
10 (BML-MoVi, BEDLAM); 20 (OpenCap)
- Number of virtual markers =
142
- Camera intrinsics =
focal length 5000, identity rotation
assumptions (6)
- domain assumption SMPL mesh vertices can serve as virtual markers for biomechanical inverse kinematics
- domain assumption OpenSim full-body skeleton and its joint degrees of freedom are an accurate model of human biomechanics
- ad hoc to paper The specific 142-marker vertex set is anatomically meaningful
- domain assumption OpenSim Scale/IK outputs on BML-MoVi, BEDLAM, and OpenCap provide reliable ground truth
- domain assumption Weak-perspective camera with fixed focal length and identity rotation is sufficient for alignment
- domain assumption 2D pose detectors such as OpenPose provide accurate keypoints for refinement
Cite this review
Pith. "Pith review of BioPose: Biomechanically-accurate 3D Pose Estimation from Monocular Videos." pith.science (2026). https://pith.science/paper/X4IDAJDP
@misc{pith2026250107800,
author = {Pith},
title = {Pith review of: BioPose: Biomechanically-accurate 3D Pose Estimation from Monocular Videos},
year = {2026},
howpublished = {\url{https://pith.science/paper/X4IDAJDP}},
note = {Machine review of arXiv:2501.07800}
}
read the original abstract
Recent advancements in 3D human pose estimation from single-camera images and videos have relied on parametric models, like SMPL. However, these models oversimplify anatomical structures, limiting their accuracy in capturing true joint locations and movements, which reduces their applicability in biomechanics, healthcare, and robotics. Biomechanically accurate pose estimation, on the other hand, typically requires costly marker-based motion capture systems and optimization techniques in specialized labs. To bridge this gap, we propose BioPose, a novel learning-based framework for predicting biomechanically accurate 3D human pose directly from monocular videos. BioPose includes three key components: a Multi-Query Human Mesh Recovery model (MQ-HMR), a Neural Inverse Kinematics (NeurIK) model, and a 2D-informed pose refinement technique. MQ-HMR leverages a multi-query deformable transformer to extract multi-scale fine-grained image features, enabling precise human mesh recovery. NeurIK treats the mesh vertices as virtual markers, applying a spatial-temporal network to regress biomechanically accurate 3D poses under anatomical constraints. To further improve 3D pose estimations, a 2D-informed refinement step optimizes the query tokens during inference by aligning the 3D structure with 2D pose observations. Experiments on benchmark datasets demonstrate that BioPose significantly outperforms state-of-the-art methods. Project website: \url{https://m-usamasaleem.github.io/publication/BioPose/BioPose.html}.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 1 Pith paper
-
Grounding Intelligence in Movement
Movement should be treated as a first-class AI modeling modality, and a unified, biomechanically grounded movement foundation model built from aggregated data across species and sensors is the proposed path forward.
Reference graph
Works this paper leans on
-
[1]
Llm- assisted physical invariant extraction for cyber-physical sys- tems anomaly detection
Danial Abshari, Chenglong Fu, and Meera Sridhar. Llm- assisted physical invariant extraction for cyber-physical sys- tems anomaly detection. arXiv preprint arXiv:2411.10918,
-
[2]
An image is worth 16x16 words: Trans- formers for image recognition at scale
Dosovitskiy Alexey. An image is worth 16x16 words: Trans- formers for image recognition at scale. arXiv preprint arXiv: 2010.11929, 2020. 3, 4
arXiv 2010
-
[3]
2d human pose estimation: New benchmark and state of the art analysis
Mykhaylo Andriluka, Leonid Pishchulin, Peter Gehler, and Bernt Schiele. 2d human pose estimation: New benchmark and state of the art analysis. InProceedings of the IEEE Con- ference on computer Vision and Pattern Recognition , pages 3686–3693, 2014. 6
work page 2014
-
[4]
Towards single camera human 3d-kinematics
Marian Bittner, Wei-Tse Yang, Xucong Zhang, Ajay Seth, Jan van Gemert, and Frans CT van der Helm. Towards single camera human 3d-kinematics. Sensors, 23(1):341, 2022. 2, 7, 11, 12
work page 2022
-
[5]
Bedlam: A synthetic dataset of bodies exhibit- ing detailed lifelike animated motion
Michael J Black, Priyanka Patel, Joachim Tesch, and Jin- long Yang. Bedlam: A synthetic dataset of bodies exhibit- ing detailed lifelike animated motion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8726–8737, 2023. 6, 11
work page 2023
-
[6]
Realtime multi-person 2d pose estimation using part affinity fields
Zhe Cao, Tomas Simon, Shih-En Wei, and Yaser Sheikh. Realtime multi-person 2d pose estimation using part affinity fields. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 7291–7299, 2017. 2, 5, 6
work page 2017
-
[7]
Video inference for human mesh recovery with vision trans- former
Hanbyel Cho, Jaesung Ahn, Yooshin Cho, and Junmo Kim. Video inference for human mesh recovery with vision trans- former. In 2023 IEEE 17th International Conference on Automatic Face and Gesture Recognition (FG) , pages 1–6. IEEE, 2023. 3
work page 2023
-
[8]
Cross- attention of disentangled modalities for 3d human mesh re- covery with transformers
Junhyeong Cho, Kim Youwang, and Tae-Hyun Oh. Cross- attention of disentangled modalities for 3d human mesh re- covery with transformers. In European Conference on Com- puter Vision, pages 342–359. Springer, 2022. 7
work page 2022
Show all 44 references
-
[9]
Beyond static features for temporally consis- tent 3d human pose and shape from a video
Hongsuk Choi, Gyeongsik Moon, Ju Yong Chang, and Ky- oung Mu Lee. Beyond static features for temporally consis- tent 3d human pose and shape from a video. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 1964–1973, 2021. 3
1964
-
[10]
Learning to estimate robust 3d human mesh from in-the-wild crowded scenes
Hongsuk Choi, Gyeongsik Moon, JoonKyu Park, and Ky- oung Mu Lee. Learning to estimate robust 3d human mesh from in-the-wild crowded scenes. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1475–1484, 2022. 3
2022
-
[11]
Tokenhmr: Advancing human mesh recov- ery with a tokenized pose representation
Sai Kumar Dwivedi, Yu Sun, Priyanka Patel, Yao Feng, and Michael J Black. Tokenhmr: Advancing human mesh recov- ery with a tokenized pose representation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1323–1333, 2024. 2, 3, 4, 5, 7, 15
2024
-
[12]
Vq-hps: Hu- man pose and shape estimation in a vector-quantized latent space
Gu ´enol´e Fiche, Simon Leglaive, Xavier Alameda-Pineda, Antonio Agudo, and Francesc Moreno-Noguer. Vq-hps: Hu- man pose and shape estimation in a vector-quantized latent space. arXiv preprint arXiv:2312.08291, 2023. 7
2023 arXiv
-
[13]
Movi: A large multi-purpose human motion and video dataset
Saeed Ghorbani, Kimia Mahdaviani, Anne Thaler, Konrad Kording, Douglas James Cook, Gunnar Blohm, and Niko- laus F Troje. Movi: A large multi-purpose human motion and video dataset. Plos one, 16(6):e0253157, 2021. 4, 6, 11
2021
-
[14]
Humans in 4d: Re- constructing and tracking humans with transformers
Shubham Goel, Georgios Pavlakos, Jathushan Rajasegaran, Angjoo Kanazawa, and Jitendra Malik. Humans in 4d: Re- constructing and tracking humans with transformers. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 14783–14794, 2023. 2, 3, 5, 6, 7, 15
2023
-
[15]
Opencapbench: A benchmark to bridge pose estimation and biomechanics
Yoni Gozlan, Antoine Falisse, Scott Uhlrich, Anthony Gatti, Michael Black, and Akshay Chaudhari. Opencapbench: A benchmark to bridge pose estimation and biomechanics. arXiv preprint arXiv:2406.09788, 2024. 2
2024 arXiv
-
[16]
Catalin Ionescu, Dragos Papava, Vlad Olaru, and Cristian Sminchisescu. Human3. 6m: Large scale datasets and pre- dictive methods for 3d human sensing in natural environ- ments. IEEE transactions on pattern analysis and machine intelligence, 36(7):1325–1339, 2013. 6
2013
-
[17]
Using digital human modelling to evaluate the risk of musculoskeletal injury for workers in the health- care industry
Xiaoxu Ji, Ranuki O Hettiarachchige, Alexa LE Littman, and Davide Piovesan. Using digital human modelling to evaluate the risk of musculoskeletal injury for workers in the health- care industry. Sensors, 23(5):2781, 2023. 1
2023
-
[18]
Learning effective hu- man pose estimation from inaccurate annotation
Sam Johnson and Mark Everingham. Learning effective hu- man pose estimation from inaccurate annotation. In CVPR 2011, pages 1465–1472. IEEE, 2011. 16
2011
-
[19]
End-to-end recovery of human shape and pose
Angjoo Kanazawa, Michael J Black, David W Jacobs, and Jitendra Malik. End-to-end recovery of human shape and pose. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 7122–7131, 2018. 3
2018
-
[20]
Learning 3d human dynamics from video
Angjoo Kanazawa, Jason Y Zhang, Panna Felsen, and Jiten- dra Malik. Learning 3d human dynamics from video. In Proceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 5614–5623, 2019. 3
2019
-
[21]
Emdb: The electromagnetic database of global 3d human pose and shape in the wild
Manuel Kaufmann, Jie Song, Chen Guo, Kaiyue Shen, Tian- jian Jiang, Chengcheng Tang, Juan Jos ´e Z ´arate, and Otmar Hilliges. Emdb: The electromagnetic database of global 3d human pose and shape in the wild. In Proceedings of the IEEE/CVF International Conference on Computer ...
2023
-
[22]
From skin to skeleton: Towards biomechanically accurate 3d digital hu- mans
Marilyn Keller, Keenon Werling, Soyong Shin, Scott Delp, Sergi Pujades, C Karen Liu, and Michael J Black. From skin to skeleton: Towards biomechanically accurate 3d digital hu- mans. ACM Transactions on Graphics (TOG) , 42(6):1–12,
-
[23]
Pare: Part attention regressor for 3d human body estimation
Muhammed Kocabas, Chun-Hao P Huang, Otmar Hilliges, and Michael J Black. Pare: Part attention regressor for 3d human body estimation. In Proceedings of the IEEE/CVF international conference on computer vision , pages 11127– 11137, 2021. 3, 7
2021
-
[24]
Learning to reconstruct 3d human pose and shape via model-fitting in the loop
Nikos Kolotouros, Georgios Pavlakos, Michael J Black, and Kostas Daniilidis. Learning to reconstruct 3d human pose and shape via model-fitting in the loop. In Proceedings of the IEEE/CVF international conference on computer vision, pages 2252–2261, 2019. 6
2019
-
[25]
Cliff: Carrying location information in full frames into human pose and shape estimation
Zhihao Li, Jianzhuang Liu, Zhensong Zhang, Songcen Xu, and Youliang Yan. Cliff: Carrying location information in full frames into human pose and shape estimation. In European Conference on Computer Vision, pages 590–606. Springer, 2022. 7
2022
-
[26]
One-stage 3d whole-body mesh recovery with component aware transformer
Jing Lin, Ailing Zeng, Haoqian Wang, Lei Zhang, and Yu Li. One-stage 3d whole-body mesh recovery with component aware transformer. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 21159–21168, 2023. 4
2023
-
[27]
Microsoft coco: Common objects in context
Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Doll´ar, and C Lawrence Zitnick. Microsoft coco: Common objects in context. In Computer Vision–ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceeding...
2014
-
[28]
Task- constrained motion planning considering uncertainty- informed human motion prediction for human–robot collaborative disassembly
Wansong Liu, Xiao Liang, and Minghui Zheng. Task- constrained motion planning considering uncertainty- informed human motion prediction for human–robot collaborative disassembly. IEEE/ASME Transactions on Mechatronics, 28(4):2056–2063, 2023. 1
2023
-
[29]
Matthew Loper, Naureen Mahmood, Javier Romero, Gerard Pons-Moll, and Michael J. Black. SMPL: A skinned multi- person linear model. ACM Transactions on Graphics (Proc. SIGGRAPH Asia), 34(6):248:1–248:16, oct 2015. 2, 3
2015
-
[30]
3d human mesh estimation from virtual mark- ers
Xiaoxuan Ma, Jiajun Su, Chunyu Wang, Wentao Zhu, and Yizhou Wang. 3d human mesh estimation from virtual mark- ers. In Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, pages 534–543, 2023. 7
2023
-
[31]
Monocular 3d human pose estimation in the wild using improved cnn supervision
Dushyant Mehta, Helge Rhodin, Dan Casas, Pascal Fua, Oleksandr Sotnychenko, Weipeng Xu, and Christian Theobalt. Monocular 3d human pose estimation in the wild using improved cnn supervision. In 2017 international con- ference on 3D vision (3DV), pages 506–516. IEEE, 2017. 6
2017
-
[32]
Pose2sim: An end-to-end workflow for 3d markerless sports kinematics—part 1: Robustness
David Pagnon, Mathieu Domalain, and Lionel Reveret. Pose2sim: An end-to-end workflow for 3d markerless sports kinematics—part 1: Robustness. Sensors, 21(19):6530,
-
[33]
Data augmentation for human keypoint estimation deep learning based sign lan- guage translation
Chan-Il Park and Chae-Bong Sohn. Data augmentation for human keypoint estimation deep learning based sign lan- guage translation. Electronics, 9(8):1257, 2020. 2
2020
-
[34]
Opensim: Simulating musculoskeletal dynamics and neuromuscular control to study human and animal move- ment
Ajay Seth, Jennifer L Hicks, Thomas K Uchida, Ayman Habib, Christopher L Dembia, James J Dunne, Carmichael F Ong, Matthew S DeMers, Apoorva Rajagopal, Matthew Mil- lard, et al. Opensim: Simulating musculoskeletal dynamics and neuromuscular control to study human and animal mov...
2018
-
[35]
Model-based approach for human kinematics reconstruction from marker- less and marker-based motion analysis systems
Victor Sholukha, Bruno Bonnechere, Patrick Salvia, F ´edor Moiseev, Marcel Rooze, and S Van Sint Jan. Model-based approach for human kinematics reconstruction from marker- less and marker-based motion analysis systems. Journal of biomechanics, 46(14):2363–2371, 2013. 1
2013
-
[36]
Opencap: Human movement dy- namics from smartphone videos
Scott D Uhlrich, Antoine Falisse, Łukasz Kidzi ´nski, Julie Muccini, Michael Ko, Akshay S Chaudhari, Jennifer L Hicks, and Scott L Delp. Opencap: Human movement dy- namics from smartphone videos. PLoS computational biol- ogy, 19(10):e1011462, 2023. 1, 2, 6, 7, 11, 12
2023
-
[37]
An opensim guided tour in ma- chine learning for e-health applications
Mukul Verma, Muskan Dawar, Prashant Singh Rana, Neeru Jindal, and Harpreet Singh. An opensim guided tour in ma- chine learning for e-health applications. In Intelligent Data Security Solutions for e-Health Applications , pages 57–75. Elsevier, 2020. 1, 2
2020
-
[38]
Recovering ac- curate 3d human pose in the wild using imus and a moving camera
Timo V on Marcard, Roberto Henschel, Michael J Black, Bodo Rosenhahn, and Gerard Pons-Moll. Recovering ac- curate 3d human pose in the wild using imus and a moving camera. In Proceedings of the European conference on com- puter vision (ECCV), pages 601–617, 2018. 6
2018
-
[39]
Human motion generation: A survey
Wentao Zhu, Xiaoxuan Ma, Dongwoo Ro, Hai Ci, Jinlu Zhang, Jiaxin Shi, Feng Gao, Qi Tian, and Yizhou Wang. Human motion generation: A survey. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2023. 1
2023
-
[40]
Deformable detr: Deformable transform- ers for end-to-end object detection
Xizhou Zhu, Weijie Su, Lewei Lu, Bin Li, Xiaogang Wang, and Jifeng Dai. Deformable detr: Deformable transform- ers for end-to-end object detection. ArXiv, abs/2010.04159,
2010 arXiv
-
[41]
A comprehensive survey on the security of smart grid: Challenges, mitigations, and future research opportunities
Arastoo Zibaeirad, Farnoosh Koleini, Shengping Bi, Tao Hou, and Tao Wang. A comprehensive survey on the security of smart grid: Challenges, mitigations, and future research opportunities. arXiv preprint arXiv:2407.07966, 2024. 1
2024 arXiv
-
[42]
Vulnllmeval: A framework for evaluating large language models in soft- ware vulnerability detection and patching
Arastoo Zibaeirad and Marco Vieira. Vulnllmeval: A framework for evaluating large language models in soft- ware vulnerability detection and patching. arXiv preprint arXiv:2409.10756, 2024. 1
2024 arXiv
-
[43]
Appendix 1.1. Overview The appendix is organized into the following sections: • Section 1.2: Implementation Details • Section 1.3: Datasets • Section 1.4: Evaluation Metrics • Section 1.5: Data Augmentation • Section 1.6: Camera Model • Section 1.7: Impact of Backbones • Secti...
-
[128]
For the spatio-temporal model, we set the hyperparameters ex- perimentally, adjusting key parameters as needed through- out the training process
The learning rate decayed exponentially from an initial rate of 0.001 to a final rate of 5 × 10−6 over 25 epochs. For the spatio-temporal model, we set the hyperparameters ex- perimentally, adjusting key parameters as needed through- out the training process. 1.3. Datasets We ...
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.