<!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>Towards Leveraging Commonsense Knowledge for Autonomous Driving</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sreyasi Nag Chowdhury</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ruwan Wickramarachchi</string-name>
          <email>3ruwan@email.sc.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mohamed H. Gad-Elrab</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daria Stepanova</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cory Henson</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>AI Institute, University of South Carolina</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Bosch Center for Arti cial Intelligence</institution>
          ,
          <addr-line>Renningen</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Bosch Research and Technology Center</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Max Plank Institute for Informatics</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Rapid development of autonomous vehicles has enabled the collection of huge amounts of multimodal road tra c data resulting in large knowledge graphs for autonomous driving. These knowledge graphs typically storing factual statements like \scene 1 includes parking area", have proved to be useful complements for computer vision models especially for tasks like object prediction in a scene. However, they do not capture inter-object commonsense relationships (e.g., \car is smaller than truck " or \car accelerates faster than bicycle"), on which human drivers rely subconsciously when making decisions. Existing commonsense repositories target mainly general purpose domains, and their coverage with respect to driving scenarios is very limited, prohibiting a straightforward integration. To bridge this gap, we extend existing autonomous driving knowledge graphs with commonsense knowledge, and demonstrate empirically the bene ts of such extension for two downstream applications: object prediction and explainable scene clustering.</p>
      </abstract>
      <kwd-group>
        <kwd>Autonomous Driving</kwd>
        <kwd>Commonsense Knowledge Graphs</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Autonomous Driving (AD) has recently emerged as an exciting research area
within AI owing to its vast application potential and interdisciplinary nature.
The rapid development of AD has enabled the collection and analysis of huge
amounts of multimodal road tra c data extracted from semi-structured
resources or learned automatically from visual driving scenes. Such data enriched
with schema led to the construction of knowledge graphs (KGs) for AD [
        <xref ref-type="bibr" rid="ref15 ref16 ref2">15, 2, 16</xref>
        ].
The existing knowledge repositories for AD contain millions of facts in the form
of hsubject ; relation; object i triples describing entities occurring in AD scenes,
e.g., hscene1 ; includes; car i and mutual relations among them, hcar ; located at ;
parkingAreai. KGs for AD naturally complement visual and decision making
systems and have been successfully exploited, in particular, via KG embeddings [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
in many applications, e.g., data search [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and scene similarity [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>Copyright © 2021 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0).</p>
      <p>However, current KGs for AD storing primarily factual data extracted from
observations, e.g., hpedestrian; located at ; crossing i are limited in terms of
commonsense assertions describing, among others, comparative properties between
objects, for example, hcar ; accelerates faster than; bicyclei. On the other hand,
human drivers' ability for seamless decision making is largely attributed to such
commonsense knowledge (CSK). Clearly, CSK-enriched KGs could be very
bene cial for supporting sophisticated decision-making in AD scenarios { e.g., the
CSK facts hdirt road ; has property ; muddy i, hrain; causes; mud i, hmud ;causes;
wheel jami can lead to a decision to avoid parking on dirt roads on rainy days
or on cloudy days with a prediction of rain. Since to the best of our knowledge
no KGs for AD that systematically incorporate commonsense relations exist,
the goal of our work is to bridge this gap and enrich the knowledge graphs for
autonomous driving with CSK assertions.</p>
      <p>
        The usage of CSK in AD scenarios can be divided into two sequential
subproblems: acquisition of relevant domain-speci c CSK, and its integration into
autonomous driving frameworks. The existing domain-agnostic commonsense
KGs (e.g., ConceptNet [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], WebChild [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], Quasimodo [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], etc.), mainly
contain assertions about everyday objects and scenes, and their fraction related
speci cally to autonomous driving is rather limited. In [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] a KG for smart city
applications has been extended with parts of WebChild related exclusively to
transportation, but the resulting dataset is of limited scope containing CSK
relations over only 17 manually speci ed object classes. Gathering CSK for AD
from annotated image captions or description data sets like MSCOCO [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ],
Conceptual Captions [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Visual Genome [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], Visual Storytelling [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] etc. yields
assertions with spatial relations (e.g., located near ); however, such resources are
not directly useful for extracting other physical commonsense relations, (e.g.,
faster than). The integration of reasoning methods into AD applications has
been recently targeted by, e.g., exploiting answer set programming for visual
sense-making [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. However, to the best of our knowledge no attempts of
systematic collection of CSK for AD and its integration exist.
      </p>
      <p>In this preliminary work, we address the limitations of existing KGs for AD
by enriching them with commonsense facts from a wide range of state-of-the-art
domain-agnostic CSK repositories. More speci cally, the salient contributions of
our work are summarized as follows1:</p>
      <p>
        We have enhanced the existing KG for AD [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] based on Pandaset2 by linking
it to assertions from four popular domain agnostic CSK repositories:
ConceptNet [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], WebChild [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], Quasimodo [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], and CSKG [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        We study the e ect of KG enhancement with CSK for the task of scene entity
prediction, following [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] as well as explainable scene clustering [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Commonsense Knowledge for Autonomous Driving</title>
      <p>
        CSK Acquisition. De ning a domain is a challenging problem which we elude
in this work. As a starting point, a set of 38 road entities identi ed in the
1 The dataset and results are available at https://github.com/boschresearch/ad cskg
2 https://scale.com/open-datasets/pandaset
PandaSet dataset are considered as seeds. We then expand these entities with
their synonyms from WordNet [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], considering only noun senses that contain the
original entity. These constitute 36 additional seeds.
      </p>
      <p>
        The expanded set of entities (referred to as Features of Interest or FoIs)
are then used to collect an AD-CSK slice from three existing CSK knowledge
graphs { ConceptNet [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], WebChild [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], Quasimodo [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], as well as from a
consolidated source named Commonsense Knowledge Graph (CSKG) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. CSKG
integrates seven sources { ConceptNet, Visual Genome (a dataset of annotated
images for visual CSK), ATOMIC (a procedural source), Wikidata, and three
lexical sources, namely WordNet, Roget, and FrameNet. In total there are 98,738
CSK assertions (hsubject ; relation; object i triples) where either the subject or
the object is a FoI, consisting of 7217 unique CSK relations. For experiments we
work with a subset of these assertions where both the subject and the object are
FoIs. This subset consists of 1000 assertions with 600 unique relations.
Removal of Synonymous CSK Relations via Clustering. Since AD-CSK is
collected from various sources, it naturally contains many synonymous relations,
which need to be further canonicalized. We exploit the DB-scan algorithm to
cluster semantically similar relations based on their cosine similarities calculated
from their respective Word2Vec embeddings. The relation clusters are further
manually re ned. In this way, 440 out of 600 relations are grouped into 60
dominant relation clusters. Table 1 shows some example assertions from our
curated AD-CSK knowledge graph.
      </p>
      <p>
        CSK Integration. Our proposed AD-CSK KG can then be integrated into
existing KGs. For our experiments, we enrich the AD KG [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] constructed from
the PandaSet consisting of 8343 scenes. Although our PandaSet-speci c
ADCSK KG consists of only 1000 triples, at scene level each CSK relation connects
millions of entities. E.g., the most frequent CSK relation (located near ) connects
8,589,486 entities adding as many edges in the CSK-enriched driving scene KG.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>
        We evaluate the KG embeddings learned with and without the harvested CSK
assertions on two downstream tasks { scene entity prediction, and explainable
scene clustering. For both tasks, embeddings learned from the CSK-enriched KG
outperform those learned from the KG without CSK. This is the rst evidence
of the bene ts of CSK integration for AD applications.
Scene Entity Prediction. An important application for AD is predicting
missing entities based on existing road entities. For example, if a ball rolls out in front
of a car in a residential area, there is a high probability of children suddenly
appearing in the scene. In [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] this entity prediction task has been modi ed to
a link prediction problem which aims to derive potentially missing links in a
KG from learned embeddings. Table 2 shows the results on the PandaSet KG
for two popular embedding models3, TransE and HolE. One can observe that
predicting links relying on the embeddings learned from the CSK-enhanced KG
yields better results across all standard metrics for evaluating link prediction.
Explainable Clustering. Intuitively, the addition of CSK to KGs for AD
should provide better understanding of the scene context, which might not
necessarily be visual. To assess this hypothesis, we adapt the explainable clustering
approach ExCut [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], and examine whether the addition of CSK relations helps in
clustering a given set of scenes based on their semantic similarity. More speci
cally, we cluster a set of 824 driving scenes based on the KG embeddings
computed using the HolE method, and learn explanations for the discovered clusters
from the underlying AD KG with and without introduced CSK relations.
      </p>
      <p>
        Table 3 reports the quality of the clusters with and without CSK, which is
measured using average silhouette width. In addition, we present the average
quality for the top explanation assessed using cluster coverage (Cov), exclusive
quality (Exc), and weighted average accuracy (WRA) as described in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The
CSK relations have a positive impact on the overall quality of the clusters and
their explanations. In Table 4, we show samples of the explanations derived from
the KG with and without CSK. One can observe that the explanations derived
from the CSK-enriched KG contain more general relations among scene entities.
3 Available in Ampligraph library https://github.com/Accenture/AmpliGraph
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>This preliminary work aims at studying the role of commonsense knowledge
(CSK) in autonomous driving (AD) applications. To this end, we have
constructed a domain-speci c CSK knowledge graph (KG) and integrated it into
an existing AD KG. To verify the usefulness of the constructed CSK-enriched
KG, we exploit KG embeddings for two tasks { Scene Entity Prediction, which
involves predicting the presence of entities in the scene that were not detected by
computer vision tools, and Explainable Clustering, which clusters scenes based
on their semantic similarity and generates explanations for the clusters. The
preliminary results are promising, and demonstrate the importance of integrating
CSK in AD applications.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Gad-Elrab</surname>
            ,
            <given-names>M.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stepanova</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Adel</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weikum</surname>
          </string-name>
          , G.:
          <article-title>Excut: Explainable embedding-based clustering over knowledge graphs</article-title>
          .
          <source>In: ISWC</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Henson</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmid</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>A.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karatzoglou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Using a knowledge graph of scenes to enable search of autonomous driving data</article-title>
          .
          <source>In: ISWC Satellites</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>T.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferraro</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mostafazadeh</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Misra</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agrawal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girshick</surname>
            ,
            <given-names>R.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kohli</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Batra</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zitnick</surname>
            ,
            <given-names>C.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parikh</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanderwende</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Galley</surname>
            ,
            <given-names>M.</given-names>
            , Mitchell, M.
          </string-name>
          :
          <article-title>Visual storytelling</article-title>
          .
          <source>CoRR</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ilievski</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Szekely</surname>
          </string-name>
          , P.A., Cheng, J., et al:
          <article-title>Consolidating commonsense knowledge</article-title>
          .
          <source>CoRR</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Krishna</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Groth</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johnson</surname>
          </string-name>
          , J., Kenji Hata, e.a.:
          <article-title>Visual genome</article-title>
          .
          <source>Int. J. Comput. Vis</source>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maire</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belongie</surname>
            ,
            <given-names>S.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hays</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perona</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramanan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dollar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zitnick</surname>
            ,
            <given-names>C.L.</given-names>
          </string-name>
          :
          <article-title>Microsoft COCO: common objects in context</article-title>
          .
          <source>In: ECCV</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hristea</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Wordnet nouns: Classes and instances</article-title>
          .
          <source>Comput. Linguistics</source>
          <volume>32</volume>
          (
          <issue>1</issue>
          ), 1{
          <issue>3</issue>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Persaud</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varde</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Robila</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          :
          <article-title>Enhancing autonomous vehicles with commonsense: Smart mobility in smart cities</article-title>
          .
          <source>In: ICTAI</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Romero</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Razniewski</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pal</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>J.Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sakhadeo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weikum</surname>
          </string-name>
          , G.:
          <article-title>Commonsense properties from query logs and qa forums</article-title>
          .
          <source>In: CIKM. ACM</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Sharma</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ding</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goodman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al:
          <article-title>Conceptual captions: A cleaned, hypernymed, image alt-text dataset for automatic image captioning</article-title>
          .
          <source>In: ACL</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Speer</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Havasi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Conceptnet 5: A large semantic network for relational knowledge</article-title>
          .
          <source>In: The People's Web Meets NLP. Theory and Applications of NLP</source>
          , Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Suchan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhatt</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varadarajan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Commonsense visual sensemaking for autonomous driving</article-title>
          .
          <source>CoRR</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Tandon</surname>
          </string-name>
          , N.,
          <string-name>
            <surname>de Melo</surname>
          </string-name>
          , G.,
          <string-name>
            <surname>Suchanek</surname>
            ,
            <given-names>F.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weikum</surname>
          </string-name>
          , G.:
          <article-title>Webchild: harvesting and organizing commonsense knowledge from the web</article-title>
          .
          <source>In: WSDM. ACM</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mao</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Knowledge graph embedding: A survey of approaches and applications</article-title>
          .
          <source>IEEE Trans. Knowl. Data Eng</source>
          . (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Wickramarachchi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Henson</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheth</surname>
            ,
            <given-names>A.P.:</given-names>
          </string-name>
          <article-title>An evaluation of KG embeddings for AD data</article-title>
          .
          <source>In: AAAI Symposium: Combining ML with KE (1)</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ichise</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mita</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sasaki</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Core ontologies for safe autonomous driving</article-title>
          .
          <source>In: ISWC Posters &amp; Demos</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>