← Search

Andrey Malinin

12 accepted papers

2023

Evaluating Robustness and Uncertainty of Graph Models Under Structural Distributional Shifts

NeurIPS 2023poster

In reliable decision-making systems based on machine learning, models have to be robust to distributional shifts or provide the uncertainty of their predictions. In node-level problems of graph learning, distributional shifts can be especially complex since the samples are interdependent. To evaluat…

2021

Ensemble Distillation Approaches for Grammatical Error Correction

ICASSP 2021accepted

Ensemble approaches are commonly used techniques to improving a system by combining multiple model predictions. Additionally these schemes allow the uncertainty, as well as the source of the uncertainty, to be derived for the prediction. Unfortunately these benefits come at a computational and memor…

Cited by 0SourceScholar
2021

Multi-Sentence Resampling: A Simple Approach to Alleviate Dataset Length Bias and Beam-Search Degradation

EMNLP 2021main

Neural Machine Translation (NMT) is known to suffer from a beam-search problem: after a certain point, increasing beam size causes an overall drop in translation quality. This effect is especially pronounced for long sentences. While much work was done analyzing this phenomenon, primarily for autore…

2021

On the Periodic Behavior of Neural Network Training with Batch Normalization and Weight Decay

NeurIPS 2021poster

Training neural networks with batch normalization and weight decay has become a common practice in recent years. In this work, we show that their combined use may result in a surprising periodic behavior of optimization dynamics: the training process regularly exhibits destabilizations that, however…

2021

Scaling Ensemble Distribution Distillation to Many Classes with Proxy Targets

NeurIPS 2021poster

Ensembles of machine learning models yield improved system performance as well as robust and interpretable uncertainty estimates; however, their inference costs can be prohibitively high. Ensemble Distribution Distillation (EnD$^2$) is an approach that allows a single model to efficiently capture bo…

Cited by 23SourcePDFScholar
2021

Shifts: A Dataset of Real Distributional Shift Across Multiple Large-Scale Tasks

NeurIPS 2021poster

There has been significant research done on developing methods for improving robustness to distributional shift and uncertainty estimation. In contrast, only limited work has examined developing standard datasets and benchmarks for assessing these approaches. Additionally, most work on uncertainty e…

Cited by 160SourcecodeScholar
2021

Uncertainty Measures in Neural Belief Tracking and the Effects on Dialogue Policy Performance

EMNLP 2021main

The ability to identify and resolve uncertainty is crucial for the robustness of a dialogue system. Indeed, this has been confirmed empirically on systems that utilise Bayesian approaches to dialogue belief tracking. However, such systems consider only confidence estimates and have difficulty scalin…

Cited by 13SourcePDFScholar
2019

Reverse KL-Divergence Training of Prior Networks: Improved Uncertainty and Adversarial Robustness

NeurIPS 2019poster

Ensemble approaches for uncertainty estimation have recently been applied to the tasks of misclassification detection, out-of-distribution input detection and adversarial attack detection. Prior Networks have been proposed as an approach to efficiently emulate an ensemble of models for classificatio…