twang15 / Feature-selection

feature-selection algorithm and benchmarks
1 stars 0 forks source link

Imaging: papers #10

Open twang15 opened 3 years ago

twang15 commented 3 years ago

interpretability

  1. 2020-Nature Machine Intelligence-From local explanations to global understanding with explainable AI for trees
    • Explanation for CKD progression
    • A must read
  2. 2017-NIPS-S. Lundberg, S.-I. Lee, A Unified Approach to Interpreting Model Predictions, Adv. Neural Inf. Process. Syst. 2017-Decem (2017) 4766–4775.
    • Shapley value
    • the summary is that a proof from game theory on the fair allocation of profits leads to a uniqueness result for feature attribution methods in machine learning. These unique values are called Shapley values, after Lloyd Shapley who derived them in the 1950’s. The SHAP values we use here result from a unification of several individualized model interpretation methods connected to Shapley values.
  3. 2010-UCB-To-Explain-or-to-Predict
  4. Leeper, T.J., (2017). Interpreting regression results using average marginal effects with R’s margins. Tech. rep.
    • Marginal effects
  5. 2016-KDD-"Why Should I Trust You?": Explaining the Predictions of Any Classifier
    • Locally Interpretable Model-Agnostic Explanations
    • an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by approximating it locally with an interpretable model
    • code, video, slides, tutorial
  6. 2018-Nature Biomedical-An explainable deep-learning algorithm for the detection of acute intracranial haemorrhage from small datasets
  7. 2018-Nature Biomedical-Explainable machine-learning predictions for the prevention of hypoxaemia during surgery

Causal reasoning and machine learning

  1. 2021-Towards Causal Representation Learning
  2. 2019-Causality for Machine Learning
  3. 2018-KDD-Tutorial on Causal Inference and Counterfactual Reasoning
  4. 2020-MSR-DoWhy: An End-to-End Library for Causal Inference
  5. 2020-MSR-EconML
    • Shap values
    • combine state-of-the-art machine learning techniques with econometrics to bring automation to complex causal inference problems

Model performance

  1. 2016-XGBoost: A Scalable Tree Boosting System
  2. 2021-Cortex: A Compiler for Recursive Deep Learning Models

AI in medicine

  1. 2021-Nature-Common pitfalls and recommendations for using machine learning to detect and prognosticate for COVID-19 using chest radiographs and CT scans
  2. 2019-Nature Medicine-End-to-end lung cancer screening with three-dimensional deep learning on low-dose chest computed tomography
  3. Automated Chest X-Ray Interpretation

When to Impute? Imputation before and during cross-validation

Interpretability for Deep Neural Network

  1. 2020-12-A Survey on Neural Network Interpretability

  2. Paul Allison

  3. Inference and Prediction comparison:

R. Kohavi et al., A Study of Cross-validation and Bootstrap for Accuracy Estimation and Model Selection, International Joint Conference on Artificial Intelligence (IJCAI), 14(12), Seiten 1137–1145, 1995

2010-Journal of Machine learning research-On Over-fitting in Model Selection and Subsequent Selection Bias in Performance Evaluation