Capstone2021 / Issue-Only

0 stars 0 forks source link

Dynamic Obstacle Detection in Traffic Environments #66

Open vincentk21 opened 3 years ago

vincentk21 commented 3 years ago

Title

Dynamic Obstacle Detection in Traffic Environments

URL

https://dl.acm.org/doi/10.1145/3349801.3357134

Summary

Helps us decide which state of the art object detection system is the best

Key Points

-RCNN -YOLO -SSD

Citation

@inproceedings{10.1145/3349801.3357134, author = {Erabati, Gopi Krishna and Araujo, Helder}, title = {Dynamic Obstacle Detection in Traffic Environments}, year = {2019}, isbn = {9781450371896}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, url = {https://doi.org/10.1145/3349801.3357134}, doi = {10.1145/3349801.3357134}, abstract = {The research on autonomous vehicles has grown increasingly with the advent of neural networks. Dynamic obstacle detection is a fundamental step for self-driving vehicles in traffic environments. This paper presents a comparison of state-of-art object detection techniques like Faster R-CNN, YOLO and SSD with 2D image data. The algorithms for detection in driving, must be reliable, robust and should have a real time performance. The three methods are trained and tested on PASCAL VOC 2007 and 2012 datasets and both qualitative and quantitative results are presented. SSD model can be seen as a tradeoff for speed and small object detection. A novel method for object detection using 3D data (RGB and depth) is proposed. The proposed model incorporates two stage architecture modality for RGB and depth processing and later fused hierarchically. The model will be trained and tested on RGBD dataset in the future.}, booktitle = {Proceedings of the 13th International Conference on Distributed Smart Cameras}, articleno = {32}, numpages = {2}, location = {Trento, Italy}, series = {ICDSC 2019} }

Repo link