LGAICRJan 20, 2025

Technical Report for the Forgotten-by-Design Project: Targeted Obfuscation for Machine Learning

arXiv:2501.11525v1h-index: 9
Originality Incremental advance
AI Analysis

This work addresses privacy risks in AI for compliance with regulations like the Right to be Forgotten, though it is incremental as it builds on existing obfuscation techniques.

The paper tackles the problem of privacy preservation in AI systems by introducing Forgotten by Design, a proactive method that uses instance-specific obfuscation during training to prevent sensitive data embedding, reducing privacy risks by at least an order of magnitude on CIFAR-10 while maintaining model accuracy.

The right to privacy, enshrined in various human rights declarations, faces new challenges in the age of artificial intelligence (AI). This paper explores the concept of the Right to be Forgotten (RTBF) within AI systems, contrasting it with traditional data erasure methods. We introduce Forgotten by Design, a proactive approach to privacy preservation that integrates instance-specific obfuscation techniques during the AI model training process. Unlike machine unlearning, which modifies models post-training, our method prevents sensitive data from being embedded in the first place. Using the LIRA membership inference attack, we identify vulnerable data points and propose defenses that combine additive gradient noise and weighting schemes. Our experiments on the CIFAR-10 dataset demonstrate that our techniques reduce privacy risks by at least an order of magnitude while maintaining model accuracy (at 95% significance). Additionally, we present visualization methods for the privacy-utility trade-off, providing a clear framework for balancing privacy risk and model accuracy. This work contributes to the development of privacy-preserving AI systems that align with human cognitive processes of motivated forgetting, offering a robust framework for safeguarding sensitive information and ensuring compliance with privacy regulations.

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