← Search

Fanny Yang

34 accepted papers

2026

Cutting LLM Evaluation Costs with SySRs: A Bandit Algorithm that Provably Exploits Model Similarity

ICML 2026poster

Large Language Models are commonly benchmarked on a dataset by evaluating all relevant models on all queries in the test set. This can be wasteful for a practitioner who wants to find the best model to deploy—if a model clearly performs worse than others, there is no need to precisely estimate its p…

Cited by 0SourceScholar
2026

Hedging on the frontier: Learning new tasks with few samples

ICML 2026spotlight

When a learner is faced with a new task, but is given very few samples, it must leverage any available side-information. In practice, this often comes in the form of benchmarks, where there is abundant data to evaluate model performance on related tasks. Though task relatedness is difficult to forma…

Cited by 0SourceScholar
2026

OneStory: Coherent Multi-Shot Video Generation with Adaptive Memory

CVPR 2026

Storytelling in real-world videos often unfolds through multiple shots--discontinuous yet semantically connected clips that together convey a coherent narrative. However, existing multi-shot video generation (MSV) methods struggle to effectively model long-range cross-shot context, as they rely on l

Cited by 0SourceScholar
2026

ROC-n-reroll: How verifier imperfection affects test-time scaling

ICLR 2026poster

Test-time scaling aims to improve language model performance by leveraging additional compute during inference. Many works have empirically studied techniques such as Best-of-N (BoN) and Rejection Sampling (RS) that make use of a verifier to enable test-time scaling. However, to date there is littl…

Cited by 0SourceScholar
2026

TUNA: Taming Unified Visual Representations for Native Unified Multimodal Models

CVPR 2026

Unified multimodal models (UMMs) aim to jointly perform multimodal understanding and generation within a single framework. We present TUNA, a native UMM that builds a unified continuous visual representation by cascading a VAE encoder with a representation encoder. This unified representation space

Cited by 0SourceScholar
2025

Copyright-Protected Language Generation via Adaptive Model Fusion

ICLR 2025oral

The risk of language models reproducing copyrighted material from their training data has led to the development of various protective measures. Among these, inference-time strategies that impose constraints via post-processing have shown promise in addressing the complexities of copyright regulatio…

2025

Doubly robust identification of treatment effects from multiple environments

ICLR 2025poster

Practical and ethical constraints often require the use of observational data for causal inference, particularly in medicine and social sciences. Yet, observational datasets are prone to confounding, potentially compromising the validity of causal conclusions. While it is possible to correct for b…

2025

Efficient Randomized Experiments Using Foundation Models

NeurIPS 2025poster

Randomized experiments are the preferred approach for evaluating the effects of interventions, but they are costly and often yield estimates with substantial uncertainty. On the other hand, in silico experiments leveraging foundation models offer a cost-effective alternative that can potentially att…

Cited by 0SourcecodeScholar
2025

Learning Pareto manifolds in high dimensions: How can regularization help?

AISTATS 2025poster

Simultaneously addressing multiple objectives is becoming increasingly important in modern machine learning. At the same time, data is often high-dimensional and costly to label. For a single objective such as prediction risk, conventional regularization techniques are known to improve generalizatio…

Cited by 0SourceScholar
2025

On the sample complexity of semi-supervised multi-objective learning

NeurIPS 2025spotlight

In multi-objective learning (MOL), several possibly competing prediction tasks must be solved jointly by a single model. Achieving good trade-offs may require a model class $\mathcal{G}$ with larger capacity than what is necessary for solving the individual tasks. This, in turn, increases the statis…

Cited by 0SourceScholar
2024

Achievable distributional robustness when the robust risk is only partially identified

NeurIPS 2024poster

In safety-critical applications, machine learning models should generalize well under worst-case distribution shifts, that is, have a small robust risk. Invariance-based algorithms can provably take advantage of structural assumptions on the shifts when the training distributions are heterogeneous e…

Cited by 0SourcePDFScholar
2024

Certified private data release for sparse Lipschitz functions

AISTATS 2024poster

As machine learning has become more relevant for everyday applications, a natural requirement is the protection of the privacy of the training data. When the relevant learning questions are unknown in advance, or hyper-parameter tuning plays a central role, one solution is to release a differentiall…

Cited by 3SourcePDFScholar
2024

Detecting critical treatment effect bias in small subgroups

UAI 2024poster

Randomized trials are considered the gold standard for making informed decisions in medicine. However, they are often not representative of the patient population in clinical practice. Observational studies, on the other hand, cover a broader patient population but are prone to various biases. Thus…

2024

Hidden yet quantifiable: A lower bound for confounding strength using randomized trials

AISTATS 2024poster

In the era of fast-paced precision medicine, observational studies play a major role in properly evaluating new treatments in clinical practice. Yet, unobserved confounding can significantly compromise causal conclusions drawn from non-randomized data. We propose a novel strategy that leverages rand…

2024

Minimum Norm Interpolation Meets The Local Theory of Banach Spaces

ICML 2024poster

Minimum-norm interpolators have recently gained attention primarily as an analyzable model to shed light on the double descent phenomenon observed for neural networks. The majority of the work has focused on analyzing interpolators in Hilbert spaces, where typically an effectively low-rank structure…

Cited by 1SourcePDFScholar
2024

Privacy-Preserving Data Release Leveraging Optimal Transport and Particle Gradient Descent

ICML 2024poster

We present a novel approach for differentially private data synthesis of protected tabular datasets, a relevant task in highly sensitive domains such as healthcare and government. Current state-of-the-art methods predominantly use marginal-based approaches, where a dataset is generated from private…

2024

Robust Mixture Learning when Outliers Overwhelm Small Groups

NeurIPS 2024poster

We study the problem of estimating the means of well-separated mixtures when an adversary may add arbitrary outliers. While strong guarantees are available when the outlier fraction is significantly smaller than the minimum mixing weight, much less is known when outliers may crowd out low-weight clu…

Cited by 1SourcePDFScholar
2023

Can semi-supervised learning use all the data effectively? A lower bound perspective

NeurIPS 2023spotlight

Prior theoretical and empirical works have established that semi-supervised learning algorithms can leverage the unlabeled data to improve over the labeled sample complexity of supervised learning (SL) algorithms. However, existing theoretical work focuses on regimes where the unlabeled data is suff…

Cited by 0SourcePDFScholar
2023

Margin-based sampling in high dimensions: When being active is less efficient than staying passive

ICML 2023poster

It is widely believed that given the same labeling budget, active learning (AL) algorithms like margin-based active learning achieve better predictive performance than passive learning (PL), albeit at a higher computational cost. Recent empirical evidence suggests that this added cost might be in va…

Cited by 2SourcePDFScholar
2023

Strong inductive biases provably prevent harmless interpolation

ICLR 2023poster

Classical wisdom suggests that estimators should avoid fitting noise to achieve good generalization. In contrast, modern overparameterized models can yield small test error despite interpolating noise — a phenomenon often called "benign overfitting" or "harmless interpolation". This paper argues tha…

2022

Fast rates for noisy interpolation require rethinking the effect of inductive bias

ICML 2022spotlight

Good generalization performance on high-dimensional data crucially hinges on a simple structure of the ground truth and a corresponding strong inductive bias of the estimator. Even though this intuition is valid for regularized models, in this paper we caution against a strong inductive bias for int…

Cited by 26SourcePDFScholar
2022

Semi-supervised novelty detection using ensembles with regularized disagreement

UAI 2022poster

Deep neural networks often predict samples with high confidence even when they come from unseen classes and should instead be flagged for expert evaluation. Current novelty detection algorithms cannot reliably identify such near OOD points unless they have access to labeled data that is similar to…

2022

Tight bounds for minimum $\ell_1$-norm interpolation of noisy data

AISTATS 2022poster

We provide matching upper and lower bounds of order $\sigma^2/\log(d/n)$ for the prediction error of the minimum $\ell_1$-norm interpolator, a.k.a. basis pursuit. Our result is tight up to negligible terms when $d \gg n$, and is the first to imply asymptotic consistency of noisy minimum-norm interpo…

Cited by 41SourcePDFScholar
2021

How rotational invariance of common kernels prevents generalization in high dimensions

ICML 2021spotlight

Kernel ridge regression is well-known to achieve minimax optimal rates in low-dimensional settings. However, its behavior in high dimensions is much less understood. Recent work establishes consistency for high-dimensional kernel regression for a number of specific assumptions on the data distributi…

Cited by 34SourcePDFScholar
2021

Interpolation can hurt robust generalization even when there is no noise

NeurIPS 2021poster

Numerous recent works show that overparameterization implicitly reduces variance for min-norm interpolators and max-margin classifiers. These findings suggest that ridge regularization has vanishing benefits in high dimensions. We challenge this narrative by showing that, even in the absence of noi…

2021

Self-supervised Reinforcement Learning with Independently Controllable Subgoals

CoRL 2021poster

To successfully tackle challenging manipulation tasks, autonomous agents must learn a diverse set of skills and how to combine them. Recently, self-supervised agents that set their own abstract goals by exploiting the discovered structure in the environment were shown to perform well on many differe…

Cited by 27SourceScholar
2020

Understanding and Mitigating the Tradeoff between Robustness and Accuracy

ICML 2020poster

Adversarial training augments the training set with perturbations to improve the robust error (over worst-case perturbations), but it often leads to an increase in the standard error (on unperturbed test inputs). Previous explanations for this tradeoff rely on the assumption that no predictor in the…

Cited by 286SourcePDFScholar
2019

Invariance-inducing regularization using worst-case transformations suffices to boost accuracy and spatial robustness

NeurIPS 2019poster

This work provides theoretical and empirical evidence that invariance-inducing regularizers can increase predictive accuracy for worst-case spatial transformations (spatial robustness). Evaluated on these adversarially transformed examples, standard and adversarial training with such regularizers ac…

Cited by 46SourcePDFScholar
2019

Regularized Learning for Domain Adaptation under Label Shifts

ICLR 2019poster

We propose Regularized Learning under Label shifts (RLLS), a principled and a practical domain-adaptation algorithm to correct for shifts in the label distribution between a source and a target domain. We first estimate importance weights using labeled source data and unlabeled target data, and then…

Cited by 263SourcePDFScholar
2017

A framework for Multi-A(rmed)/B(andit) Testing with Online FDR Control

NeurIPS 2017spotlight

We propose an alternative framework to existing setups for controlling false alarms when multiple A/B tests are run over time. This setup arises in many practical applications, e.g. when pharmaceutical companies test new treatment options against control pills for different diseases, or when interne…

2017

Early stopping for kernel boosting algorithms: A general analysis with localized complexities

NeurIPS 2017spotlight

Early stopping of iterative algorithms is a widely-used form of regularization in statistical learning, commonly used in conjunction with boosting and related gradient-type algorithms. Although consistency results have been established in some settings, such estimators are less well-understood than…

Cited by 71SourcePDFScholar
2017

Online control of the false discovery rate with decaying memory

NeurIPS 2017oral

In the online multiple testing problem, p-values corresponding to different null hypotheses are presented one by one, and the decision of whether to reject a hypothesis must be made immediately, after which the next p-value is presented. Alpha-investing algorithms to control the false discovery rate…

Cited by 80SourcePDFScholar