RoadNet-RT: High Throughput CNN Architecture and SoC Design for Real-Time Road Segmentation
Lin Bai, Yecheng Lyu, Xinming Huang

TL;DR
RoadNet-RT is a lightweight, high-throughput CNN architecture designed for real-time road segmentation, achieving significant speed improvements with minimal accuracy loss, and optimized for FPGA hardware implementation.
Contribution
The paper introduces RoadNet-RT, a novel CNN architecture optimized for real-time road segmentation with hardware-specific design techniques and FPGA implementation.
Findings
Achieves 90.33% MaxF score on KITTI dataset.
Processes frames in 8 ms on GTX 1080 GPU.
Reaches 327.9 fps on FPGA platform.
Abstract
In recent years, convolutional neural network has gained popularity in many engineering applications especially for computer vision. In order to achieve better performance, often more complex structures and advanced operations are incorporated into the neural networks, which results very long inference time. For time-critical tasks such as autonomous driving and virtual reality, real-time processing is fundamental. In order to reach real-time process speed, a light-weight, high-throughput CNN architecture namely RoadNet-RT is proposed for road segmentation in this paper. It achieves 90.33% MaxF score on test set of KITTI road segmentation task and 8 ms per frame when running on GTX 1080 GPU. Comparing to the state-of-the-art network, RoadNet-RT speeds up the inference time by a factor of 20 at the cost of only 6.2% accuracy loss. For hardware design optimization, several techniques such…
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 · Infrastructure Maintenance and Monitoring · Autonomous Vehicle Technology and Safety
MethodsDepthwise Convolution · Pointwise Convolution · Convolution · Depthwise Separable Convolution
