paper-with-me

Papers

RoadNet-RT: High Throughput CNN Architecture and SoC Design for Real-Time Road Segmentation

2020-06-13 · Lin Bai, Yecheng Lyu, Xinming Huang

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 as depthwise separable convolution and non-uniformed kernel size convolution are customized designed to further reduce the processing time. The proposed CNN architecture has been successfully implemented on an FPGA ZCU102 MPSoC platform that achieves the computation capability of 83.05 GOPS. The system throughput reaches 327.9 frames per second with image size 1216x176.

📄 PDF Abstract BibTeX arXiv:2006.07644

Code (1)

linbaiwpi/RoadNet-RT 공식 구현 tf

Tasks

Autonomous DrivingGPURoad Segmentation

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution

Similar Papers 제목 키워드 기반

URoadNet: Dual Sparse Attentive U-Net for Multiscale Road Network Extraction

2024-12-23 · Jie Song, Yue Sun, Ziyun Cai, Liang Xiao 외

The challenges of road network segmentation demand an algorithm capable of adapting to the sparse and irregular shapes, as well as the diverse context, which often leads traditional encoding-decoding methods and simple T…

Segmentation

Translating Images to Road Network: A Sequence-to-Sequence Perspective

2024-02-13 · Jiachen Lu, Renyuan Peng, Xinyue Cai, Hang Xu 외

The extraction of road network is essential for the generation of high-definition maps since it enables the precise localization of road landmarks and their interconnections. However, generating road network poses a sign…

Translating Images to Road Network: A Non-Autoregressive Sequence-to-Sequence Approach

2023-01-01 · ICCV 2023 1 · Jiachen Lu, Renyuan Peng, Xinyue Cai, Hang Xu 외

The extraction of road network is essential for the generation of high-definition maps since it enables the precise localization of road landmarks and their interconnections. However, generating road network poses a …

TurboViT: Generating Fast Vision Transformers via Generative Architecture Search

2023-08-22 · Alexander Wong, Saad Abbasi, Saeejith Nair

Vision transformers have shown unprecedented levels of performance in tackling various visual perception tasks in recent years. However, the architectural and computational complexity of such network architectures have m…

Computational Efficiency

FPGA-QHAR: Throughput-Optimized for Quantized Human Action Recognition on The Edge

2023-11-04 · Azzam Alhussain, Mingjie Lin

Accelerating Human Action Recognition (HAR) efficiently for real-time surveillance and robotic systems on edge chips remains a challenging research field, given its high computational and memory requirements. This paper …

Action RecognitionTemporal Action Localization