Pith. sign in

REVIEW 4 major objections 4 minor 54 references

OmniIndoor3D: Comprehensive Indoor 3D Reconstruction

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

Pith's one-line read OmniIndoor3D claims a single 3D-Gaussian representation can be jointly optimized to simultaneously deliver state-of-the-art appearance, geometry, and panoptic reconstruction on ScanNet and ScanNet++.

desk verdict A useful integrated 3DGS system for indoor reconstruction, but the geometry SOTA claim is compromised by circular use of sensor depth in the evaluation and needs controls before publication. read the letter →

arxiv 2505.20610 v1 pith:UCLCYJN7 submitted 2025-05-27 cs.CV cs.RO

classification cs.CVcs.RO
keywords 3DGaussianSplattingindoorreconstructionpanopticliftingRGB-Dfusionnovelviewsynthesissurfaceroboticnavigation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper claims that one set of 3D Gaussians can be trained to render a room photorealistically, extract a clean mesh, and produce panoptic segmentation, and that solving the three tasks together makes each one better. Existing 3DGS methods, it argues, let appearance and geometry optimization interfere, and they treat panoptic reconstruction as an afterthought without geometric support. OmniIndoor3D initializes Gaussians from fused RGB-D point clouds, uses a lightweight MLP to adjust geometric covariance while keeping appearance parameters separate, and guides densification with semantic confidence. On ScanNet and ScanNet++ it reports state-of-the-art numbers in all three tasks. If the claim holds, a robot with a consumer RGB-D camera could get navigation geometry and object-level understanding from one representation.

What carries the argument

The load-bearing object is the geometry-offset MLP of Eq. (3), which takes detached appearance features and view direction and emits scale and rotation deltas that construct a geometry-specific covariance matrix while leaving the rendering covariance untouched. This decouples appearance and geometry optimization and acts as a low-pass filter for surface noise. The second mechanism is panoptic-guided densification, Eq. (9), where a signed-distance residual between rendered depth and Gaussian-center depth is weighted by the maximum non-background semantic confidence and added to the accumulated gradient magnitude to decide when to spawn new Gaussians. RGB-D fusion initialization supplies structured point clouds for the Gaussian centers and appearance parameters, and the semantic and instance branches use residual MLP prediction and query-Gaussian attention, both rendered through the geometry-adjusted covariance.

What would settle it

Re-run the panoptic comparison after also training PanopticSplatting with the exact same ground-truth semantic and instance maps, and re-run the geometry comparison with depth frames held out from both initialization and the depth loss; if the reported margins vanish, the central claim of mutual reinforcement is not supported.

Watch

Extended reading notes

Core claim

The central claim is that appearance, geometry, and panoptic labeling are not competing objectives in Gaussian splatting but mutually reinforcing ones, and that a unified optimization makes each task better than specialized pipelines. The paper supports this with three mechanisms: RGB-D fusion gives the Gaussians a structured coarse initialization; a lightweight MLP computes a separate covariance for geometry, acting as a low-pass filter that suppresses indoor noise and decouples geometry updates from rendering; and panoptic-guided densification uses semantic confidence to modulate the gradient signal that decides where Gaussians are cloned or split. The panoptic branch assigns semantic and instance labels to Gaussians before rasterization, which the paper says improves cross-view consistency. Extensive comparisons on ScanNet and ScanNet++ report the best results in novel view synthesis, geometric reconstruction, and panoptic lifting, with the component ablation showing that removing any of the three mechanisms degrades all tasks.

Load-bearing premise

The reported state-of-the-art depends on the comparison being apples-to-apples: the model is trained with the datasets' hand-labeled semantic and instance maps and with the same depth frames used to build the evaluation mesh, so if the main baselines are not given the same labels, the margin may reflect an advantage in supervision rather than in the method itself.

Editorial extensions

If this is right

  • A robot with a consumer RGB-D camera could in principle obtain a navigation mesh, a photorealistic view, and an object-level map from one trained representation instead of running separate pipelines.
  • Because panoptic labels are assigned to Gaussians in 3D before rasterization, segmentation consistency across views becomes a property of the representation rather than of per-image 2D networks.
  • The reported ScanNet++ F1 of 0.983 would imply that Gaussian-based mesh extraction can match or exceed implicit SDF methods indoors, at lower optimization cost, since the method replaces the SDF field with a lightweight MLP.
  • The ablation indicates the three objectives are coupled: removing RGB-D initialization or panoptic densification degrades all three tasks, not only the task each component directly serves.

Reading between the lines

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

  • I would expect the panoptic margin to shrink if the main baseline, PanopticSplatting, were retrained with the same ground-truth semantic and instance maps, because this method uses those maps while PanopticSplatting is evaluated in an open-vocabulary setting; a matched-supervision rerun would isolate the geometric contribution from the label advantage.
  • The geometry-offset MLP is representation-agnostic enough that it could be dropped into any 3DGS variant with a depth loss, and applying it to outdoor or dynamic scenes would test whether the low-pass behavior generalizes beyond indoor planar surfaces.
  • The densification rule suggests a broader principle: semantic confidence can modulate primitive growth in any differentiable renderer, so a natural extension is to use predicted rather than ground-truth confidence for online or zero-shot reconstruction.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 4 minor

Summary. The paper proposes OmniIndoor3D, a 3D Gaussian Splatting framework that jointly optimizes novel-view synthesis, geometric mesh reconstruction, and panoptic segmentation of indoor RGB-D scenes. The method initializes Gaussians from fused multi-view depth, introduces a lightweight MLP that predicts scale and rotation offsets to decouple geometry from appearance optimization, augments Gaussians with semantic and instance features for panoptic lifting, and uses panoptic-guided densification to improve Gaussian distribution. The authors evaluate on ScanNet and ScanNet++, reporting state-of-the-art numbers in Tables 1-3, and provide a component-wise ablation in Table 4. The central claim is that a single Gaussian representation can be the best renderer, surface reconstructor, and panoptic segmenter among the compared methods.

Significance. The paper addresses a genuine gap: most 3DGS-based indoor reconstruction systems optimize either appearance and geometry or panoptic segmentation, but rarely all three jointly. The proposed geometry-decoupling MLP and the panoptic-guided densification are simple and plausible mechanisms, and the multi-task ablation in Table 4 is informative. If the empirical claims hold, the framework would be a useful unified indoor reconstruction system for robotics. However, the headline geometry claim is not supported by the current evaluation protocol because the sensor depth used for initialization and depth supervision is also the data from which the ground-truth meshes are built, and no depth-fusion baseline is included. The panoptic comparison also has a supervision-asymmetry concern. With additional controls and clarifications, the contribution could be valuable; as submitted, the SOTA geometry claim is overstated.

major comments (4)
  1. [Sec. 3.1, Eq. (11), Tables 2 and 4]
  2. [Sec. 3.5, Eqs. (13)-(14), Table 3]
  3. [Eq. (12)]
  4. [Sec. 4.1 and Sec. 4.5]
minor comments (4)
  1. [Sec. 2]
  2. [Figures 3-5]
  3. [Sec. 3.3]
  4. [Tables 1-3]

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: OmniIndoor3D is an empirically evaluated systems paper; depth-supervision/evaluation overlap is an experimental-protocol concern, not a derivation-level circularity.

full rationale

OmniIndoor3D makes no first-principles derivation claim; its contributions are benchmark results and ablations. The use of RGB-D depth for Gaussian initialization (Sec. 3.1) and for the depth loss (Eq. 11) is the method's explicit input design, not a hidden equivalence: the depth renders are TSDF-fused to produce meshes that are scored against dataset GT, and the panoptic branch is supervised with dataset GT labels (Eqs. 13-14) and evaluated with external PQ/mIoU metrics. The ablation (Table 4) isolates the components' causal roles. The fact that ScanNet GT meshes share sensor-depth provenance with the training depth is a comparison-fairness/evaluation-protocol asymmetry versus monocular baselines, but it does not make Eq. 11 equal to the evaluation metric by construction. Self-citations in Related Work are numerous but non-load-bearing; the core architecture follows external prior work (PanopticSplatting, CarGS). No fitted parameter is renamed as a prediction, and no uniqueness claim is imported from the authors' own prior work.

Assumptions & free parameters 6 free parameters · 6 assumptions · 0 invented entities

No new physical or ontological entities are introduced; the method uses standard learned parameterizations (3DGS, MLPs, instance queries). The free parameters and domain assumptions listed above are the main load-bearing premises that are not independently established.

free parameters (6)
  • Loss weights = lambda_rgb=1.0, lambda_depth=1.0, lambda_cross=1.5, lambda_sem=0.5, lambda_ins=0.5
    Set empirically in Sec 3.5 without a validation study or sensitivity analysis.
  • SDF modulation sigma
    Sigma in Eq. 9 controls the width of the geometric guidance; no value is given and it is chosen by hand.
  • Densification threshold
    The fixed threshold for epsilon_g in Eq. 9 is not specified in the paper.
  • Number of instance queries
    Set to a value larger than the maximum instances in the scene, but the exact number is not reported (Sec 3.3).
  • Feature dimensions N_sem, N_ins
    Dimensions of semantic and instance feature vectors are not specified.
  • MLP architectures
    Hidden sizes, depths, and activation functions for the geometry MLP and semantic MLP are not described.
assumptions (6)
  • domain assumption 3DGS alpha-blending (Eq. 2) is a valid model for rendering appearance, depth, and semantic/instance features.
    The entire method relies on the Gaussian splatting rasterization being differentiable and accurate for all three modalities; this is standard in the field but not derived in the paper.
  • domain assumption RGB-D depth maps are accurate enough for both initialization and depth supervision.
    The coarse point cloud from depth fusion is used to initialize Gaussians and the depth loss (Eq. 11) assumes the sensor depth is ground truth, with no noise model or calibration details.
  • domain assumption Grounded SAM pseudo labels are reliable enough to initialize semantic and instance features.
    The initialization of fsem and fins depends on the quality of pseudo-labels from Grounded SAM (Sec 3.1).
  • ad hoc to paper Detaching appearance features and learning scale/rotation offsets in a separate MLP decouples appearance and geometry optimization.
    Sec 3.2 asserts this decoupling effect, but it is only validated indirectly through ablations, not through a formal analysis of the optimization dynamics.
  • ad hoc to paper The geometry MLP acts as a low-pass filter and suppresses high-frequency noise.
    This claim appears in Sec 3.2 with no mathematical support or controlled experiment measuring frequency content.
  • ad hoc to paper Semantic-confidence-weighted SDF modulation guides densification toward meaningful regions.
    Eq. 9 uses semantic confidence as a prior for where to spawn Gaussians; the improvement is shown empirically but the mechanism is not theoretically justified.

how reviews work

0 comments
Cite this review

Pith. "Pith review of OmniIndoor3D: Comprehensive Indoor 3D Reconstruction." pith.science (2026). https://pith.science/paper/UCLCYJN7

@misc{pith2026250520610,
  author       = {Pith},
  title        = {Pith review of: OmniIndoor3D: Comprehensive Indoor 3D Reconstruction},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/UCLCYJN7}},
  note         = {Machine review of arXiv:2505.20610}
}
read the original abstract

We propose a novel framework for comprehensive indoor 3D reconstruction using Gaussian representations, called OmniIndoor3D. This framework enables accurate appearance, geometry, and panoptic reconstruction of diverse indoor scenes captured by a consumer-level RGB-D camera. Since 3DGS is primarily optimized for photorealistic rendering, it lacks the precise geometry critical for high-quality panoptic reconstruction. Therefore, OmniIndoor3D first combines multiple RGB-D images to create a coarse 3D reconstruction, which is then used to initialize the 3D Gaussians and guide the 3DGS training. To decouple the optimization conflict between appearance and geometry, we introduce a lightweight MLP that adjusts the geometric properties of 3D Gaussians. The introduced lightweight MLP serves as a low-pass filter for geometry reconstruction and significantly reduces noise in indoor scenes. To improve the distribution of Gaussian primitives, we propose a densification strategy guided by panoptic priors to encourage smoothness on planar surfaces. Through the joint optimization of appearance, geometry, and panoptic reconstruction, OmniIndoor3D provides comprehensive 3D indoor scene understanding, which facilitates accurate and robust robotic navigation. We perform thorough evaluations across multiple datasets, and OmniIndoor3D achieves state-of-the-art results in appearance, geometry, and panoptic reconstruction. We believe our work bridges a critical gap in indoor 3D reconstruction. The code will be released at: https://ucwxb.github.io/OmniIndoor3D/

Figures

Figures reproduced from arXiv: 2505.20610 by the authors.

Figure 1
Figure 1. Comparison with existing methods. Unlike previous approaches that treat appearance, [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Pipeline of OmniIndoor3D. Given posed RGB-D as inputs, we first extract a coarse 3D [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Visualization comparison for novel view synthesis. [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Visualization comparison for geometric reconstruction. [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Visualization comparison for panoptic lifting. [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

54 extracted references · 21 canonical work pages

  1. [1]

    A survey on robot semantic navigation systems for indoor environments

    Raghad Alqobali, Maha Alshmrani, Reem Alnasser, Asrar Rashidi, Tareq Alhmiedat, and Osama Moh’d Alia. A survey on robot semantic navigation systems for indoor environments. Applied Sciences, 14(1):89, 2023

  2. [2]

    Contrastive lift: 3d object instance segmentation by slow-fast contrastive fusion

    Yash Bhalgat, Iro Laina, João F Henriques, Andrea Vedaldi, and Andrew Zisserman. Contrastive lift: 3d object instance segmentation by slow-fast contrastive fusion. InNeurIPS, 2023

  3. [3]

    Pgsr: Planar-based gaussian splatting for efficient and high-fidelity surface reconstruction.IEEE Transactions on Visualization and Computer Graphics, 2024

    Danpeng Chen, Hai Li, Weicai Ye, Yifan Wang, Weijian Xie, Shangjin Zhai, Nan Wang, Haomin Liu, Hujun Bao, and Guofeng Zhang. Pgsr: Planar-based gaussian splatting for efficient and high-fidelity surface reconstruction.IEEE Transactions on Visualization and Computer Graphics, 2024

  4. [4]

    Panoptic vision- language feature fields.IEEE Robotics and Automation Letters, 9(3):2144–2151, 2024

    Haoran Chen, Kenneth Blomqvist, Francesco Milano, and Roland Siegwart. Panoptic vision- language feature fields.IEEE Robotics and Automation Letters, 9(3):2144–2151, 2024

  5. [5]

    Mixedgaus- sianavatar: Realistically and geometrically accurate head avatar via mixed 2d-3d gaussian splatting.arXiv preprint arXiv:2412.04955, 2024

    Peng Chen, Xiaobao Wei, Qingpo Wuwu, Xinyi Wang, Xingyu Xiao, and Ming Lu. Mixedgaus- sianavatar: Realistically and geometrically accurate head avatar via mixed 2d-3d gaussian splatting.arXiv preprint arXiv:2412.04955, 2024

  6. [6]

    Omnire: Omni urban scene reconstruction.arXiv preprint arXiv:2408.16760, 2024

    Ziyu Chen, Jiawei Yang, Jiahui Huang, Riccardo de Lutio, Janick Martinez Esturo, Boris Ivanovic, Or Litany, Zan Gojcic, Sanja Fidler, Marco Pavone, et al. Omnire: Omni urban scene reconstruction.arXiv preprint arXiv:2408.16760, 2024

  7. [7]

    Gaussianpro: 3d gaussian splatting with progressive propagation

    Kai Cheng, Xiaoxiao Long, Kaizhi Yang, Yao Yao, Wei Yin, Yuexin Ma, Wenping Wang, and Xuejin Chen. Gaussianpro: 3d gaussian splatting with progressive propagation. InForty-first International Conference on Machine Learning, 2024

  8. [8]

    Semantic information for robot navigation: A survey.Applied Sciences, 10(2):497, 2020

    Jonathan Crespo, Jose Carlos Castillo, Oscar Martinez Mozos, and Ramon Barber. Semantic information for robot navigation: A survey.Applied Sciences, 10(2):497, 2020

Show all 54 references
  1. [9]

    Scannet: Richly-annotated 3d reconstructions of indoor scenes

    Angela Dai, Angel X Chang, Manolis Savva, Maciej Halber, Thomas Funkhouser, and Matthias Nießner. Scannet: Richly-annotated 3d reconstructions of indoor scenes. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 5828–5839, 2017

  2. [10]

    Depth-supervised nerf: Fewer views and faster training for free

    Kangle Deng, Andrew Liu, Jun-Yan Zhu, and Deva Ramanan. Depth-supervised nerf: Fewer views and faster training for free. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 12882–12891, 2022

  3. [11]

    Geo-neus: Geometry-consistent neural implicit surfaces learning for multi-view reconstruction.Advances in Neural Information Processing Systems, 35:3403–3416, 2022

    Qiancheng Fu, Qingshan Xu, Yew Soon Ong, and Wenbing Tao. Geo-neus: Geometry-consistent neural implicit surfaces learning for multi-view reconstruction.Advances in Neural Information Processing Systems, 35:3403–3416, 2022

  4. [12]

    Sugar: Surface-aligned gaussian splatting for efficient 3d mesh reconstruction and high-quality mesh rendering

    Antoine Guédon and Vincent Lepetit. Sugar: Surface-aligned gaussian splatting for efficient 3d mesh reconstruction and high-quality mesh rendering. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5354–5363, 2024

  5. [13]

    2d gaussian splatting for geometrically accurate radiance fields

    Binbin Huang, Zehao Yu, Anpei Chen, Andreas Geiger, and Shenghua Gao. 2d gaussian splatting for geometrically accurate radiance fields. InACM SIGGRAPH 2024 conference papers, pages 1–11, 2024

  6. [14]

    S3gaussian: Self-supervised street gaussians for autonomous driving.arXiv preprint arXiv:2405.20323, 2024

    Nan Huang, Xiaobao Wei, Wenzhao Zheng, Pengju An, Ming Lu, Wei Zhan, Masayoshi Tomizuka, Kurt Keutzer, and Shanghang Zhang. S3gaussian: Self-supervised street gaussians for autonomous driving.arXiv preprint arXiv:2405.20323, 2024

  7. [15]

    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

  8. [16]

    Panoptic segmentation

    Alexander Kirillov, Kaiming He, Ross Girshick, Carsten Rother, and Piotr Dollár. Panoptic segmentation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 9404–9413, 2019. 11

  9. [17]

    Segment anything

    Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer Whitehead, Alexander C Berg, Wan-Yen Lo, et al. Segment anything. In Proceedings of the IEEE/CVF international conference on computer vision, pages 4015–4026, 2023

  10. [18]

    Compact 3d gaussian representation for radiance field

    Joo Chan Lee, Daniel Rho, Xiangyu Sun, Jong Hwan Ko, and Eunbyung Park. Compact 3d gaussian representation for radiance field. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 21719–21728, 2024

  11. [19]

    Neuralangelo: High-fidelity neural surface reconstruction

    Zhaoshuo Li, Thomas Müller, Alex Evans, Russell H Taylor, Mathias Unberath, Ming-Yu Liu, and Chen-Hsuan Lin. Neuralangelo: High-fidelity neural surface reconstruction. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8456–8465, 2023

  12. [20]

    Helixsurf: A robust and efficient neural implicit surface learning of indoor scenes with iterative intertwined regularization

    Zhihao Liang, Zhangjin Huang, Changxing Ding, and Kui Jia. Helixsurf: A robust and efficient neural implicit surface learning of indoor scenes with iterative intertwined regularization. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages...

  13. [21]

    Neural sparse voxel fields.Advances in Neural Information Processing Systems, 33:15651–15663, 2020

    Lingjie Liu, Jiatao Gu, Kyaw Zaw Lin, Tat-Seng Chua, and Christian Theobalt. Neural sparse voxel fields.Advances in Neural Information Processing Systems, 33:15651–15663, 2020

  14. [22]

    Marching cubes: A high resolution 3d surface construction algorithm

    William E Lorensen and Harvey E Cline. Marching cubes: A high resolution 3d surface construction algorithm. InSeminal graphics: pioneering efforts that shaped the field, pages 347–353. 1998

  15. [23]

    Scaffold- gs: Structured 3d gaussians for view-adaptive rendering

    Tao Lu, Mulin Yu, Linning Xu, Yuanbo Xiangli, Limin Wang, Dahua Lin, and Bo Dai. Scaffold- gs: Structured 3d gaussians for view-adaptive rendering. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 20654–20664, 2024

  16. [24]

    Nerf: Representing scenes as neural radiance fields for view synthesis

    Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoor- thi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view synthesis. Communications of the ACM, 65(1):99–106, 2021

  17. [25]

    Instant neural graphics primitives with a multiresolution hash encoding.ACM transactions on graphics (TOG), 41(4):1– 15, 2022

    Thomas Müller, Alex Evans, Christoph Schied, and Alexander Keller. Instant neural graphics primitives with a multiresolution hash encoding.ACM transactions on graphics (TOG), 41(4):1– 15, 2022

  18. [26]

    Regnerf: Regularizing neural radiance fields for view synthesis from sparse inputs

    Michael Niemeyer, Jonathan T Barron, Ben Mildenhall, Mehdi SM Sajjadi, Andreas Geiger, and Noha Radwan. Regnerf: Regularizing neural radiance fields for view synthesis from sparse inputs. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, page...

  19. [27]

    Differentiable volu- metric rendering: Learning implicit 3d representations without 3d supervision

    Michael Niemeyer, Lars Mescheder, Michael Oechsle, and Andreas Geiger. Differentiable volu- metric rendering: Learning implicit 3d representations without 3d supervision. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3504–3515, 2020

  20. [28]

    Langsplat: 3d language gaussian splatting

    Minghan Qin, Wanhua Li, Jiawei Zhou, Haoqian Wang, and Hanspeter Pfister. Langsplat: 3d language gaussian splatting. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 20051–20060, 2024

  21. [29]

    Sam 2: Segment anything in images and videos.arXiv preprint arXiv:2408.00714, 2024

    Nikhila Ravi, Valentin Gabeur, Yuan-Ting Hu, Ronghang Hu, Chaitanya Ryali, Tengyu Ma, Haitham Khedr, Roman Rädle, Chloe Rolland, Laura Gustafson, et al. Sam 2: Segment anything in images and videos.arXiv preprint arXiv:2408.00714, 2024

  22. [30]

    Grounded sam: Assembling open-world models for diverse visual tasks.arXiv preprint arXiv:2401.14159, 2024

    Tianhe Ren, Shilong Liu, Ailing Zeng, Jing Lin, Kunchang Li, He Cao, Jiayu Chen, Xinyu Huang, Yukang Chen, Feng Yan, et al. Grounded sam: Assembling open-world models for diverse visual tasks.arXiv preprint arXiv:2401.14159, 2024

  23. [31]

    Structure-from-motion revisited

    Johannes L Schonberger and Jan-Michael Frahm. Structure-from-motion revisited. InCVPR, pages 4104–4113, 2016. 12

  24. [32]

    Evolving high-quality rendering and reconstruction in a unified framework with contribution-adaptive regularization.arXiv preprint arXiv:2503.00881, 2025

    You Shen, Zhipeng Zhang, Xinyang Li, Yansong Qu, Yu Lin, Shengchuan Zhang, and Liu- juan Cao. Evolving high-quality rendering and reconstruction in a unified framework with contribution-adaptive regularization.arXiv preprint arXiv:2503.00881, 2025

  25. [33]

    Language embedded 3d gaus- sians for open-vocabulary scene understanding

    Jin-Chuan Shi, Miao Wang, Hao-Bin Duan, and Shao-Hua Guan. Language embedded 3d gaus- sians for open-vocabulary scene understanding. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5333–5343, 2024

  26. [34]

    Panoptic lifting for 3d scene understanding with neural fields

    Yawar Siddiqui, Lorenzo Porzi, Samuel Rota Buló, Norman Müller, Matthias Nießner, Angela Dai, and Peter Kontschieder. Panoptic lifting for 3d scene understanding with neural fields. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 904...

  27. [35]

    Dn-splatter: Depth and normal priors for gaussian splatting and meshing

    Matias Turkulainen, Xuqian Ren, Iaroslav Melekhov, Otto Seiskari, Esa Rahtu, and Juho Kannala. Dn-splatter: Depth and normal priors for gaussian splatting and meshing. In2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), pages 2421–2431. IEEE, 2025

  28. [36]

    Sparsenerf: Distilling depth ranking for few-shot novel view synthesis

    Guangcong Wang, Zhaoxi Chen, Chen Change Loy, and Ziwei Liu. Sparsenerf: Distilling depth ranking for few-shot novel view synthesis. InProceedings of the IEEE/CVF international conference on computer vision, pages 9065–9076, 2023

  29. [37]

    Embodiedocc++: Boosting embodied 3d occupancy prediction with plane regularization and uncertainty sampler.arXiv preprint arXiv:2504.09540, 2025

    Hao Wang, Xiaobao Wei, Xiaoan Zhang, Jianing Li, Chengyu Bai, Ying Li, Ming Lu, Wenzhao Zheng, and Shanghang Zhang. Embodiedocc++: Boosting embodied 3d occupancy prediction with plane regularization and uncertainty sampler.arXiv preprint arXiv:2504.09540, 2025

  30. [38]

    Neus: learning neural implicit surfaces by volume rendering for multi-view reconstruction

    Peng Wang, Lingjie Liu, Yuan Liu, Christian Theobalt, Taku Komura, and Wenping Wang. Neus: learning neural implicit surfaces by volume rendering for multi-view reconstruction. In Proceedings of the 35th International Conference on Neural Information Processing Systems, pages 2...

  31. [39]

    Plgs: Robust panoptic lifting with 3d gaussian splatting.arXiv preprint arXiv:2410.17505, 2024

    Yu Wang, Xiaobao Wei, Ming Lu, and Guoliang Kang. Plgs: Robust panoptic lifting with 3d gaussian splatting.arXiv preprint arXiv:2410.17505, 2024

  32. [40]

    Gazegaussian: High-fidelity gaze redirection with 3d gaussian splatting.arXiv preprint arXiv:2411.12981, 2024

    Xiaobao Wei, Peng Chen, Guangyu Li, Ming Lu, Hui Chen, and Feng Tian. Gazegaussian: High-fidelity gaze redirection with 3d gaussian splatting.arXiv preprint arXiv:2411.12981, 2024

  33. [41]

    Challenges and solutions for autonomous ground robot scene understanding and navigation in unstructured outdoor environ- ments: A review.Applied Sciences, 13(17):9877, 2023

    Liyana Wijayathunga, Alexander Rassau, and Douglas Chai. Challenges and solutions for autonomous ground robot scene understanding and navigation in unstructured outdoor environ- ments: A review.Applied Sciences, 13(17):9877, 2023

  34. [42]

    Opengaussian: Towards point-level 3d gaussian-based open vocabulary understanding.arXiv preprint arXiv:2406.02058, 2024

    Yanmin Wu, Jiarui Meng, Haijie Li, Chenming Wu, Yahao Shi, Xinhua Cheng, Chen Zhao, Haocheng Feng, Errui Ding, Jingdong Wang, et al. Opengaussian: Towards point-level 3d gaussian-based open vocabulary understanding.arXiv preprint arXiv:2406.02058, 2024

  35. [43]

    Embodiedocc: Embodied 3d occupancy prediction for vision-based online scene understanding.arXiv preprint arXiv:2412.04380, 2024

    Yuqi Wu, Wenzhao Zheng, Sicheng Zuo, Yuanhui Huang, Jie Zhou, and Jiwen Lu. Embodiedocc: Embodied 3d occupancy prediction for vision-based online scene understanding.arXiv preprint arXiv:2412.04380, 2024

  36. [44]

    Gaussianroom: Improving 3d gaussian splatting with sdf guidance and monocular cues for indoor scene reconstruction.arXiv preprint arXiv:2405.19671, 2024

    Haodong Xiang, Xinghui Li, Kai Cheng, Xiansong Lai, Wanting Zhang, Zhichao Liao, Long Zeng, and Xueping Liu. Gaussianroom: Improving 3d gaussian splatting with sdf guidance and monocular cues for indoor scene reconstruction.arXiv preprint arXiv:2405.19671, 2024

  37. [45]

    Panopticsplatting: End-to-end panoptic gaussian splatting.arXiv preprint arXiv:2503.18073, 2025

    Yuxuan Xie, Xuan Yu, Changjian Jiang, Sitong Mao, Shunbo Zhou, Rui Fan, Rong Xiong, and Yue Wang. Panopticsplatting: End-to-end panoptic gaussian splatting.arXiv preprint arXiv:2503.18073, 2025

  38. [46]

    Upsnet: A unified panoptic segmentation network

    Yuwen Xiong, Renjie Liao, Hengshuang Zhao, Rui Hu, Min Bai, Ersin Yumer, and Raquel Urtasun. Upsnet: A unified panoptic segmentation network. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 8818–8826, 2019. 13

  39. [47]

    Gaussian grouping: Segment and edit anything in 3d scenes

    Mingqiao Ye, Martin Danelljan, Fisher Yu, and Lei Ke. Gaussian grouping: Segment and edit anything in 3d scenes. InEuropean Conference on Computer Vision, pages 162–179. Springer, 2024

  40. [48]

    Scannet++: A high- fidelity dataset of 3d indoor scenes

    Chandan Yeshwanth, Yueh-Cheng Liu, Matthias Nießner, and Angela Dai. Scannet++: A high- fidelity dataset of 3d indoor scenes. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 12–22, 2023

  41. [49]

    Gsdf: 3dgs meets sdf for improved rendering and reconstruction.arXiv preprint arXiv:2403.16964, 2024

    Mulin Yu, Tao Lu, Linning Xu, Lihan Jiang, Yuanbo Xiangli, and Bo Dai. Gsdf: 3dgs meets sdf for improved rendering and reconstruction.arXiv preprint arXiv:2403.16964, 2024

  42. [50]

    Panopticrecon: Leverage open-vocabulary instance segmentation for zero-shot panoptic reconstruction

    Xuan Yu, Yili Liu, Chenrui Han, Sitong Mao, Shunbo Zhou, Rong Xiong, Yiyi Liao, and Yue Wang. Panopticrecon: Leverage open-vocabulary instance segmentation for zero-shot panoptic reconstruction. In2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS),...

  43. [51]

    Lever- age cross-attention for end-to-end open-vocabulary panoptic reconstruction.arXiv preprint arXiv:2501.01119, 2025

    Xuan Yu, Yuxuan Xie, Yili Liu, Haojian Lu, Rong Xiong, Yiyi Liao, and Yue Wang. Lever- age cross-attention for end-to-end open-vocabulary panoptic reconstruction.arXiv preprint arXiv:2501.01119, 2025

  44. [52]

    Monosdf: Exploring monocular geometric cues for neural implicit surface reconstruction.Advances in neural information processing systems, 35:25018–25032, 2022

    Zehao Yu, Songyou Peng, Michael Niemeyer, Torsten Sattler, and Andreas Geiger. Monosdf: Exploring monocular geometric cues for neural implicit surface reconstruction.Advances in neural information processing systems, 35:25018–25032, 2022

  45. [53]

    2dgs-room: Seed-guided 2d gaussian splatting with geometric constrains for high-fidelity indoor scene reconstruction.arXiv preprint arXiv:2412.03428, 2024

    Wanting Zhang, Haodong Xiang, Zhichao Liao, Xiansong Lai, Xinghui Li, and Long Zeng. 2dgs-room: Seed-guided 2d gaussian splatting with geometric constrains for high-fidelity indoor scene reconstruction.arXiv preprint arXiv:2412.03428, 2024

  46. [54]

    Feature 3dgs: Supercharging 3d gaussian splatting to enable distilled feature fields

    Shijie Zhou, Haoran Chang, Sicheng Jiang, Zhiwen Fan, Zehao Zhu, Dejia Xu, Pradyumna Chari, Suya You, Zhangyang Wang, and Achuta Kadambi. Feature 3dgs: Supercharging 3d gaussian splatting to enable distilled feature fields. InProceedings of the IEEE/CVF Conference on Computer ...

Pith tools

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