← Search

Rasmus Pagh

13 accepted papers

2025

Differentially Private Quantiles with Smaller Error

NeurIPS 2025poster

In the approximate quantiles problem, the goal is to output $m$ quantile estimates, the ranks of which are as close as possible to $m$ given quantiles $0 \leq q_1 \leq\dots \leq q_m \leq 1$. We present a mechanism for approximate quantiles that satisfies $\varepsilon$-differential privacy for a dat…

Cited by 0SourcecodeScholar
2025

Lightweight Protocols for Distributed Private Quantile Estimation

ICML 2025spotlight

Distributed data analysis is a large and growing field driven by a massive proliferation of user devices, and by privacy concerns surrounding the centralised storage of data. We consider two \emph{adaptive} algorithms for estimating one quantile (e.g.~the median) when each user holds a single data…

2024

Continual Counting with Gradual Privacy Expiration

NeurIPS 2024poster

Differential privacy with gradual expiration models the setting where data items arrive in a stream and at a given time $t$ the privacy loss guaranteed for a data item seen at time $(t-d)$ is $\epsilon g(d)$, where $g$ is a monotonically non-decreasing function. We study the fundamental *continual (…

Cited by 1SourcePDFScholar
2023

A Smooth Binary Mechanism for Efficient Private Continual Observation

NeurIPS 2023poster

In privacy under continual observation we study how to release differentially private estimates based on a dataset that evolves over time. The problem of releasing private prefix sums of $x_1, x_2, x_3,\dots\in${$0,1$} (where the value of each $x_i$ is to be private) is particularly well-studied, an…

2022

DEANN: Speeding up Kernel-Density Estimation using Approximate Nearest Neighbor Search

AISTATS 2022poster

Kernel Density Estimation (KDE) is a nonparametric method for estimatig the shape of a density function, given a set of samples from the distribution. Recently, locality-sensitive hashing, originally proposed as a tool for nearest neighbor search, has been shown to enable fast KDE data structures. H…

2021

Differentially Private Aggregation in the Shuffle Model: Almost Central Accuracy in Almost a Single Message

ICML 2021spotlight

The shuffle model of differential privacy has attracted attention in the literature due to it being a middle ground between the well-studied central and local models. In this work, we study the problem of summing (aggregating) real numbers or integers, a basic primitive in numerous machine learning…

Cited by 44SourcePDFScholar
2020

Private Counting from Anonymous Messages: Near-Optimal Accuracy with Vanishing Communication Overhead

ICML 2020poster

Differential privacy (DP) is a formal notion for quantifying the privacy loss of algorithms. Algorithms in the central model of DP achieve high accuracy but make the strongest trust assumptions whereas those in the local DP model make the weakest trust assumptions but incur substantial accuracy loss…

Cited by 57SourcePDFScholar