CRDSLGJun 12, 2024

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

arXiv:2406.07953v12 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns for sensitive data in streaming applications, offering improved performance for tasks like frequency estimation, though it is incremental as it builds on existing sketch methods.

The paper tackled the problem of privately estimating item frequencies and identifying heavy hitters in data streams under a sliding window model, proposing DPSW-Sketch, which achieves differential privacy with bounded errors in sublinear time and space, and experiments show it provides significantly better utility-privacy trade-offs than state-of-the-art methods.

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 $w$ 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.~$w$. 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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes