Google Open Sources Differential Privacy Library
Written by Kay Ewbank   
Friday, 13 September 2019

Google has released an open source version of its differential privacy library, which is used for some of Google’s core products. To make the library easy for developers to use, Google has concentrated on features that it says can be particularly difficult to execute from scratch, like automatically calculating bounds on user contributions.

Differential privacy provides a way to make information available from a dataset without making it obvious whether data from a specific individual is in the dataset. For example, analysts could show changing health trends while keeping the underlying medical records private, or the aggregated results of a survey could be used without the individual responses being revealed, even to the researchers doing the analysis.

googlelogo

Google has been working on differentially-private techniques since the release of RAPPOR for Chrome in 2014. RAPPOR (Randomized Aggregatable Privacy-Preserving Ordinal Response), is used to work on Chrome's security, bugs, and overall user experience from user responses without including anything that would identify a particular user. Google has also used differentially private methods to provide data such as how busy a business is over the course of a day or how popular a particular restaurant’s dish is in Google Maps.

The new library offers statistical functions so developers can compute counts, sums, averages, medians, and percentiles using the library. It also includes an extensible ‘Stochastic Differential Privacy Model Checker library’ that can be used to check you're not exposing information that would identify specific users.

The library comes with a PostgreSQL extension along with common recipes to show how to use the library, and the underlying approach used by the library is available in a new technical paper.

The developers say they've designed the library so that it can be extended to include other features such as additional mechanisms, aggregation functions, or privacy budget management.

googlelogo 

 

More Information

Differential Privacy Library On GitHub

Related Articles

Google Releases Open Source Cryptographic Tool

Chrome Cryptocode Generator Revealed  

Microsoft SEAL Cryptography .NET Wrapper Released

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


JetBrains Previews VSCode Kotlin At KotlinConf
26/05/2025

JetBrains has shown off a pre-alpha version of its forthcoming official Kotlin support for Visual Studio Code and an implementation of Language Server Protocol for the Kotlin language. The announcemen [ ... ]



Meet LegoGPT
11/05/2025

LegoGPT is an AI model that creates physically stable Lego structures from text prompts. Not only does it design Lego models that match text-supplied descriptions, it also ensures they can be built br [ ... ]


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 13 September 2019 )