TLDR: This research introduces a new mathematical model (MISRO) and uses Constraint Programming (CP) to optimize ethical risk reduction in Medical Intelligent Systems (MIS), which are classified as high-risk under the EU AI Act. A comparative study shows CP (with Chuffed solver) is the most efficient and scalable method for finding optimal risk mitigation strategies, especially for complex, nonlinear ethical requirements, outperforming Mixed Integer Programming (MIP) and Satisfiability (SAT) approaches.
Medical Intelligent Systems (MIS) are increasingly becoming a cornerstone of modern healthcare, promising significant advancements in patient care and operational efficiency. However, this integration also brings forth critical safety and ethical challenges. With the European Union’s AI Act classifying most MIS as high-risk systems, there’s a pressing need for robust risk management processes to ensure compliance with the ethical requirements of trustworthy AI.
A recent research paper delves into this complex area, focusing on optimizing risk reduction with a strong emphasis on ethical considerations. The core idea is to find the most balanced way to assign risk assessment values, ensuring they comprehensively cover the ethical requirements for trustworthy AI. The authors have transformed this intricate problem into a constrained optimization task and explored three distinct computational approaches to solve it: Mixed Integer Programming (MIP), Satisfiability (SAT), and Constraint Programming (CP).
The paper introduces a novel mathematical formulation for this optimization problem, which traditionally relies on manual expert assessment. This new framework, termed MISRO (MIS Risk ethical requirement Optimization), provides an objective method for experts to select risk mitigation measures. MISRO is implemented using the MiniZinc constraint modeling language, allowing it to be solved across various phases of a system’s lifecycle as risks evolve. The model’s versatility means it can accommodate diverse risk estimation procedures, including those involving complex nonlinear calculations.
A significant part of the study involved a comparative experimental analysis to evaluate the performance, expressiveness, and scalability of each optimization approach. The researchers employed three leading solvers: Chuffed for CP, HiGHS for MIP, and PicatSAT for SAT-based solving. The findings revealed that Constraint Programming (CP), particularly with the Chuffed solver, consistently outperformed the other methods. It demonstrated superior speed and robustness, especially when handling nonlinear constraints inherent in more complex ethical risk scenarios. While MIP (HiGHS) showed competitive performance on simpler problems, it encountered difficulties with increased nonlinearity. SAT (PicatSAT) proved effective only for the most straightforward cases, struggling significantly with nonlinearity and scalability challenges.
The research also investigated the quality of solutions generated when solvers couldn’t achieve absolute optimality within a set time limit. Both Chuffed and HiGHS were able to provide high-quality, near-optimal solutions, making them practical for real-world applications where time is a critical factor. In contrast, PicatSAT exhibited a notable decline in solution quality under similar time constraints.
In conclusion, the study underscores CP as the most effective paradigm for solving MISRO, particularly when dealing with nonlinear risk quantification or specific user-defined constraints between risks. Its inherent ability to support complex constraints makes it an excellent choice for both modeling flexibility and computational efficiency in ethical AI risk management.
The authors acknowledge certain limitations, such as the reliance on a fixed, user-defined upper bound for risk quantification and the use of finite domain approximation for real-valued optimization. Future work aims to integrate this optimization framework into a comprehensive trustworthy AI risk management pipeline, incorporating interactive feedback mechanisms and automated decision support, in alignment with the EU AI Act.
Also Read:
- New Framework Ensures Provably Fair AI by Uncovering Hidden Biases
- ConstraintLLM: Advancing AI for Complex Industrial Problem Solving
For more in-depth information, you can read the full research paper here: Optimizing Ethical Risk Reduction for Medical Intelligent Systems with Constraint Programming.


