Skip to content

A benchmark of globally-optimal anonymization methods for biomedical data

License

Notifications You must be signed in to change notification settings

arx-deidentifier/anonbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project contains the source code for the benchmark presented in our paper A Benchmark of Globally-Optimal Anonymization Methods for Biomedical Data at the 27th IEEE International Symposium on Computer-Based Medical Systems (CBMS 2014).

The source code comprises our benchmarking environment, which is based upon ARX and SUBFRAME. The benchmark currently provides implementations of the following globally-optimal anonymization algorithms:

  1. Depth-First-Search: the implementation can be found here.

  2. Breadth-First-Search: the implementation can be found here.

  3. Incognito: the implementation can be found here.

  4. Optimal Lattice Anonymization: implementation details are presented in this paper and the implementation can be found here.

  5. Flash: the implementation can be found here.

Privacy criteria

All 11 reasonable combinations of the following privacy criteria are evaluated in our benchmark:

  1. 5-anonymity

  2. recursive-(4,3)-diversity

  3. 0.2-closeness (EMD with hierarchical distance)

  4. (0.05, 0.15)-presence

Datasets

For licensing reasons no data is contained in this repository. Please contact arx.deidentifier@gmail.com for information on how to obtain the benchmark datasets.

Results

The following figures show key parameters averaged over either the datasets or the privacy criteria. The number of checks gives an indication of an algorithm's pruning power, the number of roll-ups gives an indication of an algorithm's optimizability and, finally, the execution times give an indication of an algorithm's overall performance within the ARX runtime environment.

On a Desktop PC with a quad-core 3.1 GHz Intel Core i5 CPU running a 64-bit Linux 3.0.14 kernel and a 64-bit Sun JVM (1.7.0 21) the following results are produced (java -Xmx4G -XX:+UseConcMarkSweepGC -jar anonbench-0.2.jar):

Geometric mean of key parameters over all five benchmark datasets:

Image

Image

Image

Geometric mean of key parameters over all eleven combinations of privacy criteria:

Image

Image

Image

Changelog

Since the publication of the paper, we have updated anonbench 0.1, which was based on ARX 2.0.0, to anonbench 0.2, which is based on ARX 2.3.0. Due to bugfixes and various performance-related changes in ARX the results of the benchmark have changed slightly in this process. We note, however, that all conclusions drawn from our original results are still valid and strongly recommend using the latest version of anonbench.

Downloads

Library (Version 0.2)

Documentation (Version 0.2)

Source (Version 0.2)

About

A benchmark of globally-optimal anonymization methods for biomedical data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •