paper-with-me

홈 › Papers

A Point-Based Approach to Efficient LiDAR Multi-Task Perception

2024-04-19 · Christopher Lang, Alexander Braun, Lars Schillingmann, Abhinav Valada

Multi-task networks can potentially improve performance and computational efficiency compared to single-task networks, facilitating online deployment. However, current multi-task architectures in point cloud perception combine multiple task-specific point cloud representations, each requiring a separate feature encoder and making the network structures bulky and slow. We propose PAttFormer, an efficient multi-task architecture for joint semantic segmentation and object detection in point clouds that only relies on a point-based representation. The network builds on transformer-based feature encoders using neighborhood attention and grid-pooling and a query-based detection decoder using a novel 3D deformable-attention detection head design. Unlike other LiDAR-based multi-task architectures, our proposed PAttFormer does not require separate feature encoders for multiple task-specific point cloud representations, resulting in a network that is 3x smaller and 1.4x faster while achieving competitive performance on the nuScenes and KITTI benchmarks for autonomous driving perception. Our extensive evaluations show substantial gains from multi-task learning, improving LiDAR semantic segmentation by +1.7% in mIou and 3D object detection by +1.7% in mAP on the nuScenes benchmark compared to the single-task models.

📄 PDF Abstract BibTeX arXiv:2404.12798

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionAutonomous DrivingComputational EfficiencyDecoderLIDAR Semantic SegmentationMulti-Task Learningobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Neighborhood Attention Neighborhood Attention is a restricted self attention pattern in which each token's receptive field is limited to its nearest neighboring pixels. It was proposed in [Neighborhood…

Similar Papers 제목 키워드 기반

LidarMultiNet: Towards a Unified Multi-Task Network for LiDAR Perception

2022-09-19 · Dongqiangzi Ye, Zixiang Zhou, Weijia Chen, Yufei Xie 외

LiDAR-based 3D object detection, semantic segmentation, and panoptic segmentation are usually implemented in specialized networks with distinctive architectures that are difficult to adapt to each other. This paper prese…

3D Object Detection3D Semantic Segmentationobject-detectionObject Detection+3

LiDAR-BEVMTN: Real-Time LiDAR Bird's-Eye View Multi-Task Perception Network for Autonomous Driving

2023-07-17 · Sambit Mohapatra, Senthil Yogamani, Varun Ravi Kumar, Stefan Milz 외

LiDAR is crucial for robust 3D scene perception in autonomous driving. LiDAR perception has the largest body of literature after camera perception. However, multi-task learning across tasks like detection, segmentation, …

3D Object DetectionAutonomous DrivingMotion EstimationMotion Segmentation+6

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

MR-LiDAR: A Multi-Resolution Roadside LiDAR Benchmark for Perception Diagnostics and Deployment Guidance

2026-05-23 · Shunlai Cui, Peng Cao, Yuan Zhu, Yongjiang He 외 arxiv

LiDAR model selection is a critical issue in roadside sensing systems, as it directly determines both perception capability and deployment cost. However, the lack of empirical benchmarks for comparing perception performa…

Point Clouds

PolarMix: A General Data Augmentation Technique for LiDAR Point Clouds

2022-07-30 · Aoran Xiao, Jiaxing Huang, Dayan Guan, Kaiwen Cui 외

LiDAR point clouds, which are usually scanned by rotating LiDAR sensors continuously, capture precise geometry of the surrounding environment and are crucial to many autonomous detection and navigation tasks. Though many…

3D Object Detection3D Unsupervised Domain AdaptationData AugmentationDomain Adaptation+2