paper-with-me

Papers

Embedding Structured Contour and Location Prior in Siamesed Fully Convolutional Networks for Road Detection

2019-05-05 · Qi. Wang, Junyu. Gao, Yuan Yuan

Road detection from the perspective of moving vehicles is a challenging issue in autonomous driving. Recently, many deep learning methods spring up for this task because they can extract high-level local features to find road regions from raw RGB data, such as Convolutional Neural Networks (CNN) and Fully Convolutional Networks (FCN). However, how to detect the boundary of road accurately is still an intractable problem. In this paper, we propose a siamesed fully convolutional networks (named as ``s-FCN-loc''), which is able to consider RGB-channel images, semantic contours and location priors simultaneously to segment road region elaborately. To be specific, the s-FCN-loc has two streams to process the original RGB images and contour maps respectively. At the same time, the location prior is directly appended to the siamesed FCN to promote the final detection performance. Our contributions are threefold: (1) An s-FCN-loc is proposed that learns more discriminative features of road boundaries than the original FCN to detect more accurate road regions; (2) Location prior is viewed as a type of feature map and directly appended to the final feature map in s-FCN-loc to promote the detection performance effectively, which is easier than other traditional methods, namely different priors for different inputs (image patches); (3) The convergent speed of training s-FCN-loc model is 30\% faster than the original FCN, because of the guidance of highly structured contours. The proposed approach is evaluated on KITTI Road Detection Benchmark and One-Class Road Detection Dataset, and achieves a competitive result with state of the arts.

📄 PDF Abstract BibTeX arXiv:1905.01575

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

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…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

CSPENet: Contour-Aware and Saliency Priors Embedding Network for Infrared Small Target Detection

2025-05-15 · Jiakun Deng, Kexuan Li, Xingye Cui, Jiaxuan Li 외

Infrared small target detection (ISTD) plays a critical role in a wide range of civilian and military applications. Existing methods suffer from deficiencies in the localization of dim targets and the perception of conto…

Saliency Prediction

Contour Detection and Characterization for Asynchronous Event Sensors

2015-12-01 · ICCV 2015 12 · Francisco Barranco, Ching L. Teo, Cornelia Fermuller, Yiannis Aloimonos

The bio-inspired, asynchronous event-based dynamic vision sensor records temporal changes in the luminance of the scene at high temporal resolution. Since events are only triggered at significant luminance changes, most …

Boundary DetectionContour DetectionGeneral ClassificationSegmentation

Segmenting objects with Bayesian fusion of active contour models and convnet priors

2024-10-09 · Przemyslaw Polewski, Jacquelyn Shelton, Wei Yao, Marco Heurich

Instance segmentation is a core computer vision task with great practical significance. Recent advances, driven by large-scale benchmark datasets, have yielded good general-purpose Convolutional Neural Network (CNN)-base…

Instance SegmentationSemantic Segmentation

Learning deep structured active contours end-to-end

2018-03-16 · CVPR 2018 6 · Diego Marcos, Devis Tuia, Benjamin Kellenberger, Lisa Zhang 외

The world is covered with millions of buildings, and precisely knowing each instance's position and extents is vital to a multitude of applications. Recently, automated building footprint segmentation models have shown s…

Instance SegmentationSegmentationSemantic Segmentation

Contour location via entropy reduction leveraging multiple information sources

2018-05-19 · NeurIPS 2018 · Alexandre N. Marques, Remi R. Lam, Karen E. Willcox

We introduce an algorithm to locate contours of functions that are expensive to evaluate. The problem of locating contours arises in many applications, including classification, constrained optimization, and performance …

General Classification