Fast and Optimal Differentially Private Frequent-Substring Mining
Abstract
Given a dataset of user-contributed strings, each of length at most , a key problem is how to identify all frequent substrings while preserving each user's privacy. Recent work by Bernardini et al. (PODS'25) introduced a -differentially private algorithm achieving near-optimal error, but at the prohibitive cost of space and processing time. In this work, we present a new -differentially private algorithm that retains the same near-optimal error guarantees while reducing space complexity to and time complexity to , for input alphabet . Our approach builds on a top-down exploration of candidate substrings but introduces two new innovations: (i) a refined candidate-generation strategy that leverages the structural properties of frequent prefixes and suffixes, and (ii) pruning of the search space guided by frequency relations. These techniques eliminate the quadratic blow-ups inherent in prior work, enabling scalable frequent substring mining under differential privacy.
Cite
@article{arxiv.2603.09166,
title = {Fast and Optimal Differentially Private Frequent-Substring Mining},
author = {Peaker Guo and Rayne Holland and Hao Wu},
journal= {arXiv preprint arXiv:2603.09166},
year = {2026}
}
Comments
21 pages, 2 figures, 1 table