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
HM-ViT: Hetero-modal Vehicle-to-Vehicle Cooperative Perception with Vision Transformer
Hao Xiang,Runsheng Xu,Jiaqi Ma +2 more
- 01 Oct 2023
TL;DR: HM-ViT is a novel framework for multi-agent hetero-modal cooperative perception in V2V scenarios, enabling collaborative object prediction with distinct sensor modalities.
16
Sense–Assess–eXplain (SAX): Building Trust in Autonomous Vehicles in Challenging Real-World Driving Scenarios
Matthew Gadd,Daniele De Martini,Letizia Marchegiani,Paul Newman,Lars Kunze +4 more
- 19 Oct 2020
TL;DR: In this article, the authors present how to build robots that can robustly sense and interpret their environment using traditional as well as unconventional sensors; assess their own capabilities; and vitally in the purpose of assurance and trust, can provide causal explanations of their interpretations and assessments.
Towards Compact Autonomous Driving Perception With Balanced Learning and Multi-Sensor Fusion
TL;DR: Zhang et al. as mentioned in this paper proposed a compact deep multi-task learning model to handle various autonomous driving perception tasks in one forward pass, which performs multiple views of semantic segmentation, depth estimation, light detection and ranging (LiDAR) segmentation and bird's eye view projection simultaneously without being supported by other models.
16
Radars for Autonomous Driving: A Review of Deep Learning Methods and Challenges
Arvind Srivastav,Soumyajit Mandal +1 more
TL;DR: Radar data presents challenges for deep learning due to its low resolution, sparsity, clutter, and lack of datasets. Under-utilization of radar capabilities limits autonomous perception. This review aims to encourage further research on autonomous radar data.
16
SensatUrban: Learning Semantics from Urban-Scale Photogrammetric Point Clouds
TL;DR: In this paper , the authors introduce SensatUrban, an urban-scale UAV photogrammetry point cloud dataset consisting of nearly three billion points collected from three UK cities, covering 7.6 km.
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.