← Search

Nikunj Saunshi

18 accepted papers

2025

Efficient stagewise pretraining via progressive subnetworks

ICLR 2025poster

Recent developments in large language models have sparked interest in efficient pretraining methods. Stagewise training approaches to improve efficiency, like gradual stacking and layer dropping (Reddi et al., 2023; Zhang & He, 2020), have recently garnered attention. The prevailing view suggests th…

Cited by 8SourcePDFScholar
2025

Learning to Keep a Promise: Scaling Language Model Decoding Parallelism with Learned Asynchronous Decoding

ICML 2025poster

Decoding with autoregressive language models traditionally occurs sequentially, generating one token after another. Recent attempts to introduce parallelism require a pre-determined structure in the generated content to implement parallel generation, such as by pattern-matching on bullet points. In…

Cited by 0SourcePDFScholar
2025

Reasoning with Latent Thoughts: On the Power of Looped Transformers

ICLR 2025poster

Large language models have shown remarkable reasoning abilities and scaling laws suggest that large parameter count, especially along the depth axis, is the primary driver. In this work, we make a stronger claim --- many reasoning problems require a large depth but not necessarily many parameters. T…

Cited by 6SourcePDFScholar
2024

Can Looped Transformers Learn to Implement Multi-step Gradient Descent for In-context Learning?

ICML 2024poster

Transformers to do reasoning and few-shot learning, without any fine-tuning, is widely conjectured to stem from their ability to implicitly simulate a multi-step algorithms -- such as gradient descent -- with their weights in a single forward pass. Recently, there has been progress in understanding…

Cited by 18SourcePDFScholar
2024

On the Inductive Bias of Stacking Towards Improving Reasoning

NeurIPS 2024poster

Given the increasing scale of model sizes, efficient training strategies like gradual stacking have garnered interest. Stacking enables efficient training by gradually growing the depth of a model in stages and using layers from a smaller model in an earlier stage to initialize the next stage. Altho…

Cited by 2SourcePDFScholar
2023

Task-Specific Skill Localization in Fine-tuned Language Models

ICML 2023poster

Pre-trained language models can be fine-tuned to solve diverse NLP tasks, including in few-shot settings. Thus fine-tuning allows the model to quickly pick up task-specific "skills," but there has been limited study of *where* these newly-learnt skills reside inside the massive model. This paper int…

2023

Understanding Influence Functions and Datamodels via Harmonic Analysis

ICLR 2023poster

Influence functions estimate effect of individual data points on predictions of the model on test data and were adapted to deep learning in \cite{koh2017understanding}. They have been used for detecting data poisoning, detecting helpful and harmful examples, influence of groups of datapoints, etc. R…

Cited by 30SourcePDFScholar
2022

New Definitions and Evaluations for Saliency Methods: Staying Intrinsic, Complete and Sound

NeurIPS 2022accept

Saliency methods compute heat maps that highlight portions of an input that were most important for the label assigned to it by a deep net. Evaluations of saliency methods convert this heat map into a new masked input by retaining the $k$ highest-ranked pixels of the original input and replacing the…

2022

Understanding Contrastive Learning Requires Incorporating Inductive Biases

ICML 2022spotlight

Contrastive learning is a popular form of self-supervised learning that encourages augmentations (views) of the same input to have more similar representations compared to augmentations of different inputs. Recent attempts to theoretically explain the success of contrastive learning on downstream cl…

Cited by 141SourcePDFScholar
2021

A Mathematical Exploration of Why Language Models Help Solve Downstream Tasks

ICLR 2021poster

Autoregressive language models, pretrained using large text corpora to do well on next word prediction, have been successful at solving many downstream tasks, even with zero-shot usage. However, there is little theoretical understanding of this success. This paper initiates a mathematical study of t…

Cited by 95SourcePDFScholar
2021

A Representation Learning Perspective on the Importance of Train-Validation Splitting in Meta-Learning

ICML 2021spotlight

An effective approach in meta-learning is to utilize multiple “train tasks” to learn a good initialization for model parameters that can help solve unseen “test tasks” with very few samples by fine-tuning from this initialization. Although successful in practice, theoretical understanding of such me…

2021

Predicting What You Already Know Helps: Provable Self-Supervised Learning

NeurIPS 2021poster

Self-supervised representation learning solves auxiliary prediction tasks (known as pretext tasks), that do not require labeled data, to learn semantic representations. These pretext tasks are created solely using the input features, such as predicting a missing image patch, recovering the color cha…

Cited by 218SourcePDFScholar
2020

A Sample Complexity Separation between Non-Convex and Convex Meta-Learning

ICML 2020poster

One popular trend in meta-learning is to learn from many training tasks a common initialization that a gradient-based method can use to solve a new task with few samples. The theory of meta-learning is still in its early stages, with several recent learning-theoretic analyses of methods such as Rept…

Cited by 24SourcePDFScholar
2020

Provable Representation Learning for Imitation Learning via Bi-level Optimization

ICML 2020poster

A common strategy in modern learning systems is to learn a representation that is useful for many tasks, a.k.a. representation learning. We study this strategy in the imitation learning setting for Markov decision processes (MDPs) where multiple experts’ trajectories are available. We formulate repr…

Cited by 78SourcePDFScholar
2019

A Theoretical Analysis of Contrastive Unsupervised Representation Learning

ICML 2019oral

Recent empirical works have successfully used unlabeled data to learn feature representations that are broadly useful in downstream classification tasks. Several of these methods are reminiscent of the well-known word2vec embedding algorithm: leveraging availability of pairs of semantically “similar…

Cited by 933SourcePDFScholar
2018

A Compressed Sensing View of Unsupervised Text Embeddings, Bag-of-n-Grams, and LSTMs

ICLR 2018poster

Low-dimensional vector embeddings, computed using LSTMs or simpler techniques, are a popular approach for capturing the “meaning” of text and a form of unsupervised learning useful for downstream tasks. However, their power is not theoretically understood. The current paper derives formal understand…

Cited by 53SourcePDFScholar