Module 6 – Privacy and Data Ethics
2025-09-12
Note
These rights are enshrined in GDPR, echoed in Canada’s proposed CPPA, and increasingly reflected in global AI/data ethics frameworks.
From 🔗HHS
Warning
Despite your best efforts in anonymization (see here), anonymization is not robust to linkage (i.e., if you have ancillary data)
Warning
Privacy risks are dynamic and evolving:
- Re-identification and inference show that technical anonymization is not enough.
- Strong governance, continuous monitoring, and technical safeguards (e.g., Differential Privacy) are essential.
From 🔗The Conversation
Note
Powles and Hodson (2017)
GDPR (Article 6)
Note
Implication for AI: Explainability and consent would be mandatory.
Note
Key Distinctions
- GDPR lists six equal bases; CPPA sets consent as the rule, with limited exceptions.
- CPPA requires plain-language explanations of why data is collected/used.
- Both frameworks stress accountability, but CPPA is more business-operations focused, reflecting Canadian regulatory pragmatism.
Warning
Key Takeaway:
Schrems II shifted the burden onto organizations to prove equivalent protection abroad.
Cross-border transfers are now legally and technically complex, with real compliance risk.
Tip
Key Takeaway:
A DPIA/PIA is not just a compliance checkbox — it is a strategic governance tool that builds trust, demonstrates accountability, and reduces long-term legal/ethical risk.
There are (nevertheless porous) layers which can be used to protect our data
From 🔗here
| Age (Years) | Sex | ZIP Code | Diagnosis |
|---|---|---|---|
| 16 | Male | 00002 | Diabetes |
| 20 | Female | 00000 | Influenza |
| 34 | Male | 10000 | Broken Arm |
| 93 | Female | 10003 | Acid Reflux |
| Age (Years) | Sex | ZIP Code | Diagnosis |
|---|---|---|---|
| \(< 30\) | 00000* | Diabetes | |
| \(< 30\) | 00000* | Influenza | |
| \(\geq 30\) | 10000* | Broken Arm | |
| \(\geq 30\) | 10000* | Acid Reflux |
Note
Source: U.S. HHS, Guidance Regarding Methods for De-identification of Protected Health Information (Table 5).
See: HHS HIPAA De-identification Guidance and El Emam et al. (2009).
Warning
Still susceptible to linking.
From 🔗here
From 🔗here
Tip
Key takeaway: FL “moves the model to the data rather than the data to the model”.
It is a cornerstone of privacy-preserving AI, especially powerful when paired with Differential Privacy.
Warning
Again, don’t consider a ‘checklist’ to be a “one-time thing”
Tip
Keep it practical — imagine you are advising your organization on how to use data responsibly in this project.