Google Open Sources Image Blurring
Written by Alex Denham   
Tuesday, 03 January 2023

Google has announced open source versions of some of its "privacy-enhancing technologies", aka PETs. These are used to keep users' information anonymous and protected while still letting Google provide recommendations such as autocorrect suggestions and and the low-down in a restaurant's most popular dishes.

Google has a commitment to make these PET technologies freely available via open source projects, and has announced open source versions of image blurring technology, and a faster version of its Fully Homomorphic Encryption (FHE) Transpiler.

googleopen

The image blurring option is based on Google's internal project, Magritte, which uses Machine Learning (ML) to detect objects using low computational resources, and applies a blur to those objects automatically, as soon as they appear on screen. The tool can also be used to blur arbitrary objects such as license plates.

Google says the code is particularly useful for video journalists who want to provide increased privacy assurances. By using the open-source code, videographers can save time in blurring objects from a video, instead relying on the ML algorithm to detect and blur all the faces in a video.

Magritte is a MediaPipe-based library that provides processing graphs to reliably detect faces, track their movements in videos, and disguise the person's identity by obfuscating their face.

Processing graphs are built from feature subgraphs that solve sub-problems such as detecting or tracking faces (without recognizing them), determining the area to be redacted, and applying de-identification effect to this area (e.g., blurring, pixelization or sticker redaction).

The second improvement is a faster version of the Fully Homomorphic Encryption (FHE) Transpiler released in open-source format last year.

Google has now introduced new circuit optimizations for the transpiler that result in lower computational cost and time. Google estimates that circuit size has decreased by 50% which improves overall speed.

 googleopen

More Information

Magritte On GitHub

FHE On GitHub

Related Articles

Google Open Sources Fully Homomorphic Encryption Transpiler

Latest Winners of Google Open Source Peer Bonus

Fully Homomorphic Encryption Comes To Linux

IBM Releases Fully Homomorphic Encryption Toolkit  

Google Releases Open Source Cryptographic Tool

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


Android Studio Iguana With Crash Reports
05/03/2024

Google has announced that the latest version of Android Studio, Iguana, is now stable. It has version control system support in App Quality Insights and new built-in support for creating baseline prof [ ... ]



Call For Code 2024 Focuses On Generative AI
01/03/2024

This year's Call for Code challenge has been launched with a theme of the use of generative AI technology for solutions that aim to improve equitable access to resources and opportunities for historic [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Tuesday, 03 January 2023 )