2024/10/07 by Ziwen Yuan, Tianyi Zhang, Yuan, Ziwen +5 · 1 citation
Engineering · Physics and Astronomy · #Advanced Optical Sensing Technologies #Artificial Intelligence (cs.AI) #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Industrial Vision Systems and Defect Detection #Machine Learning (cs.LG) #Robotics (cs.RO)
paper · pdf · doi:10.48550/arxiv.2410.05044
openalex publication_date 2024/10/07 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
Building accurate representations of the environment is critical for intelligent robots to make decisions during deployment. Advances in photorealistic environment models have enabled robots to develop hyper-realistic reconstructions, which can be used to generate images that are intuitive for human inspection. In particular, the recently introduced \ac3DGS, which describes the scene with up to millions of primitive ellipsoids, can be rendered in real time. \ac3DGS has rapidly gained prominence. However, a critical unsolved problem persists: how can we fuse multiple \ac3DGS into a single coherent model? Solving this problem will enable robot teams to jointly build \ac3DGS models of their surroundings. A key insight of this work is to leverage the duality between photorealistic reconstructions, which render realistic 2D images from 3D structure, and 3D foundation models, which predict 3D structure from image pairs. To this end, we develop PhotoReg, a framework to register multiple photorealistic \ac3DGS models with 3D foundation models. As \ac3DGS models are generally built from monocular camera images, they have arbitrary scale. To resolve this, PhotoReg actively enforces scale consistency among the different \ac3DGS models by considering depth estimates within these models. Then, the alignment is iteratively refined with fine-grained photometric losses to produce high-quality fused \ac3DGS models. We rigorously evaluate PhotoReg on both standard benchmark datasets and our custom-collected datasets, including with two quadruped robots. The code is released at \urlziweny11.github.io/photoreg.