PlaceNav: Topological Navigation through Place Recognition

ICRA 2024

Lauri Suomela, Jussi Kalliola, Harry Edelman, Joni-Kristian Kämäräinen

Tampere University




Abstract

Recent results suggest that splitting topological navigation into robot-independent and robot-specific components improves navigation performance by enabling the robot-independent part to be trained with data collected by different robot types. However, the navigation methods are still limited by the scarcity of suitable training data and suffer from poor computational scaling.

In this work, we present PlaceNav, which subdivides the robot-independent part into navigation-specific and generic computer vision components. We utilize visual place recognition for the subgoal selection of the topological navigation pipeline.

This makes subgoal selection more efficient and enables leveraging large-scale datasets from non-robotics sources, increasing training data availability. Bayesian filtering, enabled by place recognition, further improves navigation performance by increasing the temporal consistency of subgoals. Our experimental results verify the design and the new model obtains a 76% higher success rate in indoor and 23% higher in outdoor navigation tasks with higher computational efficiency.



Navigation examples


System

Topological navigation enables a robot to navigate without metric maps. The robot first localizes by retrieving a 'subgoal' image from a recorded previous traversal of the route. Then, it navigates to the subgoal using an image-based goal-reaching policy.



PlaceNav conducts the subgoal selection using place recognition. This is more efficient compared to the previous approaches, and increases the amount of available training data by enabling the use of large-scale datasets from non-robotics sources.


Visual place recognition finds which map image \(I_s\) was captured closest to the robot's observation \(I_t\) by efficient matching of image embeddings \(\mathbf{z}\).


BibTex

@InProceedings{Suomela_2024_Placenav,
author    = {Suomela, Lauri and Kalliola, Jussi and Edelman, Harry and Kämäräinen, Joni-Kristian},
title     = {PlaceNav: Topological Navigation through Place Recognition},
booktitle = {IEEE International Conference on Robotics and Automation (ICRA)},
year      = {2024},
url       = {https://arxiv.org/abs/2309.17260},
}