<?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">Designing Emergency Response Pipelines : Lessons and Challenges</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Ayan</forename><surname>Mukhopadhyay</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Stanford University</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Geoffrey</forename><surname>Pettet</surname></persName>
							<email>geoffrey.a.pettet@vanderbilt.edu</email>
							<affiliation key="aff1">
								<orgName type="institution">Vanderbilt University</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Mykel</forename><surname>Kochenderfer</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Stanford University</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Abhishek</forename><surname>Dubey</surname></persName>
							<email>abhishek.dubey@vanderbilt.edu</email>
							<affiliation key="aff1">
								<orgName type="institution">Vanderbilt University</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Designing Emergency Response Pipelines : Lessons and Challenges</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">4D6F6280F0D7B7FAC05A5189A4460D92</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T07:10+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Emergency response to incidents such as accidents, crimes, and fires is a major problem faced by communities. Emergency response management comprises of several stages and sub-problems like forecasting, resource allocation, and dispatch. The design of principled approaches to tackle each problem is necessary to create efficient emergency response management (ERM) pipelines. Over the last six years, we have worked with several first responder organizations to design ERM pipelines. In this paper, we highlight some of the challenges that we have identified and lessons that we have learned through our experience in this domain. Such challenges are particularly relevant for practitioners and researchers, and are important considerations even in the design of response strategies to mitigate disasters like floods and earthquakes. AAAI Fall 2020 Symposium on AI for Social Good.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Introduction</head><p>Emergency response to incidents such as accidents, medical calls, urban crimes, poaching, and fires is one of the most pressing problems faced by communities across the globe. Emergency response must be fast and efficient in order to minimize loss of lives <ref type="bibr" target="#b1">(Jaldell 2017;</ref><ref type="bibr" target="#b2">Jaldell, Lebnak, and Amornpetchsathaporn 2014)</ref>. Significant attention in the last several decades has been devoted to studying emergency incidents and response. The broader goal of designing ERM systems is to enable communities to deal with emergency response in a manner that is principled, proactive, and efficient. ERM systems based on data-driven models can help reduce both human and financial losses. Insights from principled approaches can also be used to improve policies and safety measures. Although such models are increasingly being adopted by government agencies, emergency incidents still cause thousands of deaths and injuries and also result in losses worth more than billions of dollars directly or indirectly each year <ref type="bibr">(Hattis 2015)</ref>.</p><p>ERM can be divided into five major components: 1) mitigation, 2) preparedness, 3) detection, 4) response, and 5) recovery. The stages of ERM systems are heavily interlinked <ref type="bibr" target="#b3">(Mukhopadhyay et al. 2020)</ref>. Mitigation involves sus-tained efforts to reduce long-term risks to people and property. It also involves creating forecasting models to understand the spatial and temporal characteristics of incidents. Preparedness involves creating policy and allocating resources that enable emergency response management. The third phase seeks to use automated techniques to detect incidents as they happen in order to expedite response. The dispatch phase, the most critical phase in the field, involves responding to incidents when they occur. Finally, the recovery phase seeks to provide support and sustenance to communities and individuals affected by the emergency. While most of the prior work in ERM has studied these problems independently, these stages are inter-linked. Frequently, the output of one stage serves as the input for another. For example, predictive models learned in the preparedness stage are used in planning response strategies. Therefore, it is crucial that ERM pipelines are designed such that intricate interdependencies are considered. In this paper, we highlight some of the challenges that we have faced while designing ERM pipelines and lessons that we have learned through the process. A large portion of the insights have come from our colleagues at the Nashville Fire Department and the Tennessee Department of Transportation, who have provided invaluable domain expertise to us.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Challenges and Lessons</head><p>While ERM forms a crucial component of the cities and governments, designing and deploying principled approaches to ERM is challenging. We consider the following to be the main challenges in the design and deployment of ERM pipelines.</p><p>1. How to forecast incident occurrence? It has been noted that emergency incidents are generally difficult to predict due to the inherent random nature of such incidents and spatially varying factors <ref type="bibr" target="#b9">(Shankar, Mannering, and Barfield 1995;</ref><ref type="bibr" target="#b4">Mukhopadhyay et al. 2017</ref>). Incidents are highly sporadic, making it particularly difficult to learn models of incident occurrence. For example, well-known regression models such as Poisson regression and negative binomial regression have been shown to perform poorly on accident data due to the prevalence of zero counts <ref type="bibr" target="#b3">(Mukhopadhyay et al. 2020)</ref>. Incident data has also been shown to be particularly sensitive to the scale of spatial and temporal resolutions, thereby making it difficult to perform meaningful inference. There are several approaches that have shown to alleviate these concerns. First, identifying clusters of incidents (both spatial and non-spatial) has shown to balance model variance and spatial heterogeneity particularly well <ref type="bibr" target="#b8">(Sasidharan, Wu, and Menendez 2015;</ref><ref type="bibr" target="#b4">Mukhopadhyay et al. 2017</ref>). Second, dual state models like zero-inflated Poisson models can be used to address the issue of a high number of zero counts in data <ref type="bibr" target="#b7">(Qin, Ivan, and Ravishanker 2004)</ref>.</p><p>2. When to optimize? Arguably, the most important component of ERM pipelines is to dispatch responders when incidents occur. While resource allocation and dispatch to emergency incidents evolve in highly uncertain and dynamic environments, the expectation is that response is very timely <ref type="bibr" target="#b0">(Felder and Brinkmann 2002;</ref><ref type="bibr" target="#b5">Mukhopadhyay, Wang, and Vorobeychik 2018)</ref>. Approaches to optimize dispatch typically focus on decision-making after an incident occurs (Toro-DíAz et al. 2013; Mukhopadhyay, Wang, and Vorobeychik 2018; Keneally, Robbins, and Lunday 2016). However, our conversations and collaborations with first responders revealed that there is limited applicability of such approaches in practice due to two important reasons. First, response to incidents occurs almost instantaneously after a report is received. Although optimizing dispatch can minimize response times in the long run, time spent to optimize dispatch after incidents occur is perceived as costly in the field. Second, it is almost impossible to judge the severity of an incident from a call for service. Consequently, it is imperative for first responders to follow a greedy strategy and dispatch the closest available responder to incidents. An alternative approach is to periodically optimize the spatial distribution of responders between incidents. Pettet et al. <ref type="bibr" target="#b6">(Pettet et al. 2020</ref>) introduced this idea recently for emergency response. While there are challenges with respect to scalability of such an approach, planning between incidents is much more applicable in the field, as it does not violate constraints under which first responder operate.</p><p>3. How to model communication? Approaches to tackle emergency response typically assume that the agents can observe the world completely and communicate with centralized servers and each other. This assumption is usually satisfied in practice. However, in scenarios that involve natural disasters (like floods, earthquakes, wildfires, etc.) communication mechanisms can break down and power failures are common. In such scenarios, it is important that agents can optimize response based on information gathered locally. One way to approach such a problem is to design distributed approaches for ERM, in which agents can optimize their own decisions <ref type="bibr" target="#b6">(Pettet et al. 2020)</ref>. This is feasible since modern agents (ambulances, for example) are equipped with laptops. While distributed approaches perform worse than their centralized counterparts, they provide the benefit of performance in scenarios where communication is challenging.</p><p>4. How to model the environment? A problem in designing approaches to ERM is that environmental conditions under which response takes place is dynamic. Consider a decision-theoretic model for dispatching responders. For example, see the semi-Markov decision process formulation to minimize expected response times to accidents <ref type="bibr" target="#b5">(Mukhopadhyay, Wang, and Vorobeychik 2018)</ref>. An approach to solve such large-scale decision problems is to use a simulator to find a policy that picks the optimal action given the state of the world. However, in urban areas, events like road closures, constructions, or increased traffic due to a public gathering can drastically alter the distribution of incidents. Further, ambulances can be unavailable due to breakdowns or maintenance. In such cases, it is crucial that the actual state of the environment is taken into account while creating allocation and dispatch decisions. One approach is to create high-fidelity models of covariates such as traffic and weather. Such models can then be used in online forecasting models, that can accommodate incoming streams of updated information <ref type="bibr" target="#b2">(Mukhopadhyay et al. 2019)</ref>. Similarly, decisiontheoretic approaches that can quickly compute promising actions for the current state of the world can be more valuable in emergency response than approaches that find policies for the entire state space of the problem <ref type="bibr" target="#b6">(Pettet et al. 2020)</ref>.</p><p>The principled design of ERM systems is an important problem faced by communities. As smart and connected communities evolve, they present both opportunities and challenges to manage ERM systems. In this short paper, we highlight common problems and lessons learned through our experience in designing ERM systems over the last few years.</p></div>		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgement</head><p>We would like to acknowledge the National Science Foundation and the Center of Automotive Research at Stanford for funding this research. We would also like to thank the Nashville Fire Department (NFD) and the Tennessee Department of Transportation (TDOT) for collaborating with us and providing invaluable knowledge about the intricacies of emergency response.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Spatial allocation of emergency medical services: minimising the death rate or providing equal access?</title>
		<author>
			<persName><forename type="first">S</forename><surname>Felder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Brinkmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Crime in the United States</title>
				<editor>
			<persName><forename type="first">S</forename><forename type="middle">H</forename><surname>Hattis</surname></persName>
		</editor>
		<imprint>
			<publisher>Lanham Bernan Press</publisher>
			<date type="published" when="2002">2002. 2015</date>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="page" from="27" to="45" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">How important is the time factor? Saving lives using fire and rescue services</title>
		<author>
			<persName><forename type="first">H</forename><surname>Jaldell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Fire Technology</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="695" to="708" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Time is money, but how much? The monetary value of response time for Thai ambulance emergency services</title>
		<author>
			<persName><forename type="first">H</forename><surname>Jaldell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Lebnak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Amornpetchsathaporn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K</forename><surname>Keneally</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Robbins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Lunday</surname></persName>
		</author>
		<author>
			<persName><surname>Mukhopadhyay</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Cyber-Physical Systems (ICCPS)</title>
				<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2014">2014. 2016. 2019</date>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="185" to="196" />
		</imprint>
	</monogr>
	<note>An Online Decision-theoretic Pipeline for Responder Dispatch</note>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">A Review of Emergency Incident Prediction, Resource Allocation and Dispatch Models</title>
		<author>
			<persName><forename type="first">A</forename><surname>Mukhopadhyay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Pettet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Vazirizade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Baroud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jaimes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Vorobeychik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kochenderfer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dubey</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Prioritized Allocation of Emergency Responders based on a Continuous-Time Incident Prediction Model</title>
		<author>
			<persName><forename type="first">A</forename><surname>Mukhopadhyay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Vorobeychik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dubey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Biswas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Autonomous Agents and MultiAgent Systems (AAMAS)</title>
				<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="168" to="177" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A Decision Theoretic Framework for Emergency Responder Dispatch</title>
		<author>
			<persName><forename type="first">A</forename><surname>Mukhopadhyay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Vorobeychik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Autonomous Agents and MultiAgent Systems (AAMAS)</title>
				<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="588" to="596" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">On algorithmic decision procedures in emergency response systems in smart and connected communities</title>
		<author>
			<persName><forename type="first">G</forename><surname>Pettet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mukhopadhyay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kochenderfer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Vorobeychik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dubey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Autonomous Agents and Multiagent Systems (AAMAS)</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Selecting exposure measures in crash rate prediction for two-lane highway segments</title>
		<author>
			<persName><forename type="first">X</forename><surname>Qin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">N</forename><surname>Ivan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ravishanker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Accident Analysis &amp; Prevention</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="183" to="191" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Exploring the application of latent class cluster analysis for investigating pedestrian crash injury severities in Switzerland</title>
		<author>
			<persName><forename type="first">L</forename><surname>Sasidharan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K.-F</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Menendez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Accident Analysis &amp; Prevention</title>
		<imprint>
			<biblScope unit="volume">85</biblScope>
			<biblScope unit="page" from="219" to="228" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Effect of roadway geometrics and environmental factors on rural freeway accident frequencies</title>
		<author>
			<persName><forename type="first">V</forename><surname>Shankar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Mannering</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Barfield</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Accident Analysis &amp; Prevention</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="371" to="389" />
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Joint location and dispatching decisions for emergency medical services</title>
		<author>
			<persName><forename type="first">H</forename><surname>Toro-Díaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Mayorga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Chanta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A</forename><surname>Mclay</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computers &amp; Industrial Engineering</title>
		<imprint>
			<biblScope unit="volume">64</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="917" to="928" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

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