<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Causal Knowledge Graph for Scene Understanding in Autonomous Driving</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Utkarshani</forename><surname>Jaimini</surname></persName>
							<email>ujaimini@email.sc.edu</email>
							<affiliation key="aff0">
								<orgName type="department">Artificial Intelligence Institute</orgName>
								<orgName type="institution">University of South Carolina</orgName>
								<address>
									<settlement>Columbia</settlement>
									<region>SC</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Cory</forename><surname>Henson</surname></persName>
							<email>cory.henson@us.bosch.com</email>
							<affiliation key="aff1">
								<orgName type="department">Bosch Center for Artificial Intelligence</orgName>
								<address>
									<settlement>Pittsburgh</settlement>
									<region>PA</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Amit</forename><surname>Sheth</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Artificial Intelligence Institute</orgName>
								<orgName type="institution">University of South Carolina</orgName>
								<address>
									<settlement>Columbia</settlement>
									<region>SC</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Causal Knowledge Graph for Scene Understanding in Autonomous Driving</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">3EC0C9EDFA157D48C1F09D44363EA8FB</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T16:48+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Causality</term>
					<term>causal knowledge graph</term>
					<term>intervention</term>
					<term>counterfactual</term>
					<term>autonomous driving</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The current approaches to autonomous driving focus on learning from observation or simulated data. These approaches are based on correlations rather than causation. For safety-critical applications, like autonomous driving, it's important to represent causal dependencies among variables in addition to the domain knowledge expressed in a knowledge graph. This will allow for a better understanding of causation during scenarios that have not been observed, such as malfunctions or accidents. The causal knowledge graph, coupled with domain knowledge, demonstrates how autonomous driving scenes can be represented, learned, and explained using counterfactual and intervention reasoning to infer and understand the behavior of entities in the scene.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>element, like a stop line marking, affects the behavior of the vehicle? Or predicting the vehicle's response if a pedestrian is jaywalking? What would be the impact if the vehicle fails to identify the stop line marking on the behavior concerning a pedestrian?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Causal Knowledge Graph for Autonomous Driving Scene Understanding</head><p>A Causal Knowledge Graph (CausalKG) incorporates causal knowledge into a KG, including causal domain knowledge encoded within a causal Bayesian network (CBN), and automates causal inference tasks [2]. It leverages the strengths of CBNs, causal ontology, and KGs to deliver robust and explainable insights. The primary benefit of building a CausalKG lies in integrating causal knowledge into reasoning and prediction processes, which is crucial for applications <ref type="bibr" target="#b1">2</ref> . This integration not only boosts the accuracy and reliability of current AI algorithms but also provides improved explainability of outcomes, thereby enhancing trust and confidence in the system. In the context of scene understanding for autonomous driving, a real-world AD dataset, Pandaset<ref type="foot" target="#foot_1">3</ref> , was used to build a causal knowledge graph<ref type="foot" target="#foot_2">4</ref> . The CausalKG contains causal relations and causal effect weights estimated using the data from Pandaset and a derived CBN. The causal effect weights are quantitative analyses of interventions on one or more variables in the dataset. When queried, the CausalKG provided insights into intervention and counterfactual reasoning, demonstrating its relevance and applicability for scene understanding. It was observed that a stop line marking (STL) has a higher causal effect on a pedestrian walking with an object, such as a stroller, backpack, umbrella, etc. Pedestrians with objects seem to be more responsible citizens, following traffic rules while crossing the street. If a pedestrian with an object is jaywalking (walking in a scene with no STL), there is a positive causal effect on the stopping of a vehicle. Jaywalking pedestrians with an object have a higher causal effect on stopping a vehicle than jaywalking pedestrians without an object, as vehicles or drivers tend to be more alert of pedestrians walking with an object. Similarly, if a pedestrian is standing at an STL in a scene, but the vehicle fails to identify the STL, the vehicle will continue to move. The causal effect estimated using the CBN and AD dataset, incorporated into a KG, provides a better explanation and understanding of interactions between the entities in the driving scene, enlightening us about the complex dynamics of the driving scene. CausalKGs can be used in the future to predict new causal entities in the driving scene. Acknowledgments: NSF Awards #2335967 and #2119654.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">https://tinyurl.com/m5ukmn8m</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">https://scale.com/open-av-datasets/pandaset</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">CausalKG for autonomous driving: https://github.com/utkarshani/CausalKG-Pandaset</note>
		</body>
		<back>

			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>CEUR Workshop Proceedings (CEUR-WS.org) 1 https://www.autonews.com/mobility-report/ai-lacks-causal-inference-needed-av-edge-cases</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Pearl</surname></persName>
		</author>
		<title level="m">Causality</title>
				<imprint>
			<publisher>Cambridge university press</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Causalkg: Causal knowledge graph explainability using interventional and counterfactual reasoning</title>
		<author>
			<persName><forename type="first">U</forename><surname>Jaimini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sheth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Internet Computing</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="page" from="43" to="50" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
