TL;DR
This paper introduces GLCNet, a contrastive self-supervised learning framework that enhances semantic segmentation of remote sensing images by capturing both global style and local features, outperforming existing methods.
Contribution
The paper proposes a novel global style and local matching contrastive learning network specifically designed for remote sensing image segmentation, addressing limitations of existing contrastive SSL methods.
Findings
Outperforms state-of-the-art SSL and ImageNet pre-training methods.
Significantly improves segmentation accuracy with minimal labeled data.
Effective even when training and testing datasets differ.
Abstract
Supervised learning for semantic segmentation requires a large number of labeled samples, which is difficult to obtain in the field of remote sensing. Self-supervised learning (SSL), can be used to solve such problems by pre-training a general model with a large number of unlabeled images and then fine-tuning it on a downstream task with very few labeled samples. Contrastive learning is a typical method of SSL that can learn general invariant features. However, most existing contrastive learning methods are designed for classification tasks to obtain an image-level representation, which may be suboptimal for semantic segmentation tasks requiring pixel-level discrimination. Therefore, we propose a global style and local matching contrastive learning network (GLCNet) for remote sensing image semantic segmentation. Specifically, 1) the global style contrastive learning module is used to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsContrastive Learning
