paper-with-me

Papers

Decoding Interpretable Logic Rules from Neural Networks

2025-01-14 · Chuqin Geng, Xiaojie Xu, Zhaoyue Wang, Ziyu Zhao, Xujie Si

As deep neural networks continue to excel across various domains, their black-box nature has raised concerns about transparency and trust. In particular, interpretability has become increasingly essential for applications that demand high safety and knowledge rigor, such as drug discovery, autonomous driving, and genomics. However, progress in understanding even the simplest deep neural networks - such as fully connected networks - has been limited, despite their role as foundational elements in state-of-the-art models like ResNet and Transformer. In this paper, we address this challenge by introducing NeuroLogic, a novel approach for decoding interpretable logic rules from neural networks. NeuroLogic leverages neural activation patterns to capture the model's critical decision-making processes, translating them into logical rules represented by hidden predicates. Thanks to its flexible design in the grounding phase, NeuroLogic can be adapted to a wide range of neural networks. For simple fully connected neural networks, hidden predicates can be grounded in certain split patterns of original input features to derive decision-tree-like rules. For large, complex vision neural networks, NeuroLogic grounds hidden predicates into high-level visual concepts that are understandable to humans. Our empirical study demonstrates that NeuroLogic can extract global and interpretable rules from state-of-the-art models such as ResNet, a task at which existing work struggles. We believe NeuroLogic can help pave the way for understanding the black-box nature of neural networks.

📄 PDF Abstract BibTeX arXiv:2501.08281

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDrug Discovery

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Average Pooling 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

DECIDER: A Dual-System Rule-Controllable Decoding Framework for Language Generation

2024-03-04 · Chen Xu, Tian Lan, Yu Ji, Changlong Yu 외

Constrained decoding approaches aim to control the meaning or style of text generated by the pre-trained large language models (LLMs or also PLMs) for various tasks at inference time. However, these methods often guide p…

Language ModelingLanguage ModellingText Generation

Explaining Point Processes by Learning Interpretable Temporal Logic Rules

2021-09-29 · ICLR 2022 4 · Shuang Li, Mingquan Feng, Lu Wang, Abdelmajid Essofi 외

We propose a principled method to learn a set of human-readable logic rules to explain temporal point processes. We assume that the generative mechanisms underlying the temporal point processes are governed by a set of …

Point Processes

Learning Reliable Logical Rules with SATNet

2023-10-03 · NeurIPS 2023 11

Bridging logical reasoning and deep learning is crucial for advanced AI systems. In this work, we present a new framework that addresses this goal by generating interpretable and verifiable logical rules through differen…

Logical Reasoning

Decoding and interpreting cortical signals with a compact convolutional neural network

2021-03-02 · Journal of Neural Engineering 2021 3 · Artur Petrosyan, Mikhail Sinkin, Mikhail Lebedev, Alexei Ossadtchi

Objective. Brain–computer interfaces (BCIs) decode information from neural activity and send it to external devices. The use of Deep Learning approaches for decoding allows for automatic feature engineering within the sp…

Brain DecodingEEGElectroencephalogram (EEG)Feature Engineering+1

Learning Interpretable Logic Rules from Deep Vision Models

2025-03-13 · Chuqin Geng, Yuhe Jiang, Ziyu Zhao, Haolin Ye 외

We propose a general framework called VisionLogic to extract interpretable logic rules from deep vision models, with a focus on image classification tasks. Given any deep vision model that uses a fully connected layer as…

image-classificationImage Classification