← Search

Vaishnavh Nagarajan

16 accepted papers

2026

Deep sequence models tend to memorize geometrically; it is unclear why.

ICML 2026poster

Deep sequence models are said to store atomic facts predominantly in the form of associative memory: a brute-force lookup of co-occurring entities. We identify a dramatically different form of storage of atomic facts that we term as geometric memory. Here, the model has synthesized embeddings encodi…

Cited by 0SourceScholar
2025

Roll the dice & look before you leap: Going beyond the creative limits of next-token prediction

ICML 2025oral

We design a suite of minimal algorithmic tasks that are a loose abstraction of _open-ended_ real-world tasks. This allows us to cleanly and controllably quantify the creative limits of the present-day language model. Much like real-world tasks that require a creative, far-sighted leap of thought, ou…

2024

Sharpness-Aware Minimization Enhances Feature Quality via Balanced Learning

ICLR 2024poster

Sharpness-Aware Minimization (SAM) has emerged as a promising alternative optimizer to stochastic gradient descent (SGD). The originally-proposed motivation behind SAM was to bias neural networks towards flatter minima that are believed to generalize better. However, recent studies have shown confli…

Cited by 5SourcePDFScholar
2024

The Cost of Scaling Down Large Language Models: Reducing Model Size Affects Memory before In-context Learning

ICLR 2024poster

We study how down-scaling large language model (LLM) size impacts LLM capabilities. We begin by measuring the effects of weight pruning – a popular technique for reducing model size – on the two abilities of LLMs: (a) recalling facts presented during pre-training and (b) processing information prese…

Cited by 0SourcePDFScholar
2024

Think before you speak: Training Language Models With Pause Tokens

ICLR 2024poster

Language models generate responses by producing a series of tokens in immediate succession: the $(K+1)^{\rm th}$ token is an outcome of manipulating $K$ hidden vectors per layer, one vector per preceding token. What if instead we were to let the model manipulate say, $K+10$ hidden vectors, before it…

Cited by 76SourcePDFScholar
2023

On student-teacher deviations in distillation: does it pay to disobey?

NeurIPS 2023poster

Knowledge distillation (KD) has been widely used to improve the test accuracy of a "student" network, by training it to mimic the soft probabilities of a trained "teacher" network. Yet, it has been shown in recent work that, despite being trained to fit the teacher's probabilities, the student may n…

Cited by 13SourcePDFScholar
2023

ResMem: Learn what you can and memorize the rest

NeurIPS 2023poster

The impressive generalization performance of modern neural networks is attributed in part to their ability to implicitly memorize complex training patterns. Inspired by this, we explore a novel mechanism to improve model generalization via explicit memorization. Specifically, we propose the residual…

Cited by 12SourcePDFScholar
2022

Assessing Generalization of SGD via Disagreement

ICLR 2022spotlight

We empirically show that the test error of deep networks can be estimated by training the same architecture on the same training set but with two different runs of Stochastic Gradient Descent (SGD), and then measuring the disagreement rate between the two networks on unlabeled test data. This builds…

Cited by 145SourcePDFScholar
2021

A Learning Theoretic Perspective on Local Explainability

ICLR 2021poster

In this paper, we explore connections between interpretable machine learning and learning theory through the lens of local approximation explanations. First, we tackle the traditional problem of performance generalization and bound the test-time predictive accuracy of a model using a notion of how l…

Cited by 20SourcePDFScholar
2021

Understanding the failure modes of out-of-distribution generalization

ICLR 2021poster

Empirical studies suggest that machine learning models often rely on features, such as the background, that may be spuriously correlated with the label only during training time, resulting in poor accuracy during test-time. In this work, we identify the fundamental factors that give rise to this beh…

2019

Deterministic PAC-Bayesian generalization bounds for deep networks via generalizing noise-resilience

ICLR 2019poster

The ability of overparameterized deep networks to generalize well has been linked to the fact that stochastic gradient descent (SGD) finds solutions that lie in flat, wide minima in the training loss -- minima where the output of the network is resilient to small random noise added to its parameters…

Cited by 121SourcePDFScholar
2019

Uniform convergence may be unable to explain generalization in deep learning

NeurIPS 2019oral

Aimed at explaining the surprisingly good generalization behavior of overparameterized deep networks, recent works have developed a variety of generalization bounds for deep learning, all based on the fundamental learning-theoretic technique of uniform convergence. While it is well-known that many…