Multi-Modal 3D Mesh Reconstruction from Images and Text
Melvin Reka, Tessa Pulli, Markus Vincze
TL;DR
This work tackles reconstructing accurate 3D meshes of unseen objects from a few images without relying on preexisting CAD models or extensive training. It introduces a language guided few-shot pipeline that uses GroundingDINO and SAM to obtain object masks from a text prompt, feeds masked images into VGGSfM for sparse structure-from-motion, and applies Gaussian Splatting via SuGAR to produce a textured mesh, followed by artifact cleaning. The main contributions are the integration of language guided segmentation with a differentiable reconstruction pipeline and a systematic study of imaging conditions on reconstruction quality and efficiency. The approach enables practical 3D reconstruction in scenarios where obtaining CAD models is impractical and demonstrates favorable tradeoffs between accuracy, texture fidelity, and computational cost.
Abstract
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.
