paper-with-me

Papers

A Gray Box Interpretable Visual Debugging Approach for Deep Sequence Learning Model

2018-11-20 · Md Mofijul Islam, Amar Debnath, Tahsin Al Sayeed, Jyotirmay Nag Setu, Md Mahmudur Rahman, Md Sadman Sakib, Md Abdur Razzaque, Md. Mosaddek Khan, Swakkhar Shatabda

Deep Learning algorithms are often used as black box type learning and they are too complex to understand. The widespread usability of Deep Learning algorithms to solve various machine learning problems demands deep and transparent understanding of the internal representation as well as decision making. Moreover, the learning models, trained on sequential data, such as audio and video data, have intricate internal reasoning process due to their complex distribution of features. Thus, a visual simulator might be helpful to trace the internal decision making mechanisms in response to adversarial input data, and it would help to debug and design appropriate deep learning models. However, interpreting the internal reasoning of deep learning model is not well studied in the literature. In this work, we have developed a visual interactive web application, namely d-DeVIS, which helps to visualize the internal reasoning of the learning model which is trained on the audio data. The proposed system allows to perceive the behavior as well as to debug the model by interactively generating adversarial audio data point. The web application of d-DeVIS is available at ddevis.herokuapp.com.

📄 PDF Abstract BibTeX arXiv:1811.08374

Code (1)

anon-conf/d-DeVIS 공식 구현

Tasks

Decision MakingDeep Learning

Similar Papers 제목 키워드 기반

A Gray Box Interpretable Visual Debugging Approach for Deep Sequence Learning Model

2018-10-22 · Anonymous

Deep Learning algorithms are often used as black box type learning and they are too complex to understand. The widespread usability of Deep Learning algorithms to solve various machine learning problems demands deep and …

Decision MakingDeep Learning

NeuroInspect: Interpretable Neuron-based Debugging Framework through Class-conditional Visualizations

2023-10-11 · Yeong-Joon Ju, Ji-Hoon Park, Seong-Whan Lee

Despite deep learning (DL) has achieved remarkable progress in various domains, the DL models are still prone to making mistakes. This issue necessitates effective debugging tools for DL practitioners to interpret the de…

counterfactualDecision MakingImage Classification

Interactive Prompt Debugging with Sequence Salience

2024-04-11 · Ian Tenney, Ryan Mullins, Bin Du, Shree Pandya 외

We present Sequence Salience, a visual tool for interactive prompt debugging with input salience methods. Sequence Salience builds on widely used salience methods for text classification and single-token prediction, and …

Sentencetext-classificationText Classification

Toward a Unified Framework for Debugging Concept-based Models

2021-09-23 · Andrea Bontempelli, Fausto Giunchiglia, Andrea Passerini, Stefano Teso

In this paper, we tackle interactive debugging of "gray-box" concept-based models (CBMs). These models learn task-relevant concepts appearing in the inputs and then compute a prediction by aggregating the concept activat…

TS-Insight: Visualizing Thompson Sampling for Verification and XAI

2025-07-26 · Parsa Vares, Éloi Durant, Jun Pang, Nicolas Médoc 외 arxiv

Thompson Sampling (TS) and its variants are powerful Multi-Armed Bandit algorithms used to balance exploration and exploitation strategies in active learning. Yet, their probabilistic nature often turns them into a "blac…

Active Learning