paper-with-me

Papers

Fast Road Segmentation via Uncertainty-aware Symmetric Network

2022-03-09 · Yicong Chang, Feng Xue, Fei Sheng, Wenteng Liang, Anlong Ming

The high performance of RGB-D based road segmentation methods contrasts with their rare application in commercial autonomous driving, which is owing to two reasons: 1) the prior methods cannot achieve high inference speed and high accuracy in both ways; 2) the different properties of RGB and depth data are not well-exploited, limiting the reliability of predicted road. In this paper, based on the evidence theory, an uncertainty-aware symmetric network (USNet) is proposed to achieve a trade-off between speed and accuracy by fully fusing RGB and depth data. Firstly, cross-modal feature fusion operations, which are indispensable in the prior RGB-D based methods, are abandoned. We instead separately adopt two light-weight subnetworks to learn road representations from RGB and depth inputs. The light-weight structure guarantees the real-time inference of our method. Moreover, a multiscale evidence collection (MEC) module is designed to collect evidence in multiple scales for each modality, which provides sufficient evidence for pixel class determination. Finally, in uncertainty-aware fusion (UAF) module, the uncertainty of each modality is perceived to guide the fusion of the two subnetworks. Experimental results demonstrate that our method achieves a state-of-the-art accuracy with real-time inference speed of 43+ FPS. The source code is available at https://github.com/morancyc/USNet.

📄 PDF Abstract BibTeX arXiv:2203.04537

Code (1)

morancyc/usnet 공식 구현 pytorch

Tasks

Autonomous DrivingRoad Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

URA*: Uncertainty-aware Path Planning using Image-based Aerial-to-Ground Traversability Estimation for Off-road Environments

2023-09-15 · Charles Moore, Shaswata Mitra, Nisha Pillai, Marc Moore 외

A major challenge with off-road autonomous navigation is the lack of maps or road markings that can be used to plan a path for autonomous robots. Classical path planning methods mostly assume a perfectly known environmen…

Autonomous NavigationImage SegmentationSegmentationSemantic Segmentation

DiResNet: Direction-aware Residual Network for Road Extraction in VHR Remote Sensing Images

2020-05-14 · Lei Ding, Lorenzo Bruzzone

The binary segmentation of roads in very high resolution (VHR) remote sensing images (RSIs) has always been a challenging task due to factors such as occlusions (caused by shadows, trees, buildings, etc.) and the intra-c…

Segmentation

Exploiting Low-level Representations for Ultra-Fast Road Segmentation

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

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 "st…

Road Segmentation

FBSNet: A Fast Bilateral Symmetrical Network for Real-Time Semantic Segmentation

2021-09-02 · Guangwei Gao, Guoan Xu, Juncheng Li, Yi Yu 외

Real-time semantic segmentation, which can be visually understood as the pixel-level classification task on the input image, currently has broad application prospects, especially in the fast-developing fields of autonomo…

Autonomous DrivingDecoderDrone navigationGPU+2

Evidential Semantic Mapping in Off-road Environments with Uncertainty-aware Bayesian Kernel Inference

2024-03-21 · Junyoung Kim, Junwon Seo, Jihong Min

Robotic mapping with Bayesian Kernel Inference (BKI) has shown promise in creating semantic maps by effectively leveraging local spatial information. However, existing semantic mapping methods face challenges in construc…

Semantic Segmentation