LGCYDec 3, 2020

Concept-based model explanations for Electronic Health Records

arXiv:2012.02308v234 citations
AI Analysis

This work addresses the critical need for explainability in deep learning models applied to Electronic Health Records, aiming to build user trust and ensure safe model deployment for clinicians and patients.

The paper extends the TCAV (Testing with Concept Activation Vectors) method to time series data, specifically for sequential predictions in Electronic Health Records (EHRs). This extension allows for concept-based explanations of deep learning models used in healthcare, which was previously limited to imaging applications.

Recurrent Neural Networks (RNNs) are often used for sequential modeling of adverse outcomes in electronic health records (EHRs) due to their ability to encode past clinical states. These deep, recurrent architectures have displayed increased performance compared to other modeling approaches in a number of tasks, fueling the interest in deploying deep models in clinical settings. One of the key elements in ensuring safe model deployment and building user trust is model explainability. Testing with Concept Activation Vectors (TCAV) has recently been introduced as a way of providing human-understandable explanations by comparing high-level concepts to the network's gradients. While the technique has shown promising results in real-world imaging applications, it has not been applied to structured temporal inputs. To enable an application of TCAV to sequential predictions in the EHR, we propose an extension of the method to time series data. We evaluate the proposed approach on an open EHR benchmark from the intensive care unit, as well as synthetic data where we are able to better isolate individual effects.

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