CVMar 30, 2024

SceneGraphLoc: Cross-Modal Coarse Visual Localization on 3D Scene Graphs

arXiv:2404.00469v332 citationsh-index: 16ECCV
Originality Highly original
AI Analysis

This addresses efficient visual localization for robotics or AR/VR applications, offering a lightweight alternative to image-heavy databases.

The paper tackles the problem of localizing an image within a 3D scene graph database, achieving performance close to state-of-the-art methods with three orders-of-magnitude less storage and faster operation.

We introduce a novel problem, i.e., the localization of an input image within a multi-modal reference map represented by a database of 3D scene graphs. These graphs comprise multiple modalities, including object-level point clouds, images, attributes, and relationships between objects, offering a lightweight and efficient alternative to conventional methods that rely on extensive image databases. Given the available modalities, the proposed method SceneGraphLoc learns a fixed-sized embedding for each node (i.e., representing an object instance) in the scene graph, enabling effective matching with the objects visible in the input query image. This strategy significantly outperforms other cross-modal methods, even without incorporating images into the map embeddings. When images are leveraged, SceneGraphLoc achieves performance close to that of state-of-the-art techniques depending on large image databases, while requiring three orders-of-magnitude less storage and operating orders-of-magnitude faster. The code will be made public.

Foundations

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

Your Notes