• Stars
    star
    123
  • Rank 288,503 (Top 6 %)
  • Language
  • Created over 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

https://arxiv.org/pdf/2202.02980

3D Object Detection from Images for Autonomous Driving: A Survey

Xinzhu Ma, Wanli Ouyang, Andrea Simonelli, Elisa Ricci

Introduction | Datasets | Taxonomies | Detectors | Benchmarks

Introduction

This is the official repository of ''3D Object Detection from Images for Autonomous Drving: A Survey'', a comprehensive survey of recent progress in deep learning methods for image-based 3D object detection. In this paper, we introduce the [datasets] which can be used for this task, propose two [taxonomies] to better organize the existing methods, and summarize the image-based 3D [detectors] in both coarse (framework) level and fine (component) level. Besides, we also introduce the auxiliary data commonly used in the existing methods, and provide [benchmarks] according to them. Finally, we discuss the relevant issues and potential reseach directions in this field.

Besides, this repo will be continuously maintained, and feel free to contact me if you have new methods to add or any suggestions!

Datasets

Summary of the Datasets

Resources of the Datasets

Others

Taxonomies

To facilitate both the systematic analysis of current approaches and a fair comparison in performance for future works, we propose two novel taxonomies to categorize existing methods, i.e. in terms of their adopted frameworks and of the used input data. Here we show the outline of the proposed taxonomies, and please refer to our paper for more details.

taxonomies
  │──by framework
  │    ├──methods based on 2D features [result lifting]
  │    └──methods based on 3D features
  |         ├──feature lifting
  │         └──data lifting
  └──by input data
       ├──without auxiliday data (standard setting)
       ├──with auxiliday data in training phase
       |    ├──CAD models
       |    ├──LiDAR signals
       |    ├──additional training data
       |    └──...
       ├──with auxiliday data in training&testing phases
       |    ├──temporal sequences
       |    ├──stereo pairs
       |    └──...
       └──others (semi/self-supervised settings)  

Detectors

This part collects the images-based 3D detectors, and you can choose to check these works [by venue] or [by input data].

Benchmarks

We also maintain the commonly used benchmarks to help the researchers get relevant information quickly. At present, the [KITTI-3D benchmark] and the [nuScenes benchmark] are avaliable in this repo.

Citation

If you find our work useful in your research, please consider citing:

@article{3dodi,
  title = {3D object detection from images for autonomous driving: A survey},
  author = {Ma, Xinzhu and Ouyang, Wanli and Simonelli, Andrea and Ricci, Elisa},
  year = {2022},
  journal = {arXiv preprint arXiv:2202.02980}
}

Updates

See [this document] for the logs of updates