paper-with-me

홈 › Papers

Learning Calibrated Uncertainties for Domain Shift: A Distributionally Robust Learning Approach

2020-10-08 · Haoxuan Wang, Zhiding Yu, Yisong Yue, Anima Anandkumar, Anqi Liu, Junchi Yan

We propose a framework for learning calibrated uncertainties under domain shifts, where the source (training) distribution differs from the target (test) distribution. We detect such domain shifts via a differentiable density ratio estimator and train it together with the task network, composing an adjusted softmax predictive form concerning domain shift. In particular, the density ratio estimation reflects the closeness of a target (test) sample to the source (training) distribution. We employ it to adjust the uncertainty of prediction in the task network. This idea of using the density ratio is based on the distributionally robust learning (DRL) framework, which accounts for the domain shift by adversarial risk minimization. We show that our proposed method generates calibrated uncertainties that benefit downstream tasks, such as unsupervised domain adaptation (UDA) and semi-supervised learning (SSL). On these tasks, methods like self-training and FixMatch use uncertainties to select confident pseudo-labels for re-training. Our experiments show that the introduction of DRL leads to significant improvements in cross-domain performance. We also show that the estimated density ratios align with human selection frequencies, suggesting a positive correlation with a proxy of human perceived uncertainties.

📄 PDF Abstract BibTeX arXiv:2010.05784

Code (0)

등록된 구현이 없습니다.

Tasks

Density Ratio EstimationDomain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

FixMatch FixMatch is an algorithm that first generates pseudo-labels using the model's predictions on weakly-augmented unlabeled images. For a given image, the pseudo-label is only…

Similar Papers 제목 키워드 기반

Distributionally Robust Learning for Unsupervised Domain Adaptation

2020-09-28 · Haoxuan Wang, Anqi Liu, Zhiding Yu, Yisong Yue 외

We propose a distributionally robust learning (DRL) method for unsupervised domain adaptation (UDA) that scales to modern computer-vision benchmarks. DRL can be naturally formulated as a competitive two-player game be…

Density Ratio EstimationDomain AdaptationUnsupervised Domain Adaptation

Calibrated Selective Classification

2022-08-25 · Adam Fisch, Tommi Jaakkola, Regina Barzilay

Selective classification allows models to abstain from making predictions (e.g., say "I don't know") when in doubt in order to obtain better effective accuracy. While typical selective models can be effective at producin…

Classificationimage-classificationImage Classification

Distributionally Robust Imitation Learning: Layered Control Architecture for Certifiable Autonomy

2025-12-19 · Aditya Gahlawat, Ahmed Aboudonia, Sandeep Banik, Naira Hovakimyan 외 arxiv

Imitation learning (IL) enables autonomous behavior by learning from expert demonstrations. While more sample-efficient than comparative alternatives like reinforcement learning, IL is sensitive to compounding errors ind…

Reinforcement Learning

Robust Calibration For Improved Weather Prediction Under Distributional Shift

2024-01-08 · Sankalp Gilda, Neel Bhandari, Wendy Mak, Andrea Panizza

In this paper, we present results on improving out-of-domain weather prediction and uncertainty estimation as part of the \texttt{Shifts Challenge on Robustness and Uncertainty under Real-World Distributional Shift} chal…

Data AugmentationMixture-of-ExpertsPrediction

Adversarial Examples, Uncertainty, and Transfer Testing Robustness in Gaussian Process Hybrid Deep Networks

2017-07-08 · John Bradshaw, Alexander G. de G. Matthews, Zoubin Ghahramani

Deep neural networks (DNNs) have excellent representative power and are state of the art classifiers on many tasks. However, they often do not capture their own uncertainties well making them less robust in the real worl…

Gaussian Processes