LGAIMLMay 1, 2019

Interpretable multiclass classification by MDL-based rule lists

arXiv:1905.00328v255 citations
AI Analysis

This work addresses the need for interpretable and efficient classifiers in data mining, offering a solution that balances accuracy and simplicity for users requiring transparent models.

The paper tackles the problem of learning compact and accurate probabilistic rule lists for multiclass classification by proposing a novel MDL-based formalization, resulting in virtually parameter-free model selection that avoids overfitting and hyperparameter tuning. The Classy algorithm selects small rule lists that outperform state-of-the-art classifiers in predictive performance and interpretability, with insensitivity to its only parameter and validation through compression correlation.

Interpretable classifiers have recently witnessed an increase in attention from the data mining community because they are inherently easier to understand and explain than their more complex counterparts. Examples of interpretable classification models include decision trees, rule sets, and rule lists. Learning such models often involves optimizing hyperparameters, which typically requires substantial amounts of data and may result in relatively large models. In this paper, we consider the problem of learning compact yet accurate probabilistic rule lists for multiclass classification. Specifically, we propose a novel formalization based on probabilistic rule lists and the minimum description length (MDL) principle. This results in virtually parameter-free model selection that naturally allows to trade-off model complexity with goodness of fit, by which overfitting and the need for hyperparameter tuning are effectively avoided. Finally, we introduce the Classy algorithm, which greedily finds rule lists according to the proposed criterion. We empirically demonstrate that Classy selects small probabilistic rule lists that outperform state-of-the-art classifiers when it comes to the combination of predictive performance and interpretability. We show that Classy is insensitive to its only parameter, i.e., the candidate set, and that compression on the training set correlates with classification performance, validating our MDL-based selection criterion.

Code Implementations3 repos
Foundations

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

Your Notes