paper-with-me

홈 › Papers

CMRNet: Camera to LiDAR-Map Registration

2019-06-24 · Daniele Cattaneo, Matteo Vaghi, Augusto Luis Ballardini, Simone Fontana, Domenico Giorgio Sorrenti, Wolfram Burgard

In this paper we present CMRNet, a realtime approach based on a Convolutional Neural Network to localize an RGB image of a scene in a map built from LiDAR data. Our network is not trained in the working area, i.e. CMRNet does not learn the map. Instead it learns to match an image to the map. We validate our approach on the KITTI dataset, processing each frame independently without any tracking procedure. CMRNet achieves 0.27m and 1.07deg median localization accuracy on the sequence 00 of the odometry dataset, starting from a rough pose estimate displaced up to 3.5m and 17deg. To the best of our knowledge this is the first CNN-based approach that learns to match images from a monocular camera to a given, preexisting 3D LiDAR-map.

📄 PDF Abstract BibTeX arXiv:1906.10109

Code (2)

cattaneod/CMRNet 공식 구현 pytorch
2023-MindSpore-4/Code8/tree/main/cmr mindspore

Tasks

Camera Localization

Similar Papers 제목 키워드 기반

CMRNet++: Map and Camera Agnostic Monocular Visual Localization in LiDAR Maps

2020-04-20 · Daniele Cattaneo, Domenico Giorgio Sorrenti, Abhinav Valada

Localization is a critically essential and crucial enabler of autonomous robots. While deep learning has made significant strides in many computer vision tasks, it is still yet to make a sizeable impact on improving capa…

Autonomous DrivingDeep LearningVisual Localization

Uncertainty-Aware DNN for Multi-Modal Camera Localization

2022-11-02 · Matteo Vaghi, Augusto Luis Ballardini, Simone Fontana, Domenico Giorgio Sorrenti

Camera localization, i.e., camera pose regression, represents an important task in computer vision since it has many practical applications such as in the context of intelligent vehicles and their localization. Having re…

Autonomous DrivingCamera Localizationregression

Image-to-Point Cloud Registration Made Easy with Rectified Flow-based LiDAR Upsampling

2026-07-16 · Reon Tabata, Kenji Koide, Shuji Oishi, Masashi Yokozuka 외 arxiv

Image-to-Point Cloud Registration (I2P) is essential for integrating camera and LiDAR in perception and autonomous systems, yet the modality gap between images and point clouds makes it difficult to achieve both high acc…

Point Cloud RegistrationPoint Clouds

YOCO: You Only Calibrate Once for Accurate Extrinsic Parameter in LiDAR-Camera Systems

2024-07-25 · Tianle Zeng, Dengke He, Feifan Yan, Meixi He

In a multi-sensor fusion system composed of cameras and LiDAR, precise extrinsic calibration contributes to the system's long-term stability and accurate perception of the environment. However, methods based on extractin…

Sensor Fusion

PAPI-Reg: Patch-to-Pixel Solution for Efficient Cross-Modal Registration between LiDAR Point Cloud and Camera Image

2025-03-19 · Yuanchao Yue, Zhengxin Li, Wei zhang, Hui Yuan

The primary requirement for cross-modal data fusion is the precise alignment of data from different sensors. However, the calibration between LiDAR point clouds and camera images is typically time-consuming and needs ext…