paper-with-me

홈 › Papers

RuleMatrix: Visualizing and Understanding Classifiers with Rules

2018-07-17 · Yao Ming, Huamin Qu, Enrico Bertini

With the growing adoption of machine learning techniques, there is a surge of research interest towards making machine learning systems more transparent and interpretable. Various visualizations have been developed to help model developers understand, diagnose, and refine machine learning models. However, a large number of potential but neglected users are the domain experts with little knowledge of machine learning but are expected to work with machine learning systems. In this paper, we present an interactive visualization technique to help users with little expertise in machine learning to understand, explore and validate predictive models. By viewing the model as a black box, we extract a standardized rule-based knowledge representation from its input-output behavior. We design RuleMatrix, a matrix-based visualization of rules to help users navigate and verify the rules and the black-box model. We evaluate the effectiveness of RuleMatrix via two use cases and a usability study.

📄 PDF Abstract BibTeX arXiv:1807.06228

Code (1)

rulematrix/rule-matrix-py

Tasks

BIG-bench Machine LearningNavigate

Similar Papers 제목 키워드 기반

Visualizing Rule Sets: Exploration and Validation of a Design Space

2021-03-01 · Jun Yuan, Oded Nov, Enrico Bertini

Rule sets are often used in Machine Learning (ML) as a way to communicate the model logic in settings where transparency and intelligibility are necessary. Rule sets are typically presented as a text-based list of logica…

RuleExplorer: A Scalable Matrix Visualization for Understanding Tree Ensemble Classifiers

2024-09-05 · Zhen Li, Weikai Yang, Jun Yuan, Jing Wu 외

The high performance of tree ensemble classifiers benefits from a large set of rules, which, in turn, makes the models hard to understand. To improve interpretability, existing methods extract a subset of rules for appro…

Visualizing Classification Structure of Large-Scale Classifiers

2020-07-12 · Bilal Alsallakh, Zhixin Yan, Shabnam Ghaffarzadegan, Zeng Dai 외

We propose a measure to compute class similarity in large-scale classification based on prediction scores. Such measure has not been formally pro-posed in the literature. We show how visualizing the class similarity matr…

ClassificationGeneral Classification

Visualizing Deep Neural Network Decisions: Prediction Difference Analysis

2017-02-15 · Luisa M. Zintgraf, Taco S. Cohen, Tameem Adel, Max Welling

This article presents the prediction difference analysis method for visualizing the response of a deep neural network to a specific input. When classifying images, the method highlights areas in a given input image that …

Decision MakingPrediction

Visualizing Point Cloud Classifiers by Curvature Smoothing

2019-11-23 · Chen Ziwen, Wenxuan Wu, Zhongang Qi, Li Fuxin

Recently, several networks that operate directly on point clouds have been proposed. There is significant utility in understanding their mechanisms to classify point clouds, which can potentially help diagnosing these ne…

Data AugmentationGeneral Classification