REVIEW 2 major objections 6 minor 41 references
Oriented bounding boxes plus two structure losses let Gaussian splatting recover clean articulated parts and motion from images alone.
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 →
2026-07-30 18:00 UTC pith:RKHD4JHQ
load-bearing objection Solid articulated-3DGS recipe: OBB fitting + SAT contact actually fix the shape–motion mess photometric methods leave, especially in sparse views. the 2 major comments →
StructureGS: Structure-aware Gaussian Splatting for Articulated Object Reconstruction
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
When part-wise 3D Gaussian Splatting is optimized under OBB-based part-fitting and part-contact losses (plus a light extent regularizer), the joint estimation of per-part geometry, appearance, and rigid motion produces well-separated parts and accurate articulation parameters that photometric supervision alone cannot reliably recover, including under sparse multi-view input.
What carries the argument
Structure-aware losses on oriented bounding boxes: part fitting (coverage plus margin on rendered structure images) for spatial coherence, and part contact (squared hinge on Separating-Axis-Theorem distances between base and movable OBBs) for structural connectivity; both act on the same affine/rigid transforms that place the canonical Gaussians.
Load-bearing premise
That simple oriented boxes plus contact only between a static base and each movable part are enough structural prior to keep the optimizer from collapsing or merging parts when silhouette change is weak or true contact topology is more complex.
What would settle it
On scenes with weak visual motion cues (e.g., the oven door case) or multi-hop nested contacts, measure whether part-level Chamfer distance and joint-axis error stay low after optimization; systematic part collapse or large residual separation would falsify the claim that the OBB losses suffice.
If this is right
- Sparse-view and real-phone capture pipelines can produce usable articulated digital twins without dense multi-view rigs.
- Part-wise animation and interaction become reliable once geometry and joint parameters are no longer entangled by pure photometric loss.
- The same OBB-plus-contact regularizer can be dropped into other Gaussian or neural articulated reconstructors that currently rely only on image matching.
- Multi-part objects (4–7 moving parts) remain tractable under the same base–movable contact graph used for simpler two-part cases.
Where Pith is reading between the lines
- When silhouette change is weak, adding semantic features (as the authors briefly suggest) may be necessary before the geometric prior can lock parts; pure structure losses are not a complete substitute for appearance signal.
- The method’s tolerance of coarse VGGT/DBSCAN initialization implies that structure losses can act as a corrector for imperfect motion segmentation upstream of reconstruction.
- Extending the contact graph beyond star topology (base to each movable) would be a natural next test for objects whose parts touch each other rather than only the base.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. StructureGS reconstructs articulated objects from multi-view RGB of two articulation states by representing each part as canonical 3D Gaussians plus an oriented bounding box (affine T0_k) and a rigid articulation transform T1_k. Beyond photometric loss, it adds OBB-driven structure-aware terms: a part-fitting loss (coverage + margin on rendered OBB structure images) for spatial coherence, a SAT-based part-contact loss that penalizes separation of base–movable pairs, and an extent regularizer. The paper reports SOTA geometry, motion, and novel-view metrics on PARIS (full and 10-view sparse), DTA multi-part, ArtGS-Multi (supp.), and sparse real smartphone captures, with ablations and an honest weak-silhouette failure case.
Significance. Shape–motion entanglement under photometric-only supervision is a genuine bottleneck for part-wise articulated reconstruction, especially under sparse views. The OBB reparameterization plus differentiable fitting/contact losses is a clear, implementable idea that yields large, consistent gains on standard benchmarks (Tables 2–3; Figs. 5–9), including practical 10-view phone data. Strengths include multi-benchmark evaluation, loss and sparsity ablations, robustness checks on noisy OBB init (supp.), and explicit disclosure of a failure mode (Fig. 10). If the claims hold under the stated two-state, known-K regime, the work is a solid incremental advance for interactive digital twins and embodied AI perception.
major comments (2)
- [Sec. 4.1, Eq. (4); Table 3; supp. ArtGS-Multi] Sec. 4.1, Eq. (4): the contact graph E is defined only as pairs (P0, Pk) between the static base and each movable part. The multi-part SOTA claim (DTA; ArtGS-Multi in supp., 4–7 parts) therefore rests on a star topology. Nested or part–part contacts (e.g., stacked drawers, linked mechanisms) are not modeled; SAT-on-OBB may still allow overlap but never enforces contact between movable parts. Please either (i) extend E to a user-/init-supplied adjacency (or learn it) and re-evaluate multi-part scenes, or (ii) clearly bound the multi-part claim to base-attached kinematics and report failure modes when that assumption breaks.
- [Sec. 3; Sec. 4.2; Sec. 6; supp. §8.3] Sec. 3–4 and supp. init: K (number of parts) and the base/movable partition are treated as known inputs (DBSCAN cluster count / expected part count; E built from P0). This is common but load-bearing for the “automatic” part decomposition narrative in the abstract and intro. State this assumption up front in the problem setup and limitations; if K is misspecified, quantify degradation (merge/split) rather than only showing robustness to noisy box geometry with correct K.
minor comments (6)
- [Table 1; Sec. 2] Table 1 “Structure-awareness” is binary and self-favoring; a short note on what counts as structural (vs. mobility/clustering priors in ScrewSplat, ArtGS, SPLART) would avoid appearing to dismiss related work.
- [Sec. 4.2; supp. §8.1] Loss schedule and weights (λ_image=10, λ_coverage=100, λ_margin=50, contact/ext off at 1500) are given only in the supplement. A one-sentence pointer in Sec. 4.2 and a brief sensitivity note would help reproducibility in the main text.
- [Fig. 8; Sec. 5.4] Fig. 8 ablation: the large CD-m drop after L_ext is attributed mainly to Blade; report per-scene or median metrics so one scene does not dominate the narrative that extent regularization is generally essential.
- [Sec. 5.1; supp. §8.4] Joint-type rule (supp.: revolute if rotation angle ≥5°) should be mentioned briefly in the main kinematics evaluation paragraph so axis/geodesic metrics are interpretable without the supplement.
- [Sec. 3; Fig. 2] Minor typos/notation: “att=0” spacing; “w/ L_contact” figure callout; consistent use of T^k_0 vs T_0^k; arXiv IDs in related work are fine but check ScrewSplat/SPLART citation completeness for camera-ready.
- [Sec. 5.1; Sec. 5.3] Real-world pipeline depends on COLMAP+SAM masks; a short note on mask error sensitivity (or qualitative failure when masks leak) would strengthen Sec. 5.3.
Circularity Check
No significant circularity: empirical reconstruction method with independent losses and external benchmarks.
full rationale
StructureGS is an empirical graphics method, not a first-principles derivation. The load-bearing claim is that OBB-based part-fitting and part-contact losses, added to photometric 3DGS optimization, improve part decomposition and motion estimation versus photometric-only baselines. Those losses are regularizers (Eqs. 2–6); evaluation uses independent metrics—Chamfer distances on sampled geometry, joint angular/position/geodesic errors, and novel-view PSNR/SSIM/LPIPS—on held-out views and external benchmarks (PARIS, DTA, ArtGS-Multi, real captures). Ablations (Fig. 8) show removing structure terms worsens CD and motion, so reported gains are not tautological restatements of the objective. Initialization (VGGT + DBSCAN OBBs) is coarse and refined jointly; it does not force the final metrics by construction. Citations (3DGS, SAT/Ericson, ScrewSplat, ArticulatedGS, PARIS) are standard prior art or baselines, not self-citation uniqueness theorems that close the argument. No step reduces a claimed prediction to a fitted input or a definitional identity. Score 0 is appropriate.
Axiom & Free-Parameter Ledger
free parameters (6)
- Loss weights λ_image, λ_coverage, λ_margin, λ_contact, λ_ext =
10 / 100 / 50 / 0.1 / 0.01
- Optimization schedule (L_image on at 400; L_contact & L_ext off at 1500; 10k iters) =
on@400; structure terms off@1500; 10000 iters
- Gaussians per part initialization count =
10000
- Revolute vs prismatic angle threshold =
5 degrees
- Motion-cue threshold τ_motion and DBSCAN clustering settings for OBB init
- Number of parts K and base-movable adjacency set E =
scene-dependent K; E={(0,k)}
axioms (5)
- domain assumption Object is a composition of K rigid parts with one fixed base; motion between two observed states is a single rigid transform per movable part.
- ad hoc to paper An oriented bounding box induced by affine map T0_k is a sufficient proxy for part spatial extent to enforce coherence and contact.
- domain assumption Physically plausible articulation implies non-separation of base and each movable part under SAT OBB distance (overlap allowed, separation penalized).
- domain assumption Multi-view RGB of exactly two configurations plus off-the-shelf poses/masks (and VGGT/Pi3 points for init) suffice to recover geometry and kinematics.
- standard math Separating Axis Theorem distance between convex OBBs is a valid differentiable contact metric for training.
invented entities (3)
-
StructureGS part model (canonical tanh-bounded Gaussians + OBB affine T0 + rigid T1)
no independent evidence
-
Part fitting loss via rendered OBB structure images (L_coverage + L_margin)
no independent evidence
-
Part contact loss using SAT OBB distances
no independent evidence
Cite this review
Pith. "Pith review of StructureGS: Structure-aware Gaussian Splatting for Articulated Object Reconstruction." pith.science (2026). https://pith.science/paper/RKHD4JHQ
@misc{pith2026260726889,
author = {Pith},
title = {Pith review of: StructureGS: Structure-aware Gaussian Splatting for Articulated Object Reconstruction},
year = {2026},
howpublished = {\url{https://pith.science/paper/RKHD4JHQ}},
note = {Machine review of arXiv:2607.26889}
}
read the original abstract
Reconstructing articulated objects with multiple movable parts is essential for understanding object structure and enabling physical interaction. However, this reconstruction task poses significant challenges due to the entanglement of geometry, appearance, and motion parameters during optimization. Existing methods rely primarily on photometric supervision, which commonly fails to disentangle these interdependent components, resulting in poor part decomposition with blurred boundaries and geometric artifacts. To address this limitation, we introduce StructureGS, a reconstruction framework for articulated objects that integrates structure-aware guidance into 3D Gaussian Splatting. Our approach leverages oriented bounding boxes of object parts to enforce two key structural properties: spatial coherence, which constrains each part's geometry to remain compact and spatially coherent within its designated region, and structural connectivity, which enforces physically plausible contact relationships between adjacent parts. These properties are realized through structure-aware losses that inject explicit structural constraints into the optimization process. Extensive experiments demonstrate that our method achieves state-of-the-art performance in articulated object reconstruction, producing high-quality results with well-defined part geometries.
Figures
Reference graph
Works this paper leans on
-
[1]
In: Proceedings of the 3rd Conference on Robot Learning (2019)
Abbatematteo, B., Tellex, S., Konidaris, G.: Learning to generalize kinematic mod- els to novel objects. In: Proceedings of the 3rd Conference on Robot Learning (2019)
2019
-
[2]
arXiv preprint arXiv:1512.03012 (2015) 16 G
Chang, A.X., Funkhouser, T., Guibas, L., Hanrahan, P., Huang, Q., Li, Z., Savarese, S., Savva, M., Song, S., Su, H., et al.: Shapenet: An information-rich 3d model repository. arXiv preprint arXiv:1512.03012 (2015) 16 G. Lee et al
Pith/arXiv arXiv 2015
-
[3]
Advances in Neural Information Processing Systems 35, 5982–5994 (2022)
Deitke, M., VanderBilt, E., Herrasti, A., Weihs, L., Ehsani, K., Salvador, J., Han, W., Kolve, E., Kembhavi, A., Mottaghi, R.: Procthor: Large-scale embodied ai using procedural generation. Advances in Neural Information Processing Systems 35, 5982–5994 (2022)
2022
-
[4]
Crc Press (2004)
Ericson, C.: Real-time collision detection. Crc Press (2004)
2004
-
[5]
Ester, M., Kriegel, H.P., Sander, J., Xu, X.: Density-based spatial clustering of ap- plications with noise. In: Int. Conf. knowledge discovery and data mining. vol. 240 (1996)
1996
-
[6]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Geng, H., Xu, H., Zhao, C., Xu, C., Yi, L., Huang, S., Wang, H.: Gapartnet: Cross-category domain-generalizable object perception and manipulation via gen- eralizable and actionable parts. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 7081–7091 (2023)
2023
-
[7]
In: Pro- ceedings of the Computer Vision and Pattern Recognition Conference
Guo, J., Xin, Y., Liu, G., Xu, K., Liu, L., Hu, R.: Articulatedgs: Self-supervised digital twin modeling of articulated objects using 3d gaussian splatting. In: Pro- ceedings of the Computer Vision and Pattern Recognition Conference. pp. 27144– 27153 (2025)
2025
-
[8]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Heppert, N., Irshad, M.Z., Zakharov, S., Liu, K., Ambrus, R.A., Bohg, J., Valada, A., Kollar, T.: Carto: Category and joint agnostic reconstruction of articulated objects. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 21201–21210 (2023)
2023
-
[9]
In: Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition
Jiang, Z., Hsu, C.C., Zhu, Y.: Ditto: Building digital twins of articulated objects from interaction. In: Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition. pp. 5616–5626 (2022)
2022
-
[10]
ACM Trans
Kerbl, B., Kopanas, G., Leimkühler, T., Drettakis, G.: 3d gaussian splatting for real-time radiance field rendering. ACM Trans. Graph.42(4), 139–1 (2023)
2023
-
[11]
arXiv preprint arXiv:2409.18121 (2024)
Kerr, J., Kim, C.M., Wu, M., Yi, B., Wang, Q., Goldberg, K., Kanazawa, A.: Robot see robot do: Imitating articulated object manipulation with monocular 4d reconstruction. arXiv preprint arXiv:2409.18121 (2024)
Pith/arXiv arXiv 2024
-
[12]
arXiv preprint arXiv:2508.02146 (2025)
Kim, S., Ha, J., Kim, Y.H., Lee, Y., Park, F.C.: Screwsplat: An end-to-end method for articulated object recognition. arXiv preprint arXiv:2508.02146 (2025)
Pith/arXiv arXiv 2025
-
[13]
Kingma, D.P., Ba, J.: Adam: A method for stochastic optimization (2017),https: //arxiv.org/abs/1412.6980
Pith/arXiv arXiv 2017
-
[14]
Kirillov, A., Mintun, E., Ravi, N., Mao, H., Rolland, C., Gustafson, L., Xiao, T., Whitehead, S., Berg, A.C., Lo, W.Y., Dollár, P., Girshick, R.: Segment anything (2023),https://arxiv.org/abs/2304.02643
Pith/arXiv arXiv 2023
-
[15]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Li, X., Wang, H., Yi, L., Guibas, L.J., Abbott, A.L., Song, S.: Category-level articulated object pose estimation. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 3706–3715 (2020)
2020
-
[16]
arXiv preprint arXiv:2506.03594 (2025)
Lin, S., Fang, J., Irshad, M.Z., Guizilini, V.C., Ambrus, R.A., Shakhnarovich, G., Walter, M.R.: Splart: Articulation estimation and part-level reconstruction with 3d gaussian splatting. arXiv preprint arXiv:2506.03594 (2025)
Pith/arXiv arXiv 2025
-
[17]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Lin, Y., Dai, Z., Zhu, S., Yao, Y.: Gaussian-flow: 4d reconstruction with dynamic 3d gaussian particle. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 21136–21145 (2024)
2024
-
[18]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Liu, J., Mahdavi-Amiri, A., Savva, M.: Paris: Part-level reconstruction and motion analysis for articulated objects. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 352–363 (2023)
2023
-
[19]
arXiv preprint arXiv:2302.14268 (2023) StructureGS 17
Liu, X., Zhang, J., Hu, R., Huang, H., Wang, H., Yi, L.: Self-supervised category- level articulated object pose estimation with part-level se (3) equivariance. arXiv preprint arXiv:2302.14268 (2023) StructureGS 17
Pith/arXiv arXiv 2023
-
[20]
arXiv preprint arXiv:2502.19459 (2025)
Liu, Y., Jia, B., Lu, R., Ni, J., Zhu, S.C., Huang, S.: Artgs: Building interactable replicas of complex articulated objects via gaussian splatting. arXiv preprint arXiv:2502.19459 (2025)
Pith/arXiv arXiv 2025
-
[21]
In: 2024 International Conference on 3D Vision (3DV)
Luiten, J., Kopanas, G., Leibe, B., Ramanan, D.: Dynamic 3d gaussians: Tracking by persistent dynamic view synthesis. In: 2024 International Conference on 3D Vision (3DV). pp. 800–809. IEEE (2024)
2024
-
[22]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Mescheder, L., Oechsle, M., Niemeyer, M., Nowozin, S., Geiger, A.: Occupancy networks: Learning 3d reconstruction in function space. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 4460–4470 (2019)
2019
-
[23]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Mu, J., Qiu, W., Kortylewski, A., Yuille, A., Vasconcelos, N., Wang, X.: A-sdf: Learning disentangled signed distance functions for articulated shape representa- tion. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 13001–13011 (2021)
2021
-
[24]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Noguchi, A., Iqbal, U., Tremblay, J., Harada, T., Gallo, O.: Watch it move: Unsu- pervised discovery of 3d joints for re-posing of articulated objects. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 3677–3687 (2022)
2022
-
[25]
Oquab, M., Darcet, T., Moutakanni, T., Vo, H., Szafraniec, M., Khalidov, V., Fernandez, P., Haziza, D., Massa, F., El-Nouby, A., Assran, M., Ballas, N., Galuba, W.,Howes,R.,Huang,P.Y.,Li,S.W.,Misra,I.,Rabbat,M.,Sharma,V.,Synnaeve, G., Xu, H., Jegou, H., Mairal, J., Labatut, P., Joulin, A., Bojanowski, P.: Dinov2: Learning robust visual features without su...
Pith/arXiv arXiv 2024
-
[26]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Park,J.J.,Florence,P.,Straub,J.,Newcombe,R.,Lovegrove,S.:Deepsdf:Learning continuous signed distance functions for shape representation. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 165– 174 (2019)
2019
-
[27]
Paszke, A., Gross, S., Chintala, S., Chanan, G., Yang, E., DeVito, Z., Lin, Z., Desmaison, A., Antiga, L., Lerer, A.: Automatic differentiation in pytorch (2017)
2017
-
[28]
arXiv preprint arXiv:2502.02590 (2025)
Qiu, X., Yang, J., Wang, Y., Chen, Z., Wang, Y., Wang, T.H., Xian, Z., Gan, C.: Articulate anymesh: Open-vocabulary 3d articulated objects modeling. arXiv preprint arXiv:2502.02590 (2025)
Pith/arXiv arXiv 2025
-
[29]
In: Conference on Computer Vision and Pattern Recognition (CVPR) (2016)
Schönberger, J.L., Frahm, J.M.: Structure-from-motion revisited. In: Conference on Computer Vision and Pattern Recognition (CVPR) (2016)
2016
-
[30]
In: 2006 IEEE computer society conference on computer vision and pattern recognition (CVPR’06)
Seitz, S.M., Curless, B., Diebel, J., Scharstein, D., Szeliski, R.: A comparison and evaluation of multi-view stereo reconstruction algorithms. In: 2006 IEEE computer society conference on computer vision and pattern recognition (CVPR’06). vol. 1, pp. 519–528. IEEE (2006)
2006
-
[31]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Shridhar, M., Thomason, J., Gordon, D., Bisk, Y., Han, W., Mottaghi, R., Zettle- moyer, L., Fox, D.: Alfred: A benchmark for interpreting grounded instructions for everyday tasks. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 10740–10749 (2020)
2020
-
[32]
In: Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition
Song, C., Wei, J., Foo, C.S., Lin, G., Liu, F.: Reacto: Reconstructing articulated objects from a single video. In: Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition. pp. 5384–5395 (2024)
2024
-
[33]
Advances in neural information processing systems34, 251–266 (2021) 18 G
Szot, A., Clegg, A., Undersander, E., Wijmans, E., Zhao, Y., Turner, J., Maestre, N.,Mukadam,M.,Chaplot,D.S.,Maksymets,O.,etal.:Habitat2.0:Traininghome assistants to rearrange their habitat. Advances in neural information processing systems34, 251–266 (2021) 18 G. Lee et al
2021
-
[34]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Wang, J., Chen, M., Karaev, N., Vedaldi, A., Rupprecht, C., Novotny, D.: Vggt: Visual geometry grounded transformer. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 5294–5306 (2025)
2025
-
[35]
In: Proceedings of the European conference on computer vision (ECCV)
Wang, N., Zhang, Y., Li, Z., Fu, Y., Liu, W., Jiang, Y.G.: Pixel2mesh: Generating 3d mesh models from single rgb images. In: Proceedings of the European conference on computer vision (ECCV). pp. 52–67 (2018)
2018
-
[36]
Wang, Y., Zhou, J., Zhu, H., Chang, W., Zhou, Y., Li, Z., Chen, J., Pang, J., Shen, C., He, T.:π 3: Permutation-equivariant visual geometry learning (2026), https://arxiv.org/abs/2507.13347
Pith/arXiv arXiv 2026
-
[37]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Wei, F., Chabra, R., Ma, L., Lassner, C., Zollhöfer, M., Rusinkiewicz, S., Sweeney, C., Newcombe, R., Slavcheva, M.: Self-supervised neural articulated shape and appearance models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 15816–15826 (2022)
2022
-
[38]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Weng, Y., Wen, B., Tremblay, J., Blukis, V., Fox, D., Guibas, L., Birchfield, S.: Neural implicit representation for building digital twins of unknown articulated objects. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 3141–3150 (2024)
2024
-
[39]
ACM Transactions on Graphics (TOG) 28(3), 1–9 (2009)
Xu, W., Wang, J., Yin, K., Zhou, K., Van De Panne, M., Chen, F., Guo, B.: Joint- aware manipulation of deformable models. ACM Transactions on Graphics (TOG) 28(3), 1–9 (2009)
2009
-
[40]
Ye, V., Li, R., Kerr, J., Turkulainen, M., Yi, B., Pan, Z., Seiskari, O., Ye, J., Hu, J., Tancik, M., Kanazawa, A.: gsplat: An open-source library for gaussian splatting. Journal of Machine Learning Research26(34), 1–17 (2025) StructureGS 19 7 Supplementary Material In this supplementary material, we provide additional details on implementation, robustnes...
2025
-
[41]
The articulation transformsT k 1 are initialized to identity for all parts. The initialization is intentionally coarse. Its role is to place the oriented boxes near plausible object parts, rather than to provide accurate segmentation. During optimization, the Gaussian primitives, OBB parameters, and articulation parameters are jointly refined by photometr...
arXiv 2029
This paper was first reviewed by grok-4.5 on July 30, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.