← Search

David Saulpic

8 accepted papers

2026

Terminal Dimension Reduction for Time Series with Applications

ICML 2026poster

Terminal embeddings have emerged as a powerful tool for dimension reduction. Given a set of points $P\subset \mathbb{R}^d$, a terminal embedding is a mapping $f:\mathbb{R}^d\rightarrow \mathbb{R}^t$ that preserves the pairwise distance between any pair of points $p\in P$ and $q\in \mathbb{R}^d$ up t…

Cited by 0SourceScholar
2025

Differentially Private Federated $k$-Means Clustering with Server-Side Data

ICML 2025poster

Clustering is a cornerstone of data analysis that is particularly suited to identifying coherent subgroups or substructures in unlabeled data, as are generated continuously in large amounts these days. However, in many cases traditional clustering methods are not applicable, because data are increas…

2024

Data-Efficient Learning via Clustering-Based Sensitivity Sampling: Foundation Models and Beyond

ICML 2024poster

We study the data selection problem, whose aim is to select a small representative subset of data that can be used to efficiently train a machine learning model. We present a new data selection approach based on $k$-means clustering and sensitivity sampling. Assuming access to an embedding represent…

Cited by 5SourcePDFScholar
2024

Making Old Things New: A Unified Algorithm for Differentially Private Clustering

ICML 2024oral

As a staple of data analysis and unsupervised learning, the problem of private clustering has been widely studied, under various privacy models. Centralized differential privacy is the first of them, and the problem has also been studied for the local and the shuffle variation. In each case, the goa…

Cited by 4SourcePDFScholar
2022

Improved Coresets for Euclidean $k$-Means

NeurIPS 2022accept

Given a set of $n$ points in $d$ dimensions, the Euclidean $k$-means problem (resp. Euclidean $k$-median) consists of finding $k$ centers such that the sum of squared distances (resp. sum of distances) from every point to its closest center is minimized. The arguably most popular way of dealing with…

Cited by 45SourcePDFScholar
2021

Improved Coresets and Sublinear Algorithms for Power Means in Euclidean Spaces

NeurIPS 2021spotlight

In this paper, we consider the problem of finding high dimensional power means: given a set $A$ of $n$ points in $\R^d$, find the point $m$ that minimizes the sum of Euclidean distance, raised to the power $z$, over all input points. Special cases of problem include the well-known Fermat-Weber probl…

Cited by 36SourcePDFScholar
2019

Fully Dynamic Consistent Facility Location

NeurIPS 2019poster

We consider classic clustering problems in fully dynamic data streams, where data elements can be both inserted and deleted. In this context, several parameters are of importance: (1) the quality of the solution after each insertion or deletion, (2) the time it takes to update the solution, and (3)…