Skip to main content
AI Training Data and the Deletion ProblemData Subject Rights
3 min readFor Data Protection Officers (DPOs)

AI Training Data and the Deletion Problem

Understanding the Issue

The challenge isn't a single incident but a widespread issue affecting organizations using AI. When individuals exercise their Article 17 erasure rights, many organizations struggle to remove personal data from AI models already trained on it. This gap between GDPR requirements and technical capabilities poses a significant compliance risk.

When you receive a deletion request for data used in machine learning, your usual deletion process falls short. You can delete data from active databases, but the model retains learned patterns. Retraining from scratch is often too costly and impractical, especially for large models that require extensive resources.

How the Problem Develops

This issue has been growing since the GDPR took effect in May 2018, escalating as more organizations deploy AI systems trained on large datasets.

Here's a typical scenario:

Initial Deployment: Data is collected under a lawful basis like consent or legitimate interests for service improvement, with privacy notices mentioning "analytics" or "system optimization."

Model Training: The data is used to train models like recommendation engines or chatbots.

Deletion Request: A data subject exercises their Article 17 rights. Your team confirms the request is valid.

Technical Challenge: You delete the individual's records from your database, but the model still contains learned patterns. Selective removal isn't possible without full retraining.

Compliance Gap: You've addressed the structured data deletion but not the model's learned representations.

Identifying Control Failures

The issue isn't malicious intent but a gap between privacy-by-design and AI development.

Inadequate Privacy Impact Assessment: Your Article 35 data protection impact assessment likely didn't cover post-training deletion scenarios. The "erasure" section assumes traditional database operations.

Lacking Technical Measures: Article 25 requires appropriate measures to meet GDPR standards. Without mechanisms for post-training deletion, you're not compliant.

Transparency Issues: Your privacy notices may not explain that data used in model training isn't fully removable, preventing informed consent.

Lawful Basis Concerns: If relying on consent, you must honor withdrawal requests, including deletion. If using legitimate interests, your Article 6(1)(f) assessment must consider the inability to erase data post-training.

What GDPR Requires

Article 17(1) gives data subjects the right to erasure without undue delay. For AI systems, Article 17(2) implies the need for technical capabilities to act on erasure requests. The data minimization principle in Article 5(1)(c) requires justification for retaining learned patterns after a deletion request.

Article 25(1) mandates technical measures to implement data protection principles effectively. For AI, this means integrating erasure capabilities into model architecture.

Action Steps for Your Team

Explore Machine Unlearning: Investigate machine unlearning techniques, which offer ways to address deletion requests for AI-trained data. Collaborate with your engineering team to evaluate suitable methods for your models.

Update DPIA Templates: Include AI-specific erasure scenarios in your Article 35 DPIA template. Ask, "What technical measures will address deletion requests post-training?" If full retraining is the answer, reconsider your lawful basis or approach.

Revise Privacy Notices: Clearly state if you can't fully remove data from trained models. Explain what you can do, like deleting source data or applying unlearning techniques, and outline limitations. This transparency is required under Articles 13 and 14.

Reassess Lawful Basis: Don't rely on consent unless you can honor withdrawal. If not, consider legitimate interests, ensuring your assessment addresses erasure limitations.

Plan for Unlearning Capability: Document technical approaches and set milestones for implementation. Supervisory authorities will favor organizations actively working toward compliance.

Prepare a Deletion Response: When receiving an Article 17 request for data used in model training, acknowledge it within one month, explain immediate actions, and commit to a timeline for addressing the model. Be honest about what you can deliver.

The clash between AI's data needs and GDPR's erasure rights is ongoing. Organizations treating this as a theoretical issue risk enforcement actions. Those investing in unlearning techniques and transparency will be better prepared for compliance scrutiny.

You Might Also Like