paper-with-me

홈 › Papers

Contrastive Learning of Features between Images and LiDAR

2022-06-24 · Peng Jiang, Srikanth Saripalli

Image and Point Clouds provide different information for robots. Finding the correspondences between data from different sensors is crucial for various tasks such as localization, mapping, and navigation. Learning-based descriptors have been developed for single sensors; there is little work on cross-modal features. This work treats learning cross-modal features as a dense contrastive learning problem. We propose a Tuple-Circle loss function for cross-modality feature learning. Furthermore, to learn good features and not lose generality, we developed a variant of widely used PointNet++ architecture for point cloud and U-Net CNN architecture for images. Moreover, we conduct experiments on a real-world dataset to show the effectiveness of our loss function and network structure. We show that our models indeed learn information from both images as well as LiDAR by visualizing the features.

📄 PDF Abstract BibTeX arXiv:2206.12071

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음
Contrastive Learning 설명 없음
Dense Contrastive Learning Dense Contrastive Learning is a self-supervised learning method for dense prediction tasks. It implements self-supervised learning by optimizing a pairwise contrastive…

Similar Papers 제목 키워드 기반

Cross-Modal Self-Supervised Learning with Effective Contrastive Units for LiDAR Point Clouds

2024-09-10 · Mu Cai, Chenxu Luo, Yong Jae Lee, Xiaodong Yang

3D perception in LiDAR point clouds is crucial for a self-driving vehicle to properly act in 3D environment. However, manually labeling point clouds is hard and costly. There has been a growing interest in self-supervise…

3D Object Detection3D Semantic SegmentationAutonomous DrivingContrastive Learning+4

ContrastAlign: Toward Robust BEV Feature Alignment via Contrastive Learning for Multi-Modal 3D Object Detection

2024-05-27 · Ziying Song, Feiyang Jia, Hongyu Pan, Yadan Luo 외

In the field of 3D object detection tasks, fusing heterogeneous features from LiDAR and camera sensors into a unified Bird's Eye View (BEV) representation is a widely adopted paradigm. However, existing methods are often…

3D Object DetectionContrastive LearningDepth EstimationGraph Matching+2

Fine-grained Image-to-LiDAR Contrastive Distillation with Visual Foundation Models

2024-05-23 · Yifan Zhang, Junhui Hou

Contrastive image-to-LiDAR knowledge transfer, commonly used for learning 3D representations with synchronized images and point clouds, often faces a self-conflict dilemma. This issue arises as contrastive losses uninten…

Representation LearningTransfer Learning

LiMoE: Mixture of LiDAR Representation Learners from Automotive Scenes

2025-01-07 · CVPR 2025 1 · Xiang Xu, Lingdong Kong, Hui Shuai, Liang Pan 외

LiDAR data pretraining offers a promising approach to leveraging large-scale, readily available datasets for enhanced data utilization. However, existing methods predominantly focus on sparse voxel representation, overlo…

Mixture-of-ExpertsRepresentation Learning

Monocular Visual Place Recognition in LiDAR Maps via Cross-Modal State Space Model and Multi-View Matching

2024-10-08 · Gongxin Yao, Xinyang Li, Luowei Fu, Yu Pan

Achieving monocular camera localization within pre-built LiDAR maps can bypass the simultaneous mapping process of visual SLAM systems, potentially reducing the computational overhead of autonomous localization. To this …

Camera LocalizationContrastive LearningCross-modal place recognitionVisual Place Recognition