Pattern Masking for Dictionary Matching: Theory and Practice

Algorithmica(2024)

引用 0|浏览2
暂无评分
摘要
Data masking is a common technique for sanitizing sensitive data maintained in database systems which is becoming increasingly important in various application areas, such as in record linkage of personal data. This work formalizes the Pattern Masking for Dictionary Matching (PMDM) problem: given a dictionary 𝒟 of d strings, each of length ℓ , a query string q of length ℓ , and a positive integer z, we are asked to compute a smallest set K⊆{1,… ,ℓ} , so that if q[i] is replaced by a wildcard for all i∈ K , then q matches at least z strings from 𝒟 . Solving PMDM allows providing data utility guarantees as opposed to existing approaches. We first show, through a reduction from the well-known k-Clique problem, that a decision version of the PMDM problem is NP-complete, even for binary strings. We thus approach the problem from a more practical perspective. We show a combinatorial 𝒪((dℓ )^|K|/3+dℓ ) -time and 𝒪(dℓ ) -space algorithm for PMDM for |K|=𝒪(1) . In fact, we show that we cannot hope for a faster combinatorial algorithm, unless the combinatorial k-Clique hypothesis fails (Abboud et al. in SIAM J Comput 47:2527–2555, 2018; Lincoln et al., in: 29th ACM-SIAM Symposium on Discrete Algorithms (SODA), 2018). Our combinatorial algorithm, executed with small |K|, is the backbone of a greedy heuristic that we propose. Our experiments on real-world and synthetic datasets show that our heuristic finds nearly-optimal solutions in practice and is also very efficient. We also generalize this algorithm for the problem of masking multiple query strings simultaneously so that every string has at least z matches in 𝒟 . PMDM can be viewed as a generalization of the decision version of the dictionary matching with mismatches problem: by querying a PMDM data structure with string q and z=1 , one obtains the minimal number of mismatches of q with any string from 𝒟 . The query time or space of all known data structures for the more restricted problem of dictionary matching with at most k mismatches incurs some exponential factor with respect to k. A simple exact algorithm for PMDM runs in time 𝒪(2^ℓ d) . We present a data structure for PMDM that answers queries over 𝒟 in time 𝒪(2^ℓ /2(2^ℓ /2+τ )ℓ ) and requires space 𝒪(2^ℓd^2/τ ^2+2^ℓ /2d) , for any parameter τ∈ [1,d] . We complement our results by showing a two-way polynomial-time reduction between PMDM and the Minimum Union problem [Chlamtáč et al., ACM-SIAM Symposium on Discrete Algorithms (SODA) 2017]. This gives a polynomial-time 𝒪(d^1/4+ϵ) -approximation algorithm for PMDM, which is tight under a plausible complexity conjecture. This is an extended version of a paper that was presented at International Symposium on Algorithms and Computation (ISAAC) 2021.
更多
查看译文
关键词
String algorithms,Dictionary matching,Wildcards,Record linkage,Query term dropping
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要