paper-with-me

홈 › Papers

Pedestrian Detection in 3D Point Clouds using Deep Neural Networks

2021-05-03 · Òscar Lorente, Josep R. Casas, Santiago Royo, Ivan Caminal

Detecting pedestrians is a crucial task in autonomous driving systems to ensure the safety of drivers and pedestrians. The technologies involved in these algorithms must be precise and reliable, regardless of environment conditions. Relying solely on RGB cameras may not be enough to recognize road environments in situations where cameras cannot capture scenes properly. Some approaches aim to compensate for these limitations by combining RGB cameras with TOF sensors, such as LIDARs. However, there are few works that address this problem using exclusively the 3D geometric information provided by LIDARs. In this paper, we propose a PointNet++ based architecture to detect pedestrians in dense 3D point clouds. The aim is to explore the potential contribution of geometric information alone in pedestrian detection systems. We also present a semi-automatic labeling system that transfers pedestrian and non-pedestrian labels from RGB images onto the 3D domain. The fact that our datasets have RGB registered with point clouds enables label transferring by back projection from 2D bounding boxes to point clouds, with only a light manual supervision to validate results. We train PointNet++ with the geometry of the resulting 3D labelled clusters. The evaluation confirms the effectiveness of the proposed method, yielding precision and recall values around 98%.

📄 PDF Abstract BibTeX arXiv:2105.01151

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingPedestrian Detection

Similar Papers 제목 키워드 기반

Multiview Detection with Cardboard Human Modeling

2022-07-05 · Jiahao Ma, Zicheng Duan, Liang Zheng, Chuong Nguyen

Multiview detection uses multiple calibrated cameras with overlapping fields of views to locate occluded pedestrians. In this field, existing methods typically adopt a ``human modeling - aggregation'' strategy. To find r…

Depth EstimationMultiview Detection

From Pedestrian Detection to Crosswalk Estimation: An EM Algorithm and Analysis on Diverse Datasets

2022-05-25 · Ross Greer, Mohan Trivedi

In this work, we contribute an EM algorithm for estimation of corner points and linear crossing segments for both marked and unmarked pedestrian crosswalks using the detections of pedestrians from processed LiDAR point c…

parameter estimationPedestrian Detection

TANet: Robust 3D Object Detection from Point Clouds with Triple Attention

2019-12-11 · Zhe Liu, Xin Zhao, Tengteng Huang, Ruolan Hu 외

In this paper, we focus on exploring the robustness of the 3D object detection in point clouds, which has been rarely discussed in existing approaches. We observe two crucial phenomena: 1) the detection accuracy of the h…

3D Object DetectionObjectobject-detectionObject Detection+1

SWFormer: Sparse Window Transformer for 3D Object Detection in Point Clouds

2022-10-13 · Pei Sun, Mingxing Tan, Weiyue Wang, Chenxi Liu 외

3D object detection in point clouds is a core component for modern robotics and autonomous driving systems. A key challenge in 3D object detection comes from the inherent sparse nature of point occupancy within the 3D sc…

3D Object DetectionAutonomous DrivingObjectobject-detection+1

STCrowd: A Multimodal Dataset for Pedestrian Perception in Crowded Scenes

2022-04-03 · CVPR 2022 1 · Peishan Cong, Xinge Zhu, Feng Qiao, Yiming Ren 외

Accurately detecting and tracking pedestrians in 3D space is challenging due to large variations in rotations, poses and scales. The situation becomes even worse for dense crowds with severe occlusions. However, existing…

3D Object DetectionPedestrian DetectionSensor Fusion