LGOct 4, 2022

Concise and interpretable multi-label rule sets

arXiv:2210.01533v22 citationsh-index: 64
Originality Highly original
AI Analysis

This addresses the need for interpretable models in multi-label classification, which is increasingly important but often overlooked, offering a practical solution for domains requiring transparency.

The paper tackles the problem of interpretability in multi-label classification by developing a classifier represented as a concise set of 'if-then' rules, achieving high accuracy with a small number of rules compared to existing rule-based methods.

Multi-label classification is becoming increasingly ubiquitous, but not much attention has been paid to interpretability. In this paper, we develop a multi-label classifier that can be represented as a concise set of simple "if-then" rules, and thus, it offers better interpretability compared to black-box models. Notably, our method is able to find a small set of relevant patterns that lead to accurate multi-label classification, while existing rule-based classifiers are myopic and wasteful in searching rules,requiring a large number of rules to achieve high accuracy. In particular, we formulate the problem of choosing multi-label rules to maximize a target function, which considers not only discrimination ability with respect to labels, but also diversity. Accounting for diversity helps to avoid redundancy, and thus, to control the number of rules in the solution set. To tackle the said maximization problem we propose a 2-approximation algorithm, which relies on a novel technique to sample high-quality rules. In addition to our theoretical analysis, we provide a thorough experimental evaluation, which indicates that our approach offers a trade-off between predictive performance and interpretability that is unmatched in previous work.

Code Implementations1 repo
Foundations

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

Your Notes