Skip to main content
โ† All postsยท
AI Governance

PCPD Hong Kong: AI Data Protection and Privacy Infrastructure Under the Personal Data (Privacy) Ordinance

Hong Kong's Privacy Commissioner (PCPD) governs AI data protection through the PDPO and ethical AI guidance. Here's how to build infrastructure that satisfies privacy requirements for AI systems.

Luca Berton11 min read

The Office of the Privacy Commissioner for Personal Data (PCPD) in Hong Kong enforces the Personal Data (Privacy) Ordinance (PDPO) โ€” the territory's primary data protection legislation enacted in 1996 and progressively updated to address modern challenges including AI. While the PDPO predates the AI era, the PCPD has issued guidance on ethical AI development and use that has significant infrastructure implications for any organization processing personal data through AI systems in Hong Kong.

The PDPO: Six Data Protection Principles

The PDPO's six Data Protection Principles (DPPs) form the foundation for AI data governance:

  1. DPP1 โ€” Purpose and Manner of Collection: Personal data must be collected for a lawful purpose directly related to the function of the data user, and by means that are fair and lawful. For AI: training data collection must have a clear, disclosed purpose
  2. DPP2 โ€” Accuracy and Retention: Personal data must be accurate and not kept longer than necessary. For AI: training data must be validated for accuracy; stale or inaccurate data in training sets violates this principle
  3. DPP3 โ€” Use of Data: Personal data cannot be used for a new purpose without consent. For AI: repurposing customer data collected for service delivery as AI training data requires explicit consent
  4. DPP4 โ€” Security: Data users must take practicable steps to protect personal data. For AI: training data, model artifacts containing embedded personal data, and inference inputs must all be secured
  5. DPP5 โ€” Openness: Data users must make privacy policies available. For AI: organizations must be transparent about how personal data is used in AI systems
  6. DPP6 โ€” Access and Correction: Individuals can access and correct their personal data. For AI: this extends to personal data in training sets and, potentially, to AI-generated inferences about individuals

PCPD Guidance on Ethical AI

The PCPD's Guidance on the Ethical Development and Use of AI establishes expectations beyond the bare PDPO requirements:

Data Input Governance

  • Training data provenance: Organizations must verify that all personal data used in AI training was collected lawfully and for a compatible purpose
  • Data minimization: Use only the personal data necessary for the AI system's purpose โ€” avoid the "collect everything" approach
  • Synthetic data consideration: Where possible, use synthetic or anonymized data for training to reduce privacy risk

Algorithm Transparency

  • Algorithmic impact assessments: Before deploying AI systems that process personal data at scale, conduct and document an assessment of privacy impact
  • Transparency obligations: Individuals should be informed when AI is used to make decisions about them, and given an explanation of how the AI system works in general terms

AI Output Controls

  • Accuracy verification: AI outputs (predictions, classifications, scores) that constitute personal data must be verified for accuracy
  • Human review: Consequential decisions based on AI outputs should include human review, particularly where errors would cause significant harm
๐Ÿ“˜ Book

Kubernetes Recipes

A practical guide for container orchestration and deployment by Grzegorz Stencel & Luca Berton (Apress).

Watch on Skillshare โ†’

Infrastructure Requirements for PDPO-Compliant AI

1. Data Lifecycle Management

The PDPO's principles require granular control over personal data throughout the AI lifecycle:

  • Consent management system: Track consent status for each data subject and each purpose. When consent is withdrawn or data use changes, infrastructure must propagate this across all systems โ€” including removing data from training pipelines
  • Data catalog with PII tagging: Automated PII detection and classification across all data stores (structured databases, data lakes, feature stores, model artifacts). Tools like Apache Atlas, Amundsen, or Collibra
  • Retention automation: Policy-driven retention and deletion workflows. When personal data reaches its retention limit, it must be removed not just from operational databases but from training datasets, model artifacts, and backup systems

2. Data Subject Rights for AI

DPP6 (access and correction) creates challenging infrastructure requirements for AI systems:

  • Data subject access requests (DSARs): Infrastructure must be able to locate all personal data for a given individual across operational databases, data lakes, feature stores, training datasets, and model artifacts. This requires robust search and data lineage capabilities
  • Right to correction: When an individual corrects their personal data, infrastructure must propagate corrections to training datasets and trigger model retraining if the corrected data materially affects model behavior
  • Data deletion: While the PDPO doesn't have a GDPR-style "right to erasure," DPP2's retention principle requires deletion when data is no longer necessary. For AI, this means machine unlearning capabilities or model retraining without the deleted data

3. Privacy-Preserving AI Infrastructure

The PCPD encourages privacy-by-design approaches:

  • Differential privacy: Training pipelines that inject calibrated noise to protect individual data points while preserving aggregate model performance
  • Federated learning: For multi-party scenarios, infrastructure supporting federated model training where raw data never leaves its source environment
  • Anonymization pipelines: Automated k-anonymity, l-diversity, or t-closeness processing before data enters training pipelines
  • Secure enclaves: Confidential computing environments (Intel SGX, AMD SEV) for processing sensitive personal data during model training

4. Cross-Border Data Transfer Infrastructure

Section 33 of the PDPO restricts cross-border transfers of personal data (though not yet fully enacted as of 2026). Organizations should prepare infrastructure for:

  • Data locality controls: Kubernetes affinity rules and storage policies ensuring personal data remains in Hong Kong when required
  • Transfer impact assessments: Automated evaluation of data flows to identify and document cross-border transfers
  • Encryption and pseudonymization: Data that does cross borders must be protected with strong encryption (AES-256 at rest, TLS 1.3 in transit) and pseudonymized where feasible

Privacy Impact Assessments for AI

The PCPD recommends (and increasingly expects) Privacy Impact Assessments (PIAs) for AI systems. Infrastructure to support PIAs includes:

  • Automated data flow mapping: Tools that discover and document how personal data moves through AI pipelines โ€” from collection through training, serving, and storage
  • Risk scoring frameworks: Automated risk assessment for AI systems based on data sensitivity, processing volume, decision impact, and affected population
  • PIA workflow management: Governance platforms that track PIA status, approvals, and remediation actions
๐ŸŽ“ Course with Starweaver

Microsoft SQL Server Performance Tuning

Performance tuning essentials for SQL Server. In collaboration with Starweaver.

Start on Coursera โ†’

Kubernetes Implementation Patterns

Implementing PDPO-compliant AI infrastructure on Kubernetes:

PDPO-Compliant AI Platform Stack

  • PII Detection: Presidio or custom NER models running as admission webhooks that scan data entering the platform
  • Consent Enforcement: OPA policies checking consent status before data is accessed by training or inference workloads
  • Data Locality: Node affinity and PersistentVolume topology constraints ensuring Hong Kong data residency
  • DSAR Automation: Airflow/Argo Workflows pipelines that search across all data stores and compile DSAR responses
  • Audit Logging: Falco + custom audit policies logging all access to personal data with user identity and purpose
  • Retention Enforcement: CronJobs executing retention policies with documented deletion confirmation

PCPD vs. PDPC (Singapore): Infrastructure Differences

  • Consent models: PDPO emphasizes prescribed consent for each use; PDPA has a broader "deemed consent" concept โ€” infrastructure must handle both models if operating across jurisdictions
  • Data breach notification: The PDPO doesn't mandate breach notification (unlike PDPA's mandatory 3-day notification); however, the PCPD strongly recommends it, and infrastructure should support automated breach detection and notification regardless
  • AI-specific rules: Neither jurisdiction has AI-specific legislation yet, but Singapore's AI Verify provides a concrete testing framework that Hong Kong lacks โ€” organizations may voluntarily adopt AI Verify as best practice even for Hong Kong deployments
  • Cross-border transfers: Section 33 of the PDPO (when fully enacted) will be more restrictive than PDPA's transfer provisions; prepare infrastructure for the stricter standard
๐Ÿ“‹ Free Resource

EU AI Act Compliance Checklist

40-point checklist covering risk classification, data governance, transparency, and human oversight. Based on the official regulation.

Get Free Checklist โ†’

Compliance Roadmap

  1. Week 1-2: Map all personal data flows through AI systems โ€” identify data sources, processing activities, storage locations, and cross-border transfers
  2. Week 3-4: Conduct Privacy Impact Assessments for all AI systems processing personal data
  3. Month 2: Implement PII detection and consent enforcement across AI pipelines
  4. Month 3: Deploy DSAR automation and data lifecycle management (retention, deletion, correction propagation)
  5. Month 4: Implement privacy-preserving techniques (differential privacy, anonymization) for training pipelines handling sensitive data
  6. Month 5: Establish cross-border data transfer controls and monitoring
  7. Ongoing: Regular PIAs for new and modified AI systems; annual review of compliance posture
pcpd
hong kong
privacy
data protection
pdpo
ai ethics
personal data
apac regulation

Related Solution

Navigating AI adoption in a regulated environment? Our readiness assessment maps infrastructure, governance, and compliance gaps in 2-3 weeks.

Explore AI Readiness for Regulated Enterprises โ†’

Need help applying this in your organization?

Get a free 30-minute assessment with actionable recommendations โ€” whether we work together or not.

Book Your Free AI Platform Assessment

18+ years experience ยท Ex-Red Hat & Dell ยท Speaker at KubeCon EU 2026

Luca Berton

Written by

Luca Berton

CEO at Open Empower. 18+ years building enterprise infrastructure at JPMorgan Chase, Red Hat & Dell. Author of 9 technical books. Speaker at Red Hat Summit and KubeCon EU 2026. Instructor on Coursera, Pluralsight & Udemy.

Get more insights like this

Practical AI infrastructure and platform engineering guides โ€” delivered to your inbox.

Subscribe to Newsletter โ†’