paper-with-me

Papers

Graph Attention Layer Evolves Semantic Segmentation for Road Pothole Detection: A Benchmark and Algorithms

2021-09-06 · Rui Fan, Hengli Wang, YuAn Wang, Ming Liu, Ioannis Pitas

Existing road pothole detection approaches can be classified as computer vision-based or machine learning-based. The former approaches typically employ 2-D image analysis/understanding or 3-D point cloud modeling and segmentation algorithms to detect road potholes from vision sensor data. The latter approaches generally address road pothole detection using convolutional neural networks (CNNs) in an end-to-end manner. However, road potholes are not necessarily ubiquitous and it is challenging to prepare a large well-annotated dataset for CNN training. In this regard, while computer vision-based methods were the mainstream research trend in the past decade, machine learning-based methods were merely discussed. Recently, we published the first stereo vision-based road pothole detection dataset and a novel disparity transformation algorithm, whereby the damaged and undamaged road areas can be highly distinguished. However, there are no benchmarks currently available for state-of-the-art (SoTA) CNNs trained using either disparity images or transformed disparity images. Therefore, in this paper, we first discuss the SoTA CNNs designed for semantic segmentation and evaluate their performance for road pothole detection with extensive experiments. Additionally, inspired by graph neural network (GNN), we propose a novel CNN layer, referred to as graph attention layer (GAL), which can be easily deployed in any existing CNN to optimize image feature representations for semantic segmentation. Our experiments compare GAL-DeepLabv3+, our best-performing implementation, with nine SoTA CNNs on three modalities of training data: RGB images, disparity images, and transformed disparity images. The experimental results suggest that our proposed GAL-DeepLabv3+ achieves the best overall pothole detection accuracy on all training data modalities.

📄 PDF Abstract BibTeX arXiv:2109.02711

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph Neural NetworkSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Affinity Attention Graph Neural Network for Weakly Supervised Semantic Segmentation

2021-06-08 · Bingfeng Zhang, Jimin Xiao, Jianbo Jiao, Yunchao Wei 외

Weakly supervised semantic segmentation is receiving great attention due to its low human annotation cost. In this paper, we aim to tackle bounding box supervised semantic segmentation, i.e., training accurate semantic s…

Box-supervised Instance SegmentationGraph Neural NetworkInstance SegmentationModel Optimization+4

Neuroplastic graph attention networks for nuclei segmentation in histopathology images

2022-01-10 · Yoav Alon, Huiyu Zhou

Modern histopathological image analysis relies on the segmentation of cell structures to derive quantitative metrics required in biomedical research and clinical diagnostics. State-of-the-art deep learning approaches pre…

Graph AttentionGraph Neural NetworkSegmentationSemantic Segmentation

MPG-Net: Multi-Prediction Guided Network for Segmentation of Retinal Layers in OCT Images

2020-09-28 · Zeyu Fu, Yang Sun, Xiangyu Zhang, Scott Stainton 외

Optical coherence tomography (OCT) is a commonly-used method of extracting high resolution retinal information. Moreover there is an increasing demand for the automated retinal layer segmentation which facilitates the re…

Segmentation

Group-Wise Semantic Mining for Weakly Supervised Semantic Segmentation

2020-12-09 · Xueyi Li, Tianfei Zhou, Jianwu Li, Yi Zhou 외

Acquiring sufficient ground-truth supervision to train deep visual models has been a bottleneck over the years due to the data-hungry nature of deep learning. This is exacerbated in some structured prediction tasks, such…

Graph Neural NetworkSegmentationSemantic SegmentationStructured Prediction+2

Graph Attention Convolutional U-NET: A Semantic Segmentation Model for Identifying Flooded Areas

2025-02-21 · Muhammad Umair Danish, Madhushan Buwaneswaran, Tehara Fonseka, Katarina Grolinger

The increasing impact of human-induced climate change and unplanned urban constructions has increased flooding incidents in recent years. Accurate identification of flooded areas is crucial for effective disaster managem…

Decision MakingGraph AttentionSemantic SegmentationTransfer Learning