← Search

Sanyam Kapoor

9 accepted papers

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
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…

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

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…

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…

2021

SKIing on Simplices: Kernel Interpolation on the Permutohedral Lattice for Scalable Gaussian Processes

ICML 2021oral

State-of-the-art methods for scalable Gaussian processes use iterative algorithms, requiring fast matrix vector multiplies (MVMs) with the co-variance kernel. The Structured Kernel Interpolation (SKI) framework accelerates these MVMs by performing efficient MVMs on a grid and interpolating back to t…

2021

Variational Auto-Regressive Gaussian Processes for Continual Learning

ICML 2021spotlight

Through sequential construction of posteriors on observing data online, Bayes’ theorem provides a natural framework for continual learning. We develop Variational Auto-Regressive Gaussian Processes (VAR-GPs), a principled posterior updating mechanism to solve sequential tasks in continual learning.…