paper-with-me

홈 › Papers

Q-SENN: Quantized Self-Explaining Neural Networks

2023-12-21 · Thomas Norrenbrock, Marco Rudolph, Bodo Rosenhahn

Explanations in Computer Vision are often desired, but most Deep Neural Networks can only provide saliency maps with questionable faithfulness. Self-Explaining Neural Networks (SENN) extract interpretable concepts with fidelity, diversity, and grounding to combine them linearly for decision-making. While they can explain what was recognized, initial realizations lack accuracy and general applicability. We propose the Quantized-Self-Explaining Neural Network Q-SENN. Q-SENN satisfies or exceeds the desiderata of SENN while being applicable to more complex datasets and maintaining most or all of the accuracy of an uninterpretable baseline model, out-performing previous work in all considered metrics. Q-SENN describes the relationship between every class and feature as either positive, negative or neutral instead of an arbitrary number of possible relations, enforcing more binary human-friendly features. Since every class is assigned just 5 interpretable features on average, Q-SENN shows convincing local and global interpretability. Additionally, we propose a feature alignment method, capable of aligning learned features with human language-based concepts without additional supervision. Thus, what is learned can be more easily verbalized. The code is published: https://github.com/ThomasNorr/Q-SENN

📄 PDF Abstract BibTeX arXiv:2312.13839

Code (1)

thomasnorr/q-senn 공식 구현 pytorch

Tasks

DiversityImage ClassificationInterpretable Machine Learning

Similar Papers 제목 키워드 기반

C-SENN: Contrastive Self-Explaining Neural Network

2022-06-20 · Yoshihide Sawada, Keigo Nakamura

In this study, we use a self-explaining neural network (SENN), which learns unsupervised concepts, to acquire concepts that are easy for people to understand automatically. In concept learning, the hidden layer retains v…

Autonomous DrivingContrastive Learning

Self-Explaining Reinforcement Learning for Mobile Network Resource Allocation

2025-09-18 · Konrad Nowosadko, Franco Ruggeri, Ahmad Terra arxiv

Deep reinforcement learning (DRL) methods, though powerful, often lack transparency, which limits their adoption in critical domains. We apply Self-Explaining Neural Networks (SENNs) to RL by parametrizing the policy of …

Reinforcement Learning

CoxSE: Exploring the Potential of Self-Explaining Neural Networks with Cox Proportional Hazards Model for Survival Analysis

2024-07-18 · Abdallah Alabdallah, Omar Hamed, Mattias Ohlsson, Thorsteinn Rögnvaldsson 외

The Cox Proportional Hazards (CPH) model has long been the preferred survival model for its explainability. However, to increase its predictive power beyond its linear log-risk, it was extended to utilize deep neural net…

Survival Analysis

Concept Bottleneck Model with Additional Unsupervised Concepts

2022-02-03 · Yoshihide Sawada, Keigo Nakamura

With the increasing demands for accountability, interpretability is becoming an essential capability for real-world AI applications. However, most methods utilize post-hoc approaches rather than training the interpretabl…

model

YASENN: Explaining Neural Networks via Partitioning Activation Sequences

2018-11-07 · Yaroslav Zharov, Denis Korzhenkov, Pavel Shvechikov, Alexander Tuzhilin

We introduce a novel approach to feed-forward neural network interpretation based on partitioning the space of sequences of neuron activations. In line with this approach, we propose a model-specific interpretation metho…

Interpretable Machine LearningNetwork Interpretation