On the Complexity of Global Necessary Reasons to Explain Classification
Marco Calautti, Enrico Malizia, Cristian Molinaro
TL;DR
The paper addresses explaining classifier decisions via global necessary reasons expressed in a logic-based language, focusing on minimality under two preorders. It conducts a thorough complexity analysis for three classifier families—$\mathsf{BDD}$, $\mathsf{PRC}$, and $\mathsf{MLP}$—across two minimality notions. Key findings show that $\mathsf{PRC}$ and $\mathsf{BDD}$ yield low-complexity results (logspace or NL-complete), while $\mathsf{MLP}$ incurs higher complexity (co-$\mathsf{NP}$-complete for existence and $\mathsf{DP}$-complete for minimality). The work also shows that minimal global necessary reasons can be computed efficiently with appropriate oracles, motivating SAT-based strategies for harder cases. Together, these results establish a foundational understanding of global explanations and point to directions for future expressive languages and practical algorithms.
Abstract
Explainable AI has garnered considerable attention in recent years, as understanding the reasons behind decisions or predictions made by AI systems is crucial for their successful adoption. Explaining classifiers' behavior is one prominent problem. Work in this area has proposed notions of both local and global explanations, where the former are concerned with explaining a classifier's behavior for a specific instance, while the latter are concerned with explaining the overall classifier's behavior regardless of any specific instance. In this paper, we focus on global explanations, and explain classification in terms of ``minimal'' necessary conditions for the classifier to assign a specific class to a generic instance. We carry out a thorough complexity analysis of the problem for natural minimality criteria and important families of classifiers considered in the literature.
