paper-with-me

홈 › Papers

Poses as Queries: Image-to-LiDAR Map Localization with Transformers

2023-05-07 · Jinyu Miao, Kun Jiang, Yunlong Wang, Tuopu Wen, Zhongyang Xiao, Zheng Fu, Mengmeng Yang, Maolin Liu, Diange Yang

High-precision vehicle localization with commercial setups is a crucial technique for high-level autonomous driving tasks. Localization with a monocular camera in LiDAR map is a newly emerged approach that achieves promising balance between cost and accuracy, but estimating pose by finding correspondences between such cross-modal sensor data is challenging, thereby damaging the localization accuracy. In this paper, we address the problem by proposing a novel Transformer-based neural network to register 2D images into 3D LiDAR map in an end-to-end manner. Poses are implicitly represented as high-dimensional feature vectors called pose queries and can be iteratively updated by interacting with the retrieved relevant information from cross-model features using attention mechanism in a proposed POse Estimator Transformer (POET) module. Moreover, we apply a multiple hypotheses aggregation method that estimates the final poses by performing parallel optimization on multiple randomly initialized pose queries to reduce the network uncertainty. Comprehensive analysis and experimental results on public benchmark conclude that the proposed image-to-LiDAR map localization network could achieve state-of-the-art performances in challenging cross-modal localization tasks.

📄 PDF Abstract BibTeX arXiv:2305.04298

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Energy-Based Models for Cross-Modal Localization using Convolutional Transformers

2023-06-06 · Alan Wu, Michael S. Ryoo

We present a novel framework using Energy-Based Models (EBMs) for localizing a ground vehicle mounted with a range sensor against satellite imagery in the absence of GPS. Lidar sensors have become ubiquitous on autonomou…

Autonomous Vehicles

360Loc: A Dataset and Benchmark for Omnidirectional Visual Localization with Cross-device Queries

2023-11-29 · CVPR 2024 1 · Huajian Huang, Changkun Liu, Yipeng Zhu, Hui Cheng 외

Portable 360$^\circ$ cameras are becoming a cheap and efficient tool to establish large visual databases. By capturing omnidirectional views of a scene, these cameras could expedite building environment models that are e…

Visual Localization

LidaRefer: Outdoor 3D Visual Grounding for Autonomous Driving with Transformers

2024-11-07 · Yeong-Seung Baek, Heung-Seon Oh

3D visual grounding (VG) aims to locate relevant objects or regions within 3D scenes based on natural language descriptions. Although recent methods for indoor 3D VG have successfully transformer-based architectures to c…

3D visual groundingAutonomous DrivingVisual Grounding

MSF3DDETR: Multi-Sensor Fusion 3D Detection Transformer for Autonomous Driving

2022-10-27 · Gopi Krishna Erabati, Helder Araujo

3D object detection is a significant task for autonomous driving. Recently with the progress of vision transformers, the 2D object detection problem is being treated with the set-to-set loss. Inspired by these approaches…

2D Object Detection3D Object DetectionAutonomous DrivingObject+3

Tightly-Coupled, Speed-aided Monocular Visual-Inertial Localization in Topological Map

2024-11-08 · Chanuk Yang, Hayeon O, Kunsoo Huh

This paper proposes a novel algorithm for vehicle speed-aided monocular visual-inertial localization using a topological map. The proposed system aims to address the limitations of existing methods that rely heavily on e…

Pose Estimation