paper-with-me

홈 › Papers

Exploring layerwise decision making in DNNs

2022-02-01 · Coenraad Mouton, Marelie H. Davel

While deep neural networks (DNNs) have become a standard architecture for many machine learning tasks, their internal decision-making process and general interpretability is still poorly understood. Conversely, common decision trees are easily interpretable and theoretically well understood. We show that by encoding the discrete sample activation values of nodes as a binary representation, we are able to extract a decision tree explaining the classification procedure of each layer in a ReLU-activated multilayer perceptron (MLP). We then combine these decision trees with existing feature attribution techniques in order to produce an interpretation of each layer of a model. Finally, we provide an analysis of the generated interpretations, the behaviour of the binary encodings and how these relate to sample groupings created during the training process of the neural network.

📄 PDF Abstract BibTeX arXiv:2202.00345

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Explainable AI for ML jet taggers using expert variables and layerwise relevance propagation

2020-11-26 · Garvita Agarwal, Lauren Hay, Ia Iashvili, Benjamin Mannix 외

A framework is presented to extract and understand decision-making information from a deep neural network (DNN) classifier of jet substructure tagging techniques. The general method studied is to provide expert variables…

Decision Making

Utilizing Mutations to Evaluate Interpretability of Neural Networks on Genomic Data

2022-12-12 · Utku Ozbulak, Solha Kang, Jasper Zuallaert, Stephen Depuydt 외

Even though deep neural networks (DNNs) achieve state-of-the-art results for a number of problems involving genomic data, getting DNNs to explain their decision-making process has been a major challenge due to their blac…

Decision MakingTranslation

Deep Optimisation: Solving Combinatorial Optimisation Problems using Deep Neural Networks

2018-11-02 · J. R. Caldwell, R. A. Watson, C. Thies, J. D. Knowles

Deep Optimisation (DO) combines evolutionary search with Deep Neural Networks (DNNs) in a novel way - not for optimising a learning algorithm, but for finding a solution to an optimisation problem. Deep learning has been…

Evolutionary Algorithms

PTQ-SL: Exploring the Sub-layerwise Post-training Quantization

2021-10-15 · Zhihang Yuan, Yiqi Chen, Chenhao Xue, Chenguang Zhang 외

Network quantization is a powerful technique to compress convolutional neural networks. The quantization granularity determines how to share the scaling factors in weights, which affects the performance of network quanti…

Quantization

Library network, a possible path to explainable neural networks

2019-09-29 · Jung Hoon Lee

Deep neural networks (DNNs) may outperform human brains in complex tasks, but the lack of transparency in their decision-making processes makes us question whether we could fully trust DNNs with high stakes problems. As …

Decision Making