CVAIHCJun 14, 2018

Interactive Classification for Deep Learning Interpretation

arXiv:1806.05660v27 citationsHas Code
AI Analysis

This tool helps users, such as researchers and practitioners, explore and interpret deep learning models interactively, though it is incremental as it builds on existing inpainting and web technologies.

The researchers developed an interactive system that allows users to manipulate images to test the robustness and sensitivity of deep learning classifiers, revealing both surprising failures and resilience in model behavior.

We present an interactive system enabling users to manipulate images to explore the robustness and sensitivity of deep learning image classifiers. Using modern web technologies to run in-browser inference, users can remove image features using inpainting algorithms and obtain new classifications in real time, which allows them to ask a variety of "what if" questions by experimentally modifying images and seeing how the model reacts. Our system allows users to compare and contrast what image regions humans and machine learning models use for classification, revealing a wide range of surprising results ranging from spectacular failures (e.g., a "water bottle" image becomes a "concert" when removing a person) to impressive resilience (e.g., a "baseball player" image remains correctly classified even without a glove or base). We demonstrate our system at The 2018 Conference on Computer Vision and Pattern Recognition (CVPR) for the audience to try it live. Our system is open-sourced at https://github.com/poloclub/interactive-classification. A video demo is available at https://youtu.be/llub5GcOF6w.

Code Implementations1 repo
Foundations

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

Your Notes