đ€ AI Summary
Existing kâ-anonymization techniques for real-time streaming data lack effective support for non-numerical attributesâparticularly categorical and hierarchical dataâleading to coarse-grained generalization and high information loss.
Method: This paper proposes a semantics-aware streaming kâ-anonymization framework, extending CASTLE with lightweight, Flink-native operators that dynamically maintain equivalence classes and apply hierarchy-aware generalization. Unlike prior approaches, it outputs discrete anonymized recordsânot aggregated resultsâenabling fine-grained, low-distortion anonymization of categorical and hierarchical attributes.
Contribution/Results: The method guarantees strict kâ-anonymity while achieving information loss under 8.2% and throughput degradation below 15%. It is production-ready: seamlessly integrable into enterprise-grade stream processing systems (e.g., Apache Flink) as a plug-and-play module. To the best of our knowledge, this is the first efficient, deployable solution for privacy-preserving stream processing over non-numerical data.
đ Abstract
In this paper, we present Prink, a novel and practically applicable concept and fully implemented prototype for ks-anonymizing data streams in real-world application architectures. Building upon the pre-existing, yet rudimentary CASTLE scheme, Prink for the first time introduces semantics-aware ks-anonymization of non-numerical (such as categorical or hierarchically generalizable) streaming data in a information loss-optimized manner. In addition, it provides native integration into Apache Flink, one of the prevailing frameworks for enterprise-grade stream data processing in numerous application domains. Our contributions excel the previously established state of the art for the privacy guarantee-providing anonymization of streaming data in that they 1) allow to include non-numerical data in the anonymization process, 2) provide discrete datapoints instead of aggregates, thereby facilitating flexible data use, 3) are applicable in real-world system contexts with minimal integration efforts, and 4) are experimentally proven to raise acceptable performance overheads and information loss in realistic settings. With these characteristics, Prink provides an anonymization approach which is practically feasible for a broad variety of real-world, enterprise-grade stream processing applications and environments.