Beyond Verification: Abductive Explanations for Post-AI Assessment of Privacy Leakage
Belona Sonna, Alban Grastien, Claire Benn
TL;DR
This paper tackles privacy leakage in AI decision processes by proposing an abductive auditing framework that produces minimal, sufficient explanations for decisions. The core idea is the Potentially Applicable Explanation ($PAE$) and its leakage‑protected variant ($LPPAE$), enabling detection of when open features reveal protected attributes and when they can shield sensitive literals. The authors formalize individual and model‑level leakage, analyze computational complexity (Σ2P‑complete) and propose efficient, albeit exponential, algorithms based on SMT/ SAT formulas. They validate the approach on the German Credit Dataset, showing that some classifiers leak while others do not, and discuss limitations and avenues for scaling and sanitization. The work offers a principled path to reconcile transparency, interpretability, and privacy in deployed AI systems.
Abstract
Privacy leakage in AI-based decision processes poses significant risks, particularly when sensitive information can be inferred. We propose a formal framework to audit privacy leakage using abductive explanations, which identifies minimal sufficient evidence justifying model decisions and determines whether sensitive information disclosed. Our framework formalizes both individual and system-level leakage, introducing the notion of Potentially Applicable Explanations (PAE) to identify individuals whose outcomes can shield those with sensitive features. This approach provides rigorous privacy guarantees while producing human understandable explanations, a key requirement for auditing tools. Experimental evaluation on the German Credit Dataset illustrates how the importance of sensitive literal in the model decision process affects privacy leakage. Despite computational challenges and simplifying assumptions, our results demonstrate that abductive reasoning enables interpretable privacy auditing, offering a practical pathway to reconcile transparency, model interpretability, and privacy preserving in AI decision-making.
