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
•Posted Content
An LSTM Approach to Temporal 3D Object Detection in LiDAR Point Clouds
Rui Huang,Wanyue Zhang,Abhijit Kundu,Caroline Pantofaru,David A. Ross,Thomas Funkhouser,Alireza Fathi +6 more
TL;DR: This paper proposes a sparse LSTM-based multi-frame 3d object detection algorithm that outperforms the traditional frame by frame approach by 7.5% mAP@0.7 and other multi- frame approaches by 1.2% while using less memory and computation per frame.
56
Path planning algorithms in the autonomous driving system: A comprehensive review
M. Reda,Ahmed Onsy,Ali Ghanbari,Amira Y. Haikal +3 more
TL;DR: This comprehensive review of autonomous driving systems focuses on path planning, categorizing techniques into traditional, machine/deep learning, and meta-heuristic optimization methods, highlighting their advantages, drawbacks, and future trends in autonomous vehicle development.
55
Graph-DETR3D: Rethinking Overlapping Regions for Multi-View 3D Object Detection
Zehui Chen,Zhenyu Li,Shiquan Zhang,Liangji Fang,Qinhong Jiang,Feng Zhao +5 more
- 25 Apr 2022
TL;DR: Graph-DETR3D is proposed to automatically aggregate multi-view imagery information through graph structure learning and benefits from a novel depth-invariant multi-scale training strategy, which maintains the visual depth consistency by simultaneously scaling the image size and the object depth.
A Survey on Automated Driving System Testing: Landscapes and Trends
Shuncheng Tang,Zhenya Zhang,Yi Jian Zhang,Jixiang Zhou,Yan-Ling Guo,Shuang Liu,Shengjian Guo,Yanfang Li,Lei Ma,Yinxing Xue,Yang Liu +10 more
TL;DR: A threat model is built that reveals the potential safety threats for each module of an ADS, and the challenges and opportunities in ADS testing are identified, which facilitates the future research in this field.
55
CLIP2Scene: Towards Label-efficient 3D Scene Understanding by CLIP
Runnan Chen,Youquan Liu,Ling‐Dong Kong,Xinge Zhu,Yuexin Ma,Yikang Li,Yue Hou,Yu Qiao,Wenping Wang +8 more
- 01 Jun 2023
TL;DR: CLIP2Scene transfers CLIP knowledge to 3D scene understanding, achieving impressive performance on annotation-free and fine-tuning tasks.
55
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.