LGAICLNov 19, 2024

DLBacktrace: A Model Agnostic Explainability for any Deep Learning Models

arXiv:2411.12643v23 citationsh-index: 4Has CodeIJCNN
Originality Incremental advance
AI Analysis

This addresses the need for interpretability in high-stakes AI applications to foster trust and accountability, though it appears incremental as it builds on existing explainability methods.

The authors tackled the problem of limited transparency in complex deep learning models by introducing DLBacktrace, a model-agnostic explainability technique that enhances understanding of model behavior across diverse tasks, as benchmarked against methods like SHAP, LIME, and GradCAM.

The rapid growth of AI has led to more complex deep learning models, often operating as opaque "black boxes" with limited transparency in their decision-making. This lack of interpretability poses challenges, especially in high-stakes applications where understanding model output is crucial. This work highlights the importance of interpretability in fostering trust, accountability, and responsible deployment. To address these challenges, we introduce DLBacktrace, a novel, model-agnostic technique designed to provide clear insights into deep learning model decisions across a wide range of domains and architectures, including MLPs, CNNs, and Transformer-based LLM models. We present a comprehensive overview of DLBacktrace and benchmark its performance against established interpretability methods such as SHAP, LIME, and GradCAM. Our results demonstrate that DLBacktrace effectively enhances understanding of model behavior across diverse tasks. DLBacktrace is compatible with models developed in both PyTorch and TensorFlow, supporting architectures such as BERT, ResNet, U-Net, and custom DNNs for tabular data. The library is open-sourced and available at https://github.com/AryaXAI/DLBacktrace .

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