paper-with-me

홈 › Papers

Global and Local Interpretation of black-box Machine Learning models to determine prognostic factors from early COVID-19 data

2021-09-10 · Ananya Jana, Carlos D. Minacapelli, Vinod Rustgi, Dimitris Metaxas

The COVID-19 corona virus has claimed 4.1 million lives, as of July 24, 2021. A variety of machine learning models have been applied to related data to predict important factors such as the severity of the disease, infection rate and discover important prognostic factors. Often the usefulness of the findings from the use of these techniques is reduced due to lack of method interpretability. Some recent progress made on the interpretability of machine learning models has the potential to unravel more insights while using conventional machine learning models. In this work, we analyze COVID-19 blood work data with some of the popular machine learning models; then we employ state-of-the-art post-hoc local interpretability techniques(e.g.- SHAP, LIME), and global interpretability techniques(e.g. - symbolic metamodeling) to the trained black-box models to draw interpretable conclusions. In the gamut of machine learning algorithms, regressions remain one of the simplest and most explainable models with clear mathematical formulation. We explore one of the most recent techniques called symbolic metamodeling to find the mathematical expression of the machine learning models for COVID-19. We identify Acute Kidney Injury (AKI), initial Albumin level (ALBI), Aspartate aminotransferase (ASTI), Total Bilirubin initial(TBILI) and D-Dimer initial (DIMER) as major prognostic factors of the disease severity. Our contributions are- (i) uncover the underlying mathematical expression for the black-box models on COVID-19 severity prediction task (ii) we are the first to apply symbolic metamodeling to this task, and (iii) discover important features and feature interactions.

📄 PDF Abstract BibTeX arXiv:2109.05087

Code (1)

ananyajana/interpretable_covid19 공식 구현

Tasks

BIG-bench Machine LearningExplainable Modelsseverity prediction

Methods 이 논문이 사용한 방법론

SHAP 설명 없음

Similar Papers 제목 키워드 기반

Locally Pareto-Optimal Interpretations for Black-Box Machine Learning Models

2025-08-21 · Aniruddha Joshi, Supratik Chakraborty, S Akshay, Shetal Shah 외 arxiv

Creating meaningful interpretations for black-box machine learning models involves balancing two often conflicting objectives: accuracy and explainability. Exploring the trade-off between these objectives is essential fo…

Open the Black Box Data-Driven Explanation of Black Box Decision Systems

2018-06-26 · Dino Pedreschi, Fosca Giannotti, Riccardo Guidotti, Anna Monreale 외

Black box systems for automated decision making, often based on machine learning over (big) data, map a user's features into a class or a score without exposing the reasons why. This is problematic not only for lack of t…

Decision Making

Global Model Interpretation via Recursive Partitioning

2018-02-11 · Chengliang Yang, Anand Rangarajan, Sanjay Ranka

In this work, we propose a simple but effective method to interpret black-box machine learning models globally. That is, we use a compact binary tree, the interpretation tree, to explicitly represent the most important d…

BIG-bench Machine Learningmodel

Interpretable Machine Learning with an Ensemble of Gradient Boosting Machines

2020-10-14 · Andrei V. Konstantinov, Lev V. Utkin

A method for the local and global interpretation of a black-box model on the basis of the well-known generalized additive models is proposed. It can be viewed as an extension or a modification of the algorithm using the …

Additive modelsBIG-bench Machine LearningInterpretable Machine Learning

Learning outside the Black-Box: The pursuit of interpretable models

2020-11-17 · NeurIPS 2020 12 · Jonathan Crabbé, Yao Zhang, William Zame, Mihaela van der Schaar

Machine Learning has proved its ability to produce accurate models but the deployment of these models outside the machine learning community has been hindered by the difficulties of interpreting these models. This paper …

BIG-bench Machine Learning