paper-with-me

홈 › Papers

EVLoc: Event-based Visual Localization in LiDAR Maps via Event-Depth Registration

2025-02-28 · Kuangyi Chen, Jun Zhang, Friedrich Fraundorfer

Event cameras are bio-inspired sensors with some notable features, including high dynamic range and low latency, which makes them exceptionally suitable for perception in challenging scenarios such as high-speed motion and extreme lighting conditions. In this paper, we explore their potential for localization within pre-existing LiDAR maps, a critical task for applications that require precise navigation and mobile manipulation. Our framework follows a paradigm based on the refinement of an initial pose. Specifically, we first project LiDAR points into 2D space based on a rough initial pose to obtain depth maps, and then employ an optical flow estimation network to align events with LiDAR points in 2D space, followed by camera pose estimation using a PnP solver. To enhance geometric consistency between these two inherently different modalities, we develop a novel frame-based event representation that improves structural clarity. Additionally, given the varying degrees of bias observed in the ground truth poses, we design a module that predicts an auxiliary variable as a regularization term to mitigate the impact of this bias on network convergence. Experimental results on several public datasets demonstrate the effectiveness of our proposed method. To facilitate future research, both the code and the pre-trained models are made available online.

📄 PDF Abstract BibTeX arXiv:2503.00167

Code (1)

EasonChen99/EVLoc 공식 구현 pytorch

Tasks

Camera Pose EstimationOptical Flow EstimationPose EstimationVisual Localization

Methods 이 논문이 사용한 방법론

PnP PnP, or Poll and Pool, is sampling module extension for DETR-type architectures that adaptively allocates its computation…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

S-BEVLoc: BEV-based Self-supervised Framework for Large-scale LiDAR Global Localization

2025-09-11 · Chenghao Zhang, Lun Luo, Si-Yuan Cao, Xiaokai Bai 외 arxiv

LiDAR-based global localization is an essential component of simultaneous localization and mapping (SLAM), which helps loop closure and re-localization. Current approaches rely on ground-truth poses obtained from GPS or …

LiteVLoc: Map-Lite Visual Localization for Image Goal Navigation

2024-10-06 · Jianhao Jiao, Jinhao He, Changkun Liu, Sebastian Aegidius 외

This paper presents LiteVLoc, a hierarchical visual localization framework that uses a lightweight topo-metric map to represent the environment. The method consists of three sequential modules that estimate camera poses …

Pose EstimationVisual Localization

Cross-Modal Visual Relocalization in Prior LiDAR Maps Utilizing Intensity Textures

2024-12-02 · Qiyuan Shen, Hengwang Zhao, Weihao Yan, Chunxiang Wang 외

Cross-modal localization has drawn increasing attention in recent years, while the visual relocalization in prior LiDAR maps is less studied. Related methods usually suffer from inconsistency between the 2D texture and 3…

3D geometryPose EstimationRetrieval

Incorporating GNSS Information with LIDAR-Inertial Odometry for Accurate Land-Vehicle Localization

2025-03-29 · Jintao Cheng, Bohuan Xue, Shiyang Chen, Qiuchi Xiang 외

Currently, visual odometry and LIDAR odometry are performing well in pose estimation in some typical environments, but they still cannot recover the localization state at high speed or reduce accumulated drifts. In order…

Pose EstimationVisual Odometry

BEVLoc: Cross-View Localization and Matching via Birds-Eye-View Synthesis

2024-10-08 · Christopher Klammer, Michael Kaess

Ground to aerial matching is a crucial and challenging task in outdoor robotics, particularly when GPS is absent or unreliable. Structures like buildings or large dense forests create interference, requiring GNSS replace…

Autonomous DrivingContrastive Learning