← Search

David J. Schwab

12 accepted papers

2026

Entropic Confinement and Mode Connectivity in Overparameterized Neural Networks

ICLR 2026poster

Modern neural networks exhibit a striking property: basins of attraction in the loss landscape are often connected by low-loss paths, yet optimization dynamics generally remain confined to a single convex basin and rarely explore intermediate points. We resolve this paradox by identifying entropic b…

Cited by 0SourceScholar
2025

When can in-context learning generalize out of task distribution?

ICML 2025poster

In-context learning (ICL) is a remarkable capability of pretrained transformers that allows models to generalize to unseen tasks after seeing only a few examples. We investigate empirically the conditions necessary on the pretraining distribution for ICL to emerge and generalize \emph{out-of-distrib…

Cited by 0SourcePDFScholar
2023

Don’t forget the nullspace! Nullspace occupancy as a mechanism for out of distribution failure

ICLR 2023poster

Out of distribution (OoD) generalization has received considerable interest in recent years. In this work, we identify a particular failure mode of OoD generalization for discriminative classifiers that is based on test data (from a new domain) lying in the nullspace of features learnt from source d…

Cited by 3SourcePDFScholar
2022

Information bottleneck theory of high-dimensional regression: relevancy, efficiency and optimality

NeurIPS 2022accept

Avoiding overfitting is a central challenge in machine learning, yet many large neural networks readily achieve zero training loss. This puzzling contradiction necessitates new approaches to the study of overfitting. Here we quantify overfitting via residual information, defined as the bits in fitte…

Cited by 7SourcePDFScholar
2021

An Empirical Investigation of Domain Generalization with Empirical Risk Minimizers

NeurIPS 2021poster

Recent work demonstrates that deep neural networks trained using Empirical Risk Minimization (ERM) can generalize under distribution shift, outperforming specialized training algorithms for domain generalization. The goal of this paper is to further understand this phenomenon. In particular, we stud…

Cited by 51SourcePDFScholar
2021

Training BatchNorm and Only BatchNorm: On the Expressive Power of Random Features in CNNs

ICLR 2021poster

A wide variety of deep learning techniques from style transfer to multitask learning rely on training affine transformations of features. Most prominent among these is the popular feature normalization technique BatchNorm, which normalizes activations and then subsequently applies a learned affine t…

Cited by 153SourcePDFScholar
2020

Learning Optimal Representations with the Decodable Information Bottleneck

NeurIPS 2020spotlight

We address the question of characterizing and finding optimal representations for supervised learning. Traditionally, this question has been tackled using the Information Bottleneck, which compresses the inputs while retaining information about the targets, in a decoder-agnostic fashion. In machine…

2018

Learning to Share and Hide Intentions using Information Regularization

NeurIPS 2018poster

Learning to cooperate with friends and compete with foes is a key component of multi-agent reinforcement learning. Typically to do so, one requires access to either a model of or interaction with the other agent(s). Here we show how to learn effective strategies for cooperation and competition in an…