paper-with-me

Papers

Region Prediction for Efficient Robot Localization on Large Maps

2023-03-01 · Matteo Scucchia, Davide Maltoni

Recognizing already explored places (a.k.a. place recognition) is a fundamental task in Simultaneous Localization and Mapping (SLAM) to enable robot relocalization and loop closure detection. In topological SLAM the recognition takes place by comparing a signature (or feature vector) associated to the current node with the signatures of the nodes in the known map. However, as the number of nodes increases, matching the current node signature against all the existing ones becomes inefficient and thwarts real-time navigation. In this paper we propose a novel approach to pre-select a subset of map nodes for place recognition. The map nodes are clustered during exploration and each cluster is associated with a region. The region labels become the prediction targets of a deep neural network and, during navigation, only the nodes associated with the regions predicted with high probability are considered for matching. While the proposed technique can be integrated in different SLAM approaches, in this work we describe an effective integration with RTAB-Map (a popular framework for real-time topological SLAM) which allowed us to design and run several experiments to demonstrate its effectiveness. All the code and material from the experiments will be available online at https://github.com/MI-BioLab/region-learner.

📄 PDF Abstract BibTeX arXiv:2303.00295

Code (1)

mi-biolab/region-learner 공식 구현

Tasks

Loop Closure DetectionPredictionSimultaneous Localization and Mapping

Similar Papers 제목 키워드 기반

SignLoc: Robust Localization using Navigation Signs and Public Maps

2025-08-26 · Nicky Zimmerman, Joel Loo, Ayush Agrawal, David Hsu arxiv

Navigation signs and maps, such as floor plans and street maps, are widely available and serve as ubiquitous aids for way-finding in human environments. Yet, they are rarely used by robot systems. This paper presents Sig…

Discriminative Region Suppression for Weakly-Supervised Semantic Segmentation

2021-03-12 · Beomyoung Kim, Sangeun Han, Junmo Kim

Weakly-supervised semantic segmentation (WSSS) using image-level labels has recently attracted much attention for reducing annotation costs. Existing WSSS methods utilize localization maps from the classification network…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Learning Independent Instance Maps for Crowd Localization

2020-12-08 · Junyu Gao, Tao Han, Qi Wang, Yuan Yuan 외

Accurately locating each head's position in the crowd scenes is a crucial task in the field of crowd analysis. However, traditional density-based methods only predict coarse prediction, and segmentation/detection-based m…

BinarizationSegmentation

Plug-and-Play Label Map Diffusion for Universal Goal-Oriented Navigation

2026-05-07 · Zhixuan Shen, Yijie Zeng, Shengxiang Luo, Tianrui Li 외 arxiv

In embodied vision, Goal-Oriented Navigation (GON) requires robots to locate a specific goal within an unexplored environment. The primary challenge of GON arises from the need to construct a Bird's-Eye-View (BEV) map to…

VLG-Loc: Vision-Language Global Localization from Labeled Footprint Maps

2025-12-14 · Mizuho Aoki, Kohei Honda, Yasuhiro Yoshimura, Takeshi Ishita 외 arxiv

This paper presents Vision-Language Global Localization (VLG-Loc), a novel global localization method that uses human-readable labeled footprint maps containing only names and areas of distinctive visual landmarks in an …