paper-with-me

Papers

NeuroCartography: Scalable Automatic Visual Summarization of Concepts in Deep Neural Networks

2021-08-29 · Haekyu Park, Nilaksh Das, Rahul Duggal, Austin P. Wright, Omar Shaikh, Fred Hohman, Duen Horng Chau

Existing research on making sense of deep neural networks often focuses on neuron-level interpretation, which may not adequately capture the bigger picture of how concepts are collectively encoded by multiple neurons. We present NeuroCartography, an interactive system that scalably summarizes and visualizes concepts learned by neural networks. It automatically discovers and groups neurons that detect the same concepts, and describes how such neuron groups interact to form higher-level concepts and the subsequent predictions. NeuroCartography introduces two scalable summarization techniques: (1) neuron clustering groups neurons based on the semantic similarity of the concepts detected by neurons (e.g., neurons detecting "dog faces" of different breeds are grouped); and (2) neuron embedding encodes the associations between related concepts based on how often they co-occur (e.g., neurons detecting "dog face" and "dog tail" are placed closer in the embedding space). Key to our scalable techniques is the ability to efficiently compute all neuron pairs' relationships, in time linear to the number of neurons instead of quadratic time. NeuroCartography scales to large data, such as the ImageNet dataset with 1.2M images. The system's tightly coordinated views integrate the scalable techniques to visualize the concepts and their relationships, projecting the concept associations to a 2D space in Neuron Projection View, and summarizing neuron clusters and their relationships in Graph View. Through a large-scale human evaluation, we demonstrate that our technique discovers neuron groups that represent coherent, human-meaningful concepts. And through usage scenarios, we describe how our approaches enable interesting and surprising discoveries, such as concept cascades of related and isolated concepts. The NeuroCartography visualization runs in modern browsers and is open-sourced.

📄 PDF Abstract BibTeX arXiv:2108.12931

Code (1)

poloclub/neuro-cartography 공식 구현

Tasks

Semantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

ConceptLearner: Discovering Visual Concepts from Weakly Labeled Image Collections

2014-11-19 · CVPR 2015 6 · Bolei Zhou, Vignesh Jagadeesh, Robinson Piramuthu

Discovering visual knowledge from weakly labeled data is crucial to scale up computer vision recognition system, since it is expensive to obtain fully labeled data for a large number of concept categories. In this paper,…

object-detectionObject DetectionScene Recognition

Different approaches for identifying important concepts in probabilistic biomedical text summarization

2016-05-10 · Milad Moradi, Nasser Ghadiri

Automatic text summarization tools help users in biomedical domain to acquire their intended information from various textual resources more efficiently. Some of the biomedical text summarization systems put the basis of…

feature selectionSentenceText Summarization

A Survey on Neural Abstractive Summarization Methods and Factual Consistency of Summarization

2022-04-20 · Meng Cao

Automatic summarization is the process of shortening a set of textual data computationally, to create a subset (a summary) that represents the most important pieces of information in the original text. Existing summariza…

Abstractive Text Summarization

Multimodal Abstractive Summarization of Instructional Videos with Vision-Language Models

2026-05-12 · Maham Nazir, Muhammad Aqeel, Richong Zhang, Francesco Setti arxiv

Multimodal video summarization requires visual features that align semantically with language generation. Traditional approaches rely on CNN features trained for object classification, which represent visual concepts as …

Video Summarization

Best Practices for Crowd-based Evaluation of German Summarization: Comparing Crowd, Expert and Automatic Evaluation

2020-11-01 · EMNLP (Eval4NLP) 2020 11 · Neslihan Iskender, Tim Polzehl, Sebastian Möller

One of the main challenges in the development of summarization tools is summarization quality evaluation. On the one hand, the human assessment of summarization quality conducted by linguistic experts is slow, expensive,…

Informativeness