CVIVMar 2, 2021

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

arXiv:2103.01849v1151 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the difficulty of coastline monitoring in remote areas like Antarctica, offering a more accurate tool for environmental research, though it is incremental as it builds on existing UNet and HED frameworks.

The authors tackled the problem of Antarctic coastline detection by combining segmentation and edge detection in a single deep learning model, achieving improved performance over existing methods on a challenging Sentinel-1 dataset.

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 or delineate the coastline. In contrast to this, a human annotator will usually keep a mental map of both segmentation and delineation when performing manual coastline detection. To take into account this task duality, we therefore devise a new model to unite these two approaches in a deep learning model. By taking inspiration from the main building blocks of a semantic segmentation framework (UNet) and an edge detection framework (HED), both tasks are combined in a natural way. Training is made efficient by employing deep supervision on side predictions at multiple resolutions. Finally, a hierarchical attention mechanism is introduced to adaptively merge these multiscale predictions into the final model output. The advantages of this approach over other traditional and deep learning-based methods for coastline detection are demonstrated on a dataset of Sentinel-1 imagery covering parts of the Antarctic coast, where coastline detection is notoriously difficult. An implementation of our method is available at \url{https://github.com/khdlr/HED-UNet}.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes