← Search

Kannan Ramchandran

37 accepted papers

2026

A Positive Case for Faithfulness: Explanations Help Predict Model Behavior

ICML 2026poster

LLM self-explanations are often presented as a promising tool for AI oversight, yet their faithfulness to the model's true reasoning process is poorly understood. Existing faithfulness metrics have critical limitations, typically relying on identifying unfaithfulness via adversarial prompting or det…

Cited by 0SourceScholar
2026

Sample Complexity and Representation Ability of Test-time Scaling Paradigms

ICLR 2026poster

Test-time scaling paradigms have significantly advanced the capabilities of large language models (LLMs) on complex tasks. Despite their empirical success, theoretical understanding of the sample efficiency of various test-time strategies---such as self-consistency, best-of-$n$, and self-correction-…

Cited by 0SourcecodeScholar
2025

EmbedLLM: Learning Compact Representations of Large Language Models

ICLR 2025spotlight

With hundreds of thousands of language models available on Huggingface today, efficiently evaluating and utilizing these models across various downstream tasks has become increasingly critical. Many existing methods repeatedly learn task-specific representations of Large Language Models (LLMs), whic…

2025

Online Assortment and Price Optimization Under Contextual Choice Models

AISTATS 2025poster

We consider an assortment selection and pricing problem in which a seller has $N$ different items available for sale. In each round, the seller observes a $d$-dimensional contextual preference information vector for the user, and offers to the user an assortment of $K$ items at prices chosen by the…

Cited by 0SourcecodeScholar
2025

Proxy-SPEX: Sample-Efficient Interpretability via Sparse Feature Interactions in LLMs

NeurIPS 2025spotlight

Large Language Models (LLMs) have achieved remarkable performance by capturing complex interactions between input features. To identify these interactions, most existing approaches require enumerating all possible combinations of features up to a given order, causing them to scale poorly with the nu…

Cited by 0SourcecodeScholar
2025

SPEX: Scaling Feature Interaction Explanations for LLMs

ICML 2025poster

Large language models (LLMs) have revolutionized machine learning due to their ability to capture complex interactions between input features. Popular post-hoc explanation methods like SHAP provide *marginal* feature attributions, while their extensions to interaction importances only scale to small…

2025

VersaPRM: Multi-Domain Process Reward Model via Synthetic Reasoning Data

ICML 2025oral

Process Reward Models (PRMs) have proven effective at enhancing mathematical reasoning for Large Language Models (LLMs) by leveraging increased inference-time computation. However, they are predominantly trained on mathematical data and their generalizability to non-mathematical domains has not been…

Cited by 4SourcePDFScholar
2025

Why Do Multi-Agent LLM Systems Fail?

NeurIPS 2025spotlight

Despite enthusiasm for Multi-Agent LLM Systems (MAS), their performance gains on popular benchmarks are often minimal. This gap highlights a critical need for a principled understanding of why MAS fail. Addressing this question requires systematic identification and analysis of failure patterns. We…

Cited by 0SourcecodeScholar
2024

An Analysis of Tokenization: Transformers under Markov Data

NeurIPS 2024spotlight

While there has been a large body of research attempting to circumvent tokenization for language modeling (Clark et al. 2022, Xue et al. 2022), the current consensus is that it is a necessary initial step for designing state-of-the-art performant language models. In this paper, we investigate tokeni…

Cited by 0SourcePDFScholar
2024

Learning to Understand: Identifying Interactions via the Möbius Transform

NeurIPS 2024poster

One of the key challenges in machine learning is to find interpretable representations of learned functions. The Möbius transform is essential for this purpose, as its coefficients correspond to unique *importance scores* for *sets of input variables*. This transform is closely related to widely use…

Cited by 3SourcePDFScholar
2024

Transformers on Markov data: Constant depth suffices

NeurIPS 2024poster

Attention-based transformers have been remarkably successful at modeling generative processes across various domains and modalities. In this paper, we study the behavior of transformers on data drawn from $k^{\text{th}}$-order Markov processes, where the conditional distribution of the next symbol i…

Cited by 8SourcePDFScholar
2023

Greedy Pruning with Group Lasso Provably Generalizes for Matrix Sensing

NeurIPS 2023poster

Pruning schemes have been widely used in practice to reduce the complexity of trained models with a massive number of parameters. In fact, several practical studies have shown that if the pruned model is fine-tuned with some gradient-based updates it generalizes well to new samples. Although the abo…

Cited by 2SourcePDFScholar
2023

Interactive Learning with Pricing for Optimal and Stable Allocations in Markets

AISTATS 2023poster

Large-scale online recommendation systems must facilitate the allocation of a limited number of items among competing users while learning their preferences from user feedback. As a principled way of incorporating market constraints and user incentives in the design, we consider our objectives to be…

Cited by 1SourcePDFScholar
2023

Learning a 1-layer conditional generative model in total variation

NeurIPS 2023poster

A conditional generative model is a method for sampling from a conditional distribution $p(y \mid x)$. For example, one may want to sample an image of a cat given the label ``cat''. A feed-forward conditional generative model is a function $g(x, z)$ that takes the input $x$ and a random seed $z$,…

Cited by 0SourcePDFScholar
2023

Online Pricing for Multi-User Multi-Item Markets

NeurIPS 2023poster

Online pricing has been the focus of extensive research in recent years, particularly in the context of selling an item to sequentially arriving users. However, what if a provider wants to maximize revenue by selling multiple items to multiple users in each round? This presents a complex problem, as…

Cited by 1SourcePDFScholar
2022

Minimax Optimal Online Imitation Learning via Replay Estimation

NeurIPS 2022accept

Online imitation learning is the problem of how best to mimic expert demonstrations, given access to the environment or an accurate simulator. Prior work has shown that in the \textit{infinite} sample regime, exact moment matching achieves value equivalence to the expert policy. However, in the \tex…

2021

On the Value of Interaction and Function Approximation in Imitation Learning

NeurIPS 2021poster

We study the statistical guarantees for the Imitation Learning (IL) problem in episodic MDPs. Rajaraman et al. (2020) show an information theoretic lower bound that in the worst case, a learner which can even actively query the expert policy suffers from a suboptimality growing quadratically in the…

Cited by 26SourcePDFScholar
2021

Taxonomizing local versus global structure in neural network loss landscapes

NeurIPS 2021poster

Viewing neural network models in terms of their loss landscapes has a long history in the statistical mechanics approach to learning, and in recent years it has received attention within machine learning proper. Among other things, local metrics (such as the smoothness of the loss landscape) have be…

2020

An Efficient Framework for Clustered Federated Learning

NeurIPS 2020poster

We address the problem of Federated Learning (FL) where users are distributed and partitioned into clusters. This setup captures settings where different groups of users have their own objectives (learning tasks) but by aggregating their data with others in the same cluster (same learning task), the…

2020

Boundary thickness and robustness in learning models

NeurIPS 2020poster

Robustness of machine learning models to various adversarial and non-adversarial corruptions continues to be of interest. In this paper, we introduce the notion of the boundary thickness of a classifier, and we describe its connection with and usefulness for model robustness. Thick decision boundari…

2020

Toward the Fundamental Limits of Imitation Learning

NeurIPS 2020poster

Imitation learning (IL) aims to mimic the behavior of an expert policy in a sequential decision-making problem given only demonstrations. In this paper, we focus on understanding the minimax statistical limits of IL in episodic Markov Decision Processes (MDPs). We first consider the setting where th…

Cited by 103SourcePDFScholar
2019

A Fast and Robust Paradigm for Fourier Compressed Sensing Based on Coded Sampling

ICASSP 2019accepted

First-order gradient methods are commonly used for compressed sensing reconstruction. However, for Fourier sampling systems, they require computing a large number of fast Fourier transforms (FFTs), which can be expensive in real-time applications. In this paper, instead of random sub-sampling, we us…

Cited by 0SourceScholar
2019

Adversarially Trained Autoencoders for Parallel-data-free Voice Conversion

ICASSP 2019accepted

We present a method for converting the voices between a set of speakers. Our method is based on training multiple autoencoder paths, where there is a single speaker-independent encoder and multiple speaker-dependent decoders. The autoencoders are trained with an addition of an adversarial loss which…

Cited by 0SourceScholar
2018

Approximate Ranking from Pairwise Comparisons

AISTATS 2018poster

A common problem in machine learning is to rank a set of n items based on pairwise comparison. Here, ranking refers to partitioning the items into sets of pre-specified sizes according to theirs scores, which includes identification of the top-k items as the most prominent special case. The score o…

Cited by 0SourcePDFScholar
2018

Gradient Diversity: a Key Ingredient for Scalable Distributed Learning

AISTATS 2018poster

It has been experimentally observed that distributed implementations of mini-batch stochastic gradient descent (SGD) algorithms exhibit speedup saturation and decaying generalization ability beyond a particular batch-size. In this work, we present an analysis hinting that high similarity between con…

Cited by 0SourcePDFScholar
2016

A sparse-graph-coded filter bank approach to minimum-rate spectrum-blind sampling

ICASSP 2016accepted

Sampling of bandlimited signals whose frequency support is unknown is called spectrum-blind sampling. It has attracted considerable attention due to its potential for sampling much lower than the Nyquist rate. The minimum rate for spectrum-blind sampling has been established as twice the measure of…

Cited by 0SourceScholar
2016

Cyclades: Conflict-free Asynchronous Machine Learning

NeurIPS 2016poster

We present Cyclades, a general framework for parallelizing stochastic optimization algorithms in a shared memory setting. Cyclades is asynchronous during model updates, and requires no memory locking mechanisms, similar to Hogwild!-type algorithms. Unlike Hogwild!, Cyclades introduces no conflicts d…

2016

Metadata-conscious anonymous messaging

ICML 2016poster

Anonymous messaging platforms like Whisper and Yik Yak allow users to spread messages over a network (e.g., a social network) without revealing message authorship to other users. The spread of messages on these platforms can be modeled by a diffusion process over a graph. Recent advances in network…

Cited by 12SourcePDFScholar
2016

Recovering K-sparse N-length vectors in O(K log N) time: Compressed sensing using sparse-graph codes

ICASSP 2016accepted

We study the design of measurement matrices for compressed sensing, where the goal is to stably acquire and reconstruct arbitrary K-sparse N-length signals in the presence of noise. We propose a new design framework that simultaneously leads to low measurement cost and low computational cost. In par…

Cited by 0SourceScholar
2015

An Active Learning Framework using Sparse-Graph Codes for Sparse Polynomials and Graph Sketching

NeurIPS 2015poster

Let $f: \{-1,1\}^n \rightarrow \mathbb{R}$ be an $n$-variate polynomial consisting of $2^n$ monomials, in which only $s\ll 2^n$ coefficients are non-zero. The goal is to learn the polynomial by querying the values of $f$. We introduce an active learning framework that is associated with a low query…

Cited by 15SourcePDFScholar
2015

Estimation from Pairwise Comparisons: Sharp Minimax Bounds with Topology Dependence

AISTATS 2015poster

Consider the problem of identifying the underlying qualities of a set of items based on measuring noisy comparisons between pairs of items. The Bradley-Terry-Luce (BTL) and Thurstone models are the most widely used parametric models for such pairwise comparison data. Working within a standard minima…

Cited by 211SourcePDFScholar
2015

Parallel Correlation Clustering on Big Graphs

NeurIPS 2015poster

Given a similarity graph between items, correlation clustering (CC) groups similar items together and dissimilar ones apart. One of the most popular CC algorithms is KwikCluster: an algorithm that serially clusters neighborhoods of vertices, and obtains a 3-approximation ratio. Unfortunately, in pr…