← Search

Christopher Musco

21 accepted papers

2026

PolySHAP: Extending KernelSHAP with Interaction-Informed Polynomial Regression

ICLR 2026poster

Shapley values have emerged as a central game-theoretic tool in explainable AI (XAI). However, computing Shapley values exactly requires $2^d$ game evaluations for a model with $d$ features. Lundberg and Lee's KernelSHAP algorithm has emerged as a leading method for avoiding this exponential cost. K…

Cited by 0SourcecodeScholar
2026

The Polar Express: Optimal Matrix Sign Methods and their Application to the Muon Algorithm

ICLR 2026oral

Computing the polar decomposition and the related matrix sign function has been a well-studied problem in numerical analysis for decades. Recently, it has emerged as an important subroutine within the Muon algorithm for training deep neural networks. However, the requirements of this application di…

Cited by 0SourcecodeScholar
2025

Distance Adaptive Beam Search for Provably Accurate Graph-Based Nearest Neighbor Search

NeurIPS 2025poster

Nearest neighbor search is central in machine learning, information retrieval, and databases. For high-dimensional datasets, graph-based methods such as HNSW, DiskANN, and NSG have become popular thanks to their empirical accuracy and efficiency. These methods construct a directed graph over the dat…

Cited by 0SourcecodeScholar
2025

Regression-adjusted Monte Carlo Estimators for Shapley Values and Probabilistic Values

NeurIPS 2025poster

With origins in game-theory, probabilistic values like Shapley values, Banzhaf values, and semi-values have emerged as a central tool in explainable AI. They are used for feature attribution, data attribution, data valuation, and more. Since all of these values require exponential time to compute ex…

Cited by 0SourceScholar
2024

A Simple and Practical Method for Reducing the Disparate Impact of Differential Privacy

AAAI 2024technical

Differentially private (DP) mechanisms have been deployed in a variety of high-impact social settings (perhaps most notably by the U.S. Census). Since all DP mechanisms involve adding noise to results of statistical queries, they are expected to impact our ability to accurately analyze and learn fro…

Cited by 6SourcePDFScholar
2024

Benchmarking Estimators for Natural Experiments: A Novel Dataset and a Doubly Robust Algorithm

NeurIPS 2024poster

Estimating the effect of treatments from natural experiments, where treatments are pre-assigned, is an important and well-studied problem. We introduce a novel natural experiment dataset obtained from an early childhood literacy nonprofit. Surprisingly, applying over 20 established estimators to the…

2024

Improved Active Learning via Dependent Leverage Score Sampling

ICLR 2024oral

We show how to obtain improved active learning methods in the agnostic (adversarial noise) setting by combining marginal leverage score sampling with non-independent sampling strategies that promote spatial coverage. In particular, we propose an easily implemented method based on the \emph{pivotal s…

Cited by 5SourcePDFScholar
2024

Navigable Graphs for High-Dimensional Nearest Neighbor Search: Constructions and Limits

NeurIPS 2024poster

There has been significant recent interest in graph-based nearest neighbor search methods, many of which are centered on the construction of (approximately) "navigable" graphs over high-dimensional point sets. A graph is navigable if we can successfully move from any starting node to any target node…

Cited by 1SourcePDFScholar
2024

Nearly Optimal Approximation of Matrix Functions by the Lanczos Method

NeurIPS 2024spotlight

Approximating the action of a matrix function $f(\vec{A})$ on a vector $\vec{b}$ is an increasingly important primitive in machine learning, data science, and statistics, with applications such as sampling high dimensional Gaussians, Gaussian process regression and Bayesian inference, principle comp…

Cited by 7SourcePDFScholar
2023

Active Learning for Single Neuron Models with Lipschitz Non-Linearities

AISTATS 2023poster

We consider the problem of active learning for single neuron models, also sometimes called “ridge functions”, in the agnostic setting (under adversarial label noise). Such models have been shown to be broadly effective in modeling physical phenomena, and for constructing surrogate data-driven models…

Cited by 12SourcePDFScholar
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
2020

Fourier Sparse Leverage Scores and Approximate Kernel Learning

NeurIPS 2020spotlight

We prove new explicit upper bounds on the leverage scores of Fourier sparse functions under both the Gaussian and Laplace measures. In particular, we study s-sparse functions of the form $f(x) = \sum_{j=1}^s a_j e^{i \lambda_j x}$ for coefficients $a_j \in C$ and frequencies $\lambda_j \in R$. Bound…

Cited by 22SourcePDFScholar
2020

Low-Rank Toeplitz Matrix Estimation Via Random Ultra-Sparse Rulers

ICASSP 2020accepted

We study how to estimate a nearly low-rank Toeplitz covariance matrix T from compressed measurements. Recent work of Qiao and Pal addresses this problem by combining sparse rulers (sparse linear arrays) with frequency finding (sparse Fourier transform) algorithms applied to the Vandermonde decomposi…

Cited by 0SourceScholar
2018

Inferring Networks From Random Walk-Based Node Similarities

NeurIPS 2018poster

Digital presence in the world of online social media entails significant privacy risks. In this work we consider a privacy threat to a social network in which an attacker has access to a subset of random walk-based node similarities, such as effective resistances (i.e., commute times) or personalize…

2017

Random Fourier Features for Kernel Ridge Regression: Approximation Bounds and Statistical Guarantees

ICML 2017poster

Random Fourier features is one of the most popular techniques for scaling up kernel methods, such as kernel ridge regression. However, despite impressive empirical results, the statistical properties of random Fourier features are still not well understood. In this paper we take steps toward filling…

Cited by 199SourcePDFScholar
2016

Principal Component Projection Without Principal Component Analysis

ICML 2016poster

We show how to efficiently project a vector onto the top principal components of a matrix, *without explicitly computing these components*. Specifically, we introduce an iterative algorithm that provably computes the projection using few calls to any black-box routine for ridge regression. By avoidi…

Cited by 39SourcePDFScholar
2015

Randomized Block Krylov Methods for Stronger and Faster Approximate Singular Value Decomposition

NeurIPS 2015oral

Since being analyzed by Rokhlin, Szlam, and Tygert and popularized by Halko, Martinsson, and Tropp, randomized Simultaneous Power Iteration has become the method of choice for approximate singular value decomposition. It is more accurate than simpler sketching algorithms, yet still converges quickly…

Cited by 347SourcePDFScholar