paper-with-me

Papers

InstanceFlow: Visualizing the Evolution of Classifier Confusion on the Instance Level

2020-07-22 · Michael Pühringer, Andreas Hinterreiter, Marc Streit

Classification is one of the most important supervised machine learning tasks. During the training of a classification model, the training instances are fed to the model multiple times (during multiple epochs) in order to iteratively increase the classification performance. The increasing complexity of models has led to a growing demand for model interpretability through visualizations. Existing approaches mostly focus on the visual analysis of the final model performance after training and are often limited to aggregate performance measures. In this paper we introduce InstanceFlow, a novel dual-view visualization tool that allows users to analyze the learning behavior of classifiers over time on the instance-level. A Sankey diagram visualizes the flow of instances throughout epochs, with on-demand detailed glyphs and traces for individual instances. A tabular view allows users to locate interesting instances by ranking and filtering. In this way, InstanceFlow bridges the gap between class-level and instance-level performance evaluation while enabling users to perform a full temporal analysis of the training process.

📄 PDF Abstract BibTeX arXiv:2007.11353

Code (1)

puehringer/InstanceFlow 공식 구현

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

ConfusionFlow: A model-agnostic visualization for temporal analysis of classifier confusion

2019-10-02 · Andreas Hinterreiter, Peter Ruch, Holger Stitz, Martin Ennemoser 외

Classifiers are among the most widely used supervised machine learning algorithms. Many classification models exist, and choosing the right one for a given task is difficult. During model selection and debugging, data sc…

Active LearningModel SelectionNetwork Pruning

Learning from Multiple Annotators by Incorporating Instance Features

2021-06-29 · Jingzheng Li, Hailong Sun, Jiyi Li, Zhijun Chen 외

Learning from multiple annotators aims to induce a high-quality classifier from training instances, where each of them is associated with a set of possibly noisy labels provided by multiple annotators under the influence…

Optimized Instance Alteration for Explaining and Assessing Robustness of Classifiers

2026-07-07 · Evgenii Kuriabov, David Miller, Jia Li arxiv

In this work, we propose a unified approach for diagnosing misclassification and assessing the robustness of black-box classifiers. Central to our method is an optimization framework that modifies an instance so that the…

MLMC: Interactive multi-label multi-classifier evaluation without confusion matrices

2025-01-24 · Aleksandar Doknic, Torsten Möller

Machine learning-based classifiers are commonly evaluated by metrics like accuracy, but deeper analysis is required to understand their strengths and weaknesses. MLMC is a visual exploration tool that tackles the challen…

A Correction Method of a Binary Classifier Applied to Multi-label Pairwise Models

2017-10-24 · Pawel Trajdos, Marek Kurzynski

In this work, we addressed the issue of applying a stochastic classifier and a local, fuzzy confusion matrix under the framework of multi-label classification. We proposed a novel solution to the problem of correcting la…

General ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION