← Search

Virginia Smith

34 accepted papers

2026

IsoCompute Playbook: Optimally Scaling Sampling Compute for LLM RL

ICML 2026poster

While scaling laws guide compute allocation for LLM pre-training, analogous prescriptions for reinforcement learning (RL) post-training of LLMs remain poorly understood. We study the compute-optimal allocation of sampling compute for on-policy RL methods in LLMs, framing scaling as a compute-constra…

Cited by 0SourceScholar
2026

Position: Child Safety Necessitates New Approaches to AI Safety

ICML 2026spotlight

Modern artificial intelligence (AI) systems have transformative potential across many domains, but also present profound new risks to child safety. AI is increasingly being misused to create AI-generated child sexual abuse material, facilitate child sexual exploitation, and reduce barriers to harm. …

Cited by 0SourceScholar
2026

e3: Learning to Explore Enables Extrapolation of Test-Time Compute for LLMs

ICLR 2026poster

Test-time scaling offers a promising path to improve LLM reasoning by utilizing more compute at inference time; however, the true promise of this paradigm lies in extrapolation (i.e., improvement in performance on hard problems as LLMs keep "thinking" for longer, beyond the maximum token budget they…

Cited by 0SourcecodeScholar
2025

Decoding Dark Matter: Specialized Sparse Autoencoders for Interpreting Rare Concepts in Foundation Models

NAACL 2025findings

Understanding and mitigating the potential risks associated with foundation models (FMs) hinges on developing effective interpretability methods. Sparse Autoencoders (SAEs) have emerged as a promising tool for disentangling FM representations, but they struggle to capture rare, yet crucial concepts…

2025

PARALLELPROMPT: Extracting Parallelism from Large Language Model Queries

NeurIPS 2025poster

LLM serving systems typically treat user prompts as monolithic inputs, optimizing inference through decoding tricks or inter-query batching. However, many real-world prompts contain *latent semantic parallelism*—decomposable structures where subtasks can be executed independently to reduce latency w…

Cited by 0SourceScholar
2025

Unlearning or Obfuscating? Jogging the Memory of Unlearned LLMs via Benign Relearning

ICLR 2025poster

Machine unlearning is a promising approach to mitigate undesirable memorization of training data in ML models. However, in this work we show that existing approaches for unlearning in LLMs are surprisingly susceptible to a simple set of benign relearning attacks. With access to only a small and pote…

Cited by 1SourcePDFScholar
2024

No Free Lunch in LLM Watermarking: Trade-offs in Watermarking Design Choices

NeurIPS 2024poster

Advances in generative models have made it possible for AI-generated text, code, and images to mirror human-generated content in many applications. Watermarking, a technique that aims to embed information in the output of a model to verify its source, is useful for mitigating the misuse of such AI-g…

2024

On the Benefits of Public Representations for Private Transfer Learning under Distribution Shift

NeurIPS 2024poster

Public pretraining is a promising approach to improve differentially private model training. However, recent work has noted that many positive research results studying this paradigm only consider in-distribution tasks, and may not apply to settings where there is distribution shift between the pret…

Cited by 2SourcePDFScholar
2024

Prompting is a Double-Edged Sword: Improving Worst-Group Robustness of Foundation Models

ICML 2024poster

Machine learning models fail catastrophically under distribution shift, but a surprisingly effective way to empirically improve robustness to some types of shift (*e.g.*, Imagenet-A/C) is to use stronger open-vocabulary classifiers derived from foundation models. In this work, we first note that for…

Cited by 3SourcePDFScholar
2024

RL on Incorrect Synthetic Data Scales the Efficiency of LLM Math Reasoning by Eight-Fold

NeurIPS 2024poster

Training on model-generated synthetic data is a promising approach for finetuning LLMs, but it remains unclear when it helps or hurts. In this paper, we investigate this question for math reasoning via an empirical study, followed by building a conceptual understanding of our observations. First, we…

2023

Bitrate-Constrained DRO: Beyond Worst Case Robustness To Unknown Group Shifts

ICLR 2023poster

Training machine learning models robust to distribution shifts is critical for real-world applications. Some robust training algorithms (e.g., Group DRO) specialize to group shifts and require group information on all training points. Other methods (e.g., CVaR DRO) that do not need group annotations…

2023

Complementary Benefits of Contrastive Learning and Self-Training Under Distribution Shift

NeurIPS 2023poster

Self-training and contrastive learning have emerged as leading techniques for incorporating unlabeled data, both under distribution shift (unsupervised domain adaptation) and when it is absent (semi-supervised learning). However, despite the popularity and compatibility of these techniques, their ef…

Cited by 17SourcePDFScholar
2023

Differentially Private Adaptive Optimization with Delayed Preconditioners

ICLR 2023poster

Privacy costs may negate the benefits of using adaptive optimizers in differentially private model training. Prior works typically address this issue by using auxiliary information (e.g., public data) to boost the effectiveness of adaptive optimization. In this work, we explore techniques to estimat…

2023

Progressive Ensemble Distillation: Building Ensembles for Efficient Inference

NeurIPS 2023poster

Knowledge distillation is commonly used to compress an ensemble of models into a single model. In this work we study the problem of progressive ensemble distillation: Given a large, pretrained teacher model , we seek to decompose the model into an ensemble of smaller, low-inference cost student mode…

Cited by 5SourcePDFScholar
2023

Variance-Reduced Gradient Estimation via Noise-Reuse in Online Evolution Strategies

NeurIPS 2023poster

Unrolled computation graphs are prevalent throughout machine learning but present challenges to automatic differentiation (AD) gradient estimation methods when their loss functions exhibit extreme local sensitivtiy, discontinuity, or blackbox characteristics. In such scenarios, online evolution stra…

2022

Adversarial Unlearning: Reducing Confidence Along Adversarial Directions

NeurIPS 2022accept

Supervised learning methods trained with maximum likelihood objectives often overfit on training data. Most regularizers that prevent overfitting look to increase confidence on additional examples (e.g., data augmentation, adversarial training), or reduce it on training data (e.g., label smoothing).…

Cited by 17SourcePDFScholar
2022

Diverse Client Selection for Federated Learning via Submodular Maximization

ICLR 2022poster

In every communication round of federated learning, a random subset of clients communicate their model updates back to the server which then aggregates them all. The optimal size of this subset is not known and several studies have shown that typically random selection does not perform ve…

Cited by 147SourcePDFScholar
2022

Label Leakage and Protection in Two-party Split Learning

ICLR 2022poster

Two-party split learning is a popular technique for learning a model across feature-partitioned data. In this work, we explore whether it is possible for one party to steal the private label information from the other party during split training, and whether there are methods that can protect agains…

2022

On Privacy and Personalization in Cross-Silo Federated Learning

NeurIPS 2022accept

While the application of differential privacy (DP) has been well-studied in cross-device federated learning (FL), there is a lack of work considering DP and its implications for cross-silo FL, a setting characterized by a limited number of clients each containing many data subjects. In cross-silo FL…

2022

Private Adaptive Optimization with Side information

ICML 2022spotlight

Adaptive optimization methods have become the default solvers for many machine learning tasks. Unfortunately, the benefits of adaptivity may degrade when training with differential privacy, as the noise added to ensure privacy reduces the effectiveness of the adaptive preconditioner. To this end, we…

2021

Ditto: Fair and Robust Federated Learning Through Personalization

ICML 2021spotlight

Fairness and robustness are two important concerns for federated learning systems. In this work, we identify that robustness to data and model poisoning attacks and fairness, measured as the uniformity of performance across devices, are competing constraints in statistically heterogeneous networks.…

2021

Federated Hyperparameter Tuning: Challenges, Baselines, and Connections to Weight-Sharing

NeurIPS 2021poster

Tuning hyperparameters is a crucial but arduous part of the machine learning pipeline. Hyperparameter optimization is even more challenging in federated learning, where models are learned over a distributed network of heterogeneous devices; here, the need to keep data on device and perform local tra…

Cited by 98SourcePDFScholar
2021

Heterogeneity for the Win: One-Shot Federated Clustering

ICML 2021spotlight

In this work, we explore the unique challenges—and opportunities—of unsupervised federated learning (FL). We develop and analyze a one-shot federated clustering scheme, kfed, based on the widely-used Lloyd’s method for $k$-means clustering. In contrast to many supervised problems, we show that the i…

2021

On Large-Cohort Training for Federated Learning

NeurIPS 2021poster

Federated learning methods typically learn a model by iteratively sampling updates from a population of clients. In this work, we explore how the number of clients sampled at each round (the cohort size) impacts the quality of the learned model and the training dynamics of federated learning algorit…

Cited by 130SourcePDFScholar
2021

Two Sides of Meta-Learning Evaluation: In vs. Out of Distribution

NeurIPS 2021poster

We categorize meta-learning evaluation into two settings: $\textit{in-distribution}$ [ID], in which the train and test tasks are sampled $\textit{iid}$ from the same underlying task distribution, and $\textit{out-of-distribution}$ [OOD], in which they are not. While most meta-learning theory and som…

2019

A Kernel Theory of Modern Data Augmentation

ICML 2019oral

Data augmentation, a technique in which a training set is expanded with class-preserving transformations, is ubiquitous in modern machine learning pipelines. In this paper, we seek to establish a theoretical framework for understanding data augmentation. We approach this from two directions: First,…

2015

Adding vs. Averaging in Distributed Primal-Dual Optimization

ICML 2015poster

Distributed optimization methods for large-scale machine learning suffer from a communication bottleneck. It is difficult to reduce this bottleneck while still efficiently and accurately aggregating partial work from different machines. In this paper, we present a novel generalization of the recent…