nuScenes: A Multimodal Dataset for Autonomous Driving
Holger Caesar,Varun Bankiti,Alex H. Lang,Sourabh Vora,Venice Erin Liong,Qiang Xu,Anush Krishnan,Yu Pan,Giancarlo Baldan,Oscar Beijbom +9 more
- 14 Jun 2020
- pp 11621-11631
TL;DR: nuScenes as discussed by the authors is the first dataset to carry the full autonomous vehicle sensor suite: 6 cameras, 5 radars and 1 lidar, all with full 360 degree field of view.
read more
Abstract: Robust detection and tracking of objects is crucial for the deployment of autonomous vehicle technology. Image based benchmark datasets have driven development in computer vision tasks such as object detection, tracking and segmentation of agents in the environment. Most autonomous vehicles, however, carry a combination of cameras and range sensors such as lidar and radar. As machine learning based methods for detection and tracking become more prevalent, there is a need to train and evaluate such methods on datasets containing range sensor data along with images. In this work we present nuTonomy scenes (nuScenes), the first dataset to carry the full autonomous vehicle sensor suite: 6 cameras, 5 radars and 1 lidar, all with full 360 degree field of view. nuScenes comprises 1000 scenes, each 20s long and fully annotated with 3D bounding boxes for 23 classes and 8 attributes. It has 7x as many annotations and 100x as many images as the pioneering KITTI dataset. We define novel 3D detection and tracking metrics. We also provide careful dataset analysis as well as baselines for lidar and image based detection and tracking. Data, development kit and more information are available online.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Rethinking Range View Representation for LiDAR Segmentation
Ling‐Dong Kong,Youquan Liu,Runnan Chen,Yuexin Ma,Xinge Zhu,Yikang Li,Yuenan Hou,Yu Qiao,Ziwei Liu +8 more
- 01 Oct 2023
TL;DR: Rethinking range view representation for LiDAR segmentation yields state-of-the-art performance by addressing key factors like many-to-one mapping, semantic incoherence, and shape deformation.
48
Scenario Understanding and Motion Prediction for Autonomous Vehicles—Review and Comparison
TL;DR: In this article , the authors present a review of the state of the art in scenario understanding and motion prediction for autonomous driving and make a comparison between three specific prediction methods, which consider specific functional aspects and general requirements of applicability.
48
Collaborative Perception in Autonomous Driving: Methods, Datasets, and Challenges
Yushan Han,Hui Zhang,Huifang Li,Yi Jin,Congyan Lang,Yidong Li +5 more
TL;DR: Collaborative perception is crucial for autonomous driving and involves addressing occlusion and sensor failure issues. Recent advancements in collaborative perception have increased, but few reviews have focused on systematical collaboration modules and datasets. This article reviews recent achievements to bridge this gap and motivate future research.
48
MLDA-Net: Multi-Level Dual Attention-Based Network for Self-Supervised Monocular Depth Estimation
TL;DR: Zhang et al. as mentioned in this paper proposed a multi-level feature extraction (MLFE) strategy which can learn rich hierarchical representation, and a dual-attention strategy, combining global attention and structure attention, is proposed to intensify the obtained features both globally and locally, resulting in improved depth maps with sharper boundaries.
48
A Survey on Deep-Learning-Based LiDAR 3D Object Detection for Autonomous Driving
TL;DR: LiDAR is a commonly used sensor for autonomous driving to make accurate, robust, and fast decision-making when driving as mentioned in this paper , which is used in the perception system, especially object detection, to understand the driving environment.
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
•Proceedings Article
ImageNet Classification with Deep Convolutional Neural Networks
Alex Krizhevsky,Ilya Sutskever,Geoffrey E. Hinton +2 more
- 03 Dec 2012
TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
ImageNet: A large-scale hierarchical image database
Jia Deng,Wei Dong,Richard Socher,Li-Jia Li,Kai Li,Li Fei-Fei +5 more
- 20 Jun 2009
TL;DR: A new database called “ImageNet” is introduced, a large-scale ontology of images built upon the backbone of the WordNet structure, much larger in scale and diversity and much more accurate than the current image datasets.
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
TL;DR: This work introduces a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals and further merge RPN and Fast R-CNN into a single network by sharing their convolutionAL features.
Histograms of oriented gradients for human detection
Navneet Dalal,Bill Triggs +1 more
- 20 Jun 2005
TL;DR: It is shown experimentally that grids of histograms of oriented gradient (HOG) descriptors significantly outperform existing feature sets for human detection, and the influence of each stage of the computation on performance is studied.