paper-with-me

Papers

Interpreting a Semantic Segmentation Model for Coastline Detection

2024-05-19 · Conor O'Sullivan, Seamus Coveney, Xavier Monteys, Soumyabrata Dev

We interpret a deep-learning semantic segmentation model used to classify coastline satellite images into land and water. This is to build trust in the model and gain new insight into the process of coastal water body extraction. Specifically, we seek to understand which spectral bands are important for predicting segmentation masks. This is done using a permutation importance approach. Results show that the NIR is the most important spectral band. Permuting this band lead to a decrease in accuracy of 38.12 percentage points. This is followed by Water Vapour, SWIR 1, and Blue bands with 2.58, 0.78 and 0.19 respectively. Water Vapour is not typically used in water indices and these results suggest it may be useful for water body extraction. Permuting, the Coastal Aerosol, Green, Red, RE1, RE2, RE3, RE4, and SWIR 2 bands did not decrease accuracy. This suggests they could be excluded from future model builds reducing complexity and computational requirements.

📄 PDF Abstract BibTeX arXiv:2405.11500

Code (1)

conorosully/interpreting-coastline-unet 공식 구현 pytorch

Tasks

modelSemantic Segmentation

Similar Papers 제목 키워드 기반

HED-UNet: Combined Segmentation and Edge Detection for Monitoring the Antarctic Coastline

2021-03-02 · Konrad Heidler, Lichao Mou, Celia Baumhoer, Andreas Dietz 외

Deep learning-based coastline detection algorithms have begun to outshine traditional statistical methods in recent years. However, they are usually trained only as single-purpose models to either segment land and water …

Deep LearningEdge DetectionSemantic Segmentation

Geometric Coastline Localization using Vision-Language Models

2026-06-09 · Rafia Malik, Bernhard Pfahringer, Karin Bryan, Mark Dickson 외 arxiv

Coastline detection in remote sensing imagery is commonly formulated as a pixel-wise segmentation problem, where the final coastline is extracted from a predicted mask through post-processing. This formulation relegates …

CCESAR: Coastline Classification-Extraction From SAR Images Using CNN-U-Net Combination

2025-01-21 · Vidhu Arora, Shreyan Gupta, Ananthakrishna Kudupu, Aditya Priyadarshi 외

In this article, we improve the deep learning solution for coastline extraction from Synthetic Aperture Radar (SAR) images by proposing a two-stage model involving image classification followed by segmentation. We hypoth…

image-classificationImage ClassificationSegmentation

High-resolution Coastline Extraction in SAR Images via MISP-GGD Superpixel Segmentation

2022-03-05 · Odysseas Pappas, Nantheera Anantrasirichai, Byron Adams, Alin Achim

High accuracy coastline/shoreline extraction from SAR imagery is a crucial step in a number of maritime and coastal monitoring applications. We present a method based on image segmentation using the Generalised Gamma Mix…

ClusteringImage SegmentationSemantic SegmentationSuperpixels

Automated Coastline Extraction Using Edge Detection Algorithms

2024-05-19 · Conor O'Sullivan, Seamus Coveney, Xavier Monteys, Soumyabrata Dev

We analyse the effectiveness of edge detection algorithms for the purpose of automatically extracting coastlines from satellite images. Four algorithms - Canny, Sobel, Scharr and Prewitt are compared visually and using m…

Edge DetectionSSIM