<?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">From Simulation to Operation: Using Design Time Artifacts to Ensure the Safety of Advanced Driving Assistance Systems at Runtime</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Malte</forename><surname>Mauritz</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Applied Software Systems Engineering</orgName>
								<orgName type="institution">Technical University Clausthal</orgName>
								<address>
									<postCode>D-38678</postCode>
									<settlement>Clausthal-Zellerfeld</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Falk</forename><surname>Howar</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Applied Software Systems Engineering</orgName>
								<orgName type="institution">Technical University Clausthal</orgName>
								<address>
									<postCode>D-38678</postCode>
									<settlement>Clausthal-Zellerfeld</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Andreas</forename><surname>Rausch</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute for Applied Software Systems Engineering</orgName>
								<orgName type="institution">Technical University Clausthal</orgName>
								<address>
									<postCode>D-38678</postCode>
									<settlement>Clausthal-Zellerfeld</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">From Simulation to Operation: Using Design Time Artifacts to Ensure the Safety of Advanced Driving Assistance Systems at Runtime</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">BE90F0FA86DCB29C1FC1AB65E62029F7</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T05:51+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>Advanced driver assistance systems and (semi-)autonomous mobility systems will arguably be the biggest disruption of our everyday life in the next couple of years. The development of such systems comes with legal and technical challenges: Product liability regulations impose high standards on manufacturers regarding the safe operation of advanced driver assistance systems (ADAS). In the Automotive domain, sufficient safety has yet to be proven through extensive and expensive testing. As a consequence, car manufacturers try to move testing effort from the road to simulation. It is not clear, however, how results obtained from simulations transfer to the road. In this paper, we present an approach for leveraging simulation results during road tests. Our approach utilizes runtime monitors that are generated from specifications, test scenarios, and simulated components. These monitors can be used during road tests and during operation for identifying untested situations and for checking functional correctness of an ADAS.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Driver assistance systems and (semi-)autonomous mobility systems are gaining more importance in mobility carriers, such as vehicles, aircraft or rail-transport systems. Guided by the vision of "zero accidents" (cf. <ref type="bibr" target="#b2">[3]</ref>) regulatory authorities require such systems to meet highest standards for ensuring road safety. The product and producer liability (e.g., in Germany: ProdHaftG §1, BGB §823 I, BGB §433) oblige manufacturers of ADAS to ensure that ADAS safely operate in their highly dynamic environments and to eliminate harm for drivers, vehicles, and any persons or objects in their environments.</p><p>However, today's conventional engineering methods are not adequate for providing such guarantees: Common vehicle field tests are too expensive and cannot proof the system's dependability. They require too many miles to be driven in order to show that a system is sufficiently safe. One way of reducing the cost of quality assurance is the application of structured testing as well as transferring a significant portion of the testing effort to simulations. It is not clear, however, how results obtained from simulations transfer to the road. Therefore, methods have to be developed that enable transferring results from simulations to the real world.</p><p>The DADAS 1 project <ref type="bibr" target="#b8">[9]</ref> aims at developing a sound combination of design time testing and runtime monitoring that will enable the transfer of safety guarantees obtained in simulations to the road. Figure <ref type="figure" target="#fig_0">1</ref> shows an overview of the envisioned approach: In a first step, the ADAS is tested for a set of scenarios in a simulation environment (cf. left side of Fig. <ref type="figure" target="#fig_0">1</ref>). Results from the simulation, i.e., the tested behavior and situations, as well as simulation components are used for the generation of runtime monitors. The generated monitors are then used to verify that the system operates within the tested limits during (limited) road tests (cf. right side of Fig. <ref type="figure" target="#fig_0">1</ref>). Any untested behavior of the system is recorded in order to extract new test scenarios for further simulation-based testing. This establishes a feedback loop for the iterative enhancement of ADAS.</p><p>In this paper, we focus on the generation of monitors from design time artifacts. We present a novel method for generating runtime monitors from specifications, test scenarios, and simulation components. The monitors can be used during development or operation to collect information about untested situations and unsafe behavior of an ADAS. Our main contribution is a conceptual component-based architecture for these monitors along with methods for generating the individual monitoring components from design time artifacts. Related Work. In the automotive domain, runtime monitoring is primarily used for the correctness and reliability of controllers for physical components. The field of diagnostics mainly uses supervision, fault detection and fault management techniques based on physical parameters and mathematical models of the system's physical behavior to detect and resolve deviations and failures in the component's behavior (cf. <ref type="bibr" target="#b6">[7]</ref>, <ref type="bibr" target="#b9">[10]</ref>, <ref type="bibr" target="#b7">[8]</ref>). The monitoring of software components in general and the monitoring of the requirements for functional correctness only starts to gain traction in the automotive domain, one example being the standardized "E-Gas" Monitoring Concept.</p><p>In academia, a wide range of runtime monitoring approaches for the evaluation system properties exist. They can be categorized in different fields, based on the objectives and property formalization. In the field of requirements monitoring aims to observe a system's runtime behavior in order to detect its deviations from its requirements specification. The assumptions about requirements are formalized in special languages, e.g. FLEA (cf. <ref type="bibr" target="#b4">[5]</ref>), or as goal driven specifications (cf. <ref type="bibr" target="#b3">[4]</ref>, <ref type="bibr" target="#b12">[13]</ref>). For timed properties, variations of linear time logic are often used. Events of the system are monitored to evaluate the properties based on the current values of the considered system parameters (cf. <ref type="bibr" target="#b0">[1]</ref>). The authors of <ref type="bibr" target="#b5">[6]</ref> use the functional safety standard ISO 26262 for the definition of monitored properties for automotive embedded systems.</p><p>In general, testing and test coverage is not considered within runtime monitoring fields, but some published works address the combination of testing and runtime monitoring. In <ref type="bibr" target="#b11">[12]</ref>, the author propose to continuously monitor the achievement of test obligations. After eliminating covered probes for several test runs, leaving only untested program code monitored, the changes of the test coverage can be observed at runtime. The authors of <ref type="bibr" target="#b10">[11]</ref> use a technology named software tomography in order to enable the continuous, minimally intrusive analysis and test of software in the field by remotely monitoring and maintaining multiple distributed instances. In <ref type="bibr" target="#b1">[2]</ref>, the authors use runtime monitors as test oracles in order to identify compromising test cases of system safety properties of a air-traffic control system. None of theses approach addresses the extraction of new test cases for the system and its environmental situations from previously untested system behavior and situations.</p><p>Outline. The remainder of this paper is organized as follows. In Section 2, we describe the conceptual architecture and elements of our envisaged runtime monitoring solution. Section 3 provides a case study based on the simulation of an lane change autopilot. We summarize our approach and point out future work in Sec. 4.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Generating Safety Monitors for ADAS</head><p>We are interested in discovering if an ADAS is operated within conditions that were tested to be safe in simulations. Untested operation conditions can be used as a basis for deriving further test scenarios. We are interested in identifying these conditions and in creating test scenarios from them. Our approach to this challenge is a combination of simulation at design time and monitoring at runtime.</p><p>In this section we present a novel conceptual architecture for monitors and a method for generating these monitors. In particular, we establish an interface between design time simulation and runtime monitoring that can be used to generate monitors from tested driving scenarios and help to identify new driving scenarios in data recorded from monitors.</p><p>Monitoring a complex ADAS. The general architecture of an ADAS can be described by the Input-Processing-Output (IPO) pattern and is shown in Fig. <ref type="figure" target="#fig_1">2</ref>. The sensors of the vehicle acquire data from the environment. The data is then preprocessed in order to generate a single consistent interpretation of the current environmental situation (e.g., the identified objects on surrounding lanes). The main function of the ADAS analyzes this situation and determines necessary measures (e.g., changing lanes or adjusting speed) and sends corresponding commands to the output components. The commands are post-processed into set values for actuators (e.g., brakes, gearbox, or engine).</p><p>We are mainly interested in monitoring the main function of the ADAS to ensure that it operates within tested limits, i.e., for inputs known to be safe from tests. In order to transfer results obtained in simulations to the road, we have to monitor the preprocessing as well: We have to ensure that sensor inputs are preprocessed equivalently by components in the simulation and at runtime. We thus use a combination of two monitors: one for the preprocessing components and one for the main function.</p><p>The purpose of our monitors is to gradually ensure that an ADAS is tested to be safe in all relevant conditions. In case of untested conditions, we report these conditions for further testing. In this work we do not consider the application of appropriate measures during operation, e.g., disabling the ADAS, which is a highly complex issue in its own right. Moreover, we do not address the problem of guaranteeing functional safety of the complete system. This would require monitoring of all components and also a strategy for reaching a safe state in case of failure.</p><p>Generating monitors from design time artifacts. One of the main challenges in the DADAS scenario is finding a strategy for exchanging information between simulations and operation of an ADAS. In order for the proposed approach to become feasible in practice, we need to generalize from the data that is passed over the interfaces of the ADAS' components. If all our monitors would work at the level of physical signals, the monitors would almost never be able to identify a situation as tested. At the same time, we have to be very careful when generalizing. Otherwise we may identify conditions as safe wrongfully. A sensible level of abstraction can usually be found in the specification of an ADAS (e.g., . . . on the lane to the right of the ego vehicle. . . ). We can use this level of abstraction as a basis for passing information from design time testing to operation and vice versa for two reasons.</p><p>-The main function of the ADAS is developed against this specification. It should thus implement the specification and we can assume that it is safe to abstract from concrete data values to the level of the specification. In order to not solely rely on this assumption, we can additionally generate an abstract function from the specification and monitor the conformance of the main function of the ADAS to the specification at runtime. -The specification will often be the source for generating test scenarios and for measuring test coverage (of the specification). If we record situations at this level of abstraction during operation, we can directly feed those situations back into testing.</p><p>We have established that we generate two different monitors: one for the preprocessing and one for the main function. We have also discussed how these monitors are generated from design time artifacts. Figure <ref type="figure" target="#fig_2">3</ref> shows an overview of how monitoring components are generated from design time artifacts, in particular specifications, test scenarios, and simulation components. We describe the architecture of the resulting monitors in the remainder of the section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Mapping</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>World</head><p>Preprocessing Function</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Oracle</head><p>Conform / Unconform Simulation Preprocessing Fig. <ref type="figure">4</ref>: Monitoring the preprocessing of environmental data.</p><p>Monitoring the preprocessing components. We use components from the simulation to validate the preprocessing of the ADAS. We check the equivalence of the two sets of preprocessing components in order to ensure that tested scenarios transfer from simulation to the road. Please note that this is not a general verification of the data fusion performed by these components.</p><p>Figure <ref type="figure">4</ref> shows the architecture of the monitor for the preprocessing of an ADAS. The bottom line of components are part of the original ADAS' processing chain. In this setup, the real sensor data of the ADAS is mapped to the format of the input expected by preprocessing components in the simulation environment. We expect the two sets of preprocessing components to be almost identical, i.e., we assume that the simulation includes realistic preprocessing code and (simulated) sensor data. The results of the preprocessing of the ADAS is then compared to the results of the preprocessing from the simulation environment. In case the results differ, we cannot assume to be in a tested situation.</p><p>Monitoring the main function of the ADAS. Figure <ref type="figure" target="#fig_3">5</ref> shows the components we use for monitoring the main function of the ADAS. The bottom line of components are part of the original ADAS' processing chain. We use components that abstract the input and output of the main function to the level of the specification. These abstract inputs and outputs are then used as a basis for monitoring functional correctness and for logging encountered unverified situations.</p><p>The monitors verify correctness by comparing the main function of the ADAS to the abstract function that is derived from the specification. The function is safe if the (abstracted) output of the main function is covered by the output of the abstract function, i.e., if the concrete output is allowed by the specification.</p><p>During development, the situation monitor logs the abstracted inputs of the main function, e.g. the situations, for which we are interested in generating more or better test scenarios during development. During operation, the monitor is equipped with a database of situations that were tested to be safe in simulations. In case the monitor observes an untested situation, no guarantees about the ADAS' safety can be made.</p><p>We have evaluated this concept for an architecture in a small case study successfully. The results from the evaluation are presented in the next section. 3 Preliminary Evaluation: The Lane Change Autopilot</p><p>In order to evaluate our monitoring concept for the main functionality of ADAS (cf. Section 2), we implemented a basic simulation environment and a simplified lane change autopilot according to a given specification. From the specification we also derived the components for the abstractions and the abstract function (cf. Fig. <ref type="figure" target="#fig_3">5</ref>). We then used these components to test the feedback loop envisioned by the DADAS project: First, we simulated test scenarios and recorded safe situations. For this initial evaluation, we did not use a prototype vehicle (This will be done in a later step). Instead, we simulated random driving scenarios in order to find untested situations and functional errors. The remainder of this Section covers the setup and results of this preliminary evaluation.</p><p>Specification. We wrote a simple specification for the autopilot as a basis for the case study and restricted ourselves to overtaking on multi-lane roads. An existing specification of the behavior of a dead spot warning system served as guidance and example. As shown in Fig. <ref type="figure" target="#fig_4">6</ref>, the specification assumes three road lanes and defines one zone to be observed on each lane. For the two neighboring lanes left and right of the ego vehicle, these zones cover the space that would be needed for a safe change to these lanes. The zone in front of the ego vehicle is used for triggering lane changes in our lane change autopilot. Our specification just requires that the autopilot does not overtake vehicles in its lane on their right side (this is illegal on German highways): If an object is observed in the zone in front of the vehicle, the autopilot may not initiate a lane change to its right lane.</p><p>Implementation. We have implemented two versions of the lane change function. One version is compliant with our specification while the other one is not. Both versions take a list of objects around the ego vehicle as input and process the target lane for the ego vehicle as output. We also implemented an abstract function in order to check the functional correctness of both versions at runtime.</p><p>While the architecture of our implementation closely resembles the components present in Fig. <ref type="figure" target="#fig_1">2</ref>, we have abstracted from some of the details inside the single components. Our sensors, e.g., work with world objects instead with Experiments. We have conducted a series of experiments during which we first trained both versions of the lane change autopilot with a given test set of test scenarios. In a second step, we used the trained situation monitors while simulating random driving scenarios.</p><p>Figure <ref type="figure" target="#fig_4">6</ref> shows an excerpt of our initial set of test scenarios at design time used to train the situation monitors. In all displayed test scenarios, a vehicle enters the zone required for the lane change from behind or the front. In addition, some test scenarios place a vehicle in front of the ego vehicle in order to initiate a lane change. Figure <ref type="figure" target="#fig_6">7b</ref> displays the set of situations that were recorded during testing by the situation monitor. Situations are pairs of zones on lanes (occupied or unoccupied) and possible target lanes.</p><p>Results. In our experiments, the functional correctness was checked correctly at the level of the abstract function. We were also able to train the situation monitor and then discover new (abstract) situations at runtime. These new situations could then be used as the basis for the iterative improvement of the test coverage by additional test scenarios. With increasing number of iterations, the most common situations had been tested and the test coverage of the ADAS reached a  These initial results indicate the feasibility of our approach for the runtime monitoring of ADAS. We are currently working on a refined version of this case study, using the prototype of an autopilot with automatic lane change. The refined version will be implemented in ADTF<ref type="foot" target="#foot_0">2</ref> and simulated in VTD<ref type="foot" target="#foot_1">3</ref> -two common tools for the development of ADAS. In the refined case study, we are also evaluating how one can generate monitors for the preprocessing components of an ADAS using components from the simulation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion</head><p>The DADAS approach addresses safety and correctness of advanced driver assistance systems. It consists of two parts -the verification of the ADAS in simulations for a finite set of defined test scenarios at design time and the monitoring of the ADAS at runtime. The runtime monitoring ensures that the system and its environment remain within the behavior and situations which have been verified in simulations at design time. We have presented an conceptional framework for the runtime monitoring based on (i) decomposing the monitoring problem and on (ii) using and simulation components and artifacts for defining monitors: In the presented approach the monitoring task is split into monitoring of the actual main function and monitoring the preprocessing components. We have presented a conceptual architecture for the necessary monitors and have discussed how the necessary components can be derived from design time artifacts. We have performed an initial evaluation of our approach using a small case study.</p><p>We are currently performing a second, larger case study on an automated lane changing autopilot. In this bigger case study, we have derived abstractions and the abstract function successfully in a structured fashion. As a next step, we will try to automate the generation of monitoring components by using modelbased methods and evaluate their performance. We are currently investigating how to use components of the development and simulation environment (ADTF and VTD) for the equivalence check of the preprocessing components. The main goal of this second case study is to deploy our framework in a car eventually and to test the transfer from simulation to operation in the field.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 :</head><label>1</label><figDesc>Fig. 1: Overview of the DADAS approach.</figDesc><graphic coords="2,353.38,168.13,121.72,124.58" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 :</head><label>2</label><figDesc>Fig. 2: The input-processing-output architecture of ADAS.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 :</head><label>3</label><figDesc>Fig. 3: Generating monitoring components from specifications, test scenarios, and components of a simulation environment.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 5 :</head><label>5</label><figDesc>Fig. 5: Monitoring the main function of an ADAS.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 6 :</head><label>6</label><figDesc>Fig. 6: Scenarios for the Advanced Lane Changing Assistant</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Fig. 7 :</head><label>7</label><figDesc>Fig. 7: Implementation of the function's runtime monitoring</figDesc><graphic coords="9,247.73,181.64,224.79,65.33" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">ADTF is an acronym for Automotive Data and Time-Triggered Framework</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">VTD is an acronym for Virtual Test Drive</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Runtime verification for LTL and TLTL</title>
		<author>
			<persName><forename type="first">Andreas</forename><surname>Bauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martin</forename><surname>Leucker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christian</forename><surname>Schallhart</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2011">2011</date>
			<publisher>TOSEM</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Test-case generation for runtime analysis and vice versa: verification of aircraft separation assurance</title>
		<author>
			<persName><forename type="first">Marko</forename><surname>Dimjašević</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dimitra</forename><surname>Giannakopoulou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISSTA</title>
				<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="282" to="292" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Roadmap to a single European transport area -Towards a competitive and resource efficient transport system</title>
		<imprint>
			<date type="published" when="2011">2011. 2011</date>
			<publisher>COM</publisher>
			<biblScope unit="volume">144</biblScope>
		</imprint>
	</monogr>
	<note type="report_type">White Paper</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Reconciling system requirements and runtime behavior</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Feather</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Fickas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Van Lamsweerde</surname></persName>
		</author>
		<author>
			<persName><surname>Ponsard</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">9th Int. Workshop on Software Specification and Design</title>
				<imprint>
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Requirements monitoring in dynamic environments</title>
		<author>
			<persName><forename type="first">Stephen</forename><surname>Fickas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Martin</forename><forename type="middle">S</forename><surname>Feather</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 2nd Int. Symposium on Requirements Engineering</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="140" to="147" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Runtime verification monitoring for automotive embedded systems using the iso 26262 functional safety standard as a guide for the definition of the monitored properties</title>
		<author>
			<persName><forename type="first">Donal</forename><surname>Heffernan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ciaran</forename><surname>Macnamee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Padraig</forename><surname>Fogarty</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Software</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="193" to="203" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
	<note>IET</note>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Fault-Diagnosis Applications</title>
		<author>
			<persName><forename type="first">Rolf</forename><surname>Isermann</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2011">2011</date>
			<publisher>Springer</publisher>
			<pubPlace>Berlin Heidelberg; Berlin, Heidelberg</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Fault-tolerant cruise control of electric vehicles with induction motors</title>
		<author>
			<persName><forename type="first">R</forename><surname>Marino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Scalzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Tomei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Verrelli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Control Engineering Practice</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="860" to="869" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Dependable ADAS by Combining Design Time Testing and Runtime Monitoring</title>
		<author>
			<persName><forename type="first">Malte</forename><surname>Mauritz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andreas</forename><surname>Rausch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ina</forename><surname>Schaefer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">10th Int. Symp. on Formal Methods</title>
				<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="28" to="37" />
		</imprint>
	</monogr>
	<note>FORMS/FORMAT 2014</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">A survey on diagnostics methods for automotive engines</title>
		<author>
			<persName><forename type="first">Javad</forename><surname>Mohammadpour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matthew</forename><surname>Franchek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Karolos</forename><surname>Grigoriadis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int. Journal of Engine Research</title>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Gamma System: Continuous Evolution of Software after Deployment</title>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Orso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Donglin</forename><surname>Liang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mary</forename><forename type="middle">Jean</forename><surname>Harrold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Richard</forename><surname>Lipton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM SIGSOFT Software Engineering Notes</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page">65</biblScope>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Residual test coverage monitoring</title>
		<author>
			<persName><forename type="first">C</forename><surname>Pavlopoulou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Young</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1999">1999</date>
			<publisher>ICSE</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">An automated approach to monitoring and diagnosing requirements</title>
		<author>
			<persName><forename type="first">Yiqiao</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sheila</forename><forename type="middle">A</forename><surname>Mcilraith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yijun</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Mylopoulos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ASE</title>
				<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="293" to="302" />
		</imprint>
	</monogr>
</biblStruct>

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