paper-with-me

Papers

GSPR: Multimodal Place Recognition Using 3D Gaussian Splatting for Autonomous Driving

2024-10-01 · Zhangshuo Qi, Junyi Ma, Jingyi Xu, Zijie Zhou, Luqi Cheng, Guangming Xiong

Place recognition is a crucial module to ensure autonomous vehicles obtain usable localization information in GPS-denied environments. In recent years, multimodal place recognition methods have gained increasing attention due to their ability to overcome the weaknesses of unimodal sensor systems by leveraging complementary information from different modalities. However, challenges arise from the necessity of harmonizing data across modalities and exploiting the spatio-temporal correlations between them sufficiently. In this paper, we propose a 3D Gaussian Splatting-based multimodal place recognition neural network dubbed GSPR. It explicitly combines multi-view RGB images and LiDAR point clouds into a spatio-temporally unified scene representation with the proposed Multimodal Gaussian Splatting. A network composed of 3D graph convolution and transformer is designed to extract high-level spatio-temporal features and global descriptors from the Gaussian scenes for place recognition. We evaluate our method on the nuScenes dataset, and the experimental results demonstrate that our method can effectively leverage complementary strengths of both multi-view cameras and LiDAR, achieving SOTA place recognition performance while maintaining solid generalization ability. Our open-source code is available at https://github.com/QiZS-BIT/GSPR.

📄 PDF Abstract BibTeX arXiv:2410.00299

Code (1)

qizs-bit/gspr 공식 구현

Tasks

Autonomous DrivingAutonomous Vehicles

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…

Similar Papers 제목 키워드 기반

GSPRec: Temporal-Aware Graph Spectral Filtering for Recommendation

2025-05-15 · Ahmad Bin Rabiah, Julian McAuley

Graph-based recommendation systems are effective at modeling collaborative patterns but often suffer from two limitations: overreliance on low-pass filtering, which suppresses user-specific signals, and omission of seque…

graph constructionRecommendation Systems

Implicit 4D Gaussian Splatting for Fast Motion with Large Inter-Frame Displacements

2026-07-14 · Seung-gyeom Kim, Areum Kim, Yongjae Yoo, Sukmin Yun arxiv

Recent 4D Gaussian Splatting (4DGS) methods often fail under fast motion with large inter-frame displacements, where Gaussian attributes are poorly learned during training, and fast-moving objects are often lost from the…

Laplace-Beltrami Operator for Gaussian Splatting

2025-02-24 · HongYu Zhou, Zorah Lähner

With the rising popularity of 3D Gaussian splatting and the expanse of applications from rendering to 3D reconstruction, there comes also a need for geometry processing applications directly on this new representation. W…

3D Reconstruction

Large-Scale Gaussian Splatting SLAM

2025-05-15 · Zhe Xin, Chenyang Wu, Penghui Huang, Yanyong Zhang 외

The recently developed Neural Radiance Fields (NeRF) and 3D Gaussian Splatting (3DGS) have shown encouraging and impressive results for visual SLAM. However, most representative methods require RGBD sensors and are only …

3DGSglobal-optimizationNeRF

LT-Gaussian: Long-Term Map Update Using 3D Gaussian Splatting for Autonomous Driving

2025-08-03 · Luqi Cheng, Zhangshuo Qi, Zijie Zhou, Chao Lu 외 arxiv

Maps play an important role in autonomous driving systems. The recently proposed 3D Gaussian Splatting (3D-GS) produces rendering-quality explicit scene reconstruction results, demonstrating the potential for map constru…

Autonomous DrivingChange Detection