← Search

Cameron N Musco

18 accepted papers

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

Near-Optimal Consistency-Robustness Trade-Offs for Learning-Augmented Online Knapsack Problems

ICML 2025poster

This paper introduces a family of learning-augmented algorithms for online knapsack problems that achieve near Pareto-optimal consistency-robustness trade-offs through a simple combination of trusted learning-augmented and worst-case algorithms. Our approach relies on succinct, practical predictions…

Cited by 0SourcePDFScholar
2024

Efficient and Private Marginal Reconstruction with Local Non-Negativity

NeurIPS 2024poster

Differential privacy is the dominant standard for formal and quantifiable privacy and has been used in major deployments that impact millions of people. Many differentially private algorithms for query release and synthetic data contain steps that reconstruct answers to queries from answers to other…

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
2024

On the Role of Edge Dependency in Graph Generative Models

ICML 2024poster

We investigate the trade-off between the representation power of graph generative models and model *overlap*, i.e., the degree to which the model generates diverse outputs versus regurgitating its training data. In particular, we delineate a nested hierarchy of graph generative models categorized in…

Cited by 1SourcePDFScholar
2023

Direct Embedding of Temporal Network Edges via Time-Decayed Line Graphs

ICLR 2023poster

Temporal networks model a variety of important phenomena involving timed interactions between entities. Existing methods for machine learning on temporal networks generally exhibit at least one of two limitations. First, many methods assume time to be discretized, so if the time data is continuous,…

Cited by 9SourcePDFScholar
2023

Exact Representation of Sparse Networks with Symmetric Nonnegative Embeddings

NeurIPS 2023poster

Graph models based on factorization of the adjacency matrix often fail to capture network structures related to links between dissimilar nodes (heterophily). We introduce a novel graph factorization model that leverages two nonnegative vectors per node to interpretably account for links between both…

Cited by 5SourcePDFScholar
2023

Finite Population Regression Adjustment and Non-asymptotic Guarantees for Treatment Effect Estimation

NeurIPS 2023poster

The design and analysis of randomized experiments is fundamental to many areas, from the physical and social sciences to industrial settings. Regression adjustment is a popular technique to reduce the variance of estimates obtained from experiments, by utilizing information contained in auxiliary c…

Cited by 3SourcePDFScholar
2023

No-regret Algorithms for Fair Resource Allocation

NeurIPS 2023poster

We consider a fair resource allocation problem in the no-regret setting against an unrestricted adversary. The objective is to allocate resources equitably among several agents in an online fashion so that the difference of the aggregate $\alpha$-fair utilities of the agents achieved by an optimal s…

Cited by 5SourcePDFScholar
2022

Fast Regression for Structured Inputs

ICLR 2022poster

We study the $\ell_p$ regression problem, which requires finding $\mathbf{x}\in\mathbb R^{d}$ that minimizes $\|\mathbf{A}\mathbf{x}-\mathbf{b}\|_p$ for a matrix $\mathbf{A}\in\mathbb R^{n \times d}$ and response vector $\mathbf{b}\in\mathbb R^{n}$. There has been recent interest in developing subsa…

Cited by 16SourcePDFScholar
2022

Modeling Transitivity and Cyclicity in Directed Graphs via Binary Code Box Embeddings

NeurIPS 2022accept

Modeling directed graphs with differentiable representations is a fundamental requirement for performing machine learning on graph-structured data. Geometric embedding models (e.g. hyperbolic, cone, and box embeddings) excel at this task, exhibiting useful inductive biases for directed graphs. Howev…

Cited by 7SourcePDFScholar
2022

Sample Constrained Treatment Effect Estimation

NeurIPS 2022accept

Treatment effect estimation is a fundamental problem in causal inference. We focus on designing efficient randomized controlled trials, to accurately estimate the effect of some treatment on a population of $n$ individuals. In particular, we study \textit{sample-constrained treatment effect estimati…

2021

On the Power of Edge Independent Graph Models

NeurIPS 2021poster

Why do many modern neural-network-based graph generative models fail to reproduce typical real-world network characteristics, such as high triangle density? In this work we study the limitations of $edge\ independent\ random\ graph\ models$, in which each edge is added to the graph independently…