paper-with-me

Papers

Batch Inverse-Variance Weighting: Deep Heteroscedastic Regression using Privileged Information

2021-01-01 · Vincent Mai, Waleed Khamies, Liam Paull

In model learning, when the training dataset on which the parameters are optimized and the testing dataset on which the model is evaluated are not sampled from identical distributions, we say that the datasets are misaligned. It is well-known that this misalignment can negatively impact model performance. A common source of misalignment is that the inputs are sampled from different distributions. Another source for this misalignment is that the label generating process used to create the training dataset is imperfect. In this work, we consider this setting and additionally assume that the label generating process is able to provide us with a quantity for the role of each label in the misalignment between the datasets, which we consider to be privileged information. Specifically, we consider the task of regression with labels corrupted by heteroscedastic noise and we assume that we have access to an estimate of the variance over each sample. We propose a general approach to include this privileged information in the loss function together with dataset statistics inferred from the mini-batch to mitigate the impact of the dataset misalignment. Subsequently, we propose a specific algorithm for the heteroscedastic regression case, called Batch Inverse-Variance weighting, which adapts Fisher information weighted averaging to the case of neural network function approximation. We demonstrate that this approach achieves a significant improvement in network training performances compared to baselines when confronted with high, input-independent noise.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Batch Inverse-Variance Weighting: Deep Heteroscedastic Regression

2021-07-09 · Vincent Mai, Waleed Khamies, Liam Paull

Heteroscedastic regression is the task of supervised learning where each label is subject to noise from a different distribution. This noise can be caused by the labelling process, and impacts negatively the performance …

regression

Sample Efficient Deep Reinforcement Learning via Uncertainty Estimation

2022-01-05 · ICLR 2022 4 · Vincent Mai, Kaustubh Mani, Liam Paull

In model-free deep reinforcement learning (RL) algorithms, using noisy value estimates to supervise policy evaluation and optimization is detrimental to the sample efficiency. As this noise is heteroscedastic, its effect…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2

Towards Self-Supervised Covariance Estimation in Deep Heteroscedastic Regression

2025-02-14 · Megh Shukla, Aziz Shameem, Mathieu Salzmann, Alexandre Alahi

Deep heteroscedastic regression models the mean and covariance of the target distribution through neural networks. The challenge arises from heteroscedasticity, which implies that the covariance is sample dependent and i…

Pseudo Labelregression

Active Learning for Regression by Inverse Distance Weighting

2022-04-14 · Alberto Bemporad

This paper proposes an active learning (AL) algorithm to solve regression problems based on inverse-distance weighting functions for selecting the feature vectors to query. The algorithm has the following features: (i) s…

Active LearningClassificationregression

Effective Bayesian Heteroscedastic Regression with Deep Neural Networks

2023-09-21 · NeurIPS 2023 11

Flexibly quantifying both irreducible aleatoric and model-dependent epistemic uncertainties plays an important role for complex regression problems. While deep neural networks in principle can provide this flexibility an…