MLLGNov 18, 2017

Prediction Scores as a Window into Classifier Behavior

arXiv:1711.06795v12 citations
Originality Synthesis-oriented
AI Analysis

This provides a tool for researchers and practitioners to better interpret multi-class classifiers, though it is incremental as it builds on existing analysis methods.

The authors tackled the problem of understanding classifier behavior by analyzing prediction scores, and they developed an interactive visualization tool called Classilist to facilitate per-class analysis, relating scores to correctness and sample features.

Most multi-class classifiers make their prediction for a test sample by scoring the classes and selecting the one with the highest score. Analyzing these prediction scores is useful to understand the classifier behavior and to assess its reliability. We present an interactive visualization that facilitates per-class analysis of these scores. Our system, called Classilist, enables relating these scores to the classification correctness and to the underlying samples and their features. We illustrate how such analysis reveals varying behavior of different classifiers. Classilist is available for use online, along with source code, video tutorials, and plugins for R, RapidMiner, and KNIME at https://katehara.github.io/classilist-site/.

Foundations

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

Your Notes