← Search

Ananda Theertha Suresh

48 accepted papers

2025

Block Verification Accelerates Speculative Decoding

ICLR 2025poster

Speculative decoding is an effective method for lossless acceleration of large language models during inference. It uses a fast model to draft a block of tokens which are then verified in parallel by the target model, and provides a guarantee that the output is distributed identically to a sample f…

Cited by 3SourcePDFScholar
2025

Efficient and Asymptotically Unbiased Constrained Decoding for Large Language Models

AISTATS 2025poster

In real-world applications of large language models, outputs are often required to be confined: selecting items from predefined product or document sets, generating phrases that comply with safety standards, or conforming to specialized formatting styles. To control the generation, constrained decod…

Cited by 0SourceScholar
2025

Hierarchical Retrieval: The Geometry and a Pretrain-Finetune Recipe

NeurIPS 2025poster

Dual encoder (DE) models, where a pair of matching query and document are embedded into similar vector representations, are widely used in information retrieval due to their simplicity and scalability. However, the Euclidean geometry of the embedding space limits the expressive power of DEs, which m…

Cited by 0SourceScholar
2025

InfAlign: Inference-aware language model alignment

ICML 2025poster

Language model alignment is a critical step in training modern generative language models. Alignment targets to improve win rate of a sample from the aligned model against the base model. Today, we are increasingly using inference-time algorithms (e.g., Best-of-$N$ , controlled decoding, tree search…

Cited by 3SourcePDFScholar
2025

Private Set Union with Multiple Contributions

NeurIPS 2025spotlight

In the private set union problem each user owns a bag of at most $k$ items (from some large universe of items), and we are interested in computing the union of the items in the bags of all of the users. This is trivial without privacy, but a differentially private algorithm must be careful about rep…

Cited by 0SourceScholar
2025

Rate of Model Collapse in Recursive Training

AISTATS 2025poster

Given the ease of creating synthetic data from machine learning models, new models can be potentially trained on synthetic data generated by previous models. This recursive training process raises concerns about the long-term impact on model quality. As models are recursively trained on generated da…

Cited by 0SourcecodeScholar
2025

Theoretical guarantees on the best-of-n alignment policy

ICML 2025poster

A simple and effective method for the inference-time alignment of generative models is the best-of-$n$ policy, where $n$ samples are drawn from a reference policy, ranked based on a reward function, and the highest ranking one is selected. A commonly used analytical expression in the literature cla…

Cited by 31SourcePDFScholar
2024

Accelerating Blockwise Parallel Language Models with Draft Refinement

NeurIPS 2024poster

Autoregressive language models have achieved remarkable advancements, yet their potential is often limited by the slow inference speeds associated with sequential token generation. Blockwise parallel decoding (BPD) was proposed by Stern et al. [42] as a method to improve inference speed of language…

Cited by 2SourcePDFScholar
2024

FedAQT: Accurate Quantized Training with Federated Learning

ICASSP 2024accepted

Federated learning (FL) has been widely used to train neural networks with the decentralized training procedure where data is only accessed on clients’ devices for privacy preservation. However, the limited computation resources on clients’ devices prevent FL of large models. To overcome the constra…

Cited by 0SourceScholar
2024

The importance of feature preprocessing for differentially private linear optimization

ICLR 2024poster

Training machine learning models with differential privacy (DP) has received increasing interest in recent years. One of the most popular algorithms for training differentially private models is differentially private stochastic gradient descent (DPSGD) and its variants, where at each step gradients…

Cited by 4SourcePDFScholar
2023

Algorithms for bounding contribution for histogram estimation under user-level privacy

ICML 2023poster

We study the problem of histogram estimation under user-level differential privacy, where the goal is to preserve the privacy of *all* entries of any single user. We consider the heterogeneous scenario where the quantity of data can be different for each user. In this scenario, the amount of noise i…

Cited by 10SourcePDFScholar
2023

Federated Heavy Hitter Recovery under Linear Sketching

ICML 2023poster

Motivated by real-life deployments of multi-round federated analytics with secure aggregation, we investigate the fundamental communication-accuracy tradeoffs of the heavy hitter discovery and approximate (open-domain) histogram problems under a linear sketching constraint. We propose efficient algo…

Cited by 2SourcePDFScholar
2023

Principled Approaches for Private Adaptation from a Public Source

AISTATS 2023poster

A key problem in a variety of applications is that of domain adaptation from a public source domain, for which a relatively large amount of labeled data with no privacy constraints is at one’s disposal, to a private target domain, for which a private sample is available with very few or no labeled d…

Cited by 4SourcePDFScholar
2023

SpecTr: Fast Speculative Decoding via Optimal Transport

NeurIPS 2023poster

Autoregressive sampling from large language models has led to state-of-the-art results in several natural language tasks. However, autoregressive sampling generates tokens one at a time making it slow, and even prohibitive in certain tasks. One way to speed up sampling is *speculative decoding*: use…

Cited by 86SourcePDFScholar
2023

Subset-Based Instance Optimality in Private Estimation

ICML 2023poster

We propose a new definition of instance optimality for differentially private estimation algorithms. Our definition requires an optimal algorithm to compete, simultaneously for every dataset $D$, with the best private benchmark algorithm that (a) knows $D$ in advance and (b) is evaluated by its wors…

Cited by 9SourcePDFScholar
2022

Correlated Quantization for Distributed Mean Estimation and Optimization

ICML 2022spotlight

We study the problem of distributed mean estimation and optimization under communication constraints. We propose a correlated quantization protocol whose error guarantee depends on the deviation of data points instead of their absolute range. The design doesn’t need any prior knowledge on the concen…

2022

On the benefits of maximum likelihood estimation for Regression and Forecasting

ICLR 2022poster

We advocate for a practical Maximum Likelihood Estimation (MLE) approach towards designing loss functions for regression and forecasting, as an alternative to the typical approach of direct empirical risk minimization on a specific target metric. The MLE approach is better suited to capture inductiv…

Cited by 14SourcePDFScholar
2022

The Fundamental Price of Secure Aggregation in Differentially Private Federated Learning

ICML 2022spotlight

We consider the problem of training a $d$ dimensional model with distributed differential privacy (DP) where secure aggregation (SecAgg) is used to ensure that the server only sees the noisy sum of $n$ model updates in every training round. Taking into account the constraints imposed by SecAgg, we c…

2021

A Discriminative Technique for Multiple-Source Adaptation

ICML 2021spotlight

We present a new discriminative technique for the multiple-source adaptation (MSA) problem. Unlike previous work, which relies on density estimation for each source domain, our solution only requires conditional probabilities that can be straightforwardly accurately estimated from unlabeled data fro…

Cited by 14SourcePDFScholar
2021

A Theory of Multiple-Source Adaptation with Limited Target Labeled Data

AISTATS 2021poster

We study multiple-source domain adaptation, when the learner has access to abundant labeled data from multiple-source domains and limited labeled data from the target domain. We analyze existing algorithms for this problem, and propose a novel algorithm based on model selection. Our algorithms are e…

Cited by 31SourcePDFScholar
2021

Breaking the centralized barrier for cross-device federated learning

NeurIPS 2021poster

Federated learning (FL) is a challenging setting for optimization due to the heterogeneity of the data across different clients which gives rise to the client drift phenomenon. In fact, obtaining an algorithm for FL which is uniformly better than simple centralized training has been a major open pro…

Cited by 102SourcePDFScholar
2021

Learning with User-Level Privacy

NeurIPS 2021poster

We propose and analyze algorithms to solve a range of learning tasks under user-level differential privacy constraints. Rather than guaranteeing only the privacy of individual samples, user-level DP protects a user's entire contribution ($m \ge 1$ samples), providing more stringent but more realisti…

Cited by 105SourcePDFScholar
2021

Remember What You Want to Forget: Algorithms for Machine Unlearning

NeurIPS 2021poster

We study the problem of unlearning datapoints from a learnt model. The learner first receives a dataset $S$ drawn i.i.d. from an unknown distribution, and outputs a model $\widehat{w}$ that performs well on unseen samples from the same distribution. However, at some point in the future, any trainin…

Cited by 322SourcePDFScholar
2021

Shuffled Model of Differential Privacy in Federated Learning

AISTATS 2021poster

We consider a distributed empirical risk minimization (ERM) optimization problem with communication efficiency and privacy requirements, motivated by the federated learning (FL) framework. We propose a distributed communication-efficient and local differentially private stochastic gradient descent (…

Cited by 234SourcePDFScholar
2021

Wyner-Ziv Estimators: Efficient Distributed Mean Estimation with Side-Information

AISTATS 2021poster

Communication efficient distributed mean estimation is an important primitive that arises in many distributed learning and optimization scenarios such as federated learning. Without any probabilistic assumptions on the underlying data, we study the problem of distributed mean estimation where the se…

Cited by 13SourcePDFScholar
2020

FedBoost: A Communication-Efficient Algorithm for Federated Learning

ICML 2020poster

Communication cost is often a bottleneck in federated learning and other client-based distributed learning scenarios. To overcome this, several gradient compression and model compression algorithms have been proposed. In this work, we propose an alternative approach whereby an ensemble of pre-traine…

Cited by 279SourcePDFScholar
2020

Learning discrete distributions: user vs item-level privacy

NeurIPS 2020poster

Much of the literature on differential privacy focuses on item-level privacy, where loosely speaking, the goal is to provide privacy per item or training example. However, recently many practical applications such as federated learning require preserving privacy for all items of a single user, which…

Cited by 72SourcePDFScholar
2020

SCAFFOLD: Stochastic Controlled Averaging for Federated Learning

ICML 2020poster

Federated learning is a key scenario in modern large-scale machine learning where the data remains distributed over a large number of clients and the task is to learn a centralized model without transmitting the client data. The standard optimization algorithm used in this setting is Federated Avera…

Cited by 3685SourcePDFScholar
2019

Sampled Softmax with Random Fourier Features

NeurIPS 2019poster

The computational cost of training with softmax cross entropy loss grows linearly with the number of classes. For the settings where a large number of classes are involved, a common method to speed up training is to sample a subset of classes and utilize an estimate of the loss gradient based on the…

Cited by 69SourcePDFScholar
2018

Data Amplification: A Unified and Competitive Approach to Property Estimation

NeurIPS 2018poster

Estimating properties of discrete distributions is a fundamental problem in statistical learning. We design the first unified, linear-time, competitive, property estimator that for a wide class of properties and for all underlying distributions uses just 2n samples to achieve the performance attaine…

Cited by 30SourcePDFScholar
2018

cpSGD: Communication-efficient and differentially-private distributed SGD

NeurIPS 2018spotlight

Distributed stochastic gradient descent is an important subroutine in distributed learning. A setting of particular interest is when the clients are mobile devices, where two important concerns are communication efficiency and the privacy of the clients. Several recent works have focused on reducing…

Cited by 587SourcePDFScholar
2017

A Unified Maximum Likelihood Approach for Estimating Symmetric Properties of Discrete Distributions

ICML 2017poster

Symmetric distribution properties such as support size, support coverage, entropy, and proximity to uniformity, arise in many applications. Recently, researchers applied different estimators and analysis tools to derive asymptotically sample-optimal approximations for each of these properties. We sh…

Cited by 37SourcePDFScholar
2017

Distributed Mean Estimation with Limited Communication

ICML 2017poster

Motivated by the need for distributed learning and optimization algorithms with low communication cost, we study communication efficient algorithms for distributed mean estimation. Unlike previous works, we make no probabilistic assumptions on the data. We first show that for $d$ dimensional data wi…

Cited by 424SourcePDFScholar
2017

Maximum Selection and Ranking under Noisy Comparisons

ICML 2017poster

We consider $(\epsilon,\delta)$-PAC maximum-selection and ranking using pairwise comparisons for general probabilistic models whose comparison probabilities satisfy strong stochastic transitivity and stochastic triangle inequality. Modifying the popular knockout tournament, we propose a simple maxim…

Cited by 73SourcePDFScholar
2017

Model-Powered Conditional Independence Test

NeurIPS 2017poster

We consider the problem of non-parametric Conditional Independence testing (CI testing) for continuous random variables. Given i.i.d samples from the joint distribution $f(x,y,z)$ of continuous random vectors $X,Y$ and $Z,$ we determine whether $X \independent Y \vert Z$. We approach this by convert…

2017

Multiscale Quantization for Fast Similarity Search

NeurIPS 2017poster

We propose a multiscale quantization approach for fast similarity search on large, high-dimensional datasets. The key insight of the approach is that quantization methods, in particular product quantization, perform poorly when there is large variance in the norms of the data points. This is a commo…

Cited by 85SourcePDFScholar
2016

Orthogonal Random Features

NeurIPS 2016oral

We present an intriguing discovery related to Random Fourier Features: replacing multiplication by a random Gaussian matrix with multiplication by a properly scaled random orthogonal matrix significantly decreases kernel approximation error. We call this technique Orthogonal Random Features (ORF), a…

Cited by 266SourcePDFScholar