paper-with-me

홈 › Papers

SST: Self-training with Self-adaptive Thresholding for Semi-supervised Learning

2025-05-31 · Information Processing & Management 2025 4 · Shuai Zhao, Heyan Huang, Xinge Li, Xiaokang Chen, Rui Wang

Neural networks have demonstrated exceptional performance in supervised learning, benefiting from abundant high-quality annotated data. However, obtaining such data in real-world scenarios is costly and labor-intensive. Semi-supervised learning (SSL) offers a solution to this problem. Recent studies, such as Semi-ViT and Noisy Student, which employ consistency regularization or pseudo-labeling, have demonstrated significant achievements. However, they still face challenges, particularly in accurately selecting sufficient high-quality pseudo-labels due to their reliance on fixed thresholds. Recent methods such as FlexMatch and FreeMatch have introduced flexible or self-adaptive thresholding techniques, greatly advancing SSL research. Nonetheless, their process of updating thresholds at each iteration is deemed time-consuming, computationally intensive, and potentially unnecessary. To address these issues, we propose Self-training with Self-adaptive Thresholding (SST), a novel, effective, and efficient SSL framework. SST introduces an innovative Self-Adaptive Thresholding (SAT) mechanism that adaptively adjusts class-specific thresholds based on the model's learning progress. SAT ensures the selection of high-quality pseudo-labeled data, mitigating the risks of inaccurate pseudo-labels and confirmation bias. Extensive experiments demonstrate that SST achieves state-of-the-art performance with remarkable efficiency, generalization, and scalability across various architectures and datasets. Semi-SST-ViT-Huge achieves the best results on competitive ImageNet-1K SSL benchmarks, with 80.7% / 84.9% Top-1 accuracy using only 1% / 10% labeled data. Compared to the fully-supervised DeiT-III-ViT-Huge, which achieves 84.8% Top-1 accuracy using 100% labeled data, our method demonstrates superior performance using only 10% labeled data.

📄 PDF Abstract BibTeX arXiv:2506.00467

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
RandAugment 설명 없음
Noisy Student 설명 없음

Similar Papers 제목 키워드 기반

CAFS: Class Adaptive Framework for Semi-Supervised Semantic Segmentation

2023-03-21 · Jingi Ju, Hyeoncheol Noh, Yooseung Wang, Minseok Seo 외

Semi-supervised semantic segmentation learns a model for classifying pixels into specific classes using a few labeled samples and numerous unlabeled images. The recent leading approach is consistency regularization by se…

SegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

FreeMatch: Self-adaptive Thresholding for Semi-supervised Learning

2022-05-15 · Yidong Wang, Hao Chen, Qiang Heng, Wenxin Hou 외

Semi-supervised Learning (SSL) has witnessed great success owing to the impressive performances brought by various methods based on pseudo labeling and consistency regularization. However, we argue that existing methods …

FairnessSemi-Supervised Image Classification

STADB: A Self-Thresholding Attention Guided ADB Network for Person Re-identification

2020-07-07 · Bo Jiang, Sheng Wang, Xiao Wang, Aihua Zheng

Recently, Batch DropBlock network (BDB) has demonstrated its effectiveness on person image representation and re-identification task via feature erasing. However, BDB drops the features \textbf{randomly} which may lead t…

Person Re-Identification

Iterative Self-Learning: Semi-Supervised Improvement to Dataset Volumes and Model Accuracy

2019-06-06 · Robert Dupre, Jiri Fajtl, Vasileios Argyriou, Paolo Remagnin

A novel semi-supervised learning technique is introduced based on a simple iterative learning cycle together with learned thresholding techniques and an ensemble decision support system. State-of-the-art model performanc…

ClassificationGeneral Classificationimage-classificationImage Classification+1

SAT: Improving Semi-Supervised Text Classification with Simple Instance-Adaptive Self-Training

2022-10-23 · Hui Chen, Wei Han, Soujanya Poria

Self-training methods have been explored in recent years and have exhibited great performance in improving semi-supervised learning. This work presents a Simple instance-Adaptive self-Training method (SAT) for semi-super…

Pseudo LabelSemi-Supervised Text ClassificationText Classification