REVIEW 3 major objections 4 minor 1 cited by
MorphGS transfers articulated motion from a monocular video to a rigged 3D character by directly optimizing the target's morphology and pose through image-space supervision, without reconstructing the source in 3D or using category-specific
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 →
MorphGS retargets motion from a monocular video onto a rigged 3D character by optimizing target morphology and pose with image-space losses, without 3D source reconstruction or parametric templates.
T0 review reviewed 2026-08-03 challenge →
load-bearing objection The target-driven optimization idea is genuinely new and the ablations are solid, but the synthetic benchmark sentence in Sec. 4.2 is ambiguous at the exact point that decides whether the headline claim tests cross-morphology transfer at all. the 3 major comments →
MorphGS: Morphology-Adaptive Articulated 3D Motion Transfer from Videos
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
MorphGS claims that video-to-3D motion retargeting can be formulated and solved entirely in the target's parameter space. Given a source video and a rigged target mesh, it optimizes time-invariant morphology parameters—global scale, learnable bone lengths, and local rest-pose offsets anchored to skeleton joints—together with a time-conditioned pose network that outputs per-joint rotations and root translation. The posed target is rendered with differentiable Gaussian splatting, and losses compare rendered frames against the source video, including a dense correspondence term and synthesized-view rendering. The paper reports consistently lower motion-transfer error than reconstruct-then-retar
What carries the argument
The rig-coupled morphology parameterization: each canonical vertex is written as a global scale times a skeleton-anchored anchor plus a local offset, where the anchor is a skinning-weighted average of rest-pose joint positions that depend on learnable bone lengths. This couples surface geometry to the kinematic tree so that changing one bone length coherently moves all attached vertices, preventing shape updates from absorbing pose error. The pose trajectory comes from a time-conditioned MLP that outputs per-joint axis-angle rotations and root translation, applied through forward kinematics and linear blend skinning, then rendered by 3D Gaussian splatting. Structural guidance comes from dens
Load-bearing premise
The source subject and target character must share a compatible articulated topology: every motion the source can make must be expressible by the target's fixed kinematic tree, and the paper states that this assumption limits transfer across subjects with significantly different kinematic structures.
What would settle it
A cross-topology transfer test: take a source video of a human and retarget to a target whose rig lacks the corresponding degrees of freedom (e.g., a whale or spider), or to a target with extra joints; if the method silently fails or produces geometrically implausible motion there, the compatible-topology assumption is confirmed as the limiting factor. More directly, a synthetic experiment with known ground truth and deliberately degenerate motion (e.g., planar motion only) should break the claimed identifiability of bone-length ratios.
If this is right
- Monocular RGB video alone can drive a rigged character with different body proportions, removing the need for intermediate 3D reconstruction of the source.
- Retargeting quality no longer depends on the accuracy of a source reconstruction step, which is the main bottleneck in reconstruct-then-retarget pipelines.
- Because the optimization is target-driven, the approach can handle categories without parametric templates (e.g., birds or whales) as long as the target has a rig, possibly obtained by auto-rigging.
- Under the paper's identifiability argument, weak-perspective monocular observations with sufficiently non-degenerate motion determine bone-length ratios uniquely, giving a theoretical foundation for optimizing skeletal morphology directly from 2D video.
- The same framework extends naturally to multi-view supervision: synthesized views simply add image-space objectives over the same target parameters, so additional viewpoints can be plugged in without changing the formulation.
Where Pith is reading between the lines
- If the framework holds, motion transfer could become a per-target optimization service: a user supplies any rigged mesh and any video, and the same optimization code adapts without retraining or category-specific assets—an implication the paper does not develop.
- The paper's own stated limitation points to a sharp boundary: transfer across very different kinematic topologies (e.g., human arm to whale flipper) should fail; a concrete test would be to measure where retargeting breaks as joint counts and limb configurations diverge.
- The dense correspondence and synthesized-view modules are replaceable components; swapping in a different semantic feature extractor or view generator may shift results, so the core claim's practical robustness may be sensitive to these auxiliary choices even though the paper only ablates a few variants.
- The identifiability argument assumes weakly perspective cameras and piecewise rigidity; a natural extension is to enforce physics-based contact and soft-tissue constraints, which the authors flag as future work, to handle real-world perspective effects and non-rigid deformation.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MorphGS, a target-driven analysis-by-synthesis framework for transferring articulated motion from a monocular video to a rigged 3D character. The method optimizes a small set of morphology parameters (global scale, bone lengths, local offsets) together with a time-conditioned pose network so that differentiable Gaussian splatting renders the animated target to match the source video. Dense semantic 2D-3D correspondences and diffusion-based synthesized views provide additional supervision. The authors report quantitative improvements over reconstruct-then-retarget baselines on Mixamo, DT4D, and real-world video, with ablations showing the contribution of each component.
Significance. If the result holds, the paper would make a useful contribution: it replaces the common reconstruct-then-retarget pipeline with a direct, template-free optimization in the target's parameter space, and the idea of coupling morphology parameters to the rig to reduce shape-pose ambiguity is well motivated. The manuscript includes a substantial ablation study, per-scene tables, and an identifiability proof sketch, which are strengths. However, the current text contains several formal ambiguities and at least one equation-level issue that block assessment of the central claim. The source-video generation protocol in Sec. 4.2 is ambiguous in a way that could invalidate the cross-morphology claim, and the keypoint loss in Eq. (10)-(12) is written as a constant with respect to the optimized variables. These are load-bearing and must be corrected before the empirical contributions can be evaluated.
major comments (3)
- [Sec. 4.2 (Datasets)] The evaluation protocol is ambiguous at the most load-bearing point. The sentence 'To generate source videos, we animate the target with the ground-truth pose sequence and render a monocular video from a fixed viewpoint' can be read as rendering the same target mesh that is later used as the retargeting target. If so, source and target are identical, and the synthetic benchmark reduces to pose estimation of a known character; Tables 1-2 would not test morphology-adaptive cross-character transfer. If this is a typo for 'source' or 'source mesh', the text must say so explicitly, and the construction of the ground-truth target mesh sequence used in PMD must be specified. Without code/data release, this ambiguity cannot be resolved post hoc. This must be fixed before the empirical claims can be assessed.
- [Sec. 3.1, Eq. (1)-(8); final paragraph of Sec. 3.1] There is a mismatch between optimization and deployment. The optimization updates bone lengths ℓ_b and local offsets o_k, which change the rest-pose skeleton and canonical vertex positions used in forward kinematics and skinning (Eqs. 4-8). At the end, the paper states that only the pose trajectory {P_t(ϕ)} is applied to the original target rig Mtgt, 'preserving its original geometry.' But local rotations estimated against the adapted skeleton do not produce the same global joint trajectories when applied to a rig with different bone lengths; end-effector and body-part trajectories change. The manuscript must specify exactly which object is used for evaluation (the adapted morphology or the original rig) and how the final animation is generated from (ϕ, m). This is load-bearing because the ablation in Table 3 shows bone lengths and offsets account for most of the improvement.
- [Sec. 3.4, Eq. (10)-(12)] As written, the dense keypoint loss is independent of the optimization variables. Eq. (10) defines the matching score between a source pixel u and a vertex x ∈ V(M_tgt) of the static target mesh, using rendered images I^tgt_v of that same static mesh. The matched point x̃_{u,t} in Eq. (12) is therefore a constant; with π a fixed camera projection, L_keyp is constant with respect to ϕ and m and cannot provide any gradient. The ablation in Table 3 attributes a large improvement to L_keyp (PMD 4.52→2.96), which is only possible if the implemented loss uses the currently posed/deformed vertices or an equivalent differentiable dependence on pose. The formal description must be corrected to match the implemented objective; as it stands, the method section does not support the reported ablation.
minor comments (4)
- [Sec. 4.2] The text 'These results indicate that our target-driven, morphology-adaptive optimization is effective on unconstrained monocular videos [28, 72]' cites SMPL and SMAL references rather than video datasets; the citation should be fixed.
- [Eq. (10)] The pooling operator 'pool_{v,x∈V(M_tgt)}' is underspecified: it should state explicitly which dimensions are pooled and how the similarity map over vertices is reduced to a scalar.
- [Sec. 3.4 / Eq. (9)] The main-text loss omits the regularization term L_reg, which appears later in Eq. (14). For clarity, define all terms in the main objective or refer to the appendix when L is first introduced.
- [Appendix A.1 / loss weights] The loss weights are listed in a sentence; a small table would improve readability and reproducibility.
Circularity Check
As written, Sec. 4.2 renders source videos from the target mesh itself, collapsing the synthetic benchmark into same-rig pose fitting; the optimization framework otherwise is not circular.
specific steps
-
self definitional
[Sec. 4.2, Datasets (synthetic benchmark construction)]
"To generate source videos, we animate the target with the ground-truth pose sequence and render a monocular video from a fixed viewpoint using the differentiable mesh renderer in PyTorch3D [36], yielding 1,505 pairs of source–target mesh in total across the three splits."
The source video is generated by rendering the same 'target' mesh that MorphGS is then asked to retarget into. Under the paper's own notation, M_tgt is the character being optimized (Eq. 1-2), so the input video is a rendering of the output character. The optimization therefore reduces to pose estimation of a known, identical rig: there is no morphology gap, and the PMD/FVMD numbers in Table 1 measure fitting the target to its own renderings, not cross-morphology transfer. If 'target' was intended to read 'source', the paper gives no corrected protocol, code, or data to verify that the source and target meshes actually differ; the ambiguity is load-bearing because Tables 1 and the central synthetic claim rest on it.
full rationale
Aside from the synthetic-benchmark construction in Sec. 4.2, MorphGS is a self-contained inverse-graphics optimization: Eq. (2) minimizes image-space losses against external video frames, the morphology parameterization (Eqs. 3-6) and skinning (Eqs. 7-8) are stated assumptions rather than derived results, and the dense correspondences (Eqs. 10-12) are anchored by a frozen externally trained feature extractor [69] with a fixed target mesh. Appendix D's identifiability argument is a standard scaled-orthographic SfM factorization claim, not a self-citation. The baselines include the authors' own NPR+ [65], but the comparison is empirical and the central method does not rest on that citation. The Conclusion's compatible-topology assumption is an admitted scope limitation, not a circular step. However, the quoted Sec. 4.2 sentence literally makes the source video a rendering of the target mesh with the ground-truth pose. If taken literally, the synthetic PMD/FVMD numbers in Table 1 are pose-recovery results on a known character with zero morphology gap; the 'morphology-adaptive transfer' claim is then not tested there. Since no code/data are released and no corrected protocol sentence appears, the ambiguity is load-bearing. This is a real, but partial, circularity: the real-world FVMD evaluation is external and the optimization framework itself stands independently.
Axiom & Free-Parameter Ledger
free parameters (4)
- s_global =
optimized (value not reported)
- bone lengths ℓ_b =
optimized per bone (values not reported)
- local offsets o_k =
optimized per Gaussian (≈ K×3 values)
- loss weights {λ_render, λ_mv, λ_keyp, λ_smooth, λ_chamf, λ_trans, λ_arap} =
1.0, 0.25, 0.006, 0.01, 0.001, 0.005, 1.0
axioms (6)
- standard math Weak-perspective projection and standard rigid structure-from-motion factorization (Tomasi-Kanade / paraperspective)
- domain assumption Piecewise rigidity of bones and fixed local-frame surface points across frames (A1)
- domain assumption Non-degenerate motion of each bone, including rotation about two independent axes (A2)
- domain assumption Source and target share a compatible articulated topology (same kinematic tree)
- domain assumption Geo-Aware semantic features [69] supply reliable cross-domain 2D–3D part correspondences for arbitrary categories
- domain assumption Diffusion-based novel-view synthesis SV4D [62] provides temporally consistent pseudo-views of the source
Cite this review
Pith. "Pith review of MorphGS: Morphology-Adaptive Articulated 3D Motion Transfer from Videos." pith.science (2026). https://pith.science/paper/FMBTSF4S
@misc{pith2026260102716,
author = {Pith},
title = {Pith review of: MorphGS: Morphology-Adaptive Articulated 3D Motion Transfer from Videos},
year = {2026},
howpublished = {\url{https://pith.science/paper/FMBTSF4S}},
note = {Machine review of arXiv:2601.02716}
}
read the original abstract
Transferring articulated motion from monocular videos to rigged 3D characters is challenging due to pose ambiguity in 2D observations and morphological differences between source and target. Existing approaches often follow a reconstruct-then-retarget paradigm, tying transfer quality to intermediate 3D reconstruction and limiting applicability to categories with parametric templates. We propose MorphGS, a framework that formulates motion retargeting as a target-driven analysis-by-synthesis problem, directly optimizing target morphology and pose through image-space supervision. A rig-coupled morphology parameterization factorizes character identity from time-varying joint rotations, while dense 2D-3D correspondences and synthesized views provide complementary structural and multi-view guidance. Experiments on synthetic benchmarks and real-world videos show consistent improvements over baselines. Project page: https://xodus777.github.io/MorphGS/
Figures
Forward citations
Cited by 1 Pith paper
-
Follow Your Track: Precise Skeleton Animation Controlled by 3D Trajectories
ACT is a trajectory-conditioned framework for topology-general skeletal animation that injects 3D point trajectories from monocular video into skeletons via a Routed Trajectory Injector for improved fidelity and tempo...
Reference graph
Works this paper leans on
-
[1]
Accessed: 2024-10-01
Pexels: Free stock photos and videos.https://www.pexels.com, 2024. Accessed: 2024-10-01
2024
-
[2]
Skeleton-aware networks for deep motion retargeting.ACM Transactions on Graphics (TOG), 39(4):62–1, 2020
Kfir Aberman, Peizhuo Li, Dani Lischinski, Olga Sorkine-Hornung, Daniel Cohen-Or, and Baoquan Chen. Skeleton-aware networks for deep motion retargeting.ACM Transactions on Graphics (TOG), 39(4):62–1, 2020
2020
-
[3]
Mixamo.https://www.mixamo.com
Adobe. Mixamo.https://www.mixamo.com
-
[4]
Saor: Single-view articulated object reconstruction
Mehmet Aygun and Oisin Mac Aodha. Saor: Single-view articulated object reconstruction. InProceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10382–10391, 2024
2024
-
[5]
Automatic rigging and animation of 3d characters.ACM Transactions on graphics (TOG), 26(3):72–es, 2007
Ilya Baran and Jovan Popović. Automatic rigging and animation of 3d characters.ACM Transactions on graphics (TOG), 26(3):72–es, 2007
2007
-
[6]
Monocular differentiable rendering for self-supervised 3d object detection
Deniz Beker, Hiroharu Kato, Mihai Adrian Morariu, Takahiro Ando, Toru Matsuoka, Wadim Kehl, and Adrien Gaidon. Monocular differentiable rendering for self-supervised 3d object detection. InEuropean conference on computer vision, pages 514–529. Springer, 2020
2020
-
[7]
Sf3d: Stable fast 3d mesh recon- struction with uv-unwrapping and illumination disentanglement
Mark Boss, Zixuan Huang, Aaryaman Vasishta, and Varun Jampani. Sf3d: Stable fast 3d mesh recon- struction with uv-unwrapping and illumination disentanglement. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 16240–16250, 2025
2025
-
[8]
Weakly-supervised 3d pose transfer with keypoints
Jinnan Chen, Chen Li, and Gim Hee Lee. Weakly-supervised 3d pose transfer with keypoints. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 15156–15165, 2023
2023
-
[9]
A point set generation network for 3d object recon- struction from a single image
Haoqiang Fan, Hao Su, and Leonidas J Guibas. A point set generation network for 3d object recon- struction from a single image. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 605–613, 2017
2017
-
[10]
Zhoujie Fu, Jiacheng Wei, Wenhao Shen, Chaoyue Song, Xiaofeng Yang, Fayao Liu, Xulei Yang, and Guosheng Lin. Sync4d: Video guided controllable dynamics for physics-based 4d generation.arXiv preprint arXiv:2405.16849, 2024
Pith/arXiv arXiv 2024
-
[11]
Automatic unpaired shape deformation transfer.ACM Transactions on Graphics (ToG), 37(6):1–15, 2018
Lin Gao, Jie Yang, Yi-Ling Qiao, Yu-Kun Lai, Paul L Rosin, Weiwei Xu, and Shihong Xia. Automatic unpaired shape deformation transfer.ACM Transactions on Graphics (ToG), 37(6):1–15, 2018
2018
-
[12]
Retargetting motion to new characters
Michael Gleicher. Retargetting motion to new characters. InProceedings of the 25th annual conference on Computer graphics and interactive techniques, pages 33–42, 1998
1998
-
[13]
Humansin4d: Reconstructingandtrackinghumanswithtransformers
Shubham Goel, Georgios Pavlakos, Jathushan Rajasegaran, Angjoo Kanazawa, and Jitendra Malik. Humansin4d: Reconstructingandtrackinghumanswithtransformers. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 14783–14794, 2023
2023
-
[14]
Gaussianavatar: Towards realistic human avatar modeling from a single video via animatable 3d gaussians
LiangxiaoHu, HongwenZhang, YuxiangZhang, BoyaoZhou, BoningLiu, ShengpingZhang, andLiqiang Nie. Gaussianavatar: Towards realistic human avatar modeling from a single video via animatable 3d gaussians. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 634–644, June 2024
2024
-
[15]
Sc-gs: Sparse- controlled gaussian splatting for editable dynamic scenes
Yi-Hua Huang, Yang-Tian Sun, Ziyi Yang, Xiaoyang Lyu, Yan-Pei Cao, and Xiaojuan Qi. Sc-gs: Sparse- controlled gaussian splatting for editable dynamic scenes. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 4220–4230, June 2024. 12 Preprint
2024
-
[16]
Farm3d: Learning articulated 3d animals by distilling 2d diffusion
Tomas Jakab, Ruining Li, Shangzhe Wu, Christian Rupprecht, and Andrea Vedaldi. Farm3d: Learning articulated 3d animals by distilling 2d diffusion. In2024 International Conference on 3D Vision (3DV), pages 852–861. IEEE, 2024
2024
-
[17]
Black, David W
Angjoo Kanazawa, Michael J. Black, David W. Jacobs, and Jitendra Malik. End-to-end recovery of human shape and pose. InComputer Vision and Pattern Recognition (CVPR), 2018
2018
-
[18]
3d gaussian splatting for real-time radiance field rendering.ACM Trans
Bernhard Kerbl, Georgios Kopanas, Thomas Leimkühler, and George Drettakis. 3d gaussian splatting for real-time radiance field rendering.ACM Trans. Graph., 42(4):139–1, 2023
2023
-
[19]
Adam: A method for stochastic optimization.arXiv preprint arXiv:1412.6980, 2014
Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization.arXiv preprint arXiv:1412.6980, 2014
Pith/arXiv arXiv 2014
-
[20]
Struc- ture from articulated motion: accurate and stable monocular 3d reconstruction without training data
Onorina Kovalenko, Vladislav Golyanik, Jameel Malik, Ahmed Elhayek, and Didier Stricker. Struc- ture from articulated motion: accurate and stable monocular 3d reconstruction without training data. Sensors, 19(20):4603, 2019
2019
-
[21]
Learning analysis-by-synthesis for 6d pose estimation in rgb-d images
Alexander Krull, Eric Brachmann, Frank Michel, Michael Ying Yang, Stefan Gumhold, and Carsten Rother. Learning analysis-by-synthesis for 6d pose estimation in rgb-d images. InProceedings of the IEEE international conference on computer vision, pages 954–962, 2015
2015
-
[22]
4dcomplete: Non- rigid motion estimation beyond the observable surface
Yang Li, Hikari Takehara, Takafumi Taketomi, Bo Zheng, and Matthias Nießner. 4dcomplete: Non- rigid motion estimation beyond the observable surface. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 12706–12716, 2021
2021
-
[23]
Dreammesh4d: Video-to-4d generation with sparse-controlled gaussian-mesh hybrid representation.Advances in Neural Information Processing Systems, 37:21377– 21400, 2024
Zhiqi Li, Yiming Chen, and Peidong Liu. Dreammesh4d: Video-to-4d generation with sparse-controlled gaussian-mesh hybrid representation.Advances in Neural Information Processing Systems, 37:21377– 21400, 2024
2024
-
[24]
Learning the 3d fauna of the web
Zizhang Li, Dor Litvak, Ruining Li, Yunzhi Zhang, Tomas Jakab, Christian Rupprecht, Shangzhe Wu, Andrea Vedaldi, and Jiajun Wu. Learning the 3d fauna of the web. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 9752–9762, 2024
2024
-
[25]
Skeleton-freeposetrans- fer for stylized 3d characters
ZhouyingchengLiao, JimeiYang, JunSaito, GerardPons-Moll, andYangZhou. Skeleton-freeposetrans- fer for stylized 3d characters. InEuropean Conference on Computer Vision, pages 640–656. Springer, 2022
2022
-
[26]
Jiahe Liu, Youran Qu, Qi Yan, Xiaohui Zeng, Lele Wang, and Renjie Liao. Fr\’echet video motion distance: A metric for evaluating motion consistency in videos.arXiv preprint arXiv:2407.16124, 2024
Pith/arXiv arXiv 2024
-
[27]
Zero- 1-to-3: Zero-shot one image to 3d object
RuoshiLiu, RundiWu, BasileVanHoorick, PavelTokmakov, SergeyZakharov, andCarlVondrick. Zero- 1-to-3: Zero-shot one image to 3d object. InProceedings of the IEEE/CVF international conference on computer vision, pages 9298–9309, 2023
2023
-
[28]
Matthew Loper, Naureen Mahmood, Javier Romero, Gerard Pons-Moll, and Michael J. Black. SMPL: A skinned multi-person linear model.ACM Trans. Graphics (Proc. SIGGRAPH Asia), 34(6):248:1–248:16, October 2015
2015
-
[29]
Jin Lyu, Tianyi Zhu, Yi Gu, Li Lin, Pujin Cheng, Yebin Liu, Xiaoying Tang, and Liang An. Animer: Animal pose and shape estimation using family aware transformer.arXiv preprint arXiv:2412.00837, 2024
Pith/arXiv arXiv 2024
-
[30]
Transfer4d: A framework for frugal motion capture and deformation transfer
Shubh Maheshwari, Rahul Narain, and Ramya Hebbalaguppe. Transfer4d: A framework for frugal motion capture and deformation transfer. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 12836–12846, 2023
2023
-
[31]
Nerf: Representing scenes as neural radiance fields for view synthesis.Communications of the ACM, 65(1):99–106, 2021
Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view synthesis.Communications of the ACM, 65(1):99–106, 2021. 13 Preprint
2021
-
[32]
Temporal residual jacobians for rig-free motion transfer
SanjeevMuralikrishnan, NiladriDutt, SiddharthaChaudhuri, NoamAigerman, VladimirKim, Matthew Fisher, and Niloy J Mitra. Temporal residual jacobians for rig-free motion transfer. InEuropean Conference on Computer Vision, pages 93–109. Springer, 2024
2024
-
[33]
Dinov2: Learning robust visual features without supervision.arXiv preprint arXiv:2304.07193, 2023
Maxime Oquab, Timothée Darcet, Théo Moutakanni, Huy Vo, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, et al. Dinov2: Learning robust visual features without supervision.arXiv preprint arXiv:2304.07193, 2023
Pith/arXiv arXiv 2023
-
[34]
A benchmark dataset and evaluation methodology for video object segmentation
Federico Perazzi, Jordi Pont-Tuset, Brian McWilliams, Luc Van Gool, Markus Gross, and Alexander Sorkine-Hornung. A benchmark dataset and evaluation methodology for video object segmentation. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 724–732, 2016
2016
-
[35]
A paraperspective factorization method for shape and motion recovery.IEEE transactions on pattern analysis and machine intelligence, 19(3):206–218, 1997
Conrad J Poelman and Takeo Kanade. A paraperspective factorization method for shape and motion recovery.IEEE transactions on pattern analysis and machine intelligence, 19(3):206–218, 1997
1997
-
[36]
Accelerating 3d deep learning with pytorch3d.arXiv:2007.08501, 2020
Nikhila Ravi, Jeremy Reizenstein, David Novotny, Taylor Gordon, Wan-Yen Lo, Justin Johnson, and Georgia Gkioxari. Accelerating 3d deep learning with pytorch3d.arXiv:2007.08501, 2020
Pith/arXiv arXiv 2007
-
[37]
Learning monocular 3d human pose estimation from multi-view images
Helge Rhodin, Jörg Spörri, Isinsu Katircioglu, Victor Constantin, Frédéric Meyer, Erich Müller, Mathieu Salzmann, and Pascal Fua. Learning monocular 3d human pose estimation from multi-view images. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 8437–8446, 2018
2018
-
[38]
Barc: Learning to regress 3d dog shape from images by exploiting breed information
Nadine Rueegg, Silvia Zuffi, Konrad Schindler, and Michael J Black. Barc: Learning to regress 3d dog shape from images by exploiting breed information. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3876–3884, 2022
2022
-
[39]
Bite: Beyond priors for improved three-d dog pose estimation
Nadine Rüegg, Shashank Tripathi, Konrad Schindler, Michael J Black, and Silvia Zuffi. Bite: Beyond priors for improved three-d dog pose estimation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8867–8876, 2023
2023
-
[40]
Mitra, and David Novotny
Remy Sabathier, Niloy J. Mitra, and David Novotny. Animal avatars: Reconstructing animatable 3d animals from casual videos. InComputer Vision – ECCV 2024: 18th European Conference, Milan, Italy, September 29–October 4, 2024, Proceedings, Part LXXIX, page 270–287, 2024
2024
-
[41]
Shic: Shape-image correspondences with no keypoint supervision
Aleksandar Shtedritski, Christian Rupprecht, and Andrea Vedaldi. Shic: Shape-image correspondences with no keypoint supervision. InECCV, 2024
2024
-
[42]
Oriane Siméoni, Huy V. Vo, Maximilian Seitzer, Federico Baldassarre, Maxime Oquab, Cijo Jose, Vasil Khalidov, Marc Szafraniec, Seungeun Yi, Michaël Ramamonjisoa, Francisco Massa, Daniel Haziza, Luca Wehrstedt, Jianyuan Wang, Timothée Darcet, Théo Moutakanni, Leonel Sentana, Claire Roberts, Andrea Vedaldi, Jamie Tolan, John Brandt, Camille Couprie, Julien ...
2025
-
[43]
Puppeteer: Rig and animate your 3d models.arXiv preprint arXiv:2508.10898, 2025
Chaoyue Song, Xiu Li, Fan Yang, Zhongcong Xu, Jiacheng Wei, Fayao Liu, Jiashi Feng, Guosheng Lin, and Jianfeng Zhang. Puppeteer: Rig and animate your 3d models.arXiv preprint arXiv:2508.10898, 2025
Pith/arXiv arXiv 2025
-
[44]
Magicarticulate: Make your 3d models articulation-ready
Chaoyue Song, Jianfeng Zhang, Xiu Li, Fan Yang, Yiwen Chen, Zhongcong Xu, Jun Hao Liew, Xiaoyang Guo, Fayao Liu, Jiashi Feng, et al. Magicarticulate: Make your 3d models articulation-ready. In Proceedings of the Computer Vision and Pattern Recognition Conference, pages 15998–16007, 2025
2025
-
[45]
Shape and motion from image streams under orthography: a factor- ization method.International journal of computer vision, 9(2):137–154, 1992
Carlo Tomasi and Takeo Kanade. Shape and motion from image streams under orthography: a factor- ization method.International journal of computer vision, 9(2):137–154, 1992
1992
-
[46]
Template-free articulated neural point clouds for reposable view synthesis.Advances in Neural Information Processing Systems, 36:31621–31637, 2023
Lukas Uzolas, Elmar Eisemann, and Petr Kellnhofer. Template-free articulated neural point clouds for reposable view synthesis.Advances in Neural Information Processing Systems, 36:31621–31637, 2023
2023
-
[47]
Attention is all you need.Advances in neural information processing systems, 30, 2017
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need.Advances in neural information processing systems, 30, 2017. 14 Preprint
2017
-
[48]
Contact-aware retarget- ing of skinned motion
Ruben Villegas, Duygu Ceylan, Aaron Hertzmann, Jimei Yang, and Jun Saito. Contact-aware retarget- ing of skinned motion. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 9720–9729, 2021
2021
-
[49]
Neural kinematic networks for unsu- pervised motion retargetting
Ruben Villegas, Jimei Yang, Duygu Ceylan, and Honglak Lee. Neural kinematic networks for unsu- pervised motion retargetting. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 8639–8648, 2018
2018
-
[50]
Neural textured deformable meshes for robust analysis-by-synthesis
Angtian Wang, Wufei Ma, Alan Yuille, and Adam Kortylewski. Neural textured deformable meshes for robust analysis-by-synthesis. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 3108–3117, 2024
2024
-
[51]
Zero-shot pose transfer for unrigged stylized 3d characters
Jiashun Wang, Xueting Li, Sifei Liu, Shalini De Mello, Orazio Gallo, Xiaolong Wang, and Jan Kautz. Zero-shot pose transfer for unrigged stylized 3d characters. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8704–8714, 2023
2023
-
[52]
Neural pose transfer by spatially adaptive instance normalization
Jiashun Wang, Chao Wen, Yanwei Fu, Haitao Lin, Tianyun Zou, Xiangyang Xue, and Yinda Zhang. Neural pose transfer by spatially adaptive instance normalization. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 5831–5839, 2020
2020
-
[53]
Motiondreamer: One-to-manymotionsynthesiswithlocalizedgenerativemaskedtransformer
Yilin Wang, Chuan Guo, Yuxuan Mu, Muhammad Gohar Javed, Xinxin Zuo, Juwei Lu, Hai Jiang, and LiCheng. Motiondreamer: One-to-manymotionsynthesiswithlocalizedgenerativemaskedtransformer. arXiv preprint arXiv:2504.08959, 2025
Pith/arXiv arXiv 2025
-
[54]
4d gaussian splatting for real-time dynamic scene rendering
Guanjun Wu, Taoran Yi, Jiemin Fang, Lingxi Xie, Xiaopeng Zhang, Wei Wei, Wenyu Liu, Qi Tian, and Xinggang Wang. 4d gaussian splatting for real-time dynamic scene rendering. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 20310–20320, June 2024
2024
-
[55]
Dove: Learning deformable 3d objects by watching videos.International Journal of Computer Vision, 131(10):2623–2634, 2023
Shangzhe Wu, Tomas Jakab, Christian Rupprecht, and Andrea Vedaldi. Dove: Learning deformable 3d objects by watching videos.International Journal of Computer Vision, 131(10):2623–2634, 2023
2023
-
[56]
Magicpony: Learn- ing articulated 3d animals in the wild
Shangzhe Wu, Ruining Li, Tomas Jakab, Christian Rupprecht, and Andrea Vedaldi. Magicpony: Learn- ing articulated 3d animals in the wild. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8792–8802, 2023
2023
-
[57]
Sc4d: Sparse-controlled video-to-4d generation and motion transfer
Zijie Wu, Chaohui Yu, Yanqin Jiang, Chenjie Cao, Fan Wang, and Xiang Bai. Sc4d: Sparse-controlled video-to-4d generation and motion transfer. InEuropean Conference on Computer Vision, pages 361–
-
[58]
A closed-form solution to non-rigid shape and motion recovery
Jing Xiao, Jin-xiang Chai, and Takeo Kanade. A closed-form solution to non-rigid shape and motion recovery. InEuropean conference on computer vision, pages 573–587. Springer, 2004
2004
-
[59]
Rignet: Neural rigging for articulated characters.arXiv preprint arXiv:2005.00559, 2020
Zhan Xu, Yang Zhou, Evangelos Kalogerakis, Chris Landreth, and Karan Singh. Rignet: Neural rigging for articulated characters.arXiv preprint arXiv:2005.00559, 2020
Pith/arXiv arXiv 2005
-
[60]
Banmo: Building animatable 3d neural models from many casual videos
GengshanYang, MinhVo, NataliaNeverova, DevaRamanan, AndreaVedaldi, andHanbyulJoo. Banmo: Building animatable 3d neural models from many casual videos. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 2863–2873, 2022
2022
-
[61]
Lassie: Learning articulated shapes from sparse image ensemble via 3d part discovery.Advances in Neural Information Processing Systems, 35:15296–15308, 2022
Chun-Han Yao, Wei-Chih Hung, Yuanzhen Li, Michael Rubinstein, Ming-Hsuan Yang, and Varun Jam- pani. Lassie: Learning articulated shapes from sparse image ensemble via 3d part discovery.Advances in Neural Information Processing Systems, 35:15296–15308, 2022
2022
-
[62]
Sv4d 2.0: Enhancing spatio-temporal consistency in multi-view video diffusion for high-quality 4d generation
Chun-Han Yao, Yiming Xie, Vikram Voleti, Huaizu Jiang, and Varun Jampani. Sv4d 2.0: Enhancing spatio-temporal consistency in multi-view video diffusion for high-quality 4d generation. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 13248–13258, 2025
2025
-
[63]
Riggs: Rigging of 3d gaussians for modeling articulated objects in videos
Yuxin Yao, Zhi Deng, and Junhui Hou. Riggs: Rigging of 3d gaussians for modeling articulated objects in videos. InThe IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2025. 15 Preprint
2025
-
[64]
Physical inertial poser (pip): Physics-aware real-time human motion tracking from sparse inertial sensors
Xinyu Yi, Yuxiao Zhou, Marc Habermann, Soshi Shimada, Vladislav Golyanik, Christian Theobalt, and Feng Xu. Physical inertial poser (pip): Physics-aware real-time human motion tracking from sparse inertial sensors. InIEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2022
2022
-
[65]
Seungwoo Yoo, Juil Koo, Kyeongmin Yeo, and Minhyuk Sung. Neural pose representation learning for generating and transferring non-rigid object poses.arXiv preprint arXiv:2406.09728, 2024
Pith/arXiv arXiv 2024
-
[66]
Hao Zhang, Di Chang, Fang Li, Mohammad Soleymani, and Narendra Ahuja. Magicpose4d: Crafting articulated models with appearance and motion control.arXiv preprint arXiv:2405.14017, 2024
Pith/arXiv arXiv 2024
-
[67]
Pymaf: 3d human pose and shape regression with pyramidal mesh alignment feedback loop
Hongwen Zhang, Yating Tian, Xinchi Zhou, Wanli Ouyang, Yebin Liu, Limin Wang, and Zhenan Sun. Pymaf: 3d human pose and shape regression with pyramidal mesh alignment feedback loop. In Proceedings of the IEEE/CVF international conference on computer vision, pages 11446–11456, 2021
2021
-
[68]
Jia-Peng Zhang, Cheng-Feng Pu, Meng-Hao Guo, Yan-Pei Cao, and Shi-Min Hu. One model to rig them all: Diverse skeleton rigging with unirig.arXiv preprint arXiv:2504.12451, 2025
Pith/arXiv arXiv 2025
-
[69]
Telling left from right: Identifying geometry-aware semantic correspondence
Junyi Zhang, Charles Herrmann, Junhwa Hur, Eric Chen, Varun Jampani, Deqing Sun, and Ming-Hsuan Yang. Telling left from right: Identifying geometry-aware semantic correspondence. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3076–3085, 2024
2024
-
[70]
Tongjie Y Zhang and Ching Y. Suen. A fast parallel algorithm for thinning digital patterns.Commu- nications of the ACM, 27(3):236–239, 1984
1984
-
[71]
Unsupervised shape and pose disentan- glement for 3d meshes
Keyang Zhou, Bharat Lal Bhatnagar, and Gerard Pons-Moll. Unsupervised shape and pose disentan- glement for 3d meshes. InComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XXII 16, pages 341–357. Springer, 2020
2020
-
[72]
3d menagerie: Modeling the 3d shape and pose of animals
Silvia Zuffi, Angjoo Kanazawa, David W Jacobs, and Michael J Black. 3d menagerie: Modeling the 3d shape and pose of animals. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 6365–6373, 2017. 16 Preprint Appendix In this appendix, we provide implementation details (Sec. A), extended ablation studies (Sec. B), analysis ...
2017
This paper was first reviewed by deepseek-v4-flash on August 3, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.