← Search

Kevin Tian

20 accepted papers

2025

More of the Same: Persistent Representational Harms Under Increased Representation

NeurIPS 2025poster

To recognize and mitigate the harms of generative AI systems, it is crucial to consider whether and how different societal groups are represented by these systems. A critical gap emerges when naively measuring or improving *who* is represented, as this does not consider *how* people are represented.…

Cited by 0SourceScholar
2025

The Power of Iterative Filtering for Supervised Learning with (Heavy) Contamination

NeurIPS 2025spotlight

Inspired by recent work on learning with distribution shift, we give a general outlier removal algorithm called *iterative polynomial filtering* and show a number of striking applications for supervised learning with contamination: (1) We show that any function class that can be approximated by low-…

Cited by 0SourceScholar
2024

Learning Noisy Halfspaces with a Margin: Massart is No Harder than Random

NeurIPS 2024spotlight

We study the problem of PAC learning $\gamma$-margin halfspaces with Massart noise. We propose a simple proper learning algorithm, the Perspectron, that has sample complexity $\widetilde{O}((\epsilon\gamma)^{-2})$ and achieves classification error at most $\eta+\epsilon$ where $\eta$ is the Massart…

Cited by 1SourcePDFScholar
2024

Private Stochastic Convex Optimization with Heavy Tails: Near-Optimality from Simple Reductions

NeurIPS 2024poster

We study the problem of differentially private stochastic convex optimization (DP-SCO) with heavy-tailed gradients, where we assume a $k^{\text{th}}$-moment bound on the Lipschitz constants of sample functions, rather than a uniform bound. We propose a new reduction-based approach that enables us to…

Cited by 5SourcePDFScholar
2024

Semi-Random Matrix Completion via Flow-Based Adaptive Reweighting

NeurIPS 2024poster

We consider the well-studied problem of completing a rank-$r$, $\mu$-incoherent matrix $\mathbf{M} \in \mathbb{R}^{d \times d}$ from incomplete observations. We focus on this problem in the semi-random setting where each entry is independently revealed with probability at least $p = \frac{\textup{po…

Cited by 0SourcePDFScholar
2023

Quantum Speedups for Zero-Sum Games via Improved Dynamic Gibbs Sampling

ICML 2023poster

We give a quantum algorithm for computing an $\epsilon$-approximate Nash equilibrium of a zero-sum game in a $m \times n$ payoff matrix with bounded entries. Given a standard quantum oracle for accessing the payoff matrix our algorithm runs in time $\widetilde{O}(\sqrt{m + n}\cdot \epsilon^{-2.5} +…

Cited by 21SourcePDFScholar
2023

Revisiting Area Convexity: Faster Box-Simplex Games and Spectrahedral Generalizations

NeurIPS 2023poster

We investigate area convexity [Sherman17], a mysterious tool introduced to tackle optimization problems under the challenging $\ell_\infty$ geometry. We develop a deeper understanding of its relationship with conventional analyses of extragradient methods [Nemirovski04, Nesterov07]. We also give imp…

Cited by 6SourcePDFScholar
2023

Structured Semidefinite Programming for Recovering Structured Preconditioners

NeurIPS 2023poster

We develop a general framework for finding approximately-optimal preconditioners for solving linear systems. Leveraging this framework we obtain improved runtimes for fundamental preconditioning and linear system solving problems including: Diagonal preconditioning. We give an algorithm which, given…

Cited by 5SourcePDFScholar
2021

List-Decodable Mean Estimation in Nearly-PCA Time

NeurIPS 2021spotlight

Robust statistics has traditionally focused on designing estimators tolerant to a minority of contaminated data. {\em List-decodable learning}~\cite{CharikarSV17} studies the more challenging regime where only a minority $\tfrac 1 k$ fraction of the dataset, $k \geq 2$, is drawn from the distributio…

Cited by 24SourcePDFScholar
2021

Lower Bounds on Metropolized Sampling Methods for Well-Conditioned Distributions

NeurIPS 2021oral

We give lower bounds on the performance of two of the most popular sampling methods in practice, the Metropolis-adjusted Langevin algorithm (MALA) and multi-step Hamiltonian Monte Carlo (HMC) with a leapfrog integrator, when applied to well-conditioned distributions. Our main result is a nearly-tigh…

Cited by 35SourcePDFScholar
2021

Robust Regression Revisited: Acceleration and Improved Estimation Rates

NeurIPS 2021poster

We study fast algorithms for statistical regression problems under the strong contamination model, where the goal is to approximately optimize a generalized linear model (GLM) given adversarially corrupted samples. Prior works in this line of research were based on the \emph{robust gradient descent}…

Cited by 23SourcePDFScholar
2020

Robust Sub-Gaussian Principal Component Analysis and Width-Independent Schatten Packing

NeurIPS 2020spotlight

We develop two methods for the following fundamental statistical task: given an $\eps$-corrupted set of $n$ samples from a $d$-dimensional sub-Gaussian distribution, return an approximate top eigenvector of the covariance matrix. Our first robust PCA algorithm runs in polynomial time, returns a $1 -…

Cited by 53SourcePDFScholar
2019

A Direct tilde{O}(1/epsilon) Iteration Parallel Algorithm for Optimal Transport

NeurIPS 2019poster

Optimal transportation, or computing the Wasserstein or ``earth mover's'' distance between two $n$-dimensional distributions, is a fundamental primitive which arises in many learning and statistical settings. We give an algorithm which solves the problem to additive $\epsilon$ accuracy with $\tilde{…

Cited by 76SourcePDFScholar
2018

CoVeR: Learning Covariate-Specific Vector Representations with Tensor Decompositions

ICML 2018oral

Word embedding is a useful approach to capture co-occurrence structures in large text corpora. However, in addition to the text data itself, we often have additional covariates associated with individual corpus documents—e.g. the demographic of the author, time and venue of publication—and we would…