<!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 />
    <article-meta>
      <title-group>
        <article-title>Multimodal Explanations for User-centric Medical Decision Support Systems</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Bettina Finzel</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Elias Tafler</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anna Magdalena Thaler</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ute Schmid</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Cognitive Systems, University of Bamberg An der Weberei 5 96047 Bamberg</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Based on empirical evidence indicating that different types of explanations should be used to satisfy different users in terms of their information needs and to increase trust in the system, we motivate the use of multimodal explanations for decisions made by a machine learning model to support medical diagnoses. We present a system through which medical professionals or students can obtain verbal explanations for a classification by means of a dialogue and to which they can make queries to get prototypical examples in the form of images showing typical health conditions. Our approach could be used for validating algorithmic decisions using a humanin-the-loop method or for medical education.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        In medical diagnostics, Deep Learning is increasingly used
to classify patient data. Due to the condition that such
systems must be transparent, great progress has been made in
the field of explainable artificial intelligence (XAI) in
recent years. Work on visual explanations for example for the
classification of human tissue (Ha¨gele et al. 2020), malaria
probes
        <xref ref-type="bibr" rid="ref28">(Schallner et al. 2019)</xref>
        and facial expressions for
patients suffering from pain
        <xref ref-type="bibr" rid="ref25">(Rieger et al. 2020)</xref>
        shows that
the methods developed can be used to reveal which
features a deep neural network has found relevant for
classification. However, relational information in terms of
complex relationships between features of the data was not used
to make the classification decision. As recent works have
emphasized, medical diagnosis is often based on
examining relational data, thus, a model that is able to incorporate
these and to explain its decision in a relational manner, is
key
        <xref ref-type="bibr" rid="ref14 ref32 ref32 ref4 ref4">(Bruckert, Finzel, and Schmid 2020; Schmid and Finzel
2020; Holzinger et al. 2021)</xref>
        . Moreover, the focus of these
works has not been to present different explanations, that is,
in varying modalities, in order to take different angles in
explaining a classification, to satisfy different users in terms
of their need for information. However, being able to make
decisions based on complex relationships and being able to
explain them in as many ways as possible are two important
aspects of building systems that are not only transparent but
also understandable to human decision makers. Such
systems can empower the user to validate the system and to
remain in control of decisions, which is a crucial requirement
in medicine
        <xref ref-type="bibr" rid="ref36">(Tizhoosh and Pantanowitz 2018)</xref>
        .
      </p>
      <p>
        Recent research uses inductive logic programming (ILP)
to train models that can be explained to the user in a
comprehensible way and which are capable to deal with complex
relational data. In contrast to visual explanations that can
transfer only the information of occurrence or absence, a
relational approach such as ILP can express arbitrarily
complex relationships, for example spatial and temporal
relations as well as recursion
        <xref ref-type="bibr" rid="ref21 ref31">(Schmid 2018)</xref>
        . In addition to the
training data, ILP can be enriched by existing background
knowledge that is by expert knowledge, be it for training or
correction of learned models
        <xref ref-type="bibr" rid="ref32 ref4">(Schmid and Finzel 2020)</xref>
        . In
the past, there have been prominent transparent systems that
made decisions based on relational data, such as MYCIN
        <xref ref-type="bibr" rid="ref33">(Shortliffe 2012)</xref>
        . However, the focus there was more on
building expert systems and less on satisfying different users
through multimodal explanations.
      </p>
      <p>To close this gap, we build on the findings from empirical
research on multimodal explanations as well as on a recent
research work that combines two different explanation
approaches, namely verbal, dialogue-based as well as visual
image-based explanations. We use our approach for the first
time to classify and explain medical data.</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Explainable Artificial Intelligence (XAI) aims to make AI
systems, their decisions and actions comprehensible. Given
the high stakes involved in medical diagnosis and human
health in general, it is obvious that AI systems applied in
this domain need to be understood by the user. To this end,
an AI system may produce explanations of various types
and formats. Building on previous work on combining
verbal and visual explanations in artificial intelligence
        <xref ref-type="bibr" rid="ref8">(Finzel
et al. 2021)</xref>
        , we here apply these concepts to the medical
domain. We explore the potential use of different kinds of
explanations given by a diagnostic decision support system
for assessing primary tumors in tissue samples. Specifically,
we consider dialogue- and image-based explanation,
allowing for step-wise exploration of the reasons behind a
classification outcome as well as displaying images on demand
that show prototypical examples of health conditions.
      </p>
      <p>
        The fact that there exists more than one type of
explanation suggests that not every explanation fits every situation.
For instance, to explain the classification of an object as
belonging to one of two categories that only differ by color,
a visual explanation might be preferred over a verbal
explanation based on the nature of the problem. In contrast to
this, visual classification tasks that rely on relational
information rather than a simple presence or absence of features
might require additional verbal explanations to improve the
joint performance, trust in the decision aid system and to
correctly counteract faulty system predictions
        <xref ref-type="bibr" rid="ref3 ref35">(Thaler and
Schmid 2021)</xref>
        .
      </p>
      <p>
        We further want to point to the importance of the person
requesting the explanation. The idea of tailoring
explanations to and evaluating them based on the goals of the
explainee is not new in cognitive science
        <xref ref-type="bibr" rid="ref18">(Leake 1991)</xref>
        and has
been supported by more recent empirical evidence. For
example
        <xref ref-type="bibr" rid="ref38">(Vasilyeva, Wilkenfeld, and Lombrozo 2015)</xref>
        showed
that people prefer explanations (formal, mechanistic,
teleological) that are consistent with their goals. Also in the
field of XAI, the users’ inter- and intraindividual differences
have been recognized as important to the development and
improvement of XAI (e.g.
        <xref ref-type="bibr" rid="ref16 ref19 ref5 ref9">(Gunning and Aha 2019; Miller
2019; Kulesza et al. 2015)</xref>
        ).
      </p>
      <p>
        In medicine, the potential applications of AI are
manyfold, spanning diagnostics, therapeutics, population health
management, administration, and regulation (He et al.
2019). In order to make such systems transparent, their
explanations need to consider certain user characteristics, such
as their expertise and goals. Especially in applications with
potentially extreme consequences, such as decision support
for diagnosing illnesses, the diagnostician needs to
understand the system’s recommendations to make well-informed
decisions. Along these lines,
        <xref ref-type="bibr" rid="ref13">(Holzinger et al. 2019)</xref>
        have
differentiated between explainability, a more technical
attribute of an algorithm, and causability, a feature of
explanations that describes how well an explanation can transfer
causal understanding to a human user. In order to increase
causablilty of medical decision support systems, we
combine different kinds of explanations. The user can request
various explanations via a conversational interaction with
the system and thus control the transmission of
understanding that is explanation.
In this section we show how our multimodal explanation
approach can be applied to the medical use case of primary
tumor staging. We first introduce the medical terminology and
concepts for tumor staging and present examples for verbal,
dialogue-based explanations as well as visual,
prototypebased explanations accordingly.
      </p>
      <sec id="sec-2-1">
        <title>Primary Tumor Classification in Colon Tissue</title>
      </sec>
      <sec id="sec-2-2">
        <title>Samples</title>
        <p>
          The task of classifying tumors requires different
competencies and diagnostic steps. The main tasks involved are tumor
staging and grading
          <xref ref-type="bibr" rid="ref39">(Wittekind, Bootz, and Meyer 2004)</xref>
          .
While staging refers to determining the extent of a tumor
(location, size and spreading in different layers of tissue),
grading examines the abnormality of the appearance of
tumor cells and tumor tissue. In this paper, we focus on the
task of staging for primary tumors that is determining
invasion depth of an original tumor in human colon tissue
layers. We therefore look at spatial relationships between a
tumor and its surrounding tissue layers. The most widely used
system for tumor staging is the TMN staging system
          <xref ref-type="bibr" rid="ref39">(Wittekind, Bootz, and Meyer 2004)</xref>
          . This system is used to
denote the stage of a tumor in pathology reports. The letters
T, M and N are combined with further letters or numbers to
indicate the exact stage. We focus on the T category, which
is concerned with the size and the extent of the main tumor,
also called the primary tumor. If a primary tumor is found
in the colon tissue, it is assigned with one of five possible
stages: Tis, T1, T2, T3 or T4. The higher the number after
the T, the bigger the extent of the tumor. Tis stands for
carcinoma in situ and denotes a tumor that hasn’t yet extended
to the next tissue layer. The stages can be further
differentiated depending on the kind of tissue affected by the tumor
(e.g. T4a, T4b). Note that there are further assignments, e.g.
TX for tumors that cannot be assessed or T0 if there is no
evidence for a tumor. We disregard these cases.
        </p>
        <p>Figure 1 shows a colon tissue sample, where healthy
tissue and three of four stages are present (corresponding to
the 4 zones separated by dotted lines). The leftmost zone
contains healthy tissue that can be divided into mucosa (M),
submucosa (SM), muscularis propria (MP) and pericolic
adipose tissue (P). Zone 2 includes a T1 tumor (invading the
mucosa and the submucosa), zone 3 a T2 tumor (extending
to the muscularis propria) and zone 4 contains a T3 tumor
(that is growing past the boundaries of the muscularis
propria into the preicolic adipose tissue). The letters C and S
included in Figure 1 denote tumor cells and tumor stroma,
H, B and U denote further diagnostic areas, however, this
is not important for the work presented here and therefore
not explained further. To increase the readability of the
following paragraphs for the reader who may not be familiar
with medical terminology, we will name the different
tissue types in the following subsections mucosa, submucosa,
muscle and fat tissue.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Dialogue- and Prototype-based Explanations</title>
      <p>
        Likewise to the example presented in previous work
        <xref ref-type="bibr" rid="ref8">(Finzel
et al. 2021)</xref>
        , we can translate the given expert knowledge
introduced by Figure 1 into background knowledge and train
an ILP model on examples and the background knowledge
to obtain rules for the classification of stages which can be
then used to produce verbal explanations for a
conversational dialogue with the user.
      </p>
      <p>
        For the example presented in Figure 1 we can get
annotations of the different tissues manually or automatically
        <xref ref-type="bibr" rid="ref32 ref4">(Schmid and Finzel 2020)</xref>
        and determine with the help of
a spatial calculus, whether they intersect
        <xref ref-type="bibr" rid="ref32 ref4">(Bruckert, Finzel,
and Schmid 2020)</xref>
        . Providing examples for each stage
(T1T4), where the corresponding background knowledge
contains the information, which tissues intersect (tumor
intersects mucosa for T1 example, tumor intersects muscle for
T2 example, and so on) as well as providing negative,
contrastive examples, we can derive a set of rules for each stage.
This set of rules can be seen as a global explanation,
meaning it explains the characteristics of a class. These rules
contain variables and relationships between them that are
satisfied by all positive examples and no negative examples.
The background knowledge can be arbitrarily complex,
consisting of either only singular properties or more
sophisticated relationships, such as the definition of spatial relations
and reasoning rules. Given the learned rules and the
background knowledge, we created so-called explanatory trees
that explains the classification of individual examples and
can be therefore considered as local explanations
        <xref ref-type="bibr" rid="ref8">(Finzel
et al. 2021)</xref>
        .
      </p>
      <p>An exemplary rule from an ILP model that was trained
to recognize tissue samples of stage T2, states that a scan
A is classified as stage T2, if it holds that A contains B and
B is a tumor and B invades C and C is muscle tissue. This
rule represented in the logic programming language Prolog
would state: “stage t2(A) :- contains(A,B), is a(B,tumor),
invades(B,C), is a(C,muscle).”. The upper case letters A, B, C
are variables that can be substituted by lower case constants
by applying the rule to the given positive examples,
meaning that the background knowledge consisting of the spatial
relationships satisfies the learned rule.</p>
      <p>
        The explanatory tree we create to explain the
classification of an individual example results in a structure presented
in Figure 2 based on a logical prove procedure introduced in
        <xref ref-type="bibr" rid="ref8">(Finzel et al. 2021)</xref>
        . The class label is set to the root node
of such the explanatory tree and the reasons for the class
decision, given by the substitution of variables in the learned
rule, determine the child nodes of the root node. For our
colon tissue example individual parts of the rule (e.g. the
invades relationship) can be explained by further background
knowledge (in this case the definition of some spatial
relationship intersects that was computed based on geometric
properties of the input data). The explanatory tree can be
traversed in a conversational manner (see Figure 2) to obtain
verbal explanations for the reasons of a stage classification
of a particular microscopy scan.
      </p>
      <p>
        A special property of our approach is that we complement
the verbal explanations by visual explanations in terms of
prototypes, in cases, where a verbal explanations cannot be
presented due to limits of expression (e.g. if the user wants
to see how a certain tissue type looks like). Explanations by
means of prototypes are based on the idea that categories,
especially those without unambiguous necessary and
sufficient criteria for including or excluding examples, can be
represented by a central tendency of the category members,
called a prototype
        <xref ref-type="bibr" rid="ref26">(Rosch 1987)</xref>
        . We chose prototypes for
the implementation of a complementary explanation method
besides verbal explanation, because research has shown that
prototypes are relevant, among others in category learning
        <xref ref-type="bibr" rid="ref20">(Minda and Smith 2001)</xref>
        , scheme-inductive reasoning as
a successful diagnostic reasoning strategy (Coderre et al.
2003) and expert teaching
        <xref ref-type="bibr" rid="ref34">(Sternberg and Horvath 1995)</xref>
        . In
our model, prototypes are representative category members
and displayed as images.
      </p>
      <p>
        Having the explanatory tree as well as the images of the
prototypes, the user can now traverse the explanatory tree
and asking for prototypes through a dialogue with the
system. In comparison to our work presented first in
        <xref ref-type="bibr" rid="ref8">(Finzel
et al. 2021)</xref>
        , we slightly adapted the requests a user can
make. Likewise to the approach presented in
        <xref ref-type="bibr" rid="ref8">(Finzel et al.
2021)</xref>
        the user can ask for a global explanation, e.g., what
does stage T2 mean. In order to request for local
explanations, the user can pose the following requests (see Figure
2):
      </p>
      <p>Which class label has &lt;example&gt;? (reference A)
Explain why &lt;example&gt; has class &lt;class label&gt;!
(reference B)
Show me &lt;concept&gt;! (reference C, displays a prototype)
Explain further why &lt;relation&gt;! (reference D, allows for
drill-down of explanations)</p>
      <p>Users can furthermore request to return to the last
explanation in order to proceed with their search for answers on
different branches of the explanatory tree.</p>
      <p>The whole implementation, including the files to train an
ILP model, the code to create an explanatory tree, the
images showing the prototypes as well as the dialogue-based
interface are available via a git repository1.</p>
    </sec>
    <sec id="sec-4">
      <title>Discussion</title>
      <p>
        Often interpretable approaches are seen as an alternative to
explanation generation for black boxes: It has been argued
that for high stake decision making, for instance in health
care, interpretable models should be preferred over ex-post
explanation generation for neural network models
        <xref ref-type="bibr" rid="ref27">(Rudin
2019)</xref>
        . It has been pointed out that explanations might be
misleading and inspire unjustified trust
        <xref ref-type="bibr" rid="ref1">(Babic et al. 2021)</xref>
        .
However, although interpretable models such as decision
rules or ILP models are white box and therefore inspectable
– providing explanations might be still necessary. Similar to
computer programs, white box models might be inspectable
in principle but are often too complex for easy
comprehensibility. Explanation mechanisms as the ones proposed in this
paper are helpful or even necessary to communicate the right
information in the most suitable modality and in adequate
detail.
      </p>
      <p>1Gitlab repository of our implementation of multimodal
explanations (including two example data sets: a proof-of-concept data
set from the animal world and a data set for colon tissue
classification for T1-T4 stages): https://gitlab.rz.uni-bamberg.de/cogsys/
public/multi-level-multi-modal-explanation</p>
      <p>
        With respect decision support systems that are based on
learned models requirements have been recently stated
        <xref ref-type="bibr" rid="ref3">(Bohanec 2021)</xref>
        which we want to discuss by means of our
implementation. In his work Bohanec points out that there
are five requirements that should be fulfilled. The first one
is correctness, meaning that the model should provide
correct (valid, right) information given the decision problem.
Second, the model should fulfill completeness, a property
that refers to considering all relevant aspects of the decision
problem and providing answers for all possible inputs. Next,
he mentions consistency in terms of logical and preferential
consistency. Another important requirement is
comprehensibility of provided information for the user. Finally, Bohanec
mentions convenience, referring to easily accessible, timely
information, appropriate for the task and the user.
      </p>
      <p>
        Our implementation fulfills a part of these requirements
by design. The underlying ILP algorithm that produced the
model is complete and consistent with respect to problem
domain
        <xref ref-type="bibr" rid="ref8">(Finzel et al. 2021)</xref>
        . Furthermore, ILP output can
be considered to be comprehensible for humans, especially
since it is easy to translate it to verbal statements in the form
of natural language
        <xref ref-type="bibr" rid="ref21">(Muggleton et al. 2018)</xref>
        . Furthermore,
our approach heads towards convenience by presenting
explanations in different modalities to suite different users,
levels of understanding and tasks. Correctness is ensured at
least by the deductive step, when explanatory trees are
created from previously induced rules.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>
        Motivated by empirical evidence that indicates that
multimodal explanations are beneficial for understanding, we
presented an approach and its implementation that combines
verbal, dialogue-based explanations with visual,
prototypebased explanations in order to give insights into the
reasons of a decision of a model trained to classify the stage of
cancerous colon tissue samples. We applied inductive logic
programming to generate this said model, an approach that
fulfills the requirements of completeness, consistency and
comprehensibility by design. In such visually complex
domains, near misses as a further type of example-based
explanations
        <xref ref-type="bibr" rid="ref24 ref3 ref35">(Rabold, Siebers, and Schmid 2021)</xref>
        can be helpful
to communicate information about the decision boarders
between diagnostic categories. Aspects like convenience could
be evaluated empirically in the future. Our approach could
be further extended for an application in medical education,
which is an interesting field to use new explanatory
techniques
        <xref ref-type="bibr" rid="ref5 ref9">(Chan and Zary 2019)</xref>
        , for example in
histopathological diagnosis
        <xref ref-type="bibr" rid="ref6 ref7">(Crowley and Medvedeva 2003)</xref>
        . Further
empirical investigations shall evaluate the helpfulness of our
implementation.
      </p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>The work presented in this paper is funded by grant
FKZ 01IS18056 B, BMBF ML-3 Transparent Medical
Expert Companion (TraMeExCo), 2018-2021. We say many
thanks to our project partners from the Fraunhofer IIS
(Volker Bruns, Dr. Michaela Benz) and the University
Hospital Erlangen (Dr. med. Carol Geppert, Dr. med. Markus
Eckstein, and Prof. Dr. Arndt Hartmann, head of institute
of pathology) who provided us with data our simulated case
study is based upon and with the knowledge about assessing
primary tumors in colon cancer microscopy scans.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Babic</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Gerke</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Evgeniou,
          <string-name>
            <surname>T.</surname>
          </string-name>
          ; and Cohen,
          <string-name>
            <surname>I. G.</surname>
          </string-name>
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <article-title>Beware explanations from AI in health care</article-title>
          .
          <source>Science</source>
          <volume>373</volume>
          (
          <issue>6552</issue>
          ):
          <fpage>284</fpage>
          -
          <lpage>286</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Bohanec</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <year>2021</year>
          .
          <article-title>From Data and Models to Decision Support Systems: Lessons and Advice for the Future</article-title>
          ,
          <volume>191</volume>
          -
          <fpage>211</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Bruckert</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Finzel</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ; and Schmid,
          <string-name>
            <surname>U.</surname>
          </string-name>
          <year>2020</year>
          .
          <article-title>The Next Generation of Medical Decision Support: A Roadmap Toward Transparent Expert Companions</article-title>
          .
          <source>Frontiers in Artificial Intelligence</source>
          <volume>3</volume>
          :
          <fpage>75</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Chan</surname>
            ,
            <given-names>K. S.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Zary</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <year>2019</year>
          .
          <article-title>Applications and challenges of implementing artificial intelligence in medical education: integrative review</article-title>
          .
          <source>JMIR medical education 5</source>
          (
          <issue>1</issue>
          ):
          <fpage>e13930</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          2003.
          <article-title>Diagnostic reasoning strategies and diagnostic success</article-title>
          .
          <source>Medical education 37</source>
          <volume>(8)</volume>
          :
          <fpage>695</fpage>
          -
          <lpage>703</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Crowley</surname>
            ,
            <given-names>R. S.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Medvedeva</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <year>2003</year>
          .
          <article-title>A general architecture for intelligent tutoring of diagnostic classification problem solving</article-title>
          .
          <source>In AMIA Annual Symposium Proceedings</source>
          , volume
          <year>2003</year>
          ,
          <volume>185</volume>
          . American Medical Informatics Association.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Finzel</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Tafler</surname>
            ,
            <given-names>E. D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Scheele</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; and Schmid,
          <string-name>
            <surname>U.</surname>
          </string-name>
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Gunning</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; and Aha,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <year>2019</year>
          .
          <article-title>DARPA's explainable artificial intelligence (XAI) program</article-title>
          .
          <source>AI</source>
          Magazine
          <volume>40</volume>
          (
          <issue>2</issue>
          ):
          <fpage>44</fpage>
          -
          <lpage>58</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          2020.
          <article-title>Resolving challenges in deep learning-based analyses of histopathological images using explanation methods</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <source>Scientific reports 10(1)</source>
          :
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <year>2019</year>
          .
          <article-title>The practical implementation of artificial intelligence technologies in medicine</article-title>
          .
          <source>Nature medicine 25</source>
          <volume>(1)</volume>
          :
          <fpage>30</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Holzinger</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Langs</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ; Denk,
          <string-name>
            <given-names>H.</given-names>
            ;
            <surname>Zatloukal</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          ; and Mu¨ller,
          <string-name>
            <surname>H.</surname>
          </string-name>
          <year>2019</year>
          .
          <article-title>Causability and explainability of artificial intelligence in medicine</article-title>
          .
          <source>Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery</source>
          <volume>9</volume>
          (
          <issue>4</issue>
          ):
          <fpage>e1312</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Holzinger</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Malle</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Saranti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Pfeifer</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <article-title>Towards multi-modal causability with Graph Neural Networks enabling information fusion for explainable AI</article-title>
          .
          <source>Information Fusion</source>
          <volume>71</volume>
          :
          <fpage>28</fpage>
          -
          <lpage>37</lpage>
          . ISSN 1566-2535.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Kulesza</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Burnett</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wong</surname>
          </string-name>
          , W.-K.; and
          <string-name>
            <surname>Stumpf</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <article-title>Principles of explanatory debugging to personalize interactive machine learning</article-title>
          .
          <source>In Proceedings of the 20th international conference on intelligent user interfaces</source>
          ,
          <fpage>126</fpage>
          -
          <lpage>137</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Leake</surname>
            ,
            <given-names>D. B.</given-names>
          </string-name>
          <year>1991</year>
          .
          <article-title>Goal-based explanation evaluation</article-title>
          .
          <source>Cognitive Science</source>
          <volume>15</volume>
          (
          <issue>4</issue>
          ):
          <fpage>509</fpage>
          -
          <lpage>545</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <year>2019</year>
          .
          <article-title>Explanation in artificial intelligence: Insights from the social sciences</article-title>
          .
          <source>Artificial intelligence</source>
          <volume>267</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>38</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Minda</surname>
            ,
            <given-names>J. P.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>J. D.</given-names>
          </string-name>
          <year>2001</year>
          .
          <article-title>Prototypes in category learning: the effects of category size, category structure, and stimulus complexity</article-title>
          .
          <source>Journal of Experimental Psychology: Learning, Memory, and Cognition</source>
          <volume>27</volume>
          (
          <issue>3</issue>
          ):
          <fpage>775</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Muggleton</surname>
            ,
            <given-names>S. H.</given-names>
          </string-name>
          ; Schmid,
          <string-name>
            <given-names>U.</given-names>
            ;
            <surname>Zeller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ;
            <surname>TamaddoniNezhad</surname>
          </string-name>
          , A.; and Besold,
          <string-name>
            <surname>T.</surname>
          </string-name>
          <year>2018</year>
          .
          <article-title>Ultra-strong machine learning: comprehensibility of programs learned with ILP</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <source>Machine Learning</source>
          <volume>107</volume>
          (
          <issue>7</issue>
          ):
          <fpage>1119</fpage>
          -
          <lpage>1140</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Pierangelo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Manhas</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Benali</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Fallet</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Totobenazara</surname>
            ,
            <given-names>J.-L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Antonelli</surname>
            ,
            <given-names>M. R.</given-names>
          </string-name>
          ; Novikova,
          <string-name>
            <given-names>T.</given-names>
            ;
            <surname>Gayet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ;
            <surname>Martino</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. D.</surname>
          </string-name>
          ; and Validire,
          <string-name>
            <surname>P.</surname>
          </string-name>
          <year>2013</year>
          .
          <article-title>Multispectral Mueller polarimetric imaging detecting residual cancer and cancer regression after neoadjuvant treatment for colorectal carcinomas</article-title>
          .
          <source>Journal of Biomedical Optics</source>
          <volume>18</volume>
          (
          <issue>4</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . doi:
          <volume>10</volume>
          .1117/1.JBO.
          <volume>18</volume>
          .4.046014.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>Rabold</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Siebers,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ; and Schmid,
          <string-name>
            <surname>U.</surname>
          </string-name>
          <year>2021</year>
          .
          <article-title>Generating contrastive explanations for inductive logic programming based on a near miss approach</article-title>
          .
          <source>Machine Learning doi:10</source>
          .1007/s10994-021-06048-w.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <surname>Rieger</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ; Kollmann,
          <string-name>
            <surname>R.</surname>
          </string-name>
          ; Finzel,
          <string-name>
            <given-names>B.</given-names>
            ;
            <surname>Seuss</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          ; and Schmid,
          <string-name>
            <surname>U.</surname>
          </string-name>
          <year>2020</year>
          .
          <article-title>Verifying Deep Learning-based Decisions for Facial Expression Recognition</article-title>
          .
          <source>In 28th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning</source>
          ,
          <source>ESANN 2020</source>
          , Bruges, Belgium, October 2-
          <issue>4</issue>
          ,
          <year>2020</year>
          ,
          <fpage>139</fpage>
          -
          <lpage>144</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <surname>Rosch</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <year>1987</year>
          .
          <article-title>Wittgenstein and categorization research in cognitive psychology</article-title>
          .
          <source>In Meaning and the growth of understanding</source>
          ,
          <fpage>151</fpage>
          -
          <lpage>166</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>Rudin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <year>2019</year>
          .
          <article-title>Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead</article-title>
          .
          <source>Nature Machine Intelligence</source>
          <volume>1</volume>
          (
          <issue>5</issue>
          ):
          <fpage>206</fpage>
          -
          <lpage>215</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>Schallner</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Rabold</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Scholz</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ; and Schmid,
          <string-name>
            <surname>U.</surname>
          </string-name>
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <article-title>Effect of Superpixel Aggregation on Explanations in LIME - A Case Study with Biological Data</article-title>
          . CoRR abs/
          <year>1910</year>
          .07856.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          URL http://arxiv.org/abs/
          <year>1910</year>
          .07856.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <surname>Schmid</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>Inductive Programming as Approach to Comprehensible Machine Learning</article-title>
          .
          <source>In DKB/KIK@ KI</source>
          ,
          <fpage>4</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>Schmid</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Finzel</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>2020</year>
          .
          <article-title>Mutual Explanations for Cooperative Decision Making in Medicine</article-title>
          .
          <source>Journal: KIKu¨nstliche Intelligenz</source>
          <volume>2</volume>
          :
          <fpage>227</fpage>
          -
          <lpage>233</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <surname>Shortliffe</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>Computer-based medical consultations: MYCIN</article-title>
          , volume
          <volume>2</volume>
          . Elsevier.
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <surname>Sternberg</surname>
          </string-name>
          , R. J.; and
          <string-name>
            <surname>Horvath</surname>
            ,
            <given-names>J. A.</given-names>
          </string-name>
          <year>1995</year>
          .
          <article-title>A prototype view of expert teaching</article-title>
          .
          <source>Educational researcher 24(6)</source>
          :
          <fpage>9</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <surname>Thaler</surname>
            ,
            <given-names>A. M.</given-names>
          </string-name>
          ; and Schmid,
          <string-name>
            <surname>U.</surname>
          </string-name>
          <year>2021</year>
          .
          <article-title>Explaining Machine Learned Relational Concepts in Visual Domains-Effects of Perceived Accuracy on Joint Performance and Trust</article-title>
          .
          <source>In Proceedings of the Annual Meeting of the Cognitive Science Society</source>
          , volume
          <volume>43</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <surname>Tizhoosh</surname>
            ,
            <given-names>H. R.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Pantanowitz</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2018</year>
          .
          <article-title>Artificial intelligence and digital pathology: challenges and opportunities</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <source>Journal of pathology informatics 9.</source>
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          <string-name>
            <surname>Vasilyeva</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Wilkenfeld</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; and Lombrozo,
          <string-name>
            <surname>T.</surname>
          </string-name>
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          <string-name>
            <surname>Wittekind</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bootz</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ; and Meyer, H.-J.
          <year>2004</year>
          .
          <article-title>Tumoren des Verdauungstraktes</article-title>
          . In Wittekind, C.;
          <string-name>
            <surname>Bootz</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ; and Meyer, H.-J., eds., TNM Klassifikation maligner Tumoren,
          <source>International Union Against Cancer</source>
          ,
          <fpage>53</fpage>
          -
          <lpage>88</lpage>
          . Springer.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>