← Search

Andrew Gordon Wilson

87 accepted papers

2026

A Unification of Discrete, Gaussian, and Simplicial Diffusion

ICLR 2026poster

To model discrete sequences such as DNA, proteins, and language using diffusion, practitioners must choose between three major methods: diffusion in discrete space, Gaussian diffusion in Euclidean space, or diffusion on the simplex. Despite their shared goal, these models have disparate algorithms,…

Cited by 0SourcecodeScholar
2026

Shrinking Proteins with Diffusion

ICLR 2026poster

Many proteins useful in modern medicine or bioengineering are challenging to make in the lab, fuse with other proteins in cells, or deliver to tissues in the body because their sequences are too long. Shortening these sequences typically involves costly, time-consuming experimental campaigns. Ideall…

Cited by 0SourcecodeScholar
2026

Understanding Transformers for Time Series: Rank Structure, Flow-of-ranks, and Compressibility

ICLR 2026poster

Transformers are widely used across data modalities, and yet the principles distilled from text models often transfer imperfectly. In this paper, we analyze Transformers through the lens of rank structure. Our focus is on the time series setting, where the structural properties of the data remarkabl…

Cited by 0SourcecodeScholar
2026

Understanding and Relaxing the Limitations of Transformers for Linear Algebra

ICLR 2026poster

Matrix operations, such as linear solves, eigendecompositions, and log determinants, are foundational building blocks for any number of downstream applications. Therefore, any broadly capable learning system should be able to effectively approximate these operations in its internal representation. A…

Cited by 0SourceScholar
2026

Understanding the Implicit Biases of Design Choices for Time Series Foundation Models

ICLR 2026poster

Time series foundation models (TSFMs) are a potential class of powerful, general-purpose tools for forecasting and related temporal tasks, but their behavior is strongly shaped by subtle inductive biases in their design. Rather than developing a new model and claiming that it is better than existin…

Cited by 0SourceScholar
2026

Zero-shot Forecasting by Simulation Alone

ICLR 2026poster

Zero-shot time-series forecasting holds great promise, but is still in its infancy, hindered by limited and biased data corpora, leakage-prone evaluation, and privacy and licensing constraints. We propose the first practical univariate time-series simulation pipeline, which is simultaneously fast en…

Cited by 0SourceScholar
2025

Bayesian Optimization of Antibodies Informed by a Generative Model of Evolving Sequences

ICLR 2025spotlight

To build effective therapeutics, biologists iteratively mutate antibody sequences to improve binding and stability. Proposed mutations can be informed by previous measurements or by learning from large antibody databases to predict only typical antibodies. Unfortunately, the space of typical antibod…

2025

Compute-Optimal LLMs Provably Generalize Better with Scale

ICLR 2025poster

Why do larger language models generalize better? To explore this question, we develop generalization bounds on the pretraining objective of large language models (LLMs) in the compute-optimal regime, as described by the Chinchilla scaling laws. We introduce a novel, fully empirical Freedman-type mar…

Cited by 0SourcePDFScholar
2025

Customizing the Inductive Biases of Softmax Attention using Structured Matrices

ICML 2025poster

The core component of attention is the scoring function, which transforms the inputs into low-dimensional queries and keys and takes the dot product of each pair. While the low-dimensional projection improves efficiency, it causes information loss for certain tasks that have intrinsically high-dimen…

Cited by 0SourcePDFScholar
2025

Enhancing Foundation Models for Time Series Forecasting via Wavelet-based Tokenization

ICML 2025poster

How to best develop foundational models for time series forecasting remains an important open question. Tokenization is a crucial consideration in this effort: what is an effective discrete vocabulary for a real-valued sequential input? To address this question, we develop WaveToken, a wavelet-based…

Cited by 2SourcePDFScholar
2025

Fine-Tuning with Uncertainty-Aware Priors Makes Vision and Language Foundation Models More Reliable

AISTATS 2025poster

Fine-tuning off-the-shelf pre-trained neural networks has become the default starting point for a wide range of challenging prediction tasks—especially in computer vision and natural language processing, where pre-trained models trained on millions or even billions of data points are publicly availa…

Cited by 0SourceScholar
2025

Position: Supervised Classifiers Answer the Wrong Questions for OOD Detection

ICML 2025poster

To detect distribution shifts and improve model safety, many out-of-distribution (OOD) detection methods rely on the predictive uncertainty or features of supervised models trained on in-distribution data. In this position paper, we critically re-examine this popular family of OOD detection procedur…

Cited by 0SourcePDFScholar
2025

Scaling Collapse Reveals Universal Dynamics in Compute-Optimally Trained Neural Networks

ICML 2025oral

Understanding neural network training dynamics at scale is an important open problem. Although realistic model architectures, optimizers, and data interact in complex ways that make predictive theory challenging, we show that compute-optimally trained models exhibit remarkably precise collective reg…

Cited by 0SourcePDFScholar
2025

Small Batch Size Training for Language Models: When Vanilla SGD Works, and Why Gradient Accumulation is Wasteful

NeurIPS 2025poster

Conventional wisdom dictates that small batch sizes make language model pretraining and fine-tuning unstable, motivating gradient accumulation, which trades off the number of optimizer steps for a proportional increase in batch size. While it is common to decrease the learning rate for smaller batch…

Cited by 0SourceScholar
2025

Training Flexible Models of Genetic Variant Effects from Functional Annotations using Accelerated Linear Algebra

ICML 2025poster

To understand how genetic variants in human genomes manifest in phenotypes - traits like height or diseases like asthma - geneticists have sequenced and measured hundreds of thousands of individuals. Geneticists use this data to build models that predict how a genetic variant impacts phenotype given…

2025

Why Masking Diffusion Works: Condition on the Jump Schedule for Improved Discrete Diffusion

NeurIPS 2025poster

Discrete diffusion models, like continuous diffusion models, generate high-quality samples by gradually undoing noise applied to datapoints with a Markov process. Gradual generation in theory comes with many conceptual benefits; for example, inductive biases can be incorporated into the noising Mark…

Cited by 0SourcecodeScholar
2024

A Study of Bayesian Neural Network Surrogates for Bayesian Optimization

ICLR 2024poster

Bayesian optimization is a highly efficient approach to optimizing objective functions which are expensive to query. These objectives are typically represented by Gaussian process (GP) surrogate models which are easy to optimize and support exact inference. While standard GP surrogates have been wel…

2024

Compute Better Spent: Replacing Dense Layers with Structured Matrices

ICML 2024poster

Dense linear layers are the dominant computational bottleneck in foundation models. Identifying more efficient alternatives to dense matrices has enormous potential for building more compute-efficient models, as exemplified by the success of convolutional networks in the image domain. In this work,…

2024

Controllable Prompt Tuning For Balancing Group Distributional Robustness

ICML 2024poster

Models trained on data composed of different groups or domains can suffer from severe performance degradation under distribution shifts. While recent methods have largely focused on optimizing the worst-group objective, this often comes at the expense of good performance on other groups. To address…

2024

Fine-Tuned Language Models Generate Stable Inorganic Materials as Text

ICLR 2024poster

We propose fine-tuning large language models for generation of stable materials. While unorthodox, fine-tuning large language models on text-encoded atomistic data is simple to implement yet reliable, with around 90\% of sampled structures obeying physical constraints on atom positions and charges.…

2024

Large Language Models Must Be Taught to Know What They Don’t Know

NeurIPS 2024poster

When using large language models (LLMs) in high-stakes applications, we need to know when we can trust their predictions. Some works argue that prompting high-performance LLMs is sufficient to produce calibrated uncertainties, while others introduce sampling methods that can be prohibitively expensi…

2024

Mind the GAP: Improving Robustness to Subpopulation Shifts with Group-Aware Priors

AISTATS 2024poster

Machine learning models often perform poorly under subpopulation shifts in the data distribution. Developing methods that allow machine learning models to better generalize to such shifts is crucial for safe deployment in real-world settings. In this paper, we develop a family of group-aware prior (…

2024

Modeling Caption Diversity in Contrastive Vision-Language Pretraining

ICML 2024poster

There are a thousand ways to caption an image. Contrastive Language Pretraining (CLIP) on the other hand, works by mapping an image and its caption to a single vector -- limiting how well CLIP-like models can represent the diverse ways to describe an image. In this work, we introduce Llip, Latent La…

2024

Non-Vacuous Generalization Bounds for Large Language Models

ICML 2024poster

Modern language models can contain billions of parameters, raising the question of whether they can generalize beyond the training data or simply parrot their training corpora. We provide the first non-vacuous generalization bounds for pretrained large language models (LLMs), indicating that languag…

2024

Position: Bayesian Deep Learning is Needed in the Age of Large-Scale AI

ICML 2024poster

In the current landscape of deep learning research, there is a predominant emphasis on achieving high predictive accuracy in supervised tasks involving large image and language datasets. However, a broader perspective reveals a multitude of overlooked metrics, tasks, and data types, such as uncertai…

Cited by 36SourcePDFScholar
2024

Position: The No Free Lunch Theorem, Kolmogorov Complexity, and the Role of Inductive Biases in Machine Learning

ICML 2024spotlight

No free lunch theorems for supervised learning state that no learner can solve all problems or that all learners achieve exactly the same accuracy on average over a uniform distribution on learning problems. Accordingly, these theorems are often referenced in support of the notion that individual pr…

Cited by 39SourcePDFScholar
2024

Scalable and Flexible Causal Discovery with an Efficient Test for Adjacency

ICML 2024poster

To make accurate predictions, understand mechanisms, and design interventions in systems of many variables, we wish to learn causal graphs from large scale data. Unfortunately the space of all possible causal graphs is enormous so scalably and accurately searching for the best fit to the data is a c…

2024

Searching for Efficient Linear Layers over a Continuous Space of Structured Matrices

NeurIPS 2024poster

Dense linear layers are the dominant computational bottleneck in large neural networks, presenting a critical need for more efficient alternatives. Previous efforts to develop alternatives have focused on a small number of hand-crafted structured matrices, and have neglected to investigate whether t…

2024

Transferring Knowledge From Large Foundation Models to Small Downstream Models

ICML 2024poster

How do we transfer the relevant knowledge from ever larger foundation models into small, task-specific downstream models that can run at much lower costs? Standard transfer learning using pre-trained weights as the initialization transfers limited information and commits us to often massive pre-trai…

Cited by 2SourcePDFScholar
2024

Unlocking Tokens as Data Points for Generalization Bounds on Larger Language Models

NeurIPS 2024spotlight

Large language models (LLMs) with billions of parameters excel at predicting the next token in a sequence. Recent work computes non-vacuous compression-based generalization bounds for LLMs, but these bounds are vacuous for large models at the billion-parameter scale. Moreover, these bounds are obtai…

Cited by 7SourcePDFScholar
2023

A Performance-Driven Benchmark for Feature Selection in Tabular Deep Learning

NeurIPS 2023poster

Academic tabular benchmarks often contain small sets of curated features. In contrast, data scientists typically collect as many features as possible into their datasets, and even engineer new features from existing ones. To prevent over-fitting in subsequent downstream modeling, practitioners commo…

2023

A Stable and Scalable Method for Solving Initial Value PDEs with Neural Networks

ICLR 2023poster

Unlike conventional grid and mesh based methods for solving partial differential equations (PDEs), neural networks have the potential to break the curse of dimensionality, providing approximate solutions to problems where using classical solvers is difficult or impossible. While global minimization…

2023

Automated Few-Shot Classification with Instruction-Finetuned Language Models

EMNLP 2023long findings

A particularly successful class of approaches for few-shot learning combines language models with prompts - hand-crafted task descriptions that complement data samples. However, designing prompts by hand for each task commonly requires domain knowledge and substantial guesswork. We observe, in the…

Cited by 0SourcecodeScholar
2023

Battle of the Backbones: A Large-Scale Comparison of Pretrained Models across Computer Vision Tasks

NeurIPS 2023poster

Neural network based computer vision systems are typically built on a backbone, a pretrained or randomly initialized feature extractor. Several years ago, the default option was an ImageNet-trained convolutional neural network. However, the recent past has seen the emergence of countless backbones…

2023

Bayesian Optimization with Conformal Prediction Sets

AISTATS 2023poster

Bayesian optimization is a coherent, ubiquitous approach to decision-making under uncertainty, with applications including multi-arm bandits, active learning, and black-box optimization. Bayesian optimization selects decisions (i.e. objective function queries) with maximal expected utility with resp…

2023

CoLA: Exploiting Compositional Structure for Automatic and Efficient Numerical Linear Algebra

NeurIPS 2023poster

Many areas of machine learning and science involve large linear algebra problems, such as eigendecompositions, solving linear systems, computing matrix exponentials, and trace estimation. The matrices involved often have Kronecker, convolutional, block diagonal, sum, or product structure. In this pa…

2023

Function-Space Regularization in Neural Networks: A Probabilistic Perspective

ICML 2023poster

Parameter-space regularization in neural network optimization is a fundamental tool for improving generalization. However, standard parameter-space regularization methods make it challenging to encode explicit preferences about desired predictive functions into neural network training. In this work,…

2023

How Much Data Are Augmentations Worth? An Investigation into Scaling Laws, Invariance, and Implicit Regularization

ICLR 2023poster

Despite the clear performance benefits of data augmentations, little is known about why they are so effective. In this paper, we disentangle several key mechanisms through which data augmentations operate. Establishing an exchange rate between augmented and additional real data, we find that in out-…

2023

Large Language Models Are Zero-Shot Time Series Forecasters

NeurIPS 2023poster

By encoding time series as a string of numerical digits, we can frame time series forecasting as next-token prediction in text. Developing this approach, we find that large language models (LLMs) such as GPT-3 and LLaMA-2 can surprisingly zero-shot extrapolate time series at a level comparable to or…

2023

Last Layer Re-Training is Sufficient for Robustness to Spurious Correlations

ICLR 2023top-25%

Neural network classifiers can largely rely on simple spurious features, such as image backgrounds, to make predictions. However, even in these cases, we show that they still often learn core features associated with the desired attributes of the data, contrary to recent findings. Inspired by this i…

2023

Learning Multimodal Data Augmentation in Feature Space

ICLR 2023poster

The ability to jointly learn from multiple modalities, such as text, audio, and visual data, is a defining feature of intelligent systems. While there have been promising advances in designing neural networks to harness multimodal data, the enormous success of data augmentation currently remains lim…

2023

Protein Design with Guided Discrete Diffusion

NeurIPS 2023spotlight

A popular approach to protein design is to combine a generative model with a discriminative model for conditional sampling. The generative model samples plausible sequences while the discriminative model guides a search for sequences with high fitness. Given its broad success in conditional sampling…

2023

Should We Learn Most Likely Functions or Parameters?

NeurIPS 2023poster

Standard regularized training procedures correspond to maximizing a posterior distribution over parameters, known as maximum a posteriori (MAP) estimation. However, model parameters are of interest only insomuch as they combine with the functional form of a model to provide a function that can make…

2023

Simple and Fast Group Robustness by Automatic Feature Reweighting

ICML 2023poster

A major challenge to out-of-distribution generalization is reliance on spurious features --- patterns that are predictive of the class label in the training data distribution, but not causally related to the target. Standard methods for reducing the reliance on spurious features typically assume tha…

2023

Simplifying Neural Network Training Under Class Imbalance

NeurIPS 2023poster

Real-world datasets are often highly class-imbalanced, which can adversely impact the performance of deep learning models. The majority of research on training neural networks under class imbalance has focused on specialized loss functions and sampling techniques. Notably, we demonstrate that simply…

2023

The Lie Derivative for Measuring Learned Equivariance

ICLR 2023top-5%

Equivariance guarantees that a model's predictions capture key symmetries in data. When an image is translated or rotated, an equivariant model's representation of that image will translate or rotate accordingly. The success of convolutional neural networks has historically been tied to translation…

2023

Transfer Learning with Deep Tabular Models

ICLR 2023poster

Recent work on deep learning for tabular data demonstrates the strong performance of deep tabular models, often bridging the gap between gradient boosted decision trees and neural networks. Accuracy aside, a major advantage of neural models is that they are easily fine-tuned in new domains and learn…

2023

Understanding the detrimental class-level effects of data augmentation

NeurIPS 2023poster

Data augmentation (DA) encodes invariance and provides implicit regularization critical to a model's performance in image classification tasks. However, while DA improves average accuracy, recent studies have shown that its impact can be highly class dependent: achieving optimal average accuracy com…

Cited by 13SourcePDFScholar
2023

User-defined Event Sampling and Uncertainty Quantification in Diffusion Models for Physical Dynamical Systems

ICML 2023poster

Diffusion models are a class of probabilistic generative models that have been widely used as a prior for image processing tasks like text conditional generation and inpainting. We demonstrate that these models can be adapted to make predictions and provide uncertainty quantification for chaotic dyn…

Cited by 22SourcePDFScholar
2023

Visual Explanations of Image-Text Representations via Multi-Modal Information Bottleneck Attribution

NeurIPS 2023poster

Vision-language pretrained models have seen remarkable success, but their application to safety-critical settings is limited by their lack of interpretability. To improve the interpretability of vision-language models such as CLIP, we propose a multi-modal information bottleneck (M2IB) approach that…

2022

Accelerating Bayesian Optimization for Biological Sequence Design with Denoising Autoencoders

ICML 2022spotlight

Bayesian optimization (BayesOpt) is a gold standard for query-efficient continuous optimization. However, its adoption for drug design has been hindered by the discrete, high-dimensional nature of the decision variables. We develop a new approach (LaMBO) which jointly trains a denoising autoencoder…

2022

Bayesian Model Selection, the Marginal Likelihood, and Generalization

ICML 2022oral

How do we compare between hypotheses that are entirely consistent with observations? The marginal likelihood (aka Bayesian evidence), which represents the probability of generating our observations from a prior, provides a distinctive approach to this foundational question, automatically encoding Oc…

2022

Chroma-VAE: Mitigating Shortcut Learning with Generative Classifiers

NeurIPS 2022accept

Deep neural networks are susceptible to shortcut learning, using simple features to achieve low training loss without discovering essential semantic structure. Contrary to prior belief, we show that generative models alone are not sufficient to prevent shortcut learning, despite an incentive to reco…

Cited by 15SourcePDFScholar
2022

Deconstructing the Inductive Biases of Hamiltonian Neural Networks

ICLR 2022spotlight

Physics-inspired neural networks (NNs), such as Hamiltonian or Lagrangian NNs, dramatically outperform other learned dynamics models by leveraging strong inductive biases. These models, however, are challenging to apply to many real world systems, such as those that don’t conserve energy or contain…

2022

Low-Precision Stochastic Gradient Langevin Dynamics

ICML 2022spotlight

While low-precision optimization has been widely used to accelerate deep learning, low-precision sampling remains largely unexplored. As a consequence, sampling is simply infeasible in many large-scale scenarios, despite providing remarkable benefits to generalization and uncertainty estimation for…

2022

Low-precision arithmetic for fast Gaussian processes

UAI 2022poster

Low precision arithmetic has had a transformative effect on the training of neural networks, reducing computation, memory and energy requirements. However, despite their promise, low precision operations have received little attention for Gaussian process (GP) training, largely because GPs require s…

2022

On Feature Learning in the Presence of Spurious Correlations

NeurIPS 2022accept

Deep classifiers are known to rely on spurious features — patterns which are correlated with the target on the training data but not inherently relevant to the learning problem, such as the image backgrounds when classifying the foregrounds. In this paper we evaluate the amount of information about…

2022

On Uncertainty, Tempering, and Data Augmentation in Bayesian Classification

NeurIPS 2022accept

Aleatoric uncertainty captures the inherent randomness of the data, such as measurement noise. In Bayesian regression, we often use a Gaussian observation model, where we control the level of aleatoric uncertainty with a noise variance parameter. By contrast, for Bayesian classification we use a cat…

2022

PAC-Bayes Compression Bounds So Tight That They Can Explain Generalization

NeurIPS 2022accept

While there has been progress in developing non-vacuous generalization bounds for deep neural networks, these bounds tend to be uninformative about why deep learning works. In this paper, we develop a compression approach based on quantizing neural network parameters in a linear subspace, profoundly…

2022

Pre-Train Your Loss: Easy Bayesian Transfer Learning with Informative Priors

NeurIPS 2022accept

Deep learning is increasingly moving towards a transfer learning paradigm whereby large foundation models are fine-tuned on downstream tasks, starting from an initialization learned on the source task. But an initialization contains relatively little information about the source task, and does not r…

2022

Volatility Based Kernels and Moving Average Means for Accurate Forecasting with Gaussian Processes

ICML 2022spotlight

A broad class of stochastic volatility models are defined by systems of stochastic differential equations, and while these models have seen widespread success in domains such as finance and statistical climatology, they typically lack an ability to condition on historical data to produce a true post…

2021

A Practical Method for Constructing Equivariant Multilayer Perceptrons for Arbitrary Matrix Groups

ICML 2021oral

Symmetries and equivariance are fundamental to the generalization of neural networks on domains such as images, graphs, and point clouds. Existing work has primarily focused on a small number of groups, such as the translation, rotation, and permutation groups. In this work we provide a completely g…

2021

Bayesian Optimization with High-Dimensional Outputs

NeurIPS 2021poster

Bayesian optimization is a sample-efficient black-box optimization procedure that is typically applied to a small number of independent objectives. However, in practice we often wish to optimize objectives defined over many correlated outcomes (or “tasks”). For example, scientists may want to optimi…

Cited by 66SourcePDFScholar
2021

Conditioning Sparse Variational Gaussian Processes for Online Decision-making

NeurIPS 2021poster

With a principled representation of uncertainty and closed form posterior updates, Gaussian processes (GPs) are a natural choice for online decision making. However, Gaussian processes typically require at least $\mathcal{O}(n^2)$ computations for $n$ training points, limiting their general applicab…

2021

Dangers of Bayesian Model Averaging under Covariate Shift

NeurIPS 2021poster

Approximate Bayesian inference for neural networks is considered a robust alternative to standard training, often providing good performance on out-of-distribution data. However, Bayesian neural networks (BNNs) with high-fidelity approximate inference via full-batch Hamiltonian Monte Carlo achieve p…

2021

Does Knowledge Distillation Really Work?

NeurIPS 2021poster

Knowledge distillation is a popular technique for training a small student network to emulate a larger teacher model, such as an ensemble of networks. We show that while knowledge distillation can improve student generalization, it does not typically work as it is commonly understood: there often re…

2021

Fast Adaptation with Linearized Neural Networks

AISTATS 2021poster

The inductive biases of trained neural networks are difficult to understand and, consequently, to adapt to new settings. We study the inductive biases of linearizations of neural networks, which we show to be surprisingly good summaries of the full network functions. Inspired by this finding, we pro…

2021

Kernel Interpolation for Scalable Online Gaussian Processes

AISTATS 2021poster

Gaussian processes (GPs) provide a gold standard for performance in online settings, such as sample-efficient control and black box optimization, where we need to update a posterior distribution as we acquire data in a sequential online setting. However, updating a GP posterior to accommodate even a…

2021

Residual Pathway Priors for Soft Equivariance Constraints

NeurIPS 2021poster

Models such as convolutional neural networks restrict the hypothesis space to a set of functions satisfying equivariance constraints, and improve generalization in problems by capturing relevant symmetries. However, symmetries are often only partially respected, preventing models with restriction bi…

2020

Cyclical Stochastic Gradient MCMC for Bayesian Deep Learning

ICLR 2020talk

The posteriors over neural network weights are high dimensional and multimodal. Each mode typically characterizes a meaningfully different representation of the data. We develop Cyclical Stochastic Gradient MCMC (SG-MCMC) to automatically explore such distributions. In particular, we propose a cycli…

Cited by 357SourcecodeScholar
2020

Generalizing Convolutional Neural Networks for Equivariance to Lie Groups on Arbitrary Continuous Data

ICML 2020poster

The translation equivariance of convolutional layers enables CNNs to generalize well on image problems. While translation equivariance provides a powerful inductive bias for images, we often additionally desire equivariance to other transformations, such as rotations, especially for non-image data.…

2020

Randomly Projected Additive Gaussian Processes for Regression

ICML 2020poster

Gaussian processes (GPs) provide flexible distributions over functions, with inductive biases controlled by a kernel. However, in many applications Gaussian processes can struggle with even moderate input dimensionality. Learning a low dimensional projection can help alleviate this curse of dimensio…

2020

Semi-Supervised Learning with Normalizing Flows

ICML 2020poster

Normalizing flows transform a latent distribution through an invertible neural network for a flexible and pleasingly simple approach to generative modelling, while preserving an exact likelihood. We propose FlowGMM, an end-to-end approach to generative semi supervised learning with normalizing flows…

2019

A Simple Baseline for Bayesian Uncertainty in Deep Learning

NeurIPS 2019poster

We propose SWA-Gaussian (SWAG), a simple, scalable, and general purpose approach for uncertainty representation and calibration in deep learning. Stochastic Weight Averaging (SWA), which computes the first moment of stochastic gradient descent (SGD) iterates with a modified learning rate schedule,…

2019

Exact Gaussian Processes on a Million Data Points

NeurIPS 2019poster

Gaussian processes (GPs) are flexible non-parametric models, with a capacity that grows with the available data. However, computational constraints with standard inference procedures have limited exact GPs to problems with fewer than about ten thousand training points, necessitating approximations f…

2019

Function-Space Distributions over Kernels

NeurIPS 2019poster

Gaussian processes are flexible function approximators, with inductive biases controlled by a covariance kernel. Learning the kernel is the key to representation learning and strong predictive performance. In this paper, we develop functional kernel learning (FKL) to directly infer functional poster…

2019

Practical Multi-fidelity Bayesian Optimization for Hyperparameter Tuning

UAI 2019poster

Bayesian optimization is popular for optimizing time-consuming black-box objectives. Nonetheless, for hyperparameter tuning in deep neural networks, the time required to evaluate the validation error for even a few hyperparameter settings remains a bottleneck. Multi-fidelity optimization promises…

Cited by 195SourcePDFScholar
2019

SWALP : Stochastic Weight Averaging in Low Precision Training

ICML 2019oral

Low precision operations can provide scalability, memory savings, portability, and energy efficiency. This paper proposes SWALP, an approach to low precision training that averages low-precision SGD iterates with a modified learning rate schedule. SWALP is easy to implement and can match the perform…

2019

Simple Black-box Adversarial Attacks

ICML 2019oral

We propose an intriguingly simple method for the construction of adversarial images in the black-box setting. In constrast to the white-box scenario, constructing black-box adversarial images has the additional constraint on query budget, and efficient attacks remain an open problem to date. With on…

2019

Subspace Inference for Bayesian Deep Learning

UAI 2019poster

Bayesian inference was once a gold standard for learning with neural networks, providing accurate full predictive distributions and well calibrated uncertainty. However, scaling Bayesian inference techniques to deep neural networks is challenging due to the high dimensionality of the parameter space…

2019

There Are Many Consistent Explanations of Unlabeled Data: Why You Should Average

ICLR 2019poster

Presently the most successful approaches to semi-supervised learning are based on consistency regularization, whereby a model is trained to be robust to small perturbations of its inputs and parameters. To understand consistency regularization, we conceptually explore how loss geometry interacts wit…

2018

Constant-Time Predictive Distributions for Gaussian Processes

ICML 2018oral

One of the most compelling features of Gaussian process (GP) regression is its ability to provide well-calibrated posterior distributions. Recent advances in inducing point methods have sped up GP marginal likelihood and posterior mean computations, leaving posterior covariance estimation and sampli…