An FPGA-Based Neural Network Overlay for ADAS Supporting Multi-Model and Multi-Mode

Jiaxi Zhang,Tao Yang,Qingzheng Li,Bo Zhou,Yang,Guojie Luo,Jianping Shi
DOI: https://doi.org/10.1109/iscas51556.2021.9401751
2021-01-01
Abstract:Advanced Driver-Assistance Systems (ADAS) are complex systems consisting of many computer vision tasks including image classification, object detection and semantic segmentation. FPGA is a feasible solution for deep learning based computer vision accelerator due to its high performance and energy efficiency. However, design a high performance FPGA accelerator requires good understanding of basic hardware concepts and consumes a long compilation time. Overlays can alleviate the above problems by accelerating applications in a software via a hardware architecture and a compiler. In this paper, we propose an FPGA-based neural network overlay processor for ADAS. The overlay architecture contains almost all common computation layers for learning based ADAS. In addition, we design a compiler that can automatically compile the high-level description of neural networks from deep learning framework like Caffe and Tensorflow into FPGA configurable codes, which can be executed by our overlay architecture without reprogramming. Experiments show that our overlay can process learning tasks in ADAS with low latency and low memory usage.
What problem does this paper attempt to address?