paper-with-me

Papers

LCPR: A Multi-Scale Attention-Based LiDAR-Camera Fusion Network for Place Recognition

2023-11-06 · Zijie Zhou, Jingyi Xu, Guangming Xiong, Junyi Ma

Place recognition is one of the most crucial modules for autonomous vehicles to identify places that were previously visited in GPS-invalid environments. Sensor fusion is considered an effective method to overcome the weaknesses of individual sensors. In recent years, multimodal place recognition fusing information from multiple sensors has gathered increasing attention. However, most existing multimodal place recognition methods only use limited field-of-view camera images, which leads to an imbalance between features from different modalities and limits the effectiveness of sensor fusion. In this paper, we present a novel neural network named LCPR for robust multimodal place recognition, which fuses LiDAR point clouds with multi-view RGB images to generate discriminative and yaw-rotation invariant representations of the environment. A multi-scale attention-based fusion module is proposed to fully exploit the panoramic views from different modalities of the environment and their correlations. We evaluate our method on the nuScenes dataset, and the experimental results show that our method can effectively utilize multi-view camera and LiDAR data to improve the place recognition performance while maintaining strong robustness to viewpoint changes. Our open-source code and pre-trained models are available at https://github.com/ZhouZijie77/LCPR .

📄 PDF Abstract BibTeX arXiv:2311.03198

Code (1)

ZhouZijie77/LCPR 공식 구현 pytorch

Tasks

Autonomous VehiclesSensor Fusion

Similar Papers 제목 키워드 기반

MulCPred: Learning Multi-modal Concepts for Explainable Pedestrian Action Prediction

2024-09-14 · Yan Feng, Alexander Carballo, Keisuke Fujii, Robin Karlsson 외

Pedestrian action prediction is of great significance for many applications such as autonomous driving. However, state-of-the-art methods lack explainability to make trustworthy predictions. In this paper, a novel framew…

Autonomous Driving

FADet: A Multi-sensor 3D Object Detection Network based on Local Featured Attention

2024-05-19 · Ziang Guo, Zakhar Yagudin, Selamawit Asfaw, Artem Lykov 외

Camera, LiDAR and radar are common perception sensors for autonomous driving tasks. Robust prediction of 3D object detection is optimally based on the fusion of these sensors. To exploit their abilities wisely remains a …

3D Object DetectionAutonomous DrivingObjectobject-detection+1

CLFTv2: Efficient Camera-LiDAR Fusion for Semantic Segmentation via Hierarchical Feature Pyramids

2026-09-09 · Toomas Tahves, Mauro Bellone, Raivo Sell arxiv

Semantic segmentation for autonomous driving requires reliable detection of vulnerable road users (VRUs) despite heavy class imbalance. We introduce CLFTv2, a hierarchical camera-LiDAR fusion framework replacing global V…

Semantic SegmentationAutonomous Driving

Online LiDAR-Camera Extrinsic Parameters Self-checking

2022-10-19 · Pengjin Wei, Guohang Yan, Yikang Li, Kun Fang 외

With the development of neural networks and the increasing popularity of automatic driving, the calibration of the LiDAR and the camera has attracted more and more attention. This calibration task is multi-modal, where t…

Autonomous DrivingBinary Classification

VOLoc: Visual Place Recognition by Querying Compressed Lidar Map

2024-02-25 · Xudong Cai, Yongcai Wang, Zhe Huang, Yu Shao 외

The availability of city-scale Lidar maps enables the potential of city-scale place recognition using mobile cameras. However, the city-scale Lidar maps generally need to be compressed for storage efficiency, which incre…

Pose EstimationTransfer LearningVisual OdometryVisual Place Recognition