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

arXiv:2011.13466v324 citations
AI Analysis

This work provides a method to improve the interpretability and performance of machine learning jet taggers, which is important for high-energy physics researchers.

This paper explores a framework to interpret deep neural network (DNN) classifiers for jet substructure tagging by augmenting inputs with expert variables (XAUG) and applying layerwise relevance propagation (LRP). The addition of XAUG variables to low-level DNNs increased classifier efficiency by 30-40%, and LRP combined with XAUG variables helped rank features and identify a reduced set that captures network performance.

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 that augment inputs ("eXpert AUGmented" variables, or XAUG variables), then apply layerwise relevance propagation (LRP) to networks both with and without XAUG variables. The XAUG variables are concatenated with the intermediate layers after network-specific operations (such as convolution or recurrence), and used in the final layers of the network. The results of comparing networks with and without the addition of XAUG variables show that XAUG variables can be used to interpret classifier behavior, increase discrimination ability when combined with low-level features, and in some cases capture the behavior of the classifier completely. The LRP technique can be used to find relevant information the network is using, and when combined with the XAUG variables, can be used to rank features, allowing one to find a reduced set of features that capture part of the network performance. In the studies presented, adding XAUG variables to low-level DNNs increased the efficiency of classifiers by as much as 30-40\%. In addition to performance improvements, an approach to quantify numerical uncertainties in the training of these DNNs is presented.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes