English

DPSW-Sketch: A Differentially Private Sketch Framework for Frequency Estimation over Sliding Windows (Technical Report)

Cryptography and Security 2024-06-13 v1 Data Structures and Algorithms Machine Learning

Abstract

The sliding window model of computation captures scenarios in which data are continually arriving in the form of a stream, and only the most recent ww items are used for analysis. In this setting, an algorithm needs to accurately track some desired statistics over the sliding window using a small space. When data streams contain sensitive information about individuals, the algorithm is also urgently needed to provide a provable guarantee of privacy. In this paper, we focus on the two fundamental problems of privately (1) estimating the frequency of an arbitrary item and (2) identifying the most frequent items (i.e., \emph{heavy hitters}), in the sliding window model. We propose \textsc{DPSW-Sketch}, a sliding window framework based on the count-min sketch that not only satisfies differential privacy over the stream but also approximates the results for frequency and heavy-hitter queries within bounded errors in sublinear time and space w.r.t.~ww. Extensive experiments on five real-world and synthetic datasets show that \textsc{DPSW-Sketch} provides significantly better utility-privacy trade-offs than state-of-the-art methods.

Keywords

Cite

@article{arxiv.2406.07953,
  title  = {DPSW-Sketch: A Differentially Private Sketch Framework for Frequency Estimation over Sliding Windows (Technical Report)},
  author = {Yiping Wang and Yanhao Wang and Cen Chen},
  journal= {arXiv preprint arXiv:2406.07953},
  year   = {2024}
}

Comments

Accepted for publication at KDD 2024

R2 v1 2026-06-28T17:02:43.108Z