Module 5 (V 2.0): Governing the release, monitoring and maintenance of the AI model Flashcards
Name some AI-specific risks that organizations should monitor for after deployment?
- Model inversion
- Extraction
- Poisoning
- Evasion
Name two predictable AI-specific risks post-deployment and mitigations for these risks.
1) Risk: Using the model for a different purpose than originally intended. Mitigation: Documentation (via model card or your org’s standard documentation).
2) Risk:Introducing new data into an algorithm. Mitigation: Store snapshots of the algorithm and its output.
List some considerations for monitoring AI systems.
- Inventory all AI systems and attach a risk score to each.
- Create a challenger model to assess drift and unexpected results.
- Implement tests to assess performance, reliability, and safety.
- Monitor changes to the model.
- Have a procedure in place to deactivate a model or localize it as needed.
- Follow current industry best practices.
What are some current industry best practices for managing and monitoring external and internal risks?
- Define a baseline to measure future iterations of the model.
- Retrain with new data as needed and with human input and feedback to improve performance as the data changes.
- Determine and prioritize the level of the risks and the appropriate responses.
- Conduct internal or external red teaming exercises for AI systems (should also be done pre-deployment).
- Consider bug bashing/bug bounties to generate user engagement and extensive feedback.
What are some causes of AI incidents?
- Brittleness
- Lack of robustness
- Lack of quality data
- Insufficient testing
- Model or data drift
Name two AI governance automation tools.
1) AI Verify: Launched by the Singapore government, it is an AI governance testing framework and toolkit to help systems meet performance benchmarks. It validates AI system performance against 11 ethics principles
2) The Model Card Regulatory Check app - It automates regulatory compliance of AI systems based on accepted AI documentation tools like model cards.