paper-with-me

Papers

CrossRectify: Leveraging Disagreement for Semi-supervised Object Detection

2022-01-26 · Chengcheng Ma, Xingjia Pan, Qixiang Ye, Fan Tang, WeiMing Dong, Changsheng Xu

Semi-supervised object detection has recently achieved substantial progress. As a mainstream solution, the self-labeling-based methods train the detector on both labeled data and unlabeled data with pseudo labels predicted by the detector itself, but their performances are always limited. Through experimental analysis, we reveal the underlying reason is that the detector is misguided by the incorrect pseudo labels predicted by itself (dubbed self-errors). These self-errors can hurt performance even worse than random-errors, and can be neither discerned nor rectified during the self-labeling process. In this paper, we propose an effective detection framework named CrossRectify, to obtain accurate pseudo labels by simultaneously training two detectors with different initial parameters. Specifically, the proposed approach leverages the disagreements between detectors to discern the self-errors and refines the pseudo label quality by the proposed cross-rectifying mechanism. Extensive experiments show that CrossRectify achieves outperforming performances over various detector structures on 2D and 3D detection benchmarks.

📄 PDF Abstract BibTeX arXiv:2201.10734

Code (1)

machengcheng2016/crossteaching-ssod 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionPseudo LabelSemi-Supervised Object Detection

Similar Papers 제목 키워드 기반

Rethinking Data Perturbation and Model Stabilization for Semi-supervised Medical Image Segmentation

2023-08-23 · Zhen Zhao, Ye Liu, Meng Zhao, Di Yin 외

Studies on semi-supervised medical image segmentation (SSMIS) have seen fast progress recently. Due to the limited labelled data, SSMIS methods mainly focus on effectively leveraging unlabeled data to enhance the segment…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

DMT: Dynamic Mutual Training for Semi-Supervised Learning

2020-04-18 · Zhengyang Feng, Qianyu Zhou, Qiqi Gu, Xin Tan 외

Recent semi-supervised learning methods use pseudo supervision as core idea, especially self-training methods that generate pseudo labels. However, pseudo labels are unreliable. Self-training methods usually rely on sing…

image-classificationImage ClassificationPseudo LabelSemantic Segmentation+2

Diversify and Conquer: Open-set Disagreement for Robust Semi-supervised Learning with Outliers

2025-05-30 · Heejo Kong, Sung-Jin Kim, Gunho Jung, Seong-Whan Lee

Conventional semi-supervised learning (SSL) ideally assumes that labeled and unlabeled data share an identical class distribution, however in practice, this assumption is easily violated, as unlabeled data often includes…

Outlier Detection

Conservative-Progressive Collaborative Learning for Semi-supervised Semantic Segmentation

2022-11-30 · Siqi Fan, Fenghua Zhu, Zunlei Feng, Yisheng Lv 외

Pseudo supervision is regarded as the core idea in semi-supervised learning for semantic segmentation, and there is always a tradeoff between utilizing only the high-quality pseudo labels and leveraging all the pseudo la…

SegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Investigating Semi-Supervised Learning Algorithms in Text Datasets

2024-01-03 · Himmet Toprak Kesgin, Mehmet Fatih Amasyali

Using large training datasets enhances the generalization capabilities of neural networks. Semi-supervised learning (SSL) is useful when there are few labeled data and a lot of unlabeled data. SSL methods that use data a…

Data Augmentation