paper-with-me

홈 › Papers

Contributions to Large Scale Bayesian Inference and Adversarial Machine Learning

2021-09-25 · Víctor Gallego

The rampant adoption of ML methodologies has revealed that models are usually adopted to make decisions without taking into account the uncertainties in their predictions. More critically, they can be vulnerable to adversarial examples. Thus, we believe that developing ML systems that take into account predictive uncertainties and are robust against adversarial examples is a must for critical, real-world tasks. We start with a case study in retailing. We propose a robust implementation of the Nerlove-Arrow model using a Bayesian structural time series model. Its Bayesian nature facilitates incorporating prior information reflecting the manager's views, which can be updated with relevant data. However, this case adopted classical Bayesian techniques, such as the Gibbs sampler. Nowadays, the ML landscape is pervaded with neural networks and this chapter also surveys current developments in this sub-field. Then, we tackle the problem of scaling Bayesian inference to complex models and large data regimes. In the first part, we propose a unifying view of two different Bayesian inference algorithms, Stochastic Gradient Markov Chain Monte Carlo (SG-MCMC) and Stein Variational Gradient Descent (SVGD), leading to improved and efficient novel sampling schemes. In the second part, we develop a framework to boost the efficiency of Bayesian inference in probabilistic models by embedding a Markov chain sampler within a variational posterior approximation. After that, we present an alternative perspective on adversarial classification based on adversarial risk analysis, and leveraging the scalable Bayesian approaches from chapter 2. In chapter 4 we turn to reinforcement learning, introducing Threatened Markov Decision Processes, showing the benefits of accounting for adversaries in RL while the agent learns.

📄 PDF Abstract BibTeX arXiv:2109.13232

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceBIG-bench Machine LearningTime Series Analysis

Similar Papers 제목 키워드 기반

Scalable Multi-Class Bayesian Support Vector Machines for Structured and Unstructured Data

2018-06-07 · Martin Wistuba, Ambrish Rawat

We introduce a new Bayesian multi-class support vector machine by formulating a pseudo-likelihood for a multi-class hinge loss in the form of a location-scale mixture of Gaussians. We derive a variational-inference-based…

Active LearningGeneral ClassificationVariational Inference

Function-Space Variational Inference for Deep Bayesian Classification

2021-09-29 · Jihao Andreas Lin, Joe Watson, Pascal Klink, Jan Peters

Bayesian deep learning approaches assume model parameters to be latent random variables and infer posterior predictive distributions to quantify uncertainty, increase safety and trust, and prevent overconfident and unpre…

Adversarial RobustnessClassificationimage-classificationImage Classification+2

Bayesian Adversarial Spheres: Bayesian Inference and Adversarial Examples in a Noiseless Setting

2018-11-29 · Artur Bekasov, Iain Murray

Modern deep neural network models suffer from adversarial examples, i.e. confidently misclassified points in the input space. It has been shown that Bayesian neural networks are a promising approach for detecting adversa…

Bayesian Inference

Sampling-based inference for large linear models, with application to linearised Laplace

2022-10-10 · Javier Antorán, Shreyas Padhy, Riccardo Barbano, Eric Nalisnick 외

Large-scale linear models are ubiquitous throughout machine learning, with contemporary application as surrogate models for neural network uncertainty quantification; that is, the linearised Laplace method. Alas, the com…

Bayesian InferenceUncertainty Quantification

Adversarial robustness of amortized Bayesian inference

2023-05-24 · Manuel Glöckler, Michael Deistler, Jakob H. Macke

Bayesian inference usually requires running potentially costly inference procedures separately for every new observation. In contrast, the idea of amortized Bayesian inference is to initially invest computational cost in…

Adversarial RobustnessBayesian Inference