作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2008, Vol. 34 ›› Issue (1): 80-82. doi: 10.3969/j.issn.1000-3428.2008.01.027

• 软件技术与数据库 • 上一篇    下一篇

基于R树多维K-匿名算法

邓京璟,叶晓俊   

  1. (清华大学软件学院信息系统与工程所,北京 100084)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2008-01-05 发布日期:2008-01-05

Algorithm for Multidimensional K-anonymity by R Tree

DENG Jing-jing, YE Xiao-jun   

  1. (Institute of Information System and Engineering, School of Software, Tsinghua University, Beijing 100084)
  • Received:1900-01-01 Revised:1900-01-01 Online:2008-01-05 Published:2008-01-05

摘要: K-匿名是微数据发布隐私保护的一种重要方法。针对适应动态数据、实时相应等特征需求,提出基于R树的多维数据K匿名解决方案,包括对原有R树结构的改造方法及其相应的K-匿名化过程。基于Adult数据库,通过实验验证了本模型能够保证K匿名属性的正确性,同时由于分裂算法的影响,也能保证信息保存的完整性。

关键词: 数据隐私, K-匿名, 多维, R树

Abstract: K-anonymization is an important approach to protect data privacy in data publishing scenario. Like K-D tree for multidimensional K- anonymity, this paper proposes, an implementation of R tree in which each record is considered as a point in d-dimensional space of the attribute. Instead of dividing the region into pieces, the nearby rectangles are grouped into parent minimal bounding rectangles and forms disk blocks. Experiment results by modifying several parameters show that the algorithm can handle higher dimensionality compared with grid file or k-d tree.

Key words: data privacy, K-anonymization, multidimensional, R-tree

中图分类号: