paper-with-me

홈 › Papers

SparseFusion: Efficient Sparse Multi-Modal Fusion Framework for Long-Range 3D Perception

2024-03-15 · Yiheng Li, Hongyang Li, Zehao Huang, Hong Chang, Naiyan Wang

Multi-modal 3D object detection has exhibited significant progress in recent years. However, most existing methods can hardly scale to long-range scenarios due to their reliance on dense 3D features, which substantially escalate computational demands and memory usage. In this paper, we introduce SparseFusion, a novel multi-modal fusion framework fully built upon sparse 3D features to facilitate efficient long-range perception. The core of our method is the Sparse View Transformer module, which selectively lifts regions of interest in 2D image space into the unified 3D space. The proposed module introduces sparsity from both semantic and geometric aspects which only fill grids that foreground objects potentially reside in. Comprehensive experiments have verified the efficiency and effectiveness of our framework in long-range 3D perception. Remarkably, on the long-range Argoverse2 dataset, SparseFusion reduces memory footprint and accelerates the inference by about two times compared to dense detectors. It also achieves state-of-the-art performance with mAP of 41.2% and CDS of 32.1%. The versatility of SparseFusion is also validated in the temporal object detection task and 3D lane detection task. Codes will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2403.10036

Code (0)

등록된 구현이 없습니다.

Tasks

3D Lane Detection3D Object DetectionLane Detectionobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
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$…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

SparseFusion: Fusing Multi-Modal Sparse Representations for Multi-Sensor 3D Object Detection

2023-04-27 · ICCV 2023 1 · Yichen Xie, Chenfeng Xu, Marie-Julie Rakotosaona, Patrick Rim 외

By identifying four important components of existing LiDAR-camera 3D object detection methods (LiDAR and camera candidates, transformation, and fusion outputs), we observe that all existing methods either find dense cand…

3D Object Detectionobject-detectionObject Detection

Fully Sparse Fusion for 3D Object Detection

2023-04-24 · Yingyan Li, Lue Fan, Yang Liu, Zehao Huang 외

Currently prevalent multimodal 3D detection methods are built upon LiDAR-based detectors that usually use dense Bird's-Eye-View (BEV) feature maps. However, the cost of such BEV feature maps is quadratic to the detection…

3D Instance Segmentation3D Object DetectionInstance SegmentationObject+3

FlatFusion: Delving into Details of Sparse Transformer-based Camera-LiDAR Fusion for Autonomous Driving

2024-08-13 · Yutao Zhu, Xiaosong Jia, Xinyu Yang, Junchi Yan

The integration of data from diverse sensor modalities (e.g., camera and LiDAR) constitutes a prevalent methodology within the ambit of autonomous driving scenarios. Recent advancements in efficient point cloud transform…

Autonomous DrivingImage to 3D

SparseFusion: Distilling View-conditioned Diffusion for 3D Reconstruction

2022-12-01 · CVPR 2023 1 · Zhizhuo Zhou, Shubham Tulsiani

We propose SparseFusion, a sparse view 3D reconstruction approach that unifies recent advances in neural rendering and probabilistic image generation. Existing approaches typically build on neural rendering with re-proje…

3D ReconstructionImage GenerationNeural RenderingNovel View Synthesis

ClusterEA: Scalable Entity Alignment with Stochastic Training and Normalized Mini-batch Similarities

2022-05-20 · Yunjun Gao, Xiaoze Liu, Junyang Wu, Tianyi Li 외

Entity alignment (EA) aims at finding equivalent entities in different knowledge graphs (KGs). Embedding-based approaches have dominated the EA task in recent years. Those methods face problems that come from the geometr…

Entity AlignmentEntity EmbeddingsKnowledge Graphs