CVCLMar 10, 2025

Multi-Modal 3D Mesh Reconstruction from Images and Text

arXiv:2503.07190v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the need for efficient and generalizable 3D reconstruction in robotics, though it appears incremental as it builds on existing models like GroundingDINO and Segment Anything.

The paper tackles the problem of 3D mesh reconstruction for unseen objects in robotics by proposing a language-guided few-shot method that reconstructs meshes from images and text, achieving competitive accuracy and quality while reducing reliance on large datasets and pre-existing 3D models.

6D object pose estimation for unseen objects is essential in robotics but traditionally relies on trained models that require large datasets, high computational costs, and struggle to generalize. Zero-shot approaches eliminate the need for training but depend on pre-existing 3D object models, which are often impractical to obtain. To address this, we propose a language-guided few-shot 3D reconstruction method, reconstructing a 3D mesh from few input images. In the proposed pipeline, receives a set of input images and a language query. A combination of GroundingDINO and Segment Anything Model outputs segmented masks from which a sparse point cloud is reconstructed with VGGSfM. Subsequently, the mesh is reconstructed with the Gaussian Splatting method SuGAR. In a final cleaning step, artifacts are removed, resulting in the final 3D mesh of the queried object. We evaluate the method in terms of accuracy and quality of the geometry and texture. Furthermore, we study the impact of imaging conditions such as viewing angle, number of input images, and image overlap on 3D object reconstruction quality, efficiency, and computational scalability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes