paper-with-me

Papers

Exploiting Low-level Representations for Ultra-Fast Road Segmentation

2024-02-04 · Huan Zhou, Feng Xue, Yucong Li, Shi Gong, Yiqun Li, Yu Zhou

Achieving real-time and accuracy on embedded platforms has always been the pursuit of road segmentation methods. To this end, they have proposed many lightweight networks. However, they ignore the fact that roads are "stuff" (background or environmental elements) rather than "things" (specific identifiable objects), which inspires us to explore the feasibility of representing roads with low-level instead of high-level features. Surprisingly, we find that the primary stage of mainstream network models is sufficient to represent most pixels of the road for segmentation. Motivated by this, we propose a Low-level Feature Dominated Road Segmentation network (LFD-RoadSeg). Specifically, LFD-RoadSeg employs a bilateral structure. The spatial detail branch is firstly designed to extract low-level feature representation for the road by the first stage of ResNet-18. To suppress texture-less regions mistaken as the road in the low-level feature, the context semantic branch is then designed to extract the context feature in a fast manner. To this end, in the second branch, we asymmetrically downsample the input image and design an aggregation module to achieve comparable receptive fields to the third stage of ResNet-18 but with less time consumption. Finally, to segment the road from the low-level feature, a selective fusion module is proposed to calculate pixel-wise attention between the low-level representation and context feature, and suppress the non-road low-level response by this attention. On KITTI-Road, LFD-RoadSeg achieves a maximum F1-measure (MaxF) of 95.21% and an average precision of 93.71%, while reaching 238 FPS on a single TITAN Xp and 54 FPS on a Jetson TX2, all with a compact model size of just 936k parameters. The source code is available at https://github.com/zhouhuan-hust/LFD-RoadSeg.

📄 PDF Abstract BibTeX arXiv:2402.02430

Code (1)

zhouhuan-hust/lfd-roadseg 공식 구현 pytorch

Tasks

Road Segmentation

Similar Papers 제목 키워드 기반

Deep learning in ultrasound imaging

2019-07-05 · Ruud JG van Sloun, Regev Cohen, Yonina C. Eldar

We consider deep learning strategies in ultrasound systems, from the front-end to advanced applications. Our goal is to provide the reader with a broad understanding of the possible impact of deep learning methodologies …

Deep LearningSuper-Resolution

UltraFast-LiNET: Light-weight multi-scale shift convolutional network for real-time low-light image enhancement

2025-12-02 · Yuhan Chen, Yicui Shi, Guofa Li, Guangrui Bai 외 arxiv

Addressing the urgent need for high-performance real-time low-light image enhancement on resource-constrained edge devices in low-illumination scenarios such as nighttime and tunnels, this paper presents UltraFast-LiNET,…

Low-Light Image Enhancement

High-level synthesis design of scalable ultrafast ultrasound beamformer with single FPGA

2022-08-06 · Zhengchang Kou, Qi You, Jihun Kim, Zhijie Dong 외

Ultrafast ultrasound imaging is essential for advanced ultrasound imaging techniques such as ultrasound localization microscopy (ULM) and functional ultrasound (fUS). Current ultrafast ultrasound imaging is challenged by…

High-Level Synthesis

Exploiting Semantic and Pixel Representations for Ultra-Low Bitrate Image Compression

2026-06-01 · Hao Wei, Yanhui Zhou, Chenyang Ge, Saeed Anwar 외 arxiv

Most existing extreme compression methods fail to achieve an optimal rate-distortion-perception trade-off, as they typically prioritize perceptual fidelity and visual realism over pixel-level accuracy. Consequently, the …

Image Compression

Adaptive Hierarchical SpatioTemporal Network for Traffic Forecasting

2023-06-15 · YiRong Chen, Ziyue Li, Wanli Ouyang, Michael Lepech

Accurate traffic forecasting is vital to intelligent transportation systems, which are widely adopted to solve urban traffic issues. Existing traffic forecasting studies focus on modeling spatial-temporal dynamics in tra…