ROCVAug 15, 2024

GOReloc: Graph-based Object-Level Relocalization for Visual SLAM

arXiv:2408.07917v113 citationsh-index: 10Has Code
Originality Highly original
AI Analysis

This addresses the challenge of precise camera pose estimation in visual SLAM for robotics, representing an incremental improvement over existing methods.

The paper tackles the problem of object-level relocalization for robotic systems by proposing a graph-based method that associates object detections with a 3D map, resulting in more accurate data association and significantly increased relocalization success rates compared to baselines.

This article introduces a novel method for object-level relocalization of robotic systems. It determines the pose of a camera sensor by robustly associating the object detections in the current frame with 3D objects in a lightweight object-level map. Object graphs, considering semantic uncertainties, are constructed for both the incoming camera frame and the pre-built map. Objects are represented as graph nodes, and each node employs unique semantic descriptors based on our devised graph kernels. We extract a subgraph from the target map graph by identifying potential object associations for each object detection, then refine these associations and pose estimations using a RANSAC-inspired strategy. Experiments on various datasets demonstrate that our method achieves more accurate data association and significantly increases relocalization success rates compared to baseline methods. The implementation of our method is released at \url{https://github.com/yutongwangBIT/GOReloc}.

Code Implementations1 repo
Foundations

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

Your Notes