← Search

Yarin Gal

89 accepted papers

2026

BiasBusters: Uncovering and Mitigating Tool Selection Bias in Large Language Models

ICLR 2026poster

Agents backed by large language models (LLMs) often rely on external tools drawn from marketplaces where multiple providers offer functionally equivalent options. This raises a critical point concerning fairness: if selection is systematically biased, it can degrade user experience and distort compe…

Cited by 0SourcecodeScholar
2026

Building Reliable Long-Form Generation via Hallucination Rejection Sampling

ICML 2026poster

Large language models (LLMs) have achieved remarkable progress in open-ended text generation, yet they remain prone to hallucinating incorrect or unsupported content, which undermines their reliability. This issue is exacerbated in long-form generation due to hallucination snowballing, a phenomenon …

Cited by 0SourceScholar
2026

Deep Ignorance: Filtering Pretraining Data Builds Tamper-Resistant Safeguards into Open-Weight LLMs

ICLR 2026poster

Open-weight AI systems offer unique benefits, including enhanced transparency, open research, and decentralized access. However, they are vulnerable to tampering attacks which can efficiently elicit harmful behaviors by modifying weights or activations. Currently, there is not yet a robust science o…

Cited by 0SourcecodeScholar
2026

MADE: Benchmark Environments for Closed-Loop Materials Discovery

ICML 2026poster

Existing benchmarks for computational materials discovery primarily evaluate static predictive tasks or isolated computational sub-tasks. While valuable, these evaluations neglect the inherently iterative and adaptive nature of scientific discovery. We introduce MAterials Discovery Environments (MAD…

Cited by 0SourceScholar
2026

RedCodeAgent: Automatic Red-teaming Agent against Diverse Code Agents

ICLR 2026poster

Code agents have gained widespread adoption due to their strong code generation capabilities and integration with code interpreters, enabling dynamic execution, debugging, and interactive programming capabilities. While these advancements have streamlined complex workflows, they have also introduced…

Cited by 0SourcecodeScholar
2026

Richer Bayesian Last Layers with Subsampled NTK Features

ICML 2026poster

Bayesian last layers (BLLs) provide a convenient and computationally efficient way to estimate uncertainty in neural networks. However, they underestimate epistemic uncertainty because they apply a Bayesian treatment only to the final layer, ignoring uncertainty induced by earlier layers. We propose…

Cited by 0SourceScholar
2026

Stabilizing Policy Gradients for Sample-Efficient Reinforcement Learning in LLM Reasoning

ICLR 2026poster

Reinforcement Learning, particularly through policy gradient methods, has played a central role in enabling reasoning capabilities of Large Language Models. However, the optimization stability of policy gradients in this setting remains understudied. As a result, existing implementations often resor…

Cited by 0SourcecodeScholar
2025

AgentHarm: A Benchmark for Measuring Harmfulness of LLM Agents

ICLR 2025poster

The robustness of LLMs to jailbreak attacks, where users design prompts to circumvent safety measures and misuse model capabilities, has been studied primarily for LLMs acting as simple chatbots. Meanwhile, LLM agents---which use external tools and can execute multi-stage tasks---may pose a greater…

Cited by 36SourcePDFScholar
2025

Detecting LLM Hallucination Through Layer-wise Information Deficiency: Analysis of Ambiguous Prompts and Unanswerable Questions

EMNLP 2025

Large language models (LLMs) frequently generate confident yet inaccurate responses, introducing significant risks for deployment in safety-critical domains. We present a novel, test-time approach to detecting model hallucination through systematic analysis of information flow across model layers. W

Cited by 0SourcePDFScholar
2025

Fundamental Limitations in Pointwise Defences of LLM Finetuning APIs

NeurIPS 2025poster

LLM developers deploy technical mitigations to prevent _fine-tuning misuse attacks_, attacks in which adversaries evade safeguards by fine-tuning the model using a public API. Previous work has established several successful attacks against specific fine-tuning API defences; however, prior attacks t…

Cited by 0SourceScholar
2025

MIP against Agent: Malicious Image Patches Hijacking Multimodal OS Agents

NeurIPS 2025poster

Recent advances in operating system (OS) agents have enabled vision-language models (VLMs) to directly control a user’s computer. Unlike conventional VLMs that passively output text, OS agents autonomously perform computer-based tasks in response to a single user prompt. OS agents do so by capturing…

Cited by 0SourceScholar
2025

Measuring what Matters: Construct Validity in Large Language Model Benchmarks

NeurIPS 2025poster

Evaluating large language models (LLMs) is crucial for both assessing their capabilities and identifying safety or robustness issues prior to deployment. Reliably measuring abstract and complex phenomena such as `safety' and `robustness' requires strong construct validity, that is, having measures t…

Cited by 0SourceScholar
2025

Memo: Training Memory-Efficient Embodied Agents with Reinforcement Learning

NeurIPS 2025spotlight

To enable embodied agents to operate effectively over extended timeframes, it is crucial to develop models that form and access memories to stay contextualized in their environment. In the current paradigm of training transformer-based policies for embodied sequential decision-making tasks, visual i…

Cited by 0SourceScholar
2025

Protriever: End-to-End Differentiable Protein Homology Search for Fitness Prediction

ICML 2025poster

Retrieving homologous protein sequences is essential for a broad range of protein modeling tasks such as fitness prediction, protein design, structure modeling, and protein-protein interactions. Traditional workflows have relied on a two-step process: first retrieving homologs via Multiple Sequence…

Cited by 0SourcePDFScholar
2025

SECODEPLT: A Unified Benchmark for Evaluating the Security Risks and Capabilities of Code GenAI

NeurIPS 2025poster

Existing benchmarks for evaluating the security risks and capabilities (e.g., vulnerability detection) of code-generating large language models (LLMs) face several key limitations: (1) limited coverage of risk and capabilities; (2) reliance on static evaluation metrics such as LLM judgments or rule-…

Cited by 0SourcecodeScholar
2025

Scaling Up Active Testing to Large Language Models

NeurIPS 2025poster

Active testing enables label-efficient evaluation of predictive models through careful data acquisition, but it can pose a significant computational cost. We identify cost-saving measures that enable active testing to be scaled up to large language models (LLMs). In particular we show that the surro…

Cited by 0SourceScholar
2025

Security Challenges in AI Agent Deployment: Insights from a Large Scale Public Competition

NeurIPS 2025poster

AI agents are rapidly being deployed across diverse industries, but can they adhere to deployment policies under attacks? We organized a one-month red teaming challenge---the largest of its kind to date---involving expert red teamers attempting to elicit policy violations from AI agents powered by $…

Cited by 0SourceScholar
2025

Simple Factuality Probes Detect Hallucinations in Long-Form Natural Language Generation

EMNLP 2025

Large language models (LLMs) often mislead users with confident hallucinations. Current approaches to detect hallucination require many samples from the LLM generator, which is computationally infeasible as frontier model sizes and generation lengths continue to grow. We present a remarkably simple

2024

Challenges and Considerations in the Evaluation of Bayesian Causal Discovery

ICML 2024poster

Representing uncertainty in causal discovery is a crucial component for experimental design, and more broadly, for safe and reliable causal decision making. Bayesian Causal Discovery (BCD) offers a principled approach to encapsulating this uncertainty. Unlike non-Bayesian causal discovery, which rel…

Cited by 4SourcePDFScholar
2024

Deep Bayesian Active Learning for Preference Modeling in Large Language Models

NeurIPS 2024poster

Leveraging human preferences for steering the behavior of Large Language Models (LLMs) has demonstrated notable success in recent years. Nonetheless, data selection and labeling are still a bottleneck for these systems, particularly at large scale. Hence, selecting the most informative points for ac…

2024

Estimating the Hallucination Rate of Generative AI

NeurIPS 2024poster

This paper presents a method for estimating the hallucination rate for in-context learning (ICL) with generative AI. In ICL, a conditional generative model (CGM) is prompted with a dataset and a prediction question and asked to generate a response. One interpretation of ICL assumes that the CGM comp…

Cited by 6SourcePDFScholar
2024

How to Catch an AI Liar: Lie Detection in Black-Box LLMs by Asking Unrelated Questions

ICLR 2024poster

Large language models (LLMs) can “lie”, which we define as outputting false statements when incentivised to, despite “knowing” the truth in a demonstrable sense. LLMs might “lie”, for example, when instructed to output misinformation. Here, we develop a simple lie detector that requires neither acce…

2024

In-Context Learning Learns Label Relationships but Is Not Conventional Learning

ICLR 2024poster

The predictions of Large Language Models (LLMs) on downstream tasks often improve significantly when including examples of the input–label relationship in the context. However, there is currently no consensus about how this in-context learning (ICL) ability of LLMs works. For example, while Xie et a…

2024

Kernel Language Entropy: Fine-grained Uncertainty Quantification for LLMs from Semantic Similarities

NeurIPS 2024poster

Uncertainty quantification in Large Language Models (LLMs) is crucial for applications where safety and reliability are important. In particular, uncertainty can be used to improve the trustworthiness of LLMs by detecting factually incorrect model responses, commonly called hallucinations. Criticall…

2024

Position: Fundamental Limitations of LLM Censorship Necessitate New Approaches

ICML 2024poster

Large language models (LLMs) have exhibited impressive capabilities in comprehending complex instructions. However, their blind adherence to provided instructions has led to concerns regarding risks of malicious use. Existing defence mechanisms, such as model fine-tuning or output censorship methods…

Cited by 2SourcePDFScholar
2024

Pre-trained Text-to-Image Diffusion Models Are Versatile Representation Learners for Control

NeurIPS 2024spotlight

Embodied AI agents require a fine-grained understanding of the physical world mediated through visual and language inputs. Such capabilities are difficult to learn solely from task-specific data. This has led to the emergence of pre-trained vision-language models as a tool for transferring represent…

2024

ReLU to the Rescue: Improve Your On-Policy Actor-Critic with Positive Advantages

ICML 2024poster

This paper proposes a step toward approximate Bayesian inference in on-policy actor-critic deep reinforcement learning. It is implemented through three changes to the Asynchronous Advantage Actor-Critic (A3C) algorithm: (1) applying a ReLU function to advantage estimates, (2) spectral normalization…

2023

Deep Deterministic Uncertainty: A New Simple Baseline

CVPR 2023highlight

Reliable uncertainty from deterministic single-forward pass models is sought after because conventional methods of uncertainty quantification are computationally expensive. We take two complex single-forward-pass uncertainty approaches, DUQ and SNGP, and examine whether they mainly rely on a well-re…

Cited by 133SourcePDFScholar
2023

Differentiable Multi-Target Causal Bayesian Experimental Design

ICML 2023poster

We introduce a gradient-based approach for the problem of Bayesian optimal experimental design to learn causal models in a batch setting --- a critical component for causal discovery from finite data where interventions can be costly or risky. Existing methods rely on greedy approximations to constr…

2023

DiscoBAX - Discovery of optimal intervention sets in genomic experiment design

ICML 2023poster

The discovery of therapeutics to treat genetically-driven pathologies relies on identifying genes involved in the underlying disease mechanism. Existing approaches search over the billions of potential interventions to maximize the expected influence on the target phenotype. However, to reduce the r…

2023

Prediction-Oriented Bayesian Active Learning

AISTATS 2023poster

Information-theoretic approaches to active learning have traditionally focused on maximising the information gathered about the model parameters, most commonly by optimising the BALD score. We highlight that this can be suboptimal from the perspective of predictive performance. For example, BALD lac…

2023

ProteinGym: Large-Scale Benchmarks for Protein Fitness Prediction and Design

NeurIPS 2023poster

Predicting the effects of mutations in proteins is critical to many applications, from understanding genetic disease to designing novel proteins that can address our most pressing challenges in climate, agriculture and healthcare. Despite a surge in machine learning-based protein models to tackle th…

2023

ProteinNPT: Improving Protein Property Prediction and Design with Non-Parametric Transformers

NeurIPS 2023poster

Protein design holds immense potential for optimizing naturally occurring proteins, with broad applications in drug discovery, material design, and sustainability. However, computational methods for protein engineering are confronted with significant challenges, such as an expansive design space, s…

2023

Revisiting Automated Prompting: Are We Actually Doing Better?

ACL 2023short

Current literature demonstrates that Large Language Models (LLMs) are great few-shot learners, and prompting significantly increases their performance on a range of downstream tasks in a few-shot learning setting. An attempt to automate human-led prompting followed, with some progress achieved. In p…

2023

Semantic Uncertainty: Linguistic Invariances for Uncertainty Estimation in Natural Language Generation

ICLR 2023top-25%

We introduce a method to measure uncertainty in large language models. For tasks like question answering, it is essential to know when we can trust the natural language outputs of foundation models. We show that measuring uncertainty in natural language is challenging because of "semantic equivalenc…

2022

Active Surrogate Estimators: An Active Learning Approach to Label-Efficient Model Evaluation

NeurIPS 2022accept

We propose Active Surrogate Estimators (ASEs), a new method for label-efficient model evaluation. Evaluating model performance is a challenging and important problem when labels are expensive. ASEs address this active testing problem using a surrogate-based estimation approach that interpolates the…

2022

Continual Learning via Sequential Function-Space Variational Inference

ICML 2022spotlight

Sequential Bayesian inference over predictive functions is a natural framework for continual learning from streams of data. However, applying it to neural networks has proved challenging in practice. Addressing the drawbacks of existing techniques, we propose an optimization objective derived by for…

2022

GeneDisco: A Benchmark for Experimental Design in Drug Discovery

ICLR 2022poster

In vitro cellular experimentation with genetic interventions, using for example CRISPR technologies, is an essential step in early-stage drug discovery and target validation that serves to assess initial hypotheses about causal associations between biological mechanisms and disease pathologies. With…

2022

Interventions, Where and How? Experimental Design for Causal Models at Scale

NeurIPS 2022accept

Causal discovery from observational and interventional data is challenging due to limited data and non-identifiability which introduces uncertainties in estimating the underlying structural causal model (SCM). Incorporating these uncertainties and selecting optimal experiments (interventions) to per…

2022

Learning Dynamics and Generalization in Deep Reinforcement Learning

ICML 2022spotlight

Solving a reinforcement learning (RL) problem poses two competing challenges: fitting a potentially discontinuous value function, and generalizing well to new observations. In this paper, we analyze the learning dynamics of temporal difference algorithms to gain novel insight into the tension betwee…

Cited by 39SourcePDFScholar
2022

Prioritized Training on Points that are Learnable, Worth Learning, and not yet Learnt

ICML 2022spotlight

Training on web-scale data can take months. But much computation and time is wasted on redundant and noisy points that are already learnt or not learnable. To accelerate training, we introduce Reducible Holdout Loss Selection (RHO-LOSS), a simple but principled technique which selects approximately…

2022

Prospect Pruning: Finding Trainable Weights at Initialization using Meta-Gradients

ICLR 2022poster

Pruning neural networks at initialization would enable us to find sparse models that retain the accuracy of the original network while consuming fewer computational resources for training and inference. However, current methods are insufficient to enable this optimization and lead to a large degrada…

2022

Scalable Sensitivity and Uncertainty Analyses for Causal-Effect Estimates of Continuous-Valued Interventions

NeurIPS 2022accept

Estimating the effects of continuous-valued interventions from observational data is a critically important task for climate science, healthcare, and economics. Recent work focuses on designing neural network architectures and regularization functions to allow for scalable estimation of average and…

Cited by 35SourcePDFScholar
2022

Tractable Function-Space Variational Inference in Bayesian Neural Networks

NeurIPS 2022accept

Reliable predictive uncertainty estimation plays an important role in enabling the deployment of neural networks to safety-critical settings. A popular approach for estimating the predictive uncertainty of neural networks is to define a prior distribution over the network parameters, infer an approx…

2022

Tranception: Protein Fitness Prediction with Autoregressive Transformers and Inference-time Retrieval

ICML 2022spotlight

The ability to accurately model the fitness landscape of protein sequences is critical to a wide range of applications, from quantifying the effects of human variants on disease likelihood, to predicting immune-escape mutations in viruses and designing novel biotherapeutic proteins. Deep generative…

2021

Active Testing: Sample-Efficient Model Evaluation

ICML 2021spotlight

We introduce a new framework for sample-efficient model evaluation that we call active testing. While approaches like active learning reduce the number of labels needed for model training, existing literature largely ignores the cost of labeling test data, typically unrealistically assuming large te…

2021

Benchmarking Bayesian Deep Learning on Diabetic Retinopathy Detection Tasks

NeurIPS 2021poster

Bayesian deep learning seeks to equip deep neural networks with the ability to precisely quantify their predictive uncertainty, and has promised to make deep learning more reliable for safety-critical real-world applications. Yet, existing Bayesian deep learning methods fall short of this promise; n…

Cited by 59SourceScholar
2021

Causal-BALD: Deep Bayesian Active Learning of Outcomes to Infer Treatment-Effects from Observational Data

NeurIPS 2021poster

Estimating personalized treatment effects from high-dimensional observational data is essential in situations where experimental designs are infeasible, unethical, or expensive. Existing approaches rely on fitting deep models on outcomes observed for treated and control populations. However, when me…

2021

Domain Invariant Representation Learning with Domain Density Transformations

NeurIPS 2021poster

Domain generalization refers to the problem where we aim to train a model on data from a set of source domains so that the model can generalize to unseen target domains. Naively training a model on the aggregate set of data (pooled from all source domains) has been shown to perform suboptimally, sin…

2021

Generating Interpretable Counterfactual Explanations By Implicit Minimisation of Epistemic and Aleatoric Uncertainties

AISTATS 2021poster

Counterfactual explanations (CEs) are a practical tool for demonstrating why machine learning classifiers make particular decisions. For CEs to be useful, it is important that they are easy for users to interpret. Existing methods for generating interpretable CEs rely on auxiliary generative models,…

2021

Improving black-box optimization in VAE latent space using decoder uncertainty

NeurIPS 2021poster

Optimization in the latent space of variational autoencoders is a promising approach to generate high-dimensional discrete objects that maximize an expensive black-box property (e.g., drug-likeness in molecular generation, function approximation with arithmetic expressions). However, existing method…

Cited by 75SourcePDFScholar
2021

Learning Invariant Representations for Reinforcement Learning without Reconstruction

ICLR 2021oral

We study how representation learning can accelerate reinforcement learning from rich observations, such as images, without relying either on domain knowledge or pixel-reconstruction. Our goal is to learn representations that provide for effective downstream control and invariance to task-irrelevant…

2021

On Pathologies in KL-Regularized Reinforcement Learning from Expert Demonstrations

NeurIPS 2021poster

KL-regularized reinforcement learning from expert demonstrations has proved successful in improving the sample efficiency of deep reinforcement learning algorithms, allowing them to be applied to challenging physical real-world tasks. However, we show that KL-regularized reinforcement learning with…

2021

On Signal-to-Noise Ratio Issues in Variational Inference for Deep Gaussian Processes

ICML 2021spotlight

We show that the gradient estimates used in training Deep Gaussian Processes (DGPs) with importance-weighted variational inference are susceptible to signal-to-noise ratio (SNR) issues. Specifically, we show both theoretically and via an extensive empirical evaluation that the SNR of the gradient es…

2021

Outcome-Driven Reinforcement Learning via Variational Inference

NeurIPS 2021poster

While reinforcement learning algorithms provide automated acquisition of optimal policies, practical application of such methods requires a number of design decisions, such as manually designing reward functions that not only define the task, but also provide sufficient shaping to accomplish it. In…

Cited by 20SourcePDFScholar
2021

PsiPhi-Learning: Reinforcement Learning with Demonstrations using Successor Features and Inverse Temporal Difference Learning

ICML 2021oral

We study reinforcement learning (RL) with no-reward demonstrations, a setting in which an RL agent has access to additional data from the interaction of other agents with the same environment. However, it has no access to the rewards or goals of these agents, and their objectives and levels of exper…

2021

Quantifying Ignorance in Individual-Level Causal-Effect Estimates under Hidden Confounding

ICML 2021spotlight

We study the problem of learning conditional average treatment effects (CATE) from high-dimensional, observational data with unobserved confounders. Unobserved confounders introduce ignorance—a level of unidentifiability—about an individual’s response to treatment by inducing bias in CATE estimates.…

2021

Self-Attention Between Datapoints: Going Beyond Individual Input-Output Pairs in Deep Learning

NeurIPS 2021poster

We challenge a common assumption underlying most supervised deep learning: that a model makes a prediction depending only on its parameters and the features of a single input. To this end, we introduce a general-purpose deep learning architecture that takes as input the entire dataset instead of pro…

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

Speedy Performance Estimation for Neural Architecture Search

NeurIPS 2021spotlight

Reliable yet efficient evaluation of generalisation performance of a proposed architecture is crucial to the success of neural architecture search (NAS). Traditional approaches face a variety of limitations: training each architecture to completion is prohibitively expensive, early stopped validatio…

2020

A Bayesian Perspective on Training Speed and Model Selection

NeurIPS 2020poster

We take a Bayesian perspective to illustrate a connection between training speed and the marginal likelihood in linear models. This provides two major insights: first, that a measure of a model's training speed can be used to estimate its marginal likelihood. Second, that this measure, under certain…

Cited by 35SourcePDFScholar
2020

Can Autonomous Vehicles Identify, Recover From, and Adapt to Distribution Shifts?

ICML 2020poster

Out-of-training-distribution (OOD) scenarios are a common challenge of learning agents at deployment, typically leading to arbitrary deductions and poorly-informed decisions. In principle, detection of and adaptation to OOD scenes can mitigate their adverse effects. In this paper, we highlight the l…

2020

How Robust are the Estimated Effects of Nonpharmaceutical Interventions against COVID-19?

NeurIPS 2020spotlight

To what extent are effectiveness estimates of nonpharmaceutical interventions (NPIs) against COVID-19 influenced by the assumptions our models make? To answer this question, we investigate 2 state-of-the-art NPI effectiveness models and propose 6 variants that make different structural assumptions.…

2020

Identifying Causal-Effect Inference Failure with Uncertainty-Aware Models

NeurIPS 2020poster

Recommending the best course of action for an individual is a major application of individual-level causal effect estimation. This application is often needed in safety-critical domains such as healthcare, where estimating and communicating uncertainty to decision-makers is crucial. We introduce a p…

2020

Invariant Causal Prediction for Block MDPs

ICML 2020poster

Generalization across environments is critical to the successful application of reinforcement learning (RL) algorithms to real-world challenges. In this work we propose a method for learning state abstractions which generalize to novel observation distributions in the multi-environment RL setting. W…

2020

Liberty or Depth: Deep Bayesian Neural Nets Do Not Need Complex Weight Posterior Approximations

NeurIPS 2020poster

We challenge the longstanding assumption that the mean-field approximation for variational inference in Bayesian neural networks is severely restrictive, and show this is not the case in deep networks. We prove several results indicating that deep mean-field variational weight posteriors can induce…

Cited by 64SourcePDFScholar
2020

Radial Bayesian Neural Networks: Beyond Discrete Support In Large-Scale Bayesian Deep Learning

AISTATS 2020poster

We propose Radial Bayesian Neural Networks (BNNs): a variational approximate posterior for BNNs which scales well to large models. Unlike scalable Bayesian deep learning methods like deep ensembles that have discrete support (assign exactly zero probability almost everywhere in weight-space) Radial…

2020

Uncertainty Estimation Using a Single Deep Deterministic Neural Network

ICML 2020poster

We propose a method for training a deterministic deep model that can find and reject out of distribution data points at test time with a single forward pass. Our approach, deterministic uncertainty quantification (DUQ), builds upon ideas of RBF networks. We scale training in these with a novel loss…

2020

Uncertainty Quantification with Statistical Guarantees in End-to-End Autonomous Driving Control

ICRA 2020poster

Deep neural network controllers for autonomous driving have recently benefited from significant performance improvements, and have begun deployment in the real world. Prior to their widespread adoption, safety guarantees are needed on the controller behaviour that properly take account of the uncert…

Cited by 145SourceScholar
2020

VariBAD: A Very Good Method for Bayes-Adaptive Deep RL via Meta-Learning

ICLR 2020poster

Trading off exploration and exploitation in an unknown environment is key to maximising expected return during learning. A Bayes-optimal policy, which does so optimally, conditions its actions not only on the environment state but on the agent’s uncertainty about the environment. Computing a Bayes-o…

Cited by 329SourcecodeScholar
2019

An Empirical study of Binary Neural Networks' Optimisation

ICLR 2019poster

Binary neural networks using the Straight-Through-Estimator (STE) have been shown to achieve state-of-the-art results, but their training process is not well-founded. This is due to the discrepancy between the evaluated function in the forward path, and the weight updates in the back-propagation, up…

2019

BatchBALD: Efficient and Diverse Batch Acquisition for Deep Bayesian Active Learning

NeurIPS 2019poster

We develop BatchBALD, a tractable approximation to the mutual information between a batch of points and model parameters, which we use as an acquisition function to select multiple informative points jointly for the task of deep Bayesian active learning. BatchBALD is a greedy linear-time $1 - \nicef…

2018

BRUNO: A Deep Recurrent Model for Exchangeable Data

NeurIPS 2018poster

We present a novel model architecture which leverages deep learning tools to perform exact Bayesian inference on sets of high dimensional, complex observations. Our model is provably exchangeable, meaning that the joint distribution over observations is invariant under permutation: this property lie…

2018

Fast and Scalable Bayesian Deep Learning by Weight-Perturbation in Adam

ICML 2018oral

Uncertainty computation in deep learning is essential to design robust and reliable systems. Variational inference (VI) is a promising approach for such computation, but requires more effort to implement and execute compared to maximum-likelihood methods. In this paper, we propose new natural-gradie…

2018

Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics

CVPR 2018poster

Numerous deep learning applications benefit from multi-task learning with multiple regression and classification objectives. In this paper we make the observation that the performance of such systems is strongly dependent on the relative weighting between each task's loss. Tuning these weights by ha…

Cited by 4160SourcePDFScholar
2016

A Theoretically Grounded Application of Dropout in Recurrent Neural Networks

NeurIPS 2016poster

Recurrent neural networks (RNNs) stand at the forefront of many recent developments in deep learning. Yet a major difficulty with these models is their tendency to overfit, with dropout shown to fail when applied to recurrent layers. Recent results at the intersection of Bayesian modelling and deep…

2016

Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning

ICML 2016poster

Deep learning tools have gained tremendous attention in applied machine learning. However such tools for regression and classification do not capture model uncertainty. In comparison, Bayesian models offer a mathematically grounded framework to reason about model uncertainty, but usually come with a…

2015

Improving the Gaussian Process Sparse Spectrum Approximation by Representing Uncertainty in Frequency Inputs

ICML 2015poster

Standard sparse pseudo-input approximations to the Gaussian process (GP) cannot handle complex functions well. Sparse spectrum alternatives attempt to answer this but are known to over-fit. We suggest the use of variational inference for the sparse spectrum approximation to avoid both issues. We mod…

2015

Latent Gaussian Processes for Distribution Estimation of Multivariate Categorical Data

ICML 2015poster

Multivariate categorical data occur in many applications of machine learning. One of the main difficulties with these vectors of categorical variables is sparsity. The number of possible observations grows exponentially with vector length, but dataset diversity might be poor in comparison. Recent mo…