CRLGJul 4, 2019

Diffprivlib: The IBM Differential Privacy Library

arXiv:1907.02444v1177 citationsHas Code
AI Analysis

This work provides a general-purpose tool for implementing differential privacy, addressing a gap in the field by offering a single library for researchers and practitioners, though it is incremental as it consolidates existing mechanisms into a unified framework.

The authors tackled the lack of a unified codebase for differential privacy by developing the IBM Differential Privacy Library, an open-source Python library that includes various mechanisms and applications for data privacy, prioritizing simplicity and accessibility for a wide range of users.

Since its conception in 2006, differential privacy has emerged as the de-facto standard in data privacy, owing to its robust mathematical guarantees, generalised applicability and rich body of literature. Over the years, researchers have studied differential privacy and its applicability to an ever-widening field of topics. Mechanisms have been created to optimise the process of achieving differential privacy, for various data types and scenarios. Until this work however, all previous work on differential privacy has been conducted on a ad-hoc basis, without a single, unifying codebase to implement results. In this work, we present the IBM Differential Privacy Library, a general purpose, open source library for investigating, experimenting and developing differential privacy applications in the Python programming language. The library includes a host of mechanisms, the building blocks of differential privacy, alongside a number of applications to machine learning and other data analytics tasks. Simplicity and accessibility has been prioritised in developing the library, making it suitable to a wide audience of users, from those using the library for their first investigations in data privacy, to the privacy experts looking to contribute their own models and mechanisms for others to use.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes