paper-with-me

홈 › Papers

PixelDINO: Semi-Supervised Semantic Segmentation for Detecting Permafrost Disturbances

2024-01-17 · Konrad Heidler, Ingmar Nitze, Guido Grosse, Xiao Xiang Zhu

Arctic Permafrost is facing significant changes due to global climate change. As these regions are largely inaccessible, remote sensing plays a crucial rule in better understanding the underlying processes not just on a local scale, but across the Arctic. In this study, we focus on the remote detection of retrogressive thaw slumps (RTS), a permafrost disturbance comparable to landslides induced by thawing. For such analyses from space, deep learning has become an indispensable tool, but limited labelled training data remains a challenge for training accurate models. To improve model generalization across the Arctic without the need for additional labelled data, we present a semi-supervised learning approach to train semantic segmentation models to detect RTS. Our framework called PixelDINO is trained in parallel on labelled data as well as unlabelled data. For the unlabelled data, the model segments the imagery into self-taught pseudo-classes and the training procedure ensures consistency of these pseudo-classes across strong augmentations of the input data. Our experimental results demonstrate that PixelDINO can improve model performance both over supervised baseline methods as well as existing semi-supervised semantic segmentation approaches, highlighting its potential for training robust models that generalize well to regions that were not included in the training data. The project page containing code and other materials for this study can be found at \url{https://khdlr.github.io/PixelDINO/}.

📄 PDF Abstract BibTeX arXiv:2401.09271

Code (1)

khdlr/pixeldino 공식 구현 jax

Tasks

Semantic SegmentationSemi-Supervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised and semi-supervised co-salient object detection via segmentation frequency statistics

2023-11-11 · Souradeep Chakraborty, Shujon Naha, Muhammet Bastan, Amit Kumar K C 외

In this paper, we address the detection of co-occurring salient objects (CoSOD) in an image group using frequency statistics in an unsupervised manner, which further enable us to develop a semi-supervised method. While p…

Co-Salient Object Detectionobject-detectionObject DetectionSalient Object Detection

Colour augmentation for improved semi-supervised semantic segmentation

2021-10-09 · Geoff French, Michal Mackiewicz

Consistency regularization describes a class of approaches that have yielded state-of-the-art results for semi-supervised classification. While semi-supervised semantic segmentation proved to be more challenging, a numbe…

ClassificationSegmentationSelf-Supervised LearningSemantic Segmentation+1

Bootstrapping Semantic Segmentation with Regional Contrast

2021-04-09 · ICLR 2022 4 · Shikun Liu, Shuaifeng Zhi, Edward Johns, Andrew J. Davison

We present ReCo, a contrastive learning framework designed at a regional level to assist learning in semantic segmentation. ReCo performs semi-supervised or supervised pixel-level contrastive learning on a sparse set of …

Contrastive LearningSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

SemiVL: Semi-Supervised Semantic Segmentation with Vision-Language Guidance

2023-11-27 · Lukas Hoyer, David Joseph Tan, Muhammad Ferjad Naeem, Luc van Gool 외

In semi-supervised semantic segmentation, a model is trained with a limited number of labeled images along with a large corpus of unlabeled images to reduce the high annotation effort. While previous methods are able to …

DecoderSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

A Simple Baseline for Semi-supervised Semantic Segmentation with Strong Data Augmentation

2021-04-15 · ICCV 2021 10 · Jianlong Yuan, Yifan Liu, Chunhua Shen, Zhibin Wang 외

Recently, significant progress has been made on semantic segmentation. However, the success of supervised semantic segmentation typically relies on a large amount of labelled data, which is time-consuming and costly to o…

Data Augmentationimage-classificationImage ClassificationPseudo Label+3