String Sanitization: A Combinatorial Approach

Abstract

String data are often disseminated to support applications such as location-based service provision or DNA sequence analysis. This dissemination, however, may expose sensitive patterns that model confidential knowledge ( e.g., trips to mental health clinics from a string representing a user’s location history). In this paper, we consider the problem of sanitizing a string by concealing the occurrences of sensitive patterns, while maintaining data utility. First, we propose a time-optimal algorithm, TFS - ALGO , to construct the shortest string preserving the order of appearance and the frequency of all non-sensitive patterns. Such a string allows accurately performing tasks based on the sequential nature and pattern frequencies of the string. Second, we propose a time-optimal algorithm, PFS - ALGO , which preserves a partial order of appearance of non-sensitive patterns but produces a much shorter string that can be analyzed more efficiently. The strings produced by either of these algorithms may reveal the location of sensitive patterns. In response, we propose a heuristic, MCSR - ALGO , which replaces letters in these strings with carefully selected letters, so that sensitive patterns are not reinstated and occurrences of spurious patterns are prevented. We implemented our sanitization approach that applies TFS - ALGO , PFS - ALGO and then MCSR - ALGO and experimentally show that it is effective and efficient.

Cite

Text

Bernardini et al. "String Sanitization: A Combinatorial Approach." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2019. doi:10.1007/978-3-030-46150-8_37

Markdown

[Bernardini et al. "String Sanitization: A Combinatorial Approach." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2019.](https://mlanthology.org/ecmlpkdd/2019/bernardini2019ecmlpkdd-string/) doi:10.1007/978-3-030-46150-8_37

BibTeX

@inproceedings{bernardini2019ecmlpkdd-string,
  title     = {{String Sanitization: A Combinatorial Approach}},
  author    = {Bernardini, Giulia and Chen, Huiping and Conte, Alessio and Grossi, Roberto and Loukides, Grigorios and Pisanti, Nadia and Pissis, Solon P. and Rosone, Giovanna},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2019},
  pages     = {627-644},
  doi       = {10.1007/978-3-030-46150-8_37},
  url       = {https://mlanthology.org/ecmlpkdd/2019/bernardini2019ecmlpkdd-string/}
}