paper-with-me

홈 › Papers

RankMatch: Exploring the Better Consistency Regularization for Semi-supervised Semantic Segmentation

2024-01-01 · CVPR 2024 1 · Huayu Mai, Rui Sun, Tianzhu Zhang, Feng Wu

The key lie in semi-supervised semantic segmentation is how to fully exploit substantial unlabeled data to improve the model's generalization performance by resorting to constructing effective supervision signals. Most methods tend to directly apply contrastive learning to seek additional supervision to complement independent regular pixel-wise consistency regularization. However these methods tend not to be preferred ascribed to their complicated designs heavy memory footprints and susceptibility to confirmation bias. In this paper we analyze the bottlenecks exist in contrastive learning-based methods and offer a fresh perspective on inter-pixel correlations to construct more safe and effective supervision signals which is in line with the nature of semantic segmentation. To this end we develop a coherent RankMatch network including the construction of representative agents to model inter-pixel correlation beyond regular individual pixel-wise consistency and further unlock the potential of agents by modeling inter-agent relationships in pursuit of rank-aware correlation consistency. Extensive experimental results on multiple benchmarks including mitochondria segmentation demonstrate that RankMatch performs favorably against state-of-the-art methods. Particularly in the low-data regimes RankMatch achieves significant improvements.

📄 PDF Abstract BibTeX

Code (1)

mai556/RankMatch 공식 구현 pytorch

Tasks

Semantic SegmentationSemi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

RankMatch: A Novel Approach to Semi-Supervised Label Distribution Learning Leveraging Inter-label Correlations

2023-12-11 · Kouzhiqiang Yucheng Xie, Jing Wang, Yuheng Jia, Boyu Shi 외

This paper introduces RankMatch, an innovative approach for Semi-Supervised Label Distribution Learning (SSLDL). Addressing the challenge of limited labeled data, RankMatch effectively utilizes a small number of labeled …

Ensemble LearningPseudo Label

ReRankMatch: Semi-Supervised Learning with Semantics-Oriented Similarity Representation

2021-02-12 · Trung Quang Tran, Mingu Kang, Daeyoung Kim

This paper proposes integrating semantics-oriented similarity representation into RankingMatch, a recently proposed semi-supervised learning method. Our method, dubbed ReRankMatch, aims to deal with the case in which lab…

Exploring Self-Supervised Regularization for Supervised and Semi-Supervised Learning

2019-06-25 · Phi Vu Tran

Recent advances in semi-supervised learning have shown tremendous potential in overcoming a major barrier to the success of modern machine learning algorithms: access to vast amounts of human-labeled training data. Previ…

image-classificationImage ClassificationMulti-Task LearningSemi-Supervised Image Classification

RankMatch: Fostering Confidence and Consistency in Learning with Noisy Labels

2023-01-01 · ICCV 2023 1 · Ziyi Zhang, Weikai Chen, Chaowei Fang, Zhen Li 외

Learning with noisy labels (LNL) is one of the most important and challenging problems in weakly-supervised learning. Recent advances adopt the sample selection strategy to mitigate the interference of noisy labels a…

Learning with noisy labelsRepresentation LearningWeakly-supervised Learning

Adaptive Consistency Regularization for Semi-Supervised Transfer Learning

2021-03-03 · CVPR 2021 1 · Abulikemu Abuduweili, Xingjian Li, Humphrey Shi, Cheng-Zhong Xu 외

While recent studies on semi-supervised learning have shown remarkable progress in leveraging both labeled and unlabeled data, most of them presume a basic setting of the model is randomly initialized. In this work, we c…

ARCPseudo LabelTransfer Learning