ROCVOct 30, 2025

Self-localization on a 3D map by fusing global and local features from a monocular camera

arXiv:2510.26170v1h-index: 1IROS
Originality Incremental advance
AI Analysis

This addresses self-localization for autonomous driving systems, but it is incremental as it builds on existing methods by combining CNN and Vision Transformer.

The study tackled self-localization for autonomous driving using a monocular camera by proposing a method that fuses CNN and Vision Transformer to handle dynamic obstacles, resulting in a 20.1% smaller error than SOTA and an average error of 7.51cm.

Self-localization on a 3D map by using an inexpensive monocular camera is required to realize autonomous driving. Self-localization based on a camera often uses a convolutional neural network (CNN) that can extract local features that are calculated by nearby pixels. However, when dynamic obstacles, such as people, are present, CNN does not work well. This study proposes a new method combining CNN with Vision Transformer, which excels at extracting global features that show the relationship of patches on whole image. Experimental results showed that, compared to the state-of-the-art method (SOTA), the accuracy improvement rate in a CG dataset with dynamic obstacles is 1.5 times higher than that without dynamic obstacles. Moreover, the self-localization error of our method is 20.1% smaller than that of SOTA on public datasets. Additionally, our robot using our method can localize itself with 7.51cm error on average, which is more accurate than SOTA.

Foundations

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

Your Notes