Models That Are Interpretable But Not Transparent
Chudi Zhong, Panyu Chen, Cynthia Rudin
TL;DR
This work tackles the tension between providing faithful explanations for high-stakes decisions and protecting the model’s proprietary decision boundary. It introduces FaithfulDefense, a defense that generates explanations for inherently interpretable models (e.g., decision sets) by solving a maximum set cover problem to minimize disclosure while ensuring faithfulness. The authors provide greedy and exact (IP-based) algorithms, along with an augmented IP variant, and demonstrate that explanations remain faithful (FPR = 0) while substantially reducing information leakage and increasing the query budget required for effective model extraction. Empirical results on credit- and loan-related datasets show FaithfulDefense often yields slower or harder-to-use surrogates for attackers, especially on larger datasets, validating its practical potential for protecting intellectual property without sacrificing required explanations. The work highlights the trade-offs between interpretability, security, and compliance, and points to domain-specific considerations, including recourse and legal requirements.
Abstract
Faithful explanations are essential for machine learning models in high-stakes applications. Inherently interpretable models are well-suited for these applications because they naturally provide faithful explanations by revealing their decision logic. However, model designers often need to keep these models proprietary to maintain their value. This creates a tension: we need models that are interpretable--allowing human decision-makers to understand and justify predictions, but not transparent, so that the model's decision boundary is not easily replicated by attackers. Shielding the model's decision boundary is particularly challenging alongside the requirement of completely faithful explanations, since such explanations reveal the true logic of the model for an entire subspace around each query point. This work provides an approach, FaithfulDefense, that creates model explanations for logical models that are completely faithful, yet reveal as little as possible about the decision boundary. FaithfulDefense is based on a maximum set cover formulation, and we provide multiple formulations for it, taking advantage of submodularity.
