<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>The American Journal of Pathology 189 (2019)
1686-1698. URL: https://www.sciencedirect.com/science/article/pii/S0002944018311210.
doi:https://doi.org/10.1016/j.ajpath.2019.05.007.</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.1109/CVPRW.2017.114</article-id>
      <title-group>
        <article-title>Explainable Deep Feature Embedding Using Multiple Instance Learning for Pathological Image Analysis</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Kazuki Uehara</string-name>
          <email>k-uehara@aist.go.jp</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Wataru Uegami</string-name>
          <email>uegami.wataru@kameda.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hirokazu Nosato</string-name>
          <email>h.nosato@aist.go.jp</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Masahiro Murakawa</string-name>
          <email>m.murakawa@aist.go.jp</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Junya Fukuoka</string-name>
          <email>fukuokaj@nagasaki-u.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hidenori Sakanashi</string-name>
          <email>h.sakanashi@aist.go.jp</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Nagasaki University Graduate School of Biomedical Sciences</institution>
          ,
          <addr-line>1-12-4 Sakamoto, Nagasaki</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Institute of Advanced Industrial Science and Technology (AIST)</institution>
          ,
          <addr-line>1-1-1 Umezono, Tsukuba, Ibaraki</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <volume>32</volume>
      <fpage>821</fpage>
      <lpage>827</lpage>
      <abstract>
        <p>The development of computer-assisted diagnosis algorithms for analyzing pathological whole slide images (WSIs), consisting of giga-pixels, constitutes an important research topic. Such algorithms are required to be accurate and explainable for their decisions to ensure reliability. WSI classification can be formulated as multiple instance learning (MIL). The general approach of MIL is to train a model that embeds each image patch into feature space and then aggregates feature vectors of the image patches to classify WSIs. Recent MIL approaches have adopted convolutional neural networks (CNNs) with an attention mechanism to train feature embedding and localize the key image patches that trigger WSI classification. The key image patches are regarded as explainable for classification. However, it is unclear why these image patches are selected as important, and it is insuficient for the medical domain. Hence, this paper proposes a dictionary-based explainable CNN method using the MIL paradigm, which identifies some pathological findings in a target WSI and explains them by providing related dictionary items that are considered representative and useful to classifying WSIs. In addition, the method can learn the classifier and construct the dictionary based on the MIL scheme, thereby significantly alleviating the burden by exploiting diagnostic information that can be obtained through daily diagnosis instead of fine-grained annotations. The experimental results showed that the proposed method identiifed pathological features that contributed to the classification, with high accuracy for two pathological image datasets.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Explainable AI</kwd>
        <kwd>Multiple Instance Learning</kwd>
        <kwd>Digital Pathology</kwd>
        <kwd>Convolutional Neural Network</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Pathological image analysis plays an essential role in cancer diagnosis and treatment. To make
diagnoses, pathologists inspect stained tissues on glass slides under high-powered magnification,
which requires significant efort and time as they must look through large normal tissue regions
to recognize the atypical cells and tissues. Thus, developing computer-assisted diagnosis (CAD)
algorithms for pathological image analysis, for example, detecting cancerous cells and atypical
tissues, is required, which can significantly reduce the diagnostic workload and improve accuracy.
These algorithms must be accurate and their decisions must be interpretable for humans because
pathologists are ultimately responsible for their diagnoses. Thus, the trustworthiness of the
predictions of the CAD systems must be confirmed for reliability.</p>
      <p>Recent developments in whole slide image (WSI) systems using slide scanners enable CADs
using machine-learning techniques. Because of their huge image size, WSIs are usually divided
into small image patches, and most approaches for classifying WSIs adopt patch-based analysis.
However, these approaches are costly as they involve expert pathologists making labels to many
image patches.</p>
      <p>
        To deal with these issues, weakly supervised learning for WSI classification is being actively
studied [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ]. Most of previous approaches on weakly supervised methods investigate a
multiple instance learning (MIL), where each WSI is considered as a bag that contains multiple
instances of image patches. WSIs are labeled as positive if any of their patches are positive,
otherwise negative. The general approach of MIL is to train a model that embeds each image
patch into a feature space and then aggregates feature vectors of the image patches to predict
WSIs. Recent MIL approaches have adopted convolutional neural networks (CNNs) owing to
the recent CNNs achievements in various tasks [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
        ]. CNNs are beneficial to learn feature
space embedding and can localize the key instances that trigger bag prediction. Localizing
such instances are considered explainable because these instances sometimes correspond to
the cancer region [
        <xref ref-type="bibr" rid="ref7 ref8 ref9">7, 8, 9</xref>
        ]. However, it is not clear why these instances are important in the
decision-making process because their importance is evaluated in an embedded space that
humans cannot understand.
      </p>
      <p>Therefore, we propose a dictionary-based CNN that can explain its decision by presenting
images of the findings. The main idea of the method is to provide examples that can be
understandable by human users. The examples are selected from a dictionary comprised of a
set of representative patterns (e.g., pathological findings) that can influence the classification in
a dataset learned by the CNN. (Fig. 1).</p>
      <p>
        Specifically, the proposed method makes decisions to the input WSI, summarizing the results
of the comparison between the local region and the dictionary items constructed to have
representative findings useful for pathological diagnosis during the model’s training process.
The dictionary consists of the feature vectors of the images of the findings. The feature vectors
are allocated weights indicating their contribution to discriminate normal and lesion areas in
the deep feature space using CNN. An area where a local region meets a dictionary item with
a large weight is regarded as a notable area. The proposed method presents the decision via
visualized notable areas and the dictionary items corresponding to them. In this way, the users
understand the diagnosis and how it was generated. To locate notable regions in WSIs, we adopt
attention-based MIL [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] that exploits diagnosis information assigned to WSIs. The attention
mechanism calculates the relative importance of each instance, that can be flexibly assigned
depending on input images. In addition, the use of MIL is practical because it can reduce users’
burden for creating a training dataset.
      </p>
      <p>The contributions of this paper are as follows: (i) This paper proposes a dictionary-based CNN
that can learn discriminative pathological features as dictionary items for explainability without
ifne-grained annotations. (ii) The method is verified using two types of pathological image
Estimate influential area
in an input image</p>
      <sec id="sec-1-1">
        <title>Similar image</title>
        <p>in Dictionary
Images of
representative points
Feature embedding
The closest item</p>
      </sec>
      <sec id="sec-1-2">
        <title>Embedded feature Dictionary</title>
        <p>
          datasets: one is “NCT-CRC-HE-100K” [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], which is a publicly available patch-based dataset
for colorectal cancer classification, and the other is a private dataset, which was constructed
from WSIs of biopsied lung tissues obtained from Nagasaki University Hospital, Japan. The
experimental results showed that the proposed method yielded high classification accuracy
while providing the basis behind the decision regardless of the diferences in organs.
        </p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <sec id="sec-2-1">
        <title>2.1. Explainability for CNNs</title>
        <p>
          Explainability or interpretability for CNNs has been actively studied in recent years owing to
their importance. Various highlight-based methods that suggest class discriminative pixels in an
image have been proposed [
          <xref ref-type="bibr" rid="ref11">11, 12</xref>
          ] and popularly used [13]. However, these methods can yield
misleading results [14] because they do not explain the basis of the decision made by the CNNs.
Several studies have attempted to provide the basis for CNN’s decisions [15, 16, 17, 18]. These
methods provide evidence for CNN’s decisions by comparing observations and representative
features in the training dataset. However, they cannot be directly applied to WSI classification
because they are designed to classify ordinary-sized images, namely, patch-level classification.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Multiple instance learning</title>
        <p>Several studies have adopted CNNs in pathological image analysis for patch-based classification
[19, 20, 21] or semantic segmentation [22, 23]. However, these works require fine-grained
annotations, which are pretty expensive because it involves pathologists to make the annotations.</p>
        <p>
          To address this problem, methods based on weakly supervised learning have been actively
studied. MIL is a weakly supervised learning method that can train machine learning models
using only the weak labels [24, 25, 26]. Specifically, data called a bag consists of multiple instances
or feature vectors and labels are assigned to only entire bags. Learners cannot access to each
label of instance in the learning process. The MIL assumption is suitable for medical imaging
[27, 28]. Because fine-grained annotations are not required, it has attracted particular attention
in the field of digital pathology. Ilse et al. [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] proposed a neural-network-based weighted
average pooling that corresponds to the attention mechanism for improving interpretability
and flexibility. Chikontwe et al. [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] proposed a framework that can train both instance and bag
classifiers with center loss to concentrate the distributions of embedded features extracted from
the same bag. Campanella et al. [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] conducted cancer classification using a deep neural network
model trained in the MIL framework. Their diagnoses are based on a recurrent neural network
that receives top-ranked suspicious samples selected by an instance predictor trained using MIL.
Yao et al. [29] eficiently combined multiple-instance segmentation and attention-based pooling
for survival period prediction. These MIL methods can identify highly influential instances for
making decisions. Often these decisions are interpretable because these instances sometimes
correspond to the cancer region. However, it is unclear why these instances are important in
the decisions, especially when these instances were selected from irrelevant regions. In contrast,
our proposed method enhances explainability by providing notable instances and the dictionary
items that are most similar to those instances.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Method</title>
      <sec id="sec-3-1">
        <title>3.1. Problem Formulation</title>
        <p>We formulate the WSI classification problem as a MIL classification problem. In MIL, the training
dataset  = { :  = 1, 2, ...,  } is considered as a bag consisting of multiple instances (WSIs
consisting of multiple image patches). For binary classification, let  = {(, , , ) :  =
1, 2, ..., } be a WSI, where , is an image patch in the WSI, and , ∈ {0, 1} is an image
patch label that is an unknown. The number of image patches  varies for diferent WSIs.
Each WSI has a label  ∈ {0, 1}, which is positive ( = 1) if the WSI has at least one positive
image patch, otherwise it is negative ( = 0) as follows:
 =
{︃1, ∑︀ , &gt; 0
0, ℎ,
(1)
where  is an index of the WSI, while  is an index of the image patch in the .</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Dictionary-based Explainable CNN</title>
        <p>3.2.1. Explainable feature representation
The feature extractor  converts all image patches {,1, ..., , } in a WSI  to multiple
feature vectors {,1, ..., , }. Thereafter, each vector is used for calculating two values: the
influence score , and the similarity vector , . The influence score determines the degree to
which an image feature impacts WSI classification, and the patch-level feature vector with a
large influence score has a greater impact on the decision. The influence estimator calculates
the scores using the soft-max method to present relative importance among image patches in a
WSI as follows:
(2)
(3)
, =

=1</p>
        <p>exp{⊺tanh( ⊺, )} ,
∑︁exp{⊺tanh( ⊺,)}
,, = log
︃(
||, − ||22 + 1 )︃
||, − ||22 + 
where  and  denote an index of vectors, and both  and  are the trainable parameters.</p>
        <p>The similarity vector , represents similarity between the patch-level image feature and
all items in the dictionary  = { :  = 1, ..., } consisting  items. Thus, the vector
consists of  values and each value in the vector ,, is calculated based on the distance
between embedded features of image patches and an item  in the dictionary. The distance is
transformed similar to [16] as follows:
where  is an indicator of the dictionary items and  is a small positive number.
3.2.2. Feature integration
After calculating the influence scores (equation 2) and the similarity vectors (equation 3), we
aggregate the vectors weighted by the influence scores as a WSI-level feature vector  for

 = ∑︁ , , .</p>
        <p>=1</p>
        <p>
          Finally, the last layer of the framework, which is the classifier ℎ, makes a decision based on
WSI-level features. We adopt single layer perceptron as the classifier. Because each value in the
WSI-level features is calculated based on similarities to the input image patches and dictionary
items in the embedding space that are non-negative, the dictionary items assigned positive
weights to the class  would belong to class , whereas the items assigned negative wights have
a lower probability of being in class . This property allows easy interpretation of the decisions
made by this framework.
3.2.3. Training objectives
We train the network to achieve two objectives (i.e., classification and dictionary construction)
as follows:
representation of a WSI  so that the diagnosis is robust to the irrelevant image patches. This
is similar to the adaptive pooling proposed in [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], and corresponds to the attention mechanism
[30] as follows:
        </p>
        <p>1 ∑︁
ℒDICT1 =  =1 ∈m[1i,n]
ℒ =  1ℒCE +  2ℒDICT,
where  1 and  2 are hyper-parameters to balance the loss function. The parameter  1 is
responsible for classification, while  2 is responsible for the similarity of embedded image
features and dictionary items in the feature space. We set  1 to 1.0 and  2 to 0.5.</p>
        <p>The classification loss is the cross-entropy function that penalizes misclassification of the
WSI based on WSI-level feature vectors. The loss is calculated as follows:</p>
        <p>ℒCE = − ∑︁ ∑︁  · log(ℎ ∘ ), (6)</p>
        <p>=1 =1
where , corresponding to WSI  is a binary indicator for class .</p>
        <p>The second objective is to construct a dictionary of representative pathological features. It
consists of two types of losses and is calculated as follows:</p>
        <p>ℒ = ℒ1 + ℒ2 ,
Minimizing DICT1 requires each dictionary item to be close to the closest patch-level feature
in the embedding space. In contrast, minimizing 2 requires every patch-level feature in
a mini-batch to be close to one of the closest item in the dictionary, causing the patch-level
features to construct clusters around the dictionary item in the embedding space. The losses
are calculated as follows:
(4)
(5)
(7)
(8)
(9)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experiment</title>
      <sec id="sec-4-1">
        <title>4.1. CNN architecture</title>
        <p>The network architecture of the feature extractor in the proposed method consists of three
convolutional layers. The kernel sizes for the layers were 4 × 4, and they were applied in two
strides in one padding. After applying the convolutional operation, we adopted a rectified linear
unit function and max pooling to promote parameter training.</p>
        <p>To construct the dictionary, we set the number of items to be 30 and the dimension of each
item to 128. We used the same network architecture for the following experiments.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. CRC dataset</title>
        <p>The CRC dataset is a set of image patches from pathological images of colorectal cancer and
normal tissues. There are two types of datasets: “NCT-CRC-HE-100K” and
“CRC-VAL-HE7K”. “NCT-CRC-HE-100K” contains 100,000 images, while “CRC-VAL-HE-7K” contains 7180
images. These datasets do not onverlap. All images contained in these datasets have the size
of 224 × 224 pixels and are assigned class labels: adipose (ADI), background (BACK), debris
(DEB), limphocytes (LYM), mucus (MUC), smooth muscle (MUS), normal colon mucosa (NORM),
cancer-associated stroma (STR), and colorectal adenocarcinoma epithelium (TUM).</p>
        <p>
          We created a new dataset from the CRC dataset for the MIL problem similar to [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. A bag was
made up of randomly selected image patches from the dataset. The number of image patches in
the bag was determined based on the Gaussian distribution. We defined that a bag containing at
least one “TUM” class of image patches was positive, and otherwise negative. Bags for training
and test were selected from “NCT-CRC-HE-100K” and “CRC-VAL-HE-7K”, respectively. The
numbers of training and test bags were 1,000 and 200. Each bag contained approximately 100
image patches.
4.2.1. Results and discussion
We compared classification accuracy of our method with that of the baseline method proposed
by Ilse et al. [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. The CNN architecture for its feature extractor was the same as that of the
proposed method. For the classification of this dataset, our method yielded an accuracy of
92%, whereas the comparison method yielded an accuracy of 90%. Although our method was
constrained to provide the rationales of its decisions, its performance was slightly higher than
that of the baseline model.
        </p>
        <p>For providing the basis behind the decision as explanation, an example of identified key
image patches and corresponding dictionary items are shown in figure 3. The method could
localize image patches that are “TUM” class for classifying the bag. The corresponding items
denote the most similar pathological feature in the embedding space. The method learned two
types of pathological features as the dictionary items that can contribute to predicting bags
as positive. The contained image patches in the dictionary items actually belong to the target
class.</p>
        <p>test image bag
influence overlayed
corresponding dictionary items</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Lung biopsy dataset</title>
        <p>We conducted tissue classification in WSIs of a lung obtained by biopsy, provided by Nagasaki
University Hospital, Japan. All diagnostic labels, benign or adenocarcinoma (ADC), were
provided by pathologists at the university. This study was approved by an institutional review
board (ethics committee), and complied with all relevant ethical regulations.</p>
        <p>
          We cropped the tissue images in the WSIs to the size of 2500 × 2500 pixels to create bag
dataset. The total number of benign and ADC images were 323 and 113, respectively. These
tissue images were divided into a ratio of 4:1 for training and test datasets. The 20% of training
data was used as validation dataset to select the model.
4.3.1. Result and discussion
We compared our method with the method [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] as in the subsection 4.2.1. Figure 4 shows the
receiver operating characteristics curve (ROC) for each method. These methods have similar
classification performance in terms of the area under curve (AUC) of the ROC. The proposed
method showed slightly higher accuracy than that of the baseline model similar to the subsection
4.2.1. Thus, our method has more advantages than the conventional method because it provides
explainability with the high classification accuracy.
        </p>
        <p>Figure 5 shows an example of the factors learned by the proposed network as pathological
features that contributed to the classification in the dataset. The left and right sides of the figure
show the dictionary items that contributed to the classification of the tissue images as ADC, and
benign, respectively. The items assigned the highest contribution value to each classification
are listed on the top.</p>
        <p>Figure 6 compares the dictionary items with high contribution to the classification and the
areas annotated by the pathologist as cancer areas. The red region highlights the area annotated
by the pathologist. The dictionary items constructed by the proposed method as contributing
to the classification of cancer were composed of image patches containing many cancer cells,
while the items that contributed to the classification of benign contained few image patches of
cancer cells within the instances of the dictionary items.</p>
        <p>
          Figure 7 shows estimated influenced areas for decision making by the proposed method and
the areas contained cancer cells and were annotated by the pathologist. In the influence map,
0.2
0.0
baseline [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ](AUC=0.97)
        </p>
        <p>Ours (AUC=0.99)
0.0
0.2
0.4 0.6
False Positive Rate
0.8
1.0
the brighter the color, the brighter the area that strongly influences the decision. Similarly, in
the ground truth, the white area indicates tissues with cancer. Both the brighter part in the
influence map and ground truth are similar, which means the proposed method recognized
cancer region as notable.</p>
        <p>Figure 8 shows the dictionary item that was most similar to the strong activated area in the
influence map. A similar item was constructed as a cluster of images that contained cancer cells.</p>
        <p>This implies that the proposed method made decisions based on highly influential instances,
which are similar to the dictionary items that contributed to the classification of ADC in the
training dataset. The classification process makes humans easily ascertain the basis of the
decision. From the pathologist’s perspective, they can judge whether the AI’s judgments are
appropriate or not based on the presented evidence. Furthermore, if those evidences are not
appropriate, it may be possible to improve the quality of the AI model by editing the items in
the dictionary.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>This paper proposed a dictionary-based explainable CNN trained with a multiple instance
learning framework. The proposed method overcomes a challenging problem, which is
explainability of the basis behind the decisions made by CNN. We verified our method by using two
types of pathological images, namely colorectal cancer dataset and the biopsied lung tissue.
The results showed that the method yielded high classification accuracy while providing its
explanations regardless of the diferences in organs. Our method has significant advantages
compared with the use of conventional methods. We believe that the proposed method will be
helpful in confirming trustworthiness of the diagnosis performed by CNNs. We plan to confirm
the dictionary items constructed by our method from a pathology viewpoint.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This paper is based on results obtained from a project, JPNP20006, commissioned by the New
Energy and Industrial Technology Development Organization (NEDO). Computational resource
of AI Bridging Cloud Infrastructure (ABCI) provided by AIST was used.</p>
      <p>Original image</p>
      <p>Influence map
Input image</p>
      <p>High influential area
Related dictionary item</p>
      <p>Malignant region
[23] L. Chan, M. Hosseini, C. Rowsell, K. Plataniotis, S. Damaskinos, Histosegnet:
Semantic segmentation of histological tissue type in whole slide images, in: 2019
IEEE/CVF International Conference on Computer Vision (ICCV), 2019, pp. 10661–10670.
doi:10.1109/ICCV.2019.01076.
[24] T. G. Dietterich, R. H. Lathrop, T. Lozano-Pérez, Solving the multiple instance
problem with axis-parallel rectangles, Artificial Intelligence 89 (1997) 31–71. URL: https:
//www.sciencedirect.com/science/article/pii/S0004370296000343. doi:https://doi.org/
10.1016/S0004-3702(96)00034-3.
[25] R. C. Bunescu, R. J. Mooney, Multiple instance learning for sparse positive bags, in:
Proceedings of the 24th International Conference on Machine Learning, ICML ’07, Association
for Computing Machinery, 2007, p. 105–112. URL: https://doi.org/10.1145/1273496.1273510.
doi:10.1145/1273496.1273510.
[26] J. Amores, Multiple instance classification: Review, taxonomy and comparative study,</p>
      <p>Artificial Intelligence 201 (2013) 81–105.
[27] J. Gang, F. Yuan, Z. Bing, Medical image semantic annotation based on mil, in: 2013
ICME International Conference on Complex Medical Engineering, 2013, pp. 85–90. doi:10.
1109/ICCME.2013.6548217.
[28] G. Quellec, G. Cazuguel, B. Cochener, M. Lamard, Multiple-instance learning for medical
image and video analysis, IEEE Reviews in Biomedical Engineering 10 (2017) 213–234.
doi:10.1109/RBME.2017.2651164.
[29] J. Yao, X. Zhu, J. Jonnagaddala, N. Hawkins, J. Huang, Whole slide images based cancer
survival prediction using attention guided deep multiple instance learning networks,
Medical Image Analysis 65 (2020) 101789. URL: https://www.sciencedirect.com/science/article/
pii/S1361841520301535. doi:https://doi.org/10.1016/j.media.2020.101789.
[30] Z. Lin, M. Feng, C. N. dos Santos, M. Yu, B. Xiang, B. Zhou, Y. Bengio, A structured
self-attentive sentence embedding, in: 5th International Conference on Learning
Representations, ICLR 2017, Toulon, France, April 24-26, 2017, Conference Track Proceedings,
2017.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. I.-C.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Tu</surname>
          </string-name>
          ,
          <article-title>Context-constrained multiple instance learning for histopathology image segmentation</article-title>
          , in: N.
          <string-name>
            <surname>Ayache</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Delingette</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Golland</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          Mori (Eds.),
          <source>Medical Image Computing and Computer-Assisted Intervention - MICCAI 2012</source>
          , Springer Berlin Heidelberg, Berlin, Heidelberg,
          <year>2012</year>
          , pp.
          <fpage>623</fpage>
          -
          <lpage>630</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E.</given-names>
            <surname>Cosatto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.-F.</given-names>
            <surname>Laquerre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Malon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.-P.</given-names>
            <surname>Graf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Saito</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kiyuna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Marugame</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kamijo</surname>
          </string-name>
          ,
          <article-title>Automated gastric cancer diagnosis on H &amp; E-stained sections; ltraining a classifier on a large scale with multiple instance machine learning</article-title>
          , in: M. N.
          <string-name>
            <surname>Gurcan</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Madabhushi (Eds.),
          <source>Medical Imaging</source>
          <year>2013</year>
          :
          <article-title>Digital Pathology</article-title>
          , volume
          <volume>8676</volume>
          , International Society for Optics and Photonics,
          <string-name>
            <surname>SPIE</surname>
          </string-name>
          ,
          <year>2013</year>
          , pp.
          <fpage>51</fpage>
          -
          <lpage>59</lpage>
          . URL: https://doi.org/10.1117/12.2007047. doi:
          <volume>10</volume>
          .1117/12.2007047.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-Y.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. I.-C.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Tu</surname>
          </string-name>
          ,
          <article-title>Weakly supervised histopathology cancer image segmentation and classification</article-title>
          ,
          <source>Medical Image Analysis</source>
          <volume>18</volume>
          (
          <year>2014</year>
          )
          <fpage>591</fpage>
          -
          <lpage>604</lpage>
          . URL: https://www.sciencedirect.com/science/article/pii/S1361841514000188. doi:https://doi. org/10.1016/j.media.
          <year>2014</year>
          .
          <volume>01</volume>
          .010.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          ,
          <article-title>Very deep convolutional networks for large scale image recognition</article-title>
          ,
          <source>in: International Conference on Learning Representations (ICLR)</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>LeCun</surname>
          </string-name>
          , Y. Bengio, G. Hinton,
          <article-title>Deep learning</article-title>
          , nature
          <volume>521</volume>
          (
          <year>2015</year>
          )
          <fpage>436</fpage>
          -
          <lpage>444</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ren,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Deep residual learning for image recognition</article-title>
          ,
          <source>in: IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ilse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Tomczak</surname>
          </string-name>
          , M. Welling, in
          <source>: Proceedings of the 35th International Conference on Machine Learning (ICML)</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>3376</fpage>
          -
          <lpage>3391</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>P.</given-names>
            <surname>Chikontwe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. J.</given-names>
            <surname>Nam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Go</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. H.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <article-title>Multiple instance learning with center embeddings for histopathology classification</article-title>
          ,
          <source>in: Medical Image Computing and Computer Assisted Intervention - MICCAI 2020</source>
          , Springer International Publishing, Cham,
          <year>2020</year>
          , pp.
          <fpage>519</fpage>
          -
          <lpage>528</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>G.</given-names>
            <surname>Campanella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Hanna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Geneslaw</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Miraflor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. W. K.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. J.</given-names>
            <surname>Busam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Brogi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. E.</given-names>
            <surname>Reuter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. S.</given-names>
            <surname>Klimstra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. J.</given-names>
            <surname>Fuchs</surname>
          </string-name>
          ,
          <article-title>Clinical-grade computeational pathology using weakly supervised deep learning on whole slide images</article-title>
          ,
          <source>nature medicine 25</source>
          (
          <year>2019</year>
          )
          <fpage>1301</fpage>
          -
          <lpage>1309</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J. N.</given-names>
            <surname>Kather</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Krisam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Charoentong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Luedde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Herpel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.-A.</given-names>
            <surname>Weis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Gaiser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Marx</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. A.</given-names>
            <surname>Valous</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ferber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jansen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. C.</given-names>
            <surname>Reyes-Aldasoro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Zörnig</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Jäger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Brenner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chang-Claude</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hofmeister</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Halama</surname>
          </string-name>
          ,
          <article-title>Predicting survival from colorectal cancer histology slides using deep learning: A retrospective multicenter study</article-title>
          ,
          <source>PLOS Medicine 16</source>
          (
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>22</lpage>
          . URL: https://doi.org/10.1371/journal.pmed.1002730. doi:
          <volume>10</volume>
          .1371/journal. pmed.
          <volume>1002730</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>K.</given-names>
            <surname>Simonyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Vedaldi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zisserman</surname>
          </string-name>
          ,
          <article-title>Deep inside convolutional networks: Visualising</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>