TL;DR
A gap exists in generating reliable counterfactual explanations for neural combinatorial optimization (CO) policies, which are essential for understanding model decisions. The study introduces a method called Constraint-Anchored Attribution, which provides feasibility-certified counterfactuals and identifies Bonferroni-PAC sufficient subsets.
✦ Why It Matters
Engineers can use Constraint-Anchored Attribution to improve the interpretability of AI models in critical applications.
Key Takeaways
How It Works
The method decomposes decisions by leveraging linear programming (LP) relaxation duals, which simplify complex optimization problems. It certifies counterfactuals through a combinatorial feasibility model, ensuring that the proposed alternatives are viable within the constraints of the original problem.
The Bonferroni-corrected Hoeffding sufficient-subset test is then used to provide statistically sound explanations, limiting the size of the explanation while maintaining accuracy.
Related