paper-with-me

Papers

Training on Test Data with Bayesian Adaptation for Covariate Shift

2021-09-27 · Aurick Zhou, Sergey Levine

When faced with distribution shift at test time, deep neural networks often make inaccurate predictions with unreliable uncertainty estimates. While improving the robustness of neural networks is one promising approach to mitigate this issue, an appealing alternate to robustifying networks against all possible test-time shifts is to instead directly adapt them to unlabeled inputs from the particular distribution shift we encounter at test time. However, this poses a challenging question: in the standard Bayesian model for supervised learning, unlabeled inputs are conditionally independent of model parameters when the labels are unobserved, so what can unlabeled data tell us about the model parameters at test-time? In this paper, we derive a Bayesian model that provides for a well-defined relationship between unlabeled inputs under distributional shift and model parameters, and show how approximate inference in this model can be instantiated with a simple regularized entropy minimization procedure at test-time. We evaluate our method on a variety of distribution shifts for image classification, including image corruptions, natural distribution shifts, and domain adaptation settings, and show that our method improves both accuracy and uncertainty estimation.

📄 PDF Abstract BibTeX arXiv:2109.12746

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Simulator Calibration under Covariate Shift with Kernels

2018-09-21 · Keiichi Kisamori, Motonobu Kanagawa, Keisuke Yamazaki

We propose a novel calibration method for computer simulators, dealing with the problem of covariate shift. Covariate shift is the situation where input distributions for training and test are different, and ubiquitous i…

Bayesian Inference

Effective Sample Size, Dimensionality, and Generalization in Covariate Shift Adaptation

2020-10-02 · Felipe Maia Polo, Renato Vicente

In supervised learning, training and test datasets are often sampled from distinct distributions. Domain adaptation techniques are thus required. Covariate shift adaptation yields good generalization performance when dom…

Dimensionality ReductionDomain Adaptationfeature selectionGeneralization Bounds

Information Geometrically Generalized Covariate Shift Adaptation

2023-04-19 · Masanari Kimura, Hideitsu Hino

Many machine learning methods assume that the training and test data follow the same distribution. However, in the real world, this assumption is very often violated. In particular, the phenomenon that the marginal distr…

Bayesian Adaptation for Covariate Shift

2021-12-01 · NeurIPS 2021 12 · Aurick Zhou, Sergey Levine

When faced with distribution shift at test time, deep neural networks often make inaccurate predictions with unreliable uncertainty estimates.While improving the robustness of neural networks is one promising approach to…

Domain Adaptationimage-classificationImage Classification

Double-Weighting for Covariate Shift Adaptation

2023-05-15 · José I. Segovia-Martín, Santiago Mazuelas, Anqi Liu

Supervised learning is often affected by a covariate shift in which the marginal distributions of instances (covariates $x$) of training and testing samples $\mathrm{p}_\text{tr}(x)$ and $\mathrm{p}_\text{te}(x)$ are dif…

Generalization Bounds