Skip to content

Explainable AI via Learning to Optimize

License: MIT Docs

Howard Heaton and Samy Wu Fung

Summary

We fuse optimization-based deep learning models to give explainability with output guarantees and certificates of trustworthiness.

Contact Us

Key Steps

  • Create an optimization model with data-driven and analytic terms: \(\mathsf{{N}_\Theta(d) = \underset{x}{\text{argmin}}\ f_\Theta(x;\ d)}\)
  • Identify an optimization algorithm for the model: \(\mathsf{x^{k+1} = T_\Theta(x^k;\ d)}\)
  • Train using JFB

Preprint Slides Reprint

Abstract

Indecipherable black boxes are common in machine learning (ML), but applications increasingly require explainable artificial intelligence (XAI). The core of XAI is to establish transparent and interpretable data-driven algorithms. This work provides concrete tools for XAI in situations where prior knowledge must be encoded and untrustworthy inferences flagged. We use the "learn to optimize" (L2O) methodology wherein each inference solves a data-driven optimization problem. Our L2O models are straightforward to implement, directly encode prior knowledge, and yield theoretical guarantees (e.g. satisfaction of constraints). We also propose use of interpretable certificates to verify whether model inferences are trustworthy. Numerical examples are provided in the applications of dictionary-based signal recovery, CT imaging, and arbitrage trading of cryptoassets.

Citation

@article{heaton2023explainable,
         title={{Explainable AI via Learning to Optimize}},
         author={Heaton, Howard and Wu Fung, Samy},
         journal={Scientific Reports},
         year={2023},
         url={https://doi.org/10.1038/s41598-023-36249-3},
}