paper-with-me

Papers

Less is More: Pseudo-Label Filtering for Continual Test-Time Adaptation

2024-06-03 · Jiayao Tan, Fan Lyu, Chenggong Ni, Tingliang Feng, Fuyuan Hu, Zhang Zhang, Shaochuang Zhao, Liang Wang

Continual Test-Time Adaptation (CTTA) aims to adapt a pre-trained model to a sequence of target domains during the test phase without accessing the source data. To adapt to unlabeled data from unknown domains, existing methods rely on constructing pseudo-labels for all samples and updating the model through self-training. However, these pseudo-labels often involve noise, leading to insufficient adaptation. To improve the quality of pseudo-labels, we propose a pseudo-label selection method for CTTA, called Pseudo Labeling Filter (PLF). The key idea of PLF is to keep selecting appropriate thresholds for pseudo-labels and identify reliable ones for self-training. Specifically, we present three principles for setting thresholds during continuous domain learning, including initialization, growth and diversity. Based on these principles, we design Self-Adaptive Thresholding to filter pseudo-labels. Additionally, we introduce a Class Prior Alignment (CPA) method to encourage the model to make diverse predictions for unknown domain samples. Through extensive experiments, PLF outperforms current state-of-the-art methods, proving its effectiveness in CTTA.

📄 PDF Abstract BibTeX arXiv:2406.02609

Code (1)

tjy1423317192/PLF 공식 구현 pytorch

Tasks

DiversityPseudo LabelPseudo Label FilteringTest-time Adaptation

Similar Papers 제목 키워드 기반

Unsupervised Continual Learning Via Pseudo Labels

2021-04-14 · Jiangpeng He, Fengqing Zhu

Continual learning aims to learn new tasks incrementally using less computation and memory resources instead of retraining the model from scratch whenever new task arrives. However, existing approaches are designed in su…

ClusteringContinual LearningDeep Clusteringimage-classification+4

Feedback-Driven Pseudo-Label Reliability Assessment: Redefining Thresholding for Semi-Supervised Semantic Segmentation

2025-05-12 · Negin Ghamsarian, Sahar Nasirihaghighi, Klaus Schoeffmann, Raphael Sznitman

Semi-supervised learning leverages unlabeled data to enhance model performance, addressing the limitations of fully supervised approaches. Among its strategies, pseudo-supervision has proven highly effective, typically r…

Pseudo LabelPseudo Label FilteringSemantic SegmentationSemi-Supervised Semantic Segmentation

Semi-Supervised Object Detection with Object-wise Contrastive Learning and Regression Uncertainty

2022-12-06 · Honggyu Choi, Zhixiang Chen, Xuepeng Shi, Tae-Kyun Kim

Semi-supervised object detection (SSOD) aims to boost detection performance by leveraging extra unlabeled data. The teacher-student framework has been shown to be promising for SSOD, in which a teacher network generates …

ClassificationContrastive LearningObjectobject-detection+7

Uncertainty-Aware Pseudo-Label Filtering for Source-Free Unsupervised Domain Adaptation

2024-03-17 · Xi Chen, Haosen Yang, Huicong Zhang, Hongxun Yao 외

Source-free unsupervised domain adaptation (SFUDA) aims to enable the utilization of a pre-trained source model in an unlabeled target domain without access to source data. Self-training is a way to solve SFUDA, where co…

Contrastive LearningDomain AdaptationMemorizationPseudo Label+2

Memory-Efficient Semi-Supervised Continual Learning: The World is its Own Replay Buffer

2021-01-23 · James Smith, Jonathan Balloch, Yen-Chang Hsu, Zsolt Kira

Rehearsal is a critical component for class-incremental continual learning, yet it requires a substantial memory budget. Our work investigates whether we can significantly reduce this memory budget by leveraging unlabele…

Continual LearningKnowledge DistillationOut of Distribution (OOD) Detection