paper-with-me

Papers

Visualizing and Comparing Convolutional Neural Networks

2014-12-20 · Wei Yu, Kuiyuan Yang, Yalong Bai, Hongxun Yao, Yong Rui

Convolutional Neural Networks (CNNs) have achieved comparable error rates to well-trained human on ILSVRC2014 image classification task. To achieve better performance, the complexity of CNNs is continually increasing with deeper and bigger architectures. Though CNNs achieved promising external classification behavior, understanding of their internal work mechanism is still limited. In this work, we attempt to understand the internal work mechanism of CNNs by probing the internal representations in two comprehensive aspects, i.e., visualizing patches in the representation spaces constructed by different layers, and visualizing visual information kept in each layer. We further compare CNNs with different depths and show the advantages brought by deeper architecture.

📄 PDF Abstract BibTeX arXiv:1412.6631

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

VAC-CNN: A Visual Analytics System for Comparative Studies of Deep Convolutional Neural Networks

2021-10-25 · Xiwei Xuan, XiaoYu Zhang, Oh-Hyun Kwon, Kwan-Liu Ma

The rapid development of Convolutional Neural Networks (CNNs) in recent years has triggered significant breakthroughs in many machine learning (ML) applications. The ability to understand and compare various CNN models a…

image-classificationImage Classification

Scattertext: a Browser-Based Tool for Visualizing how Corpora Differ

2017-03-02 · Jason S. Kessler

Scattertext is an open source tool for visualizing linguistic variation between document categories in a language-independent way. The tool presents a scatterplot, where each axis corresponds to the rank-frequency a term…

CompText: Visualizing, Comparing & Understanding Text Corpus

2022-07-27 · Suvi Varshney, Divjeet Singh Jas

A common practice in Natural Language Processing (NLP) is to visualize the text corpus without reading through the entire literature, still grasping the central idea and key points described. For a long time, researchers…

Respond-CAM: Analyzing Deep Models for 3D Imaging Data by Visualizations

2018-05-31 · Guannan Zhao, Bo Zhou, Kaiwen Wang, Rui Jiang 외

The convolutional neural network (CNN) has become a powerful tool for various biomedical image analysis tasks, but there is a lack of visual explanation for the machinery of CNNs. In this paper, we present a novel algori…

What Does CNN Shift Invariance Look Like? A Visualization Study

2020-11-09 · Jake Lee, Junfeng Yang, Zhangyang Wang

Feature extraction with convolutional neural networks (CNNs) is a popular method to represent images for machine learning tasks. These representations seek to capture global image content, and ideally should be independe…