TL;DR
This paper introduces CRGNet, a novel semi-supervised semantic segmentation method for urban scenes that uses point-level annotations and a consistency regularization strategy to improve accuracy and reduce annotation effort.
Contribution
CRGNet combines region-growing with a dual classifier consistency regularization to effectively utilize sparse annotations for high-resolution image segmentation.
Findings
CRGNet outperforms state-of-the-art methods on benchmark datasets.
The consistency regularization improves the quality of region expansion.
The approach reduces annotation effort while maintaining high segmentation accuracy.
Abstract
Deep learning algorithms have obtained great success in semantic segmentation of very high-resolution (VHR) images. Nevertheless, training these models generally requires a large amount of accurate pixel-wise annotations, which is very laborious and time-consuming to collect. To reduce the annotation burden, this paper proposes a consistency-regularized region-growing network (CRGNet) to achieve semantic segmentation of VHR images with point-level annotations. The key idea of CRGNet is to iteratively select unlabeled pixels with high confidence to expand the annotated area from the original sparse points. However, since there may exist some errors and noises in the expanded annotations, directly learning from them may mislead the training of the network. To this end, we further propose the consistency regularization strategy, where a base classifier and an expanded classifier are…
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
MethodsBalanced Selection
