paper-with-me

Papers

StarNet: Targeted Computation for Object Detection in Point Clouds

2019-08-29 · Jiquan Ngiam, Benjamin Caine, Wei Han, Brandon Yang, Yuning Chai, Pei Sun, Yin Zhou, Xi Yi, Ouais Alsharif, Patrick Nguyen, Zhifeng Chen, Jonathon Shlens, Vijay Vasudevan

Detecting objects from LiDAR point clouds is an important component of self-driving car technology as LiDAR provides high resolution spatial information. Previous work on point-cloud 3D object detection has re-purposed convolutional approaches from traditional camera imagery. In this work, we present an object detection system called StarNet designed specifically to take advantage of the sparse and 3D nature of point cloud data. StarNet is entirely point-based, uses no global information, has data dependent anchors, and uses sampling instead of learned region proposals. We demonstrate how this design leads to competitive or superior performance on the large Waymo Open Dataset and the KITTI detection dataset, as compared to convolutional baselines. In particular, we show how our detector can outperform a competitive baseline on Pedestrian detection on the Waymo Open Dataset by more than 7 absolute mAP while being more computationally efficient. We show how our redesign---namely using only local information and using sampling instead of learned proposals---leads to a significantly more flexible and adaptable system: we demonstrate how we can vary the computational cost of a single trained StarNet without retraining, and how we can target proposals towards areas of interest with priors and heuristics. Finally, we show how our design allows for incorporating temporal context by using detections from previous frames to target computation of the detector, which leads to further improvements in performance without additional computational cost.

📄 PDF Abstract BibTeX arXiv:1908.11069

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionObjectobject-detectionObject DetectionPedestrian DetectionSelf-Driving Cars

Similar Papers 제목 키워드 기반

StarNet: towards Weakly Supervised Few-Shot Object Detection

2020-03-15 · Leonid Karlinsky, Joseph Shtok, Amit Alfassy, Moshe Lichtenstein 외

Few-shot detection and classification have advanced significantly in recent years. Yet, detection approaches require strong annotation (bounding boxes) both for pre-training and for adaptation to novel classes, and class…

ClassificationFew-Shot LearningFew-Shot Object DetectionGeneral Classification+4

Improving 3D Object Detection through Progressive Population Based Augmentation

2020-04-02 · ECCV 2020 8 · Shuyang Cheng, Zhaoqi Leng, Ekin Dogus Cubuk, Barret Zoph 외

Data augmentation has been widely adopted for object detection in 3D point clouds. However, all previous related efforts have focused on manually designing specific data augmentation methods for individual architectures.…

3D Object DetectionData AugmentationObjectobject-detection+1

StarNet: Pedestrian Trajectory Prediction using Deep Neural Network in Star Topology

2019-06-05 · Yanliang Zhu, Deheng Qian, Dongchun Ren, Huaxia Xia

Pedestrian trajectory prediction is crucial for many important applications. This problem is a great challenge because of complicated interactions among pedestrians. Previous methods model only the pairwise interactions …

Pedestrian Trajectory PredictionTrajectory Prediction

StarNet: Style-Aware 3D Point Cloud Generation

2023-03-28 · Yunfan Zhang, Hao Wang, Guosheng Lin, Vun Chan Hua Nicholas 외

This paper investigates an open research task of reconstructing and generating 3D point clouds. Most existing works of 3D generative models directly take the Gaussian prior as input for the decoder to generate 3D point c…

DecoderGenerating 3D Point CloudsPoint Cloud GenerationPoint cloud reconstruction

STARNet: Sensor Trustworthiness and Anomaly Recognition via Approximated Likelihood Regret for Robust Edge Autonomy

2023-09-20 · Nastaran Darabi, Sina Tayebati, Sureshkumar S., Sathya Ravi 외

Complex sensors such as LiDAR, RADAR, and event cameras have proliferated in autonomous robotics to enhance perception and understanding of the environment. Meanwhile, these sensors are also vulnerable to diverse failure…