← Search

Sai Praneeth Karimireddy

25 accepted papers

2026

Beyond URLs: Metadata Diversity and Position for Efficient LLM Pretraining

ICLR 2026poster

Incorporating metadata in Large Language Models (LLMs) pretraining has recently emerged as a promising approach to accelerate training. However prior work highlighted only one useful signal—URLs, leaving open the question of whether other forms of metadata could yield greater benefits. In this study…

Cited by 0SourceScholar
2026

Uncertainty as Feature Gaps: Epistemic Uncertainty Quantification of LLMs in Contextual Question-Answering

ICLR 2026poster

Uncertainty Quantification (UQ) research has primarily focused on closed-book factual question answering (QA), while contextual QA remains unexplored, despite its importance in real-world applications. In this work, we focus on UQ for the contextual QA task and propose a theoretically grounded appro…

Cited by 0SourcecodeScholar
2026

f-INE: A Hypothesis Testing Framework for Estimating Influence under Training Randomness

ICLR 2026poster

Influence estimation methods promise to explain and debug machine learning by estimating the impact of individual samples on the final model. Yet, existing methods collapse under training randomness: the same example may appear critical in one run and irrelevant in the next. Such instability undermi…

Cited by 0SourceScholar
2025

A Systematic Analysis of Base Model Choice for Reward Modeling

EMNLP 2025

Reinforcement learning from human feedback (RLHF) and, at its core, reward modeling have become a crucial part of training powerful large language models (LLMs). One commonly overlooked factor in training high-quality reward models (RMs) is the effect of the base model, which is becoming more challe

Cited by 0SourcePDFScholar
2025

Reconsidering LLM Uncertainty Estimation Methods in the Wild

ACL 2025long

Large Language Model (LLM) Uncertainty Estimation (UE) methods have become a crucial tool for detecting hallucinations in recent years. While numerous UE methods have been proposed, most existing studies evaluate them in isolated short-form QA settings using threshold-independent metrics such as AUR…

2024

Collaborative Heterogeneous Causal Inference Beyond Meta-analysis

ICML 2024poster

Collaboration between different data centers is often challenged by heterogeneity across sites. To account for the heterogeneity, the state-of-the-art method is to re-weight the covariate distributions in each site to match the distribution of the target population. Nevertheless, this method still r…

Cited by 4SourcePDFScholar
2024

Data Acquisition via Experimental Design for Data Markets

NeurIPS 2024poster

The acquisition of training data is crucial for machine learning applications. Data markets can increase the supply of data, particularly in data-scarce domains such as healthcare, by incentivizing potential data providers to join the market. A major challenge for a data buyer in such a market is ch…

Cited by 1SourcePDFScholar
2023

Agree to Disagree: Diversity through Disagreement for Better Transferability

ICLR 2023top-5%

Gradient-based learning algorithms have an implicit \emph{simplicity bias} which in effect can limit the diversity of predictors being sampled by the learning procedure. This behavior can hinder the transferability of trained models by (i) favoring the learning of simpler but spurious features --- p…

2023

Federated Conformal Predictors for Distributed Uncertainty Quantification

ICML 2023poster

Conformal prediction is emerging as a popular paradigm for providing rigorous uncertainty quantification in machine learning since it can be easily applied as a post-processing step to already trained models. In this paper, we extend conformal prediction to the federated learning setting. The main c…

2022

Byzantine-Robust Learning on Heterogeneous Datasets via Bucketing

ICLR 2022spotlight

In Byzantine robust distributed or federated learning, a central server wants to train a machine learning model over data distributed across multiple workers. However, a fraction of these workers may deviate from the prescribed algorithm and send arbitrary messages. While this problem has received s…

2022

FLamby: Datasets and Benchmarks for Cross-Silo Federated Learning in Realistic Healthcare Settings

NeurIPS 2022accept

Federated Learning (FL) is a novel approach enabling several clients holding sensitive data to collaboratively train machine learning models, without centralizing data. The cross-silo FL setting corresponds to the case of few ($2$--$50$) reliable clients, each holding medium to large datasets, and i…

2022

TCT: Convexifying Federated Learning using Bootstrapped Neural Tangent Kernels

NeurIPS 2022accept

State-of-the-art federated learning methods can perform far worse than their centralized counterparts when clients have dissimilar data distributions. For neural networks, even when centralized SGD easily finds a solution that is simultaneously performant for all clients, current federated optimizat…

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 from History for Byzantine Robust Optimization

ICML 2021spotlight

Byzantine robustness has received significant attention recently given its importance for distributed and federated learning. In spite of this, we identify severe flaws in existing algorithms even when the data across the participants is identically distributed. First, we show realistic examples whe…

2021

Quasi-global Momentum: Accelerating Decentralized Deep Learning on Heterogeneous Data

ICML 2021spotlight

Decentralized training of deep learning models is a key element for enabling data privacy and on-device learning over networks. In realistic learning scenarios, the presence of heterogeneity across different clients’ local datasets poses an optimization challenge and may severely deteriorate the gen…

2021

RelaySum for Decentralized Deep Learning on Heterogeneous Data

NeurIPS 2021poster

In decentralized machine learning, workers compute model updates on their local data. Because the workers only communicate with few neighbors without central coordination, these updates propagate progressively over the network. This paradigm enables distributed training on networks without all-to-al…

2020

Accelerating Gradient Boosting Machines

AISTATS 2020poster

Gradient Boosting Machine (GBM) introduced by \cite{friedman2001greedy} is a widely popular ensembling technique and is routinely used in competitions such as Kaggle and the KDDCup \citep{chen2016xgboost}. In this work, we propose an Accelerated Gradient Boosting Machine (AGBM) by incorporating Nest…

Cited by 54SourcePDFScholar
2020

Practical Low-Rank Communication Compression in Decentralized Deep Learning

NeurIPS 2020poster

Lossy gradient compression has become a practical tool to overcome the communication bottleneck in centrally coordinated distributed training of machine learning models. However, algorithms for decentralized training with compressed communication over arbitrary connected networks have been more comp…

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
2020

Why are Adaptive Methods Good for Attention Models?

NeurIPS 2020poster

While stochastic gradient descent (SGD) is still the de facto algorithm in deep learning, adaptive methods like Clipped SGD/Adam have been observed to outperform SGD across important tasks, such as attention models. The settings under which SGD performs poorly in comparison to adaptive methods are n…

2019

Efficient Greedy Coordinate Descent for Composite Problems

AISTATS 2019poster

Coordinate descent with random coordinate selection is the current state of the art for many large scale optimization problems. However, greedy selection of the steepest coordinate on smooth problems can yield convergence rates independent of the dimension $n$, requiring $n$ times fewer iterations.…

2019

Error Feedback Fixes SignSGD and other Gradient Compression Schemes

ICML 2019oral

Sign-based algorithms (e.g. signSGD) have been proposed as a biased gradient compression technique to alleviate the communication bottleneck in training large neural networks across multiple workers. We show simple convex counter-examples where signSGD does not converge to the optimum. Further, even…

2019

PowerSGD: Practical Low-Rank Gradient Compression for Distributed Optimization

NeurIPS 2019poster

We study gradient compression methods to alleviate the communication bottleneck in data-parallel distributed optimization. Despite the significant attention received, current compression schemes either do not scale well, or fail to achieve the target test accuracy. We propose a low-rank gradient com…

2018

On Matching Pursuit and Coordinate Descent

ICML 2018oral

Two popular examples of first-order optimization methods over linear spaces are coordinate descent and matching pursuit algorithms, with their randomized variants. While the former targets the optimization by moving along coordinates, the latter considers a generalized notion of directions. Exploiti…

Cited by 29SourcePDFScholar