R-TOD: Real-Time Object Detector with Minimized End-to-End Delay for Autonomous Driving
Wonseok Jang, Hansaem Jeong, Kyungtae Kang, Nikil Dutt, Jong-Chan Kim

TL;DR
This paper analyzes and minimizes the end-to-end delay in real-time object detection for autonomous driving, proposing three optimization methods that significantly reduce delay without affecting detection accuracy.
Contribution
It provides a comprehensive understanding of end-to-end delay, formulates delay predictions, and introduces three system architecture optimization techniques for delay reduction.
Findings
76% reduction in delay for YOLO v3
Delay decreased from 1070 ms to 261 ms
No impact on detection accuracy
Abstract
For realizing safe autonomous driving, the end-to-end delays of real-time object detection systems should be thoroughly analyzed and minimized. However, despite recent development of neural networks with minimized inference delays, surprisingly little attention has been paid to their end-to-end delays from an object's appearance until its detection is reported. With this motivation, this paper aims to provide more comprehensive understanding of the end-to-end delay, through which precise best- and worst-case delay predictions are formulated, and three optimization methods are implemented: (i) on-demand capture, (ii) zero-slack pipeline, and (iii) contention-free pipeline. Our experimental results show a 76% reduction in the end-to-end delay of Darknet YOLO (You Only Look Once) v3 (from 1070 ms to 261 ms), thereby demonstrating the great potential of exploiting the end-to-end delay…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Autonomous Vehicle Technology and Safety
MethodsYou Only Look Once
