paper-with-me

Papers

CNN Explainer: Learning Convolutional Neural Networks with Interactive Visualization

2020-04-30 · Zijie J. Wang, Robert Turko, Omar Shaikh, Haekyu Park, Nilaksh Das, Fred Hohman, Minsuk Kahng, Duen Horng Chau

Deep learning's great success motivates many practitioners and students to learn about this exciting technology. However, it is often challenging for beginners to take their first step due to the complexity of understanding and applying deep learning. We present CNN Explainer, an interactive visualization tool designed for non-experts to learn and examine convolutional neural networks (CNNs), a foundational deep learning model architecture. Our tool addresses key challenges that novices face while learning about CNNs, which we identify from interviews with instructors and a survey with past students. CNN Explainer tightly integrates a model overview that summarizes a CNN's structure, and on-demand, dynamic visual explanation views that help users understand the underlying components of CNNs. Through smooth transitions across levels of abstraction, our tool enables users to inspect the interplay between low-level mathematical operations and high-level model structures. A qualitative user study shows that CNN Explainer helps users more easily understand the inner workings of CNNs, and is engaging and enjoyable to use. We also derive design lessons from our study. Developed using modern web technologies, CNN Explainer runs locally in users' web browsers without the need for installation or specialized hardware, broadening the public's education access to modern deep learning techniques.

📄 PDF Abstract BibTeX arXiv:2004.15004

Code (5)

poloclub/cnn-explainer 공식 구현 tf
ScorpLee/cnn-exmplainer-covid19 tf
aneeqr/Object-Detection tf
damien0x0023/rnnExplainer tf
poloclub/viscuit

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

VAE Explainer: Supplement Learning Variational Autoencoders with Interactive Visualization

2024-09-13 · Donald Bertucci, Alex Endert

Variational Autoencoders are widespread in Machine Learning, but are typically explained with dense math notation or static code examples. This paper presents VAE Explainer, an interactive Variational Autoencoder running…

Math

Interactive Visual Learning for Stable Diffusion

2024-04-22 · Seongmin Lee, Benjamin Hoover, Hendrik Strobelt, Zijie J. Wang 외

Diffusion-based generative models' impressive ability to create convincing images has garnered global attention. However, their complex internal structures and operations often pose challenges for non-experts to grasp. W…

Diffusion Explainer: Visual Explanation for Text-to-image Stable Diffusion

2023-05-04 · Seongmin Lee, Benjamin Hoover, Hendrik Strobelt, Zijie J. Wang 외

Diffusion-based generative models' impressive ability to create convincing images has garnered global attention. However, their complex structures and operations often pose challenges for non-experts to grasp. We present…

Image Generation

Transformer Explainer: Interactive Learning of Text-Generative Models

2024-08-08 · Aeree Cho, Grace C. Kim, Alexander Karpekov, Alec Helbling 외

Transformers have revolutionized machine learning, yet their inner workings remain opaque to many. We present Transformer Explainer, an interactive visualization tool designed for non-experts to learn about Transformers …

ViT-Explainer: An Interactive Walkthrough of the Vision Transformer Pipeline

2026-04-02 · Juan Manuel Hernandez, Mariana Fernandez-Espinosa, Denis Parra, Diego Gomez-Zara arxiv

Transformer-based architectures have become the shared backbone of natural language processing and computer vision. However, understanding how these models operate remains challenging, particularly in vision settings, wh…