← Search

Samson Zhou

35 accepted papers

2026

Active Learning with Low-Rank Structure for Data Selection

ICML 2026poster

In the data selection problem, the objective is to choose a small, representative subset of data that can be used to efficiently train a machine learning model. Sener and Savarese [ICLR 2018] showed that, given an embedding representation of the data and suitable geometric assumptions, heuristics ba…

Cited by 0SourceScholar
2026

Learning-Augmented Moment Estimation on Time-Decay Models

ICLR 2026poster

Motivated by the prevalence and success of machine learning, a line of recent work has studied learning-augmented algorithms in the streaming model. These results have shown that for natural and practical oracles implemented with machine learning models, we can obtain streaming algorithms with impro…

Cited by 0SourcecodeScholar
2026

Nearly Space-Optimal Graph and Hypergraph Sparsification in Insertion-Only Data Streams

ICLR 2026poster

We study the problem of graph and hypergraph sparsification in insertion-only data streams. The input is a hypergraph $H=(V, E, w)$ with $n$ nodes, $m$ hyperedges, and rank $r$, and the goal is to compute a hypergraph $\widehat{H}$ that preserves the energy of each vector $x \in \mathbb{R}^n$ in $H$…

Cited by 0SourceScholar
2026

Online Learning with Recency: Algorithms for Sliding-window Streaming Multi-armed Bandits

ICML 2026poster

Motivated by the recency effect in online learning, we study algorithms for single-pass \emph{sliding-window streaming multi-armed bandits (MABs)} in this paper. In this setting, we are given $n$ arms with unknown sub-Gaussian reward distributions and a parameter $W$. The arms arrive in a single-pas…

Cited by 0SourceScholar
2025

Fair Clustering in the Sliding Window Model

ICLR 2025spotlight

We study streaming algorithms for proportionally fair clustering, a notion originally suggested by Chierichetti et al. (2017), in the sliding window model. We show that although there exist efficient streaming algorithms in the insertion-only model, surprisingly no algorithm can achieve finite ratio…

Cited by 0SourcePDFScholar
2025

Learning-Augmented Search Data Structures

ICLR 2025poster

We study the integration of machine learning advice to improve upon traditional data structure designed for efficient search queries. Although there has been recent effort in improving the performance of binary search trees using machine learning advice, e.g., Lin et. al. (ICML 2022), the resulting…

Cited by 0SourcePDFScholar
2025

On Fine-Grained Distinct Element Estimation

ICML 2025poster

We study the problem of distributed distinct element estimation, where $\alpha$ servers each receive a subset of a universe $[n]$ and aim to compute a $(1+\varepsilon)$-approximation to the number of distinct elements using minimal communication. While prior work establishes a worst-case bound of $\…

Cited by 0SourcePDFScholar
2025

On the Price of Differential Privacy for Hierarchical Clustering

ICLR 2025poster

Hierarchical clustering is a fundamental unsupervised machine learning task with the aim of organizing data into a hierarchy of clusters. Many applications of hierarchical clustering involve sensitive user information, therefore motivating recent studies on differentially private hierarchical cluste…

2025

Relative Error Fair Clustering in the Weak-Strong Oracle Model

ICML 2025poster

We study fair clustering problems in a setting where distance information is obtained from two sources: a strong oracle providing exact distances, but at a high cost, and a weak oracle providing potentially inaccurate distance estimates at a low cost. The goal is to produce a near-optimal fair clust…

Cited by 0SourcePDFScholar
2024

On Socially Fair Low-Rank Approximation and Column Subset Selection

NeurIPS 2024poster

Low-rank approximation and column subset selection are two fundamental and related problems that are applied across a wealth of machine learning applications. In this paper, we study the question of socially fair low-rank approximation and socially fair column subset selection, where the goal is to…

Cited by 2SourcePDFScholar
2024

Private Vector Mean Estimation in the Shuffle Model: Optimal Rates Require Many Messages

ICML 2024poster

We study the problem of private vector mean estimation in the shuffle model of privacy where $n$ users each have a unit vector $v^{(i)} \in \mathbb{R}^d$. We propose a new multi-message protocol that achieves the optimal error using $O(\min(n\varepsilon^2,d))$ messages per user. Moreover, we show th…

Cited by 3SourcePDFScholar
2023

Differentially Private $L_2$-Heavy Hitters in the Sliding Window Model

ICLR 2023top-25%

The data management of large companies often prioritize more recent data, as a source of higher accuracy prediction than outdated data. For example, the Facebook data policy retains user search histories for $6$ months while the Google data retention policy states that browser information may be sto…

Cited by 8SourcePDFScholar
2023

Fast $(1+\varepsilon)$-Approximation Algorithms for Binary Matrix Factorization

ICML 2023poster

We introduce efficient $(1+\varepsilon)$-approximation algorithms for the binary matrix factorization (BMF) problem, where the inputs are a matrix $\mathbf{A}\in\{0,1\}^{n\times d}$, a rank parameter $k>0$, as well as an accuracy parameter $\varepsilon>0$, and the goal is to approximate $\mathbf{A}$…

Cited by 0SourcePDFScholar
2023

On Robust Streaming for Learning with Experts: Algorithms and Lower Bounds

NeurIPS 2023poster

In the online learning with experts problem, an algorithm makes predictions about an outcome on each of $T$ days, given a set of $n$ experts who make predictions on each day. The algorithm is given feedback on the outcomes of each day, including the cost of its prediction and the cost of the expert…

Cited by 5SourcePDFScholar
2023

Provable Data Subset Selection For Efficient Neural Networks Training

ICML 2023poster

Radial basis function neural networks (*RBFNN*) are well-known for their capability to approximate any continuous function on a closed bounded set with arbitrary precision given enough hidden neurons. In this paper, we introduce the first algorithm to construct coresets for *RBFNNs*, i.e., small wei…

Cited by 12SourcePDFScholar
2023

Robust Algorithms on Adaptive Inputs from Bounded Adversaries

ICLR 2023poster

We study dynamic algorithms robust to adaptive input generated from sources with bounded capabilities, such as sparsity or limited interaction. For example, we consider robust linear algebraic algorithms when the updates to the input are sparse but given by an adversary with access to a query oracle…

Cited by 12SourcePDFScholar
2023

Subquadratic Algorithms for Kernel Matrices via Kernel Density Estimation

ICLR 2023top-25%

Kernel matrices, as well as weighted graphs represented by them, are ubiquitous objects in machine learning, statistics and other related fields. The main drawback of using kernel methods (learning and inference using kernel matrices) is efficiency -- given $n$ input points, most kernel-based algori…

Cited by 10SourcePDFScholar
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

Learning-Augmented $k$-means Clustering

ICLR 2022spotlight

$k$-means clustering is a well-studied problem due to its wide applicability. Unfortunately, there exist strong theoretical limits on the performance of any algorithm for the $k$-means problem on worst-case inputs. To overcome this barrier, we consider a scenario where ``advice'' is provided to help…

Cited by 45SourcePDFScholar
2022

Learning-Augmented Algorithms for Online Linear and Semidefinite Programming

NeurIPS 2022accept

Semidefinite programming (SDP) is a unifying framework that generalizes both linear programming and quadratically-constrained quadratic programming, while also yielding efficient solvers, both in theory and in practice. However, there exist known impossibility results for approximating the optimal…

Cited by 10SourcePDFScholar
2022

New Coresets for Projective Clustering and Applications

AISTATS 2022poster

$(j,k)$-projective clustering is the natural generalization of the family of $k$-clustering and $j$-subspace clustering problems. Given a set of points $P$ in $\mathbb{R}^d$, the goal is to find $k$ flats of dimension $j$, i.e., affine subspaces, that best fit $P$ under a given distance measure. In…

2021

Adversarial Robustness of Streaming Algorithms through Importance Sampling

NeurIPS 2021poster

Robustness against adversarial attacks has recently been at the forefront of algorithmic design for machine learning tasks. In the adversarial streaming model, an adversary gives an algorithm a sequence of adaptively chosen updates $u_1,\ldots,u_n$ as a data stream. The goal of the algorithm is to c…

Cited by 46SourcePDFScholar
2021

Learning a Latent Simplex in Input Sparsity Time

ICLR 2021spotlight

We consider the problem of learning a latent $k$-vertex simplex $K\in\mathbb{R}^d$, given $\mathbf{A}\in\mathbb{R}^{d\times n}$, which can be viewed as $n$ data points that are formed by randomly perturbing some latent points in $K$, possibly beyond $K$. A large class of latent variable models, such…

Cited by 11SourcePDFScholar
2020

Data-Independent Neural Pruning via Coresets

ICLR 2020poster

Previous work showed empirically that large neural networks can be significantly reduced in size while preserving their accuracy. Model compression became a central research topic, as it is crucial for deployment of neural networks on devices with limited computational and memory resources. The majo…

Cited by 72SourceScholar
2020

“Bring Your Own Greedy”+Max: Near-Optimal 1/2-Approximations for Submodular Knapsack

AISTATS 2020poster

The problem of selecting a small-size representative summary of a large dataset is a cornerstone of machine learning, optimization and data science. Motivated by applications to recommendation systems and other scenarios with query-limited access to vast amounts of data, we propose a new rigorous al…