CVJul 9, 2021

Segmentation of VHR EO Images using Unsupervised Learning

arXiv:2108.04222v2
AI Analysis

This addresses the challenge of limited labeled training data in Earth observation applications, which often require domain-specific annotations, by enabling segmentation without manual labels, though it appears incremental as it builds on existing unsupervised techniques.

The paper tackles the problem of semantic segmentation in Earth observation images by proposing an unsupervised method that requires only a single unlabeled scene, using deep clustering and contrastive learning to automatically segregate major classes and produce segmentation maps, with experimental results on the Vaihingen dataset demonstrating its efficacy.

Semantic segmentation is a crucial step in many Earth observation tasks. Large quantity of pixel-level annotation is required to train deep networks for semantic segmentation. Earth observation techniques are applied to varieties of applications and since classes vary widely depending on the applications, therefore, domain knowledge is often required to label Earth observation images, impeding availability of labeled training data in many Earth observation applications. To tackle these challenges, in this paper we propose an unsupervised semantic segmentation method that can be trained using just a single unlabeled scene. Remote sensing scenes are generally large. The proposed method exploits this property to sample smaller patches from the larger scene and uses deep clustering and contrastive learning to refine the weights of a lightweight deep model composed of a series of the convolution layers along with an embedded channel attention. After unsupervised training on the target image/scene, the model automatically segregates the major classes present in the scene and produces the segmentation map. Experimental results on the Vaihingen dataset demonstrate the efficacy of the proposed method.

Foundations

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

Your Notes