Thanks to visit codestin.com
Credit goes to github.com

Skip to content

WHU-USI3DV/OPAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🚨 Code, pre-trained models, and the accompanying dataset are available at kang-1-2-3/OPAL. This repository is no longer maintained.

This is the official PyTorch implementation of the following publication:

OPAL: Visibility-aware LiDAR-to-OpenStreetMap Place Recognition via Adaptive Radial Fusion
Shuhao Kang*, Martin Y. Liao*, Yan Xia, Olaf Wysocki, Boris Jutzi, Daniel Cremers
Technical Report
Paper | Arxiv | Project-page | Video

πŸ”­ Introduction

TL;DR: OPAL is a learning-based framework for point cloud-to-OpenStreetMap place recognition task.

Motivation

Abstract: LiDAR place recognition is a critical capability for autonomous navigation and cross-modal localization in large-scale outdoor environments. Existing approaches predominantly depend on pre-built 3D dense maps or aerial imagery, which impose significant storage overhead and lack real-time adaptability. In this paper, we propose OPAL, a novel network for LiDAR place recognition that leverages OpenStreetMap as a lightweight and up-to-date prior. Our key innovation lies in bridging the domain disparity between sparse LiDAR scans and structured OSM data through two carefully designed components: a cross-modal visibility mask that identifies maximal observable regions from both modalities to guide feature learning, and an adaptive radial fusion module that dynamically consolidates multiscale radial features into discriminative global descriptors. Extensive experiments on the augmented KITTI and KITTI-360 datasets demonstrate OPAL's superiority, achieving 15.98% higher recall at @1m threshold for top-1 retrieved matches while operating at 12x faster inference speeds compared to state-of-the-art approaches.

πŸ†• News

  • 2025-04-29: We will release the code and complementary datasets upon acceptance of the paper.

πŸ’‘ Citation

If you find this repo helpful, please give us a 😍 star 😍~. Please consider citing OPAL if this program benefits your project.

@misc{kang2025opal,
      title={OPAL: Visibility-aware LiDAR-to-OpenStreetMap Place Recognition via Adaptive Radial Fusion}, 
      author={Shuhao Kang and Martin Y. Liao and Yan Xia and Olaf Wysocki and Boris Jutzi and Daniel Cremers},
      year={2025},
      eprint={2504.19258},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2504.19258}, 
}

πŸ”— Related Projects

We sincerely thank the excellent projects:

About

[CoRL'25] OPAL: Visibility-aware LiDAR-to-OpenStreetMap Place Recognition via Adaptive Radial Fusion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors