paper-with-me

홈 › Papers

RIDE: Boosting 3D Object Detection for LiDAR Point Clouds via Rotation-Invariant Analysis

2024-08-28 · Zhaoxuan Wang, Xu Han, Hongxin Liu, Xianzhi Li

The rotation robustness property has drawn much attention to point cloud analysis, whereas it still poses a critical challenge in 3D object detection. When subjected to arbitrary rotation, most existing detectors fail to produce expected outputs due to the poor rotation robustness. In this paper, we present RIDE, a pioneering exploration of Rotation-Invariance for the 3D LiDAR-point-based object DEtector, with the key idea of designing rotation-invariant features from LiDAR scenes and then effectively incorporating them into existing 3D detectors. Specifically, we design a bi-feature extractor that extracts (i) object-aware features though sensitive to rotation but preserve geometry well, and (ii) rotation-invariant features, which lose geometric information to a certain extent but are robust to rotation. These two kinds of features complement each other to decode 3D proposals that are robust to arbitrary rotations. Particularly, our RIDE is compatible and easy to plug into the existing one-stage and two-stage 3D detectors, and boosts both detection performance and rotation robustness. Extensive experiments on the standard benchmarks showcase that the mean average precision (mAP) and rotation robustness can be significantly boosted by integrating with our RIDE, with +5.6% mAP and 53% rotation robustness improvement on KITTI, +5.1% and 28% improvement correspondingly on nuScenes. The code will be available soon.

📄 PDF Abstract BibTeX arXiv:2408.15643

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object Detectionobject-detectionObject Detection

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 설명 없음

Similar Papers 제목 키워드 기반

Embracing Single Stride 3D Object Detector with Sparse Transformer

2021-12-13 · CVPR 2022 1 · Lue Fan, Ziqi Pang, Tianyuan Zhang, Yu-Xiong Wang 외

In LiDAR-based 3D object detection for autonomous driving, the ratio of the object size to input scene size is significantly smaller compared to 2D detection cases. Overlooking this difference, many 3D detectors directly…

3D Object DetectionAutonomous DrivingObjectobject-detection+2

Monocular 3D Object Detection via Feature Domain Adaptation

2020-08-01 · ECCV 2020 8 · Lele Chen, Guofeng Cui, Celong Liu, Zhong Li 외

Monocular 3D object detection is a challenging task due to unreliable depth, resulting in a distinct performance gap between monocular and LiDAR-based approaches. In this paper, we propose a novel domain adaptation based…

3D Object DetectionDomain AdaptationForeground SegmentationMonocular 3D Object Detection+3

Range-Aware Attention Network for LiDAR-based 3D Object Detection with Auxiliary Point Density Level Estimation

2021-11-18 · Yantao Lu, Xuetao Hao, Yilan Li, Weiheng Chai 외

3D object detection from LiDAR data for autonomous driving has been making remarkable strides in recent years. Among the state-of-the-art methodologies, encoding point clouds into a bird's eye view (BEV) has been demonst…

3D Object DetectionAutonomous DrivingDensity Estimationobject-detection+1

Boosting 3D Object Detection by Simulating Multimodality on Point Clouds

2022-06-30 · CVPR 2022 1 · Wu Zheng, Mingxuan Hong, Li Jiang, Chi-Wing Fu

This paper presents a new approach to boost a single-modality (LiDAR) 3D object detector by teaching it to simulate features and responses that follow a multi-modality (LiDAR-image) detector. The approach needs LiDAR-ima…

3D Object Detectionobject-detectionObject Detection

SSCATeR: Sparse Scatter-Based Convolution Algorithm with Temporal Data Recycling for Real-Time 3D Object Detection in LiDAR Point Clouds

2025-12-09 · Alexander Dow, Manduhu Manduhu, Matheus Santos, Ben Bartlett 외 arxiv

This work leverages the continuous sweeping motion of LiDAR scanning to concentrate object detection efforts on specific regions that receive a change in point data from one frame to another. We achieve this by using a s…

Computational Efficiency3D Object DetectionPoint Clouds