Singapore's Personal Data Protection Commission (PDPC) has established what many consider the most practical AI governance framework in the Asia-Pacific region. Unlike the EU's prescriptive AI Act, Singapore's approach — anchored in the Model AI Governance Framework and the AI Verify testing toolkit — favors industry-led adoption with clear technical guidelines. For organizations deploying AI in Singapore or serving Singaporean customers, this isn't optional guidance; it's the de facto compliance standard.
The PDPC Model AI Governance Framework
Released in January 2019 and updated in January 2020, the Model Framework provides "detailed and readily-implementable guidance" organized around two guiding principles:
- Principle 1: Organizations using AI in decision-making should ensure that the decision-making process is explainable, transparent, and fair
- Principle 2: AI solutions should be human-centric — AI augments, not replaces, human decision-making where consequential outcomes are involved
These translate into four pillars: Internal Governance, Determining AI Decision-Making Model, Operations Management, and Stakeholder Interaction & Communication.
AI Verify: The Testing Toolkit
AI Verify is IMDA's open-source governance testing framework — the world's first of its kind. It tests AI systems against 11 governance principles aligned with international frameworks (EU, OECD, Singapore's own Model Framework):
The 11 AI Verify Governance Principles
Transparency · Explainability · Repeatability/Reproducibility · Safety · Security · Robustness · Fairness · Data Governance · Accountability · Human Agency & Oversight · Inclusive Growth, Societal & Environmental Well-being
The toolkit operates within your enterprise environment — no data leaves your infrastructure. It performs technical tests on supervised-learning classification and regression models for tabular and image datasets. Important caveat: AI Verify cannot currently test Generative AI/LLMs, though expansion is expected as the AI Verify Foundation (with premier members including Google, IBM, Microsoft, and Red Hat) develops new testing capabilities.
Kubernetes Recipes
A practical guide for container orchestration and deployment by Grzegorz Stencel & Luca Berton (Apress).
Watch on Skillshare →Infrastructure Requirements for PDPC Compliance
Meeting the PDPC framework requires specific infrastructure capabilities:
1. Model Registry and Version Control
Every AI model deployed in production needs a traceable lineage. The framework expects organizations to maintain records of model versions, training data snapshots, hyperparameters, and performance metrics. This means infrastructure must support:
- Immutable model artifacts — Container registries with signed images, OCI-compliant artifact storage
- Training data versioning — DVC, LakeFS, or similar tools integrated into your ML pipeline
- Experiment tracking — MLflow, Weights & Biases, or Neptune with retention policies aligned to audit requirements
2. Automated Bias Detection and Fairness Testing
The fairness principle requires infrastructure that can detect and measure bias at multiple stages:
- Pre-training: Data profiling pipelines that flag imbalanced distributions across protected attributes
- Post-training: Automated fairness metrics (demographic parity, equalized odds, calibration) computed on holdout sets
- Production: Real-time monitoring for concept drift and fairness degradation, with alerting when metrics breach thresholds
3. Explainability Infrastructure
For AI systems making consequential decisions, the framework requires explanations that are "meaningful and easy to understand." Infrastructure implications:
- SHAP/LIME computation pipelines capable of generating explanations at inference time
- Feature attribution storage and retrieval (latency-sensitive for customer-facing applications)
- Explanation caching layers for high-throughput scenarios
4. Data Protection by Design
Singapore's Personal Data Protection Act (PDPA) applies to all AI training data. Your infrastructure must enforce:
- Encryption at rest (AES-256) and in transit (TLS 1.3) for all personal data used in training
- Access controls with role-based permissions and audit logging for data access
- Data retention and deletion capabilities — including the ability to remove an individual's data from training sets ("right to erasure" equivalent)
- Cross-border transfer controls when data moves outside Singapore
AI Verify Integration Architecture
Deploying AI Verify within your existing ML infrastructure requires:
- Isolated testing environment — AI Verify runs in your infrastructure, but should be isolated from production to prevent test workloads from affecting live services
- CI/CD integration — Embed AI Verify tests into your model deployment pipeline as a mandatory gate before production promotion
- Report generation and storage — AI Verify generates standardized testing reports; these need versioned storage with long-term retention for audit purposes
- API integration — Connect AI Verify outputs to your governance dashboard for centralized compliance monitoring
API Validation with Postman
Master API validation and testing using Postman. In collaboration with Starweaver.
Start on Coursera →Kubernetes-Native Implementation
For organizations running AI workloads on Kubernetes (which is most regulated enterprises at this point), the PDPC framework maps well to cloud-native patterns:
- KubeFlow Pipelines for reproducible training runs with full lineage tracking
- OPA/Gatekeeper policies to enforce data access controls and model deployment gates
- Prometheus + custom metrics for fairness monitoring in production
- Sealed Secrets or External Secrets Operator for managing encryption keys and access credentials
- Network Policies to enforce data locality and cross-border transfer restrictions
The AI Verify Foundation: What's Coming
The AI Verify Foundation, launched with seven premier members (Aicadium, Google, IBM, IMDA, Microsoft, Red Hat, and Salesforce), is driving the next generation of AI testing tools. Expected developments include:
- GenAI/LLM testing capabilities (currently the biggest gap)
- Expanded test coverage for multimodal models
- Interoperability with other governance frameworks (EU AI Act, NIST AI RMF)
- Industry-specific testing templates
AI Platform Assessment
Get a 2-3 week infrastructure audit with a concrete roadmap. No big-consultancy overhead.
Book Your Free Assessment →Practical Compliance Roadmap
For organizations building or retrofitting AI infrastructure for PDPC compliance:
- Week 1-2: Audit existing AI systems — document models, data sources, decision types, and risk levels
- Week 3-4: Deploy AI Verify in a staging environment and run initial tests on your highest-risk models
- Month 2: Implement model registry and data lineage tracking for all production AI systems
- Month 3: Integrate fairness monitoring and explainability pipelines into production
- Month 4: Embed AI Verify into CI/CD as a deployment gate; establish governance reporting cadence
Singapore vs. EU: Infrastructure Implications
Organizations operating in both jurisdictions need to reconcile two different approaches:
- Risk classification: The EU AI Act mandates risk tiers with prohibitions; PDPC's Model Framework is guidance-based without formal risk categories (though AI Verify's principles map closely)
- Testing requirements: EU requires conformity assessments for high-risk AI; Singapore's AI Verify provides a voluntary but increasingly expected testing standard
- Data governance: PDPA and GDPR overlap significantly, but PDPA's consent framework differs in specifics — infrastructure must handle both consent models
The good news: infrastructure built for EU AI Act compliance is largely sufficient for PDPC compliance, with additions for AI Verify integration and PDPA-specific data handling requirements.
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 →
Luca Berton
