paper-with-me

Papers

ScatterUQ: Interactive Uncertainty Visualizations for Multiclass Deep Learning Problems

2023-08-08 · Harry Li, Steven Jorgensen, John Holodnak, Allan Wollaber

Recently, uncertainty-aware deep learning methods for multiclass labeling problems have been developed that provide calibrated class prediction probabilities and out-of-distribution (OOD) indicators, letting machine learning (ML) consumers and engineers gauge a model's confidence in its predictions. However, this extra neural network prediction information is challenging to scalably convey visually for arbitrary data sources under multiple uncertainty contexts. To address these challenges, we present ScatterUQ, an interactive system that provides targeted visualizations to allow users to better understand model performance in context-driven uncertainty settings. ScatterUQ leverages recent advances in distance-aware neural networks, together with dimensionality reduction techniques, to construct robust, 2-D scatter plots explaining why a model predicts a test example to be (1) in-distribution and of a particular class, (2) in-distribution but unsure of the class, and (3) out-of-distribution. ML consumers and engineers can visually compare the salient features of test samples with training examples through the use of a ``hover callback'' to understand model uncertainty performance and decide follow up courses of action. We demonstrate the effectiveness of ScatterUQ to explain model uncertainty for a multiclass image classification on a distance-aware neural network trained on Fashion-MNIST and tested on Fashion-MNIST (in distribution) and MNIST digits (out of distribution), as well as a deep learning model for a cyber dataset. We quantitatively evaluate dimensionality reduction techniques to optimize our contextually driven UQ visualizations. Our results indicate that the ScatterUQ system should scale to arbitrary, multiclass datasets. Our code is available at https://github.com/mit-ll-responsible-ai/equine-webapp

📄 PDF Abstract BibTeX arXiv:2308.04588

Code (1)

mit-ll-responsible-ai/equine-webapp 공식 구현 pytorch

Tasks

Deep LearningDimensionality Reductionimage-classificationImage Classification

Similar Papers 제목 키워드 기반

SGTM 2.0: Autonomously Untangling Long Cables using Interactive Perception

2022-09-27 · Kaushik Shivakumar, Vainavi Viswanath, Anrui Gu, Yahav Avigal 외

Cables are commonplace in homes, hospitals, and industrial warehouses and are prone to tangling. This paper extends prior work on autonomously untangling long cables by introducing novel uncertainty quantification metric…

Uncertainty Quantification

Interactive multiclass segmentation using superpixel classification

2015-10-12 · Bérengère Mathieu, Alain Crouzil, Jean-Baptiste Puel

This paper adresses the problem of interactive multiclass segmentation. We propose a fast and efficient new interactive segmentation method called Superpixel Classification-based Interactive Segmentation (SCIS). From a f…

ClassificationGeneral ClassificationInteractive SegmentationSegmentation

From Static to Interactive: Authoring Interactive Visualizations via Natural Language

2026-01-25 · Can Liu, Jaeuk Lee, Tianhe Chen, Zhibang Jiang 외 arxiv

Interactivity is crucial for effective data visualizations. However, it is often challenging to implement interactions for existing static visualizations, since the underlying code and data for existing static visualizat…

CLASSify: A Web-Based Tool for Machine Learning

2023-10-05 · Aaron D. Mullen, Samuel E. Armstrong, Jeff Talbert, V. K. Cody Bumgardner

Machine learning classification problems are widespread in bioinformatics, but the technical knowledge required to perform model training, optimization, and inference can prevent researchers from utilizing this technolog…

ClassificationMissing Values

Model-based Approximate Query Processing

2018-11-15 · Moritz Kulessa, Alejandro Molina, Carsten Binnig, Benjamin Hilprecht 외

Interactive visualizations are arguably the most important tool to explore, understand and convey facts about data. In the past years, the database community has been working on different techniques for Approximate Query…

model