Personalized Interpretable Classification
Zengyou He, Pengju Li, Yifan Tang, Lianyu Hu, Mudi Jiang, Yan Liu

TL;DR
This paper introduces personalized interpretable classification, enabling models to generate individual-specific rules that enhance trustworthiness and potentially improve accuracy over existing methods.
Contribution
It formally defines the personalized interpretable classification problem and proposes greedy algorithms (PIC and fPIC) to generate individual-specific rules efficiently.
Findings
Personalized rules can identify test sample-specific insights missed by non-personalized classifiers.
Algorithms achieve comparable accuracy to state-of-the-art interpretable classifiers.
On breast cancer data, personalized classifiers outperform existing methods in accuracy and interpretability.
Abstract
How to interpret a data mining model has received much attention recently, because people may distrust a black-box predictive model if they do not understand how the model works. Hence, it will be trustworthy if a model can provide transparent illustrations on how to make the decision. Although many rule-based interpretable classification algorithms have been proposed, all these existing solutions cannot directly construct an interpretable model to provide personalized prediction for each individual test sample. In this paper, we make a first step towards formally introducing personalized interpretable classification as a new data mining problem to the literature. In addition to the problem formulation on this new issue, we present a greedy algorithm called PIC (Personalized Interpretable Classifier) to identify a personalized rule for each individual test sample. To improve the running…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning and Data Classification · Data Stream Mining Techniques
MethodsTest
