paper-with-me

Papers

Explaining Deep Learning Hidden Neuron Activations using Concept Induction

2023-01-23 · Abhilekha Dalal, Md Kamruzzaman Sarker, Adrita Barua, Pascal Hitzler

One of the current key challenges in Explainable AI is in correctly interpreting activations of hidden neurons. It seems evident that accurate interpretations thereof would provide insights into the question what a deep learning system has internally \emph{detected} as relevant on the input, thus lifting some of the black box character of deep learning systems. The state of the art on this front indicates that hidden node activations appear to be interpretable in a way that makes sense to humans, at least in some cases. Yet, systematic automated methods that would be able to first hypothesize an interpretation of hidden neuron activations, and then verify it, are mostly missing. In this paper, we provide such a method and demonstrate that it provides meaningful interpretations. It is based on using large-scale background knowledge -- a class hierarchy of approx. 2 million classes curated from the Wikipedia Concept Hierarchy -- together with a symbolic reasoning approach called \emph{concept induction} based on description logics that was originally developed for applications in the Semantic Web field. Our results show that we can automatically attach meaningful labels from the background knowledge to individual neurons in the dense layer of a Convolutional Neural Network through a hypothesis and verification process.

📄 PDF Abstract BibTeX arXiv:2301.09611

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Understanding CNN Hidden Neuron Activations Using Structured Background Knowledge and Deductive Reasoning

2023-08-08 · Abhilekha Dalal, Md Kamruzzaman Sarker, Adrita Barua, Eugene Vasserman 외

A major challenge in Explainable AI is in correctly interpreting activations of hidden neurons: accurate interpretations would provide insights into the question of what a deep learning system has internally detected as …

On the Value of Labeled Data and Symbolic Methods for Hidden Neuron Activation Analysis

2024-04-21 · Abhilekha Dalal, Rushrukh Rayan, Adrita Barua, Eugene Y. Vasserman 외

A major challenge in Explainable AI is in correctly interpreting activations of hidden neurons: accurate interpretations would help answer the question of what a deep learning system internally detects as relevant in the…

Explanation Generation

NeuronScope: A Multi-Agent Framework for Explaining Polysemantic Neurons in Language Models

2026-01-07 · Weiqi Liu, Yongliang Miao, Haiyan Zhao, Yanguang Liu 외 arxiv

Neuron-level interpretation in large language models (LLMs) is fundamentally challenged by widespread polysemanticity, where individual neurons respond to multiple distinct semantic concepts. Existing single-pass interpr…

A Case Study on Concept Induction for Neuron-Level Interpretability in CNN

2026-02-27 · Moumita Sen Sarma, Samatha Ereshi Akkamahadevi, Pascal Hitzler arxiv

Deep Neural Networks (DNNs) have advanced applications in domains such as healthcare, autonomous systems, and scene understanding, yet the internal semantics of their hidden neurons remain poorly understood. Prior work i…

Scene UnderstandingScene Recognition

ConceptLens: from Pixels to Understanding

2024-10-04 · Abhilekha Dalal, Pascal Hitzler

ConceptLens is an innovative tool designed to illuminate the intricate workings of deep neural networks (DNNs) by visualizing hidden neuron activations. By integrating deep learning with symbolic methods, ConceptLens off…