paper-with-me

홈 › Papers

Generalized Semi-Supervised Learning via Self-Supervised Feature Adaptation

2024-05-31 · NeurIPS 2023 11 · Jiachen Liang, Ruibing Hou, Hong Chang, Bingpeng Ma, Shiguang Shan, Xilin Chen

Traditional semi-supervised learning (SSL) assumes that the feature distributions of labeled and unlabeled data are consistent which rarely holds in realistic scenarios. In this paper, we propose a novel SSL setting, where unlabeled samples are drawn from a mixed distribution that deviates from the feature distribution of labeled samples. Under this setting, previous SSL methods tend to predict wrong pseudo-labels with the model fitted on labeled data, resulting in noise accumulation. To tackle this issue, we propose Self-Supervised Feature Adaptation (SSFA), a generic framework for improving SSL performance when labeled and unlabeled data come from different distributions. SSFA decouples the prediction of pseudo-labels from the current model to improve the quality of pseudo-labels. Particularly, SSFA incorporates a self-supervised task into the SSL framework and uses it to adapt the feature extractor of the model to the unlabeled data. In this way, the extracted features better fit the distribution of unlabeled data, thereby generating high-quality pseudo-labels. Extensive experiments show that our proposed SSFA is applicable to various pseudo-label-based SSL learners and significantly improves performance in labeled, unlabeled, and even unseen distributions.

📄 PDF Abstract BibTeX arXiv:2405.20596

Code (0)

등록된 구현이 없습니다.

Tasks

Pseudo Label

Similar Papers 제목 키워드 기반

A generalized linear joint trained framework for semi-supervised learning of sparse features

2020-06-02 · Juan C. Laria, Line H. Clemmensen, Bjarne K. Ersbøll

The elastic-net is among the most widely used types of regularization algorithms, commonly associated with the problem of supervised generalized linear model estimation via penalized maximum likelihood. Its nice properti…

XVO: Generalized Visual Odometry via Cross-Modal Self-Training

2023-09-28 · ICCV 2023 1 · Lei Lai, Zhongkai Shangguan, Jimuyang Zhang, Eshed Ohn-Bar

We propose XVO, a semi-supervised learning method for training generalized monocular Visual Odometry (VO) models with robust off-the-self operation across diverse datasets and settings. In contrast to standard monocular …

Monocular Visual OdometryMotion EstimationTransfer LearningVisual Odometry

Self-Supervised Learning for Semi-Supervised Temporal Action Proposal

2021-04-07 · CVPR 2021 1 · Xiang Wang, Shiwei Zhang, Zhiwu Qing, Yuanjie Shao 외

Self-supervised learning presents a remarkable performance to utilize unlabeled data for various video tasks. In this paper, we focus on applying the power of self-supervised methods to improve semi-supervised action pro…

RelationSelf-Supervised LearningSemi-Supervised Action DetectionTemporal Action Localization

Self-paced and self-consistent co-training for semi-supervised image segmentation

2020-10-31 · Ping Wang, Jizong Peng, Marco Pedersoli, Yuanfeng Zhou 외

Deep co-training has recently been proposed as an effective approach for image segmentation when annotated data is scarce. In this paper, we improve existing approaches for semi-supervised segmentation with a self-paced …

Image SegmentationSegmentationSemantic Segmentation

Towards Bayesian Data Selection

2024-06-18 · Julian Rodemann

A wide range of machine learning algorithms iteratively add data to the training sample. Examples include semi-supervised learning, active learning, multi-armed bandits, and Bayesian optimization. We embed this kind of d…

Active LearningAdditive modelsBayesian OptimizationMulti-Armed Bandits