paper-with-me

Papers

Towards Understanding GD with Hard and Conjugate Pseudo-labels for Test-Time Adaptation

2022-10-18 · Jun-Kun Wang, Andre Wibisono

We consider a setting that a model needs to adapt to a new domain under distribution shifts, given that only unlabeled test samples from the new domain are accessible at test time. A common idea in most of the related works is constructing pseudo-labels for the unlabeled test samples and applying gradient descent (GD) to a loss function with the pseudo-labels. Recently, \cite{GSRK22} propose conjugate labels, which is a new kind of pseudo-labels for self-training at test time. They empirically show that the conjugate label outperforms other ways of pseudo-labeling on many domain adaptation benchmarks. However, provably showing that GD with conjugate labels learns a good classifier for test-time adaptation remains open. In this work, we aim at theoretically understanding GD with hard and conjugate labels for a binary classification problem. We show that for square loss, GD with conjugate labels converges to an $\epsilon$-optimal predictor under a Gaussian model for any arbitrarily small $\epsilon$, while GD with hard pseudo-labels fails in this task. We also analyze them under different loss functions for the update. Our results shed lights on understanding when and why GD with hard labels or conjugate labels works in test-time adaptation.

📄 PDF Abstract BibTeX arXiv:2210.10019

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationDomain AdaptationTest-time Adaptation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Test-Time Adaptation via Conjugate Pseudo-labels

2022-07-20 · Sachin Goyal, MingJie Sun, aditi raghunathan, Zico Kolter

Test-time adaptation (TTA) refers to adapting neural networks to distribution shifts, with access to only the unlabeled test samples from the new domain at test-time. Prior TTA methods optimize over unsupervised objectiv…

Meta-LearningTest-time Adaptation

Hard-aware Instance Adaptive Self-training for Unsupervised Cross-domain Semantic Segmentation

2023-02-14 · Chuang Zhu, Kebin Liu, Wenqi Tang, Ke Mei 외

The divergence between labeled training data and unlabeled testing data is a significant challenge for recent deep learning models. Unsupervised domain adaptation (UDA) attempts to solve such problem. Recent works show t…

Domain AdaptationPseudo LabelSemantic SegmentationSynthetic-to-Real Translation+2

Humble Teachers Teach Better Students for Semi-Supervised Object Detection

2021-06-19 · CVPR 2021 1 · Yihe Tang, Weifeng Chen, Yijun Luo, Yuting Zhang

We propose a semi-supervised approach for contemporary object detectors following the teacher-student dual model framework. Our method is featured with 1) the exponential moving averaging strategy to update the teacher f…

object-detectionObject DetectionSemi-Supervised Object Detection

Complementary Pseudo Labels For Unsupervised Domain Adaptation On Person Re-identification

2021-01-29 · Hao Feng, Minghao Chen, Jinming Hu, Dong Shen 외

In recent years, supervised person re-identification (re-ID) models have received increasing studies. However, these models trained on the source domain always suffer dramatic performance drop when tested on an unseen do…

Domain AdaptationPerson Re-IdentificationUnsupervised Domain Adaptation

Convexification of Learning from Constraints

2016-02-22 · Iaroslav Shcherbatyi, Bjoern Andres

Regularized empirical risk minimization with constrained labels (in contrast to fixed labels) is a remarkably general abstraction of learning. For common loss and regularization functions, this optimization problem assum…

Form