LGJul 31, 2024

Probabilistic Scoring Lists for Interpretable Machine Learning

arXiv:2407.21535v11 citationsh-index: 69
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable decision-making in safety-critical domains like healthcare, though it is incremental as it builds on existing scoring systems.

The authors tackled the problem of interpretable machine learning by extending scoring systems to probabilistic scoring lists (PSL), which incorporate uncertainty via probability distributions or intervals and stop evaluation when confident, resulting in a method validated through a medical case study.

A scoring system is a simple decision model that checks a set of features, adds a certain number of points to a total score for each feature that is satisfied, and finally makes a decision by comparing the total score to a threshold. Scoring systems have a long history of active use in safety-critical domains such as healthcare and justice, where they provide guidance for making objective and accurate decisions. Given their genuine interpretability, the idea of learning scoring systems from data is obviously appealing from the perspective of explainable AI. In this paper, we propose a practically motivated extension of scoring systems called probabilistic scoring lists (PSL), as well as a method for learning PSLs from data. Instead of making a deterministic decision, a PSL represents uncertainty in the form of probability distributions, or, more generally, probability intervals. Moreover, in the spirit of decision lists, a PSL evaluates features one by one and stops as soon as a decision can be made with enough confidence. To evaluate our approach, we conduct a case study in the medical domain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes