| Literature DB >> 35087427 |
Samuel P Border1, Pinaki Sarder1.
Abstract
While it is impossible to deny the performance gains achieved through the incorporation of deep learning (DL) and other artificial intelligence (AI)-based techniques in pathology, minimal work has been done to answer the crucial question of why these algorithms predict what they predict. Tracing back classification decisions to specific input features allows for the quick identification of model bias as well as providing additional information toward understanding underlying biological mechanisms. In digital pathology, increasing the explainability of AI models would have the largest and most immediate impact for the image classification task. In this review, we detail some considerations that should be made in order to develop models with a focus on explainability.Entities:
Keywords: artificial intelligence; deep learning; digital pathology; explainability; image analysis; interpretability; machine learning
Year: 2022 PMID: 35087427 PMCID: PMC8787050 DOI: 10.3389/fphys.2021.821217
Source DB: PubMed Journal: Front Physiol ISSN: 1664-042X Impact factor: 4.566
Figure 1Defining representative units. (A) Internal hierarchy of medical data. Each tier represents an increasing complexity or resolution of underlying biological units. At the base of this pyramid is shown the two different methods for defining representative units in a particular study. (B) Consequences of using a patch-based instance definition include the partitioning of functional sub-units across multiple patches.
Figure 2Extracting quantitative features. Different types of quantitative features extracted from images in order to make classifications using ML algorithms.
Figure 3Incorporating biological interpretability. (A) Input glomerulus image to a CNN trained to predict severity of progression of diabetic nephropathy according to Tervaert criteria. (B) Grad-CAM output indicating relative influence of pixels in each region within the original image. (C) Colormap for Grad-CAM heatmap illustrating degree of influence of a particular region on the decision of a network.
Glossary of terms.
| Acronym used | Full expansion | Definition |
|---|---|---|
| DL | Deep Learning | A sub-field of Machine Learning and Artificial Intelligence where the final predicted value given an input is the result of the aggregation of information from many intermediary layers. |
| AI | Artificial Intelligence | A simulation of human intelligence by computers in order to solve complex problems. |
| ML | Machine Learning | Often used interchangeably with Artificial Intelligence, Machine Learning describes a set of algorithms wherein a computer learns to solve problems by analyzing input samples and their corresponding labels. |
| CNN | Convolutional Neural Network | A type of Machine Learning algorithm commonly used to classify images. Many image filters are compounded to extract information from images using convolution. |
| WSI | Whole Slide Image | A digitized image of a histology slide captured at full-resolution. |
| MIL | Multi-Instance Learning | A branch of Machine Learning dealing with data that is organized into groups. |
| EM-DD | Expectation Maximization-Diverse Density | A Multi-Instance Learning algorithm developed to extract characteristics of groups that best separate individual units into their respective groups. |
| RNN | Recurrent Neural Network | A type of Machine Learning algorithm commonly used to analyze sequences of data. |
| NN | Neural Network | A type of Machine Learning algorithm mimicking the flow of information between neurons in the brain. |