<?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">Towards AI-based Solutions in the System Development Lifecycle</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Stephan</forename><surname>Jüngling</surname></persName>
							<email>stephan.juengling@fhnw.ch</email>
							<affiliation key="aff0">
								<orgName type="institution" key="instit1">FHNW University of Applied Sciences</orgName>
								<orgName type="institution" key="instit2">Arts Northwestern Switzerland</orgName>
								<address>
									<addrLine>School of Business Peter Merian-Strasse 86</addrLine>
									<postCode>4052</postCode>
									<settlement>Basel</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Martin</forename><surname>Peraic</surname></persName>
							<email>martin.peraic@bvb.ch</email>
							<affiliation key="aff0">
								<orgName type="institution" key="instit1">FHNW University of Applied Sciences</orgName>
								<orgName type="institution" key="instit2">Arts Northwestern Switzerland</orgName>
								<address>
									<addrLine>School of Business Peter Merian-Strasse 86</addrLine>
									<postCode>4052</postCode>
									<settlement>Basel</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Andreas</forename><surname>Martin</surname></persName>
							<email>andreas.martin@fhnw.ch</email>
							<affiliation key="aff0">
								<orgName type="institution" key="instit1">FHNW University of Applied Sciences</orgName>
								<orgName type="institution" key="instit2">Arts Northwestern Switzerland</orgName>
								<address>
									<addrLine>School of Business Peter Merian-Strasse 86</addrLine>
									<postCode>4052</postCode>
									<settlement>Basel</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards AI-based Solutions in the System Development Lifecycle</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">B3D2B012246C224DB3266DBDC44DD5B2</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T15:38+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>Many teams across different industries and organizations explicitly apply agile methodologies such as Scrum in their system development lifecycle (SDLC). The choice of the technology stack, the programming language, or the decision whether AI solutions could be incorporated into the system design either is given by corporate guidelines or is chosen by the project team based on their individual skill set. The paper describes the business case of implementing an AI-based automatic passenger counting system for public transportation, shows preliminary results of the prototype using anonymous passenger recognition on the edge with the help of Google Coral devices. It shows how different solutions could be integrated with the help of rule base systems and how AI-based solutions could be established in the SDLC as valid and cost-saving alternatives to traditionally programmed software components.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Introduction</head><p>AI in general and deep learning, in particular, are amongst the current hot topics in computer science research, and many universities create new bachelor and master programs in data science. The hype is also visualized by the Gartner hype cycle for AI <ref type="bibr">(2019)</ref>, where edge AI, deep neuronal networks, and machine learning are at the peak of inflected expectations. Nevertheless, AI technologies are already used and well established in a wide area of different business domains. However, most of the time, these are isolated and specialized applications, where they are clearly the sole possible IT solution, e.g., machine translation or image processing for cancer detection. In such cases, ML capabilities are mostly predominantly compared to human skills. There are not yet many situations where AI-based components are compared to traditional software or hardware components. But with the current state of the art neuronal network models and new emerging infrastructure around TensorFlow <ref type="bibr">(Tensorflow Hub, n.d.)</ref>, where pre-trained models can be re-used as modules, and with the help of transfer learning be adapted to a variety of similar applications, AI components will slowly be deployed in many more business cases. In the case of semiconductor manufacturing, it was demonstrated that a portable image classifier could be embedded in offline edge devices to detect defects on laser chips with an accuracy of 97% <ref type="bibr" target="#b0">(Hou, Liu, Pan, &amp; Hou, 2019)</ref>. However, what would be the impact on the software development process within companies, given the fact that AI will be increasingly used as part of their IT systems, products, and solutions?</p><p>Application Domains for AI-Based solutions <ref type="bibr" target="#b6">Smith and Eckroth (2017)</ref> provide a comprehensive insight into lessons learned from building AI applications during the last three decades. In one of their key insights, they mention that the ease of use delivered by the human interface is the "license to operate". This statement, which has been made focusing on the client and user perspective, most probably will hold true during the entire software development lifecycle (SDLC). The "new" discipline of data scientists needs to be incorporated into the SDLC. Traditional skills of people that are involved in software design need to be extended with AI topics such as machine learning and knowledge engineering. In many practical situations, the choice of the best suitable system development methodology is actively discussed and explicitly decided at the project start. Arguments for different methodologies such as Scrum, Kanban, SAFE, or even traditional water methods are sought, and different suitable tools are evaluated and selected. However, all these methods still take the predominant traditional design and implementation processes of software components into account. Also, with agile methods, some sort of requirements engineering, be it in the form of use cases or user stories, is conducted. Maybe it is followed by testdriven feature implementation using continuous integration as a core idea, and customers can, at any time, verify the current implementation state of the application and provide immediate feedback. Given the availability of state-of-theart AI-based video analysis algorithms and edge computing capabilities, the idea of building an Al-based passenger counting system for public transit was reasonable and could be conducted during a bachelor thesis in cooperation with Basler Verkehrs-Betriebe, a leading public transport provider in the area of Basel <ref type="bibr" target="#b3">(Peraic, 2019)</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Business Case of an AI-based Passenger Counting System for Public Transit</head><p>With almost 29000 kilometers, Switzerland has one of the densest public transport networks in Europe <ref type="bibr" target="#b9">(VÖV, 2017)</ref>. This public service is offered by numerous private transport companies throughout Switzerland. In order to make it easier for customers to use these services, a variety of regional and national fare associations exist in different geographical areas. They ensure that public transport services can be accessed with a single subscription across Switzerland. Consequently, all public transport operators are obliged to record passenger data of onboarding and alighting passengers. Based on these figures, the percentage of the subscription income of the respective fare association is calculated for the participating companies. Automatic Passenger Counting Systems (APC), especially developed for public transport, are applied to collect such data. Since the early 1970s, various manufacturers have been offering solutions for passenger counting <ref type="bibr" target="#b5">(Siebert &amp; Ellenberger, 2019)</ref>, and many different approaches and measuring methods are applied. Some operators rely on the measurement of boarding and alighting motion with the help of light barrier sensors in the infrared spectrum, and some systems measure weight changes in the boarding area based on associated spring movements of the vehicle suspension. All of these "classic" methods are complex systems that must be installed at every door of the vehicle. This requires additional hardware components, which are expensive to purchase or to upgrade. This poses financial problems, especially for smaller public transport operators. Such companies use manual counting methods instead, which are frequently based on insufficient customer surveys regarding driving behavior and do not provide reliable figures <ref type="bibr" target="#b5">(Siebert &amp; Ellenberger, 2019)</ref>.</p><p>Previous classic APC models are rarely deployed fleetwide due to high costs. Instead, the systems are distributed across all existing routes and randomly measure the number of passengers, which are later extrapolated to estimate the total number of passengers in the entire transport network.</p><p>As such, existing systems do not provide real-time data, and the measurements must first be collected and processed for subsequent use. In addition to the high acquisition costs, this also results in ongoing costs for storing and processing the recorded data, which is costly, inflexible, and no longer appropriate. New methods for passenger counting must be studied. In particular, it would be a good idea if existing systems in the vehicles, such as the cameras installed for security purposes, could be re-used. It is therefore suitable to apply the latest achievements in the field of AI-based object recognition. Such an APC method could re-use existing systems, collect data in real-time, and directly process the data without further manual operations. In order to demonstrate the feasibility of an AI-based counting system and to describe first benefits and limitations, the following research questions have to be answered: • RQ1: Is AI-based object detection competitive against traditional infrared-based measurement systems under realistic conditions? • RQ2: Is it possible to perform offline object recognition on edge devices from a legal perspective? • RQ3: Can existing vehicle systems, such as surveillance cameras, be re-used? • RQ4: What are the benefits of an AI-based automated passenger counting system?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Implemented Prototype</head><p>The Basler Verkehrs-Betriebe strives to continuously improve its core business, the transport of passengers, in order to offer the best possible service to its 350,000 daily customers. More and more processes are being enhanced or even replaced by modern software solutions. The need for tailor-made and in-house developed applications is increasing and consequently the demand for optimized conditions for the development of software. Currently, this new corporate focus is taking place, thus no company-wide SDLC for development projects could be applied for the prototype. This led to challenges before and during the project. Development and test environments first had to be created from scratch. Alongside development, the Hermes project methodology practiced by public companies in Switzerland could not be applied, as this methodology follows little to no agile approaches. However, an agile approach was crucial for the development of an AI-based APC. Without a flexible delimitation of the objectives, the continuous testing of the prototype versions under real conditions and the subsequent optimizations, a runnable prototype could not have been implemented in such a short timeframe.</p><p>The  After the development of the prototype, a first comparison of the counting accuracy between the already deployed APC, the infrared measurement, and the newly developed AI-based system was conducted. In this respect, real test scenarios from day-to-day life were executed under laboratory conditions. The number of passengers and their measurement complexity was continuously increased.</p><p>Extreme cases, such as simultaneous and dense boarding of a larger crowd, were considered. These test scenarios were created by observations from past experiments and real-life situations. This combination of knowledge engineering for the optimization of the measurement scenarios proved to be a great advantage for the development of realistic and meaningful test cases.</p><p>In order to obtain reliable results and to exclude any phenomena, each test case was performed three times. All measurements were recorded with a webcam directed at the door of the vehicle. This video feed was as well as the data source for the AI-based prototype. Subsequently, the measurements could be compared and evaluated using the timestamps of both measurement systems. The AI-based prototype correctly determined all passengers in 54% of the cases. The traditional infrared APC solution achieved a result of 72% correct measurements. RQ1: First results measured under real conditions demonstrate convincingly that with a small number of passengers, the AI-based APC can compete with the infrared system in terms of accuracy. Figure <ref type="figure" target="#fig_2">2</ref> reveals how only a few counting errors could be observed during experiments with one or two passengers. As complexity increases, so does the error rate. The object tracking mostly causes this increase. With a growing number of passengers or increasing complexity of movements, the basic Centroid Tracker can hardly distinguish between objects. They are either swapped or mistakenly re-detected, causing erroneous measurements.</p><p>Conversely, the infrared system proved to be acceptable for multiple passengers, as shown in Figure <ref type="figure" target="#fig_3">3</ref>. Further erroneous measurements are attributed to the AIbased object recognition. In realistic circumstances, object recognition can be misled by background noise or disturbance of passing objects. Since for performance reasons the AI-based recognition is not applied at every frame, objects can pass the image without being detected.</p><p>Possibilities for improving the AI-based APC have already been explored. Improved tracking algorithms like Deep SORT <ref type="bibr">(Wojke, Bewley, &amp; Paulus, 2017)</ref> or the utilization of recent RGB-video or Depth-video approaches could provide the required performance improvement. In particular, the use of depth sensors, as applied by <ref type="bibr" target="#b7">Sun et al. (2019)</ref>, theoretically outperform infrared sensors regarding accuracy. However, when facing problems with ML methods, this could be the point to improve the results by combination with rule-based systems as described in the section about combining machine learning with knowledge engineering.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>RQ2:</head><p>The legal use of high-resolution video cameras as a sensor has already been discussed for autonomous driving.</p><p>In particular, the storage of video data was defined as a breach of data protection <ref type="bibr" target="#b2">(Kunnert, 2017)</ref> if the image data is stored on the device or an external database (e.g., cloud storage). The AI-based prototype is therefore designed to process the image data in real-time -storage-free. Anonymous counting results could subsequently be sent to service providers for further processing. Such an architecture requires further security considerations. It is therefore essential to prevent third parties from gaining access to the edge devices. These could collect sensitive image data or manipulate counting results, which would cause manipulation of the entire service <ref type="bibr" target="#b11">(Zhang, Chen, Zhao, Cheng, &amp; Hu, 2018)</ref>. RQ3: Existing security cameras can theoretically be leveraged for AI-based passenger counting. Both the resolution and the quality of the images are sufficient for object recognition. Only the position and the associated viewing angle of the cameras are decisive for re-use. New vehicle procurements, though, could take this into account without additional efforts and costs. For already procured vehicles, the camera would have to be repositioned in the event of misplacement.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>RQ4:</head><p>The edge device architecture offers the ability to transmit real-time count data. Furthermore, the data could be automatically merged and analyzed, allowing real-time measurement of passenger flows using the fleet-wide deployment of the AI-based APCs. This information provides the control center or emergency services, with valuable information in a variety of situations. For example, in the case of a traffic accident, the number of people in the vehicle can be evaluated immediately and required emergency resources can be notified accordingly. On the other hand, conventional APC systems are usually entirely isolated and require complex and sometimes labor-intensive processes to evaluate the data. Sensor data must be converted into human-readable datasets and merged by skilled professionals. By eliminating these time-consuming and resource-intensive tasks, major financial savings can be achieved. Re-using already installed hardware such as surveillance cameras is an additional advantage of AI-performed passenger counting. Significantly fewer hardware components must be installed for the AI-based APC. This results in further cost savings in the procurement and maintenance of the system. Ultimately, edge devices can be continuously updated with new and enhanced AI models. Other applications such as the automatic detection of dangers in the vehicle such as violence or emergencies are just a few examples that support a switch to this new technology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>SDLC with Embedded AI-Based Solutions</head><p>Given the assumption of continuous improvements in the area of object detection with low-cost edge devices, the initial prototype could be improved within the next couple of months, but there will be additional issues, which must be considered for the organization.</p><p>According to a recent survey in Japan <ref type="bibr" target="#b1">(Ishikawa &amp; Yoshioka, 2019)</ref> software engineering professionals report difficulties in system engineering when ML-based components are incorporated in the engineering process. Many of the existing principles and best practices need to be enlarged with additional domain knowledge on how machine learning and knowledge engineering can be incorporated into the software development lifecycle of companies.</p><p>Worth mentioning is also the performance difference when SDLC methodologies known from software development are applied in data science projects, where little standardized process methodologies exist. By comparing the efficiency of different data science student teams working with different SDLC methodologies, <ref type="bibr" target="#b4">Saltz, Shamshurin, &amp; Crowston (2017)</ref> reported an improved performance and efficiency of CRISP-DM and agile Kanban, while agile Scrum was even less efficient than using no methodology at all. Further differences need to be considered when existing code or models will be re-used. While object-oriented programming existing functionality can be extended using well-known inheritance mechanisms, new concepts such as transfer learning need to be researched in more depth-first. Adding additional functionality would not only mean adding additional code but also retraining some of the models and redeploy it to the edge devices.</p><p>Besides the additional skills required for the design and implementation of hybrid solutions, characteristics of AIbased solutions will most probably also have an impact on the skill sets in the field of requirements engineering as well as testing. As stated by <ref type="bibr" target="#b2">Jüngling &amp; Hofer (2019)</ref>, AI components could even become active parts of business scenarios and represented as actors in UML use case diagrams.</p><p>Overall, companies that have internal software development skills will need either additional staff with appropriate experience in implementing AI technologies or educate internal employees and enable them to gain experience in order to establish new best practices for SDLC with hybrid solutions. With more experience from practical situations, all different disciplines, from requirements engineering to testing and deployment will have to develop new insights into how these two different kinds of systems engineering can be combined. It could well be, that it is best to split up the entire development into two parallel or serial subprojects, one for the development of the AI components, the other for the traditional software components, where the SDLC of both components can be decoupled, having different life cycles, independent regression tests, automated build pipelines and integration-tests in the end. Alternatively, both disciplines could be tighter integrated, such as we have seen from certain database engineering frameworks, where the persistence layer is automatically generated based on the given design of the business layer.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Combining Machine Learning with Knowledge Engineering</head><p>Since different ML-based AI components are used as sensors on edge devices, rule-based systems could be handy to orchestrate their results. Given that multiple ML-based sensors are installed, their results could be combined with results from traditional sensors. Rule-based systems could be used to aggregate multiple inputs and decide about the most suitable estimates of a number of passengers. Similar to <ref type="bibr">Grangström, Baum, &amp; Reuter (2017)</ref>, where they compile and overview of different approaches combining various sensor types for object tracking, or improvements reported by Tian et. al <ref type="bibr" target="#b8">(Tian, Luo, Wang, &amp; Tang, 2015)</ref>, where they improved pedestrian detection by adding semantics based on additional pedestrians and scene attributes, sensors within the tram could be combined with sensors outside to determine the most appropriate result.</p><p>Considering the management of existing models that are trained for particular purposes, knowledge bases incorporating an ontology could be established describing the context in which the models can be applied. Facts could be collected from the results of different AI-based modules in combination with the run-time-environment they are deployed, and rules can be learned, in which cases, which modules work best. Typical situations of runtime configurations could be tracked, and the models could even be updated or deployed to the edge devices based on decisions from a knowledge-based system. Also, for the general management of the SDLC and the design-time of ML-based components, best practice rules could be established and stored in appropriate knowledge bases about the most successful transfer learning modifications of re-usable pre-trained modules. Such knowledge bases could be established not only for the given case of passenger counting. Such a concept could generally be applied to different business application scenarios.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conclusion and Outlook</head><p>Although the given potential of AI in general and image recognition and object tracking in particular, practical AIbased business applications are still rare. Openness for new solutions and gaining practical experience within companies will be key. Given the different nature of both ML and KE solutions compared to traditional SDLC, it seems important for companies to develop and deploy prototypes of AI-based solutions into production. It will be necessary to manage these components over the entire lifecycle and optimize the current SDLC accordingly. It will be important to gain experience with low-risk type of applications such as a passenger counting system first, before thinking about more advanced application scenarios such as self-driving trams or trains, which, compared to self-driving cars seem to be feasible earlier due to a lesser degree of freedom.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>AI-based APC was realized with Google Coral devices(Google Coral, n.d.), which are optimized for TensorFlow Lite (TFL, n.d.) AI models such as the mobile Single Shot Detector (SSD). The TFL mobile SSD object recognition is supported by the correlation tracking provided by DLIB(Rosebrock, n.d.). With this combination, the SSD model recognizes all objects (position coordinates) and their object class (human, bicycle, dog, etc.) in predefined frame intervals. Subsequently, position and class type are stored temporarily and are further tracked during the consecutive frames by the less computationally intensive correlation tracker. Thereby the Coral Edge device can be relieved by the reduced utilization of the object recognition model to keep resources free for additional operations. That capacity is used for the ID-based tracking of captured and stored objects. For this purpose, Centroid Tracking is being used.A primitive yet efficient tracking algorithm. This feature provides the ability to observe objects across multiple frames and measure motion into or out of the vehicle. The setup is specially designed for offline operations to enable onboard computation. It allows bypassing possible future data protection obstacles of object recognition in public space by avoiding the transmission of sensitive data to a remotely located datacenter.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 -</head><label>1</label><figDesc>Figure 1 -Displayed Detection and Tracking Information</figDesc><graphic coords="3,54.00,321.05,238.50,132.65" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 2 -</head><label>2</label><figDesc>Figure 2 -Arithmetic Mean of Success in Relation to People involved (AI System)</figDesc><graphic coords="3,319.60,135.80,242.24,106.94" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 3 -</head><label>3</label><figDesc>Figure 3 -Arithmetic Mean of Success in Relation to People involved (IR System)</figDesc><graphic coords="3,319.50,453.70,237.98,124.97" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">Stanford University, Palo Alto, California, USA, March 23-25, 2020. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">AI on edge device for laser chip defect detection</title>
		<author>
			<persName><forename type="first">D</forename><surname>Gartner ; Hou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">T</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hou</surname></persName>
		</author>
		<idno type="DOI">10.1109/CCWC.2019.8666503</idno>
		<ptr target="https://doi.org/10.1109/CCWC.2019.8666503" />
	</analytic>
	<monogr>
		<title level="m">IEEE 9th Annual Computing and Communication Workshop and Conference</title>
				<meeting><address><addrLine>CCWC</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019-11-12">2019. November 12, 2019. 2019. 2019. 2019</date>
			<biblScope unit="page" from="247" to="251" />
		</imprint>
	</monogr>
	<note>Hype Cycle for AI</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">How Do Engineers Perceive Difficulties in Engineering of Machine-Learning Systems? -Questionnaire Survey</title>
		<author>
			<persName><forename type="first">F</forename><surname>Ishikawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Yoshioka</surname></persName>
		</author>
		<idno type="DOI">10.1109/cesser-ip.2019.00009</idno>
		<idno>2-9</idno>
		<ptr target="https://doi.org/10.1109/cesser-ip.2019.00009" />
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Leverage White-Collar Workers with AI</title>
		<author>
			<persName><forename type="first">S</forename><surname>Jüngling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hofer</surname></persName>
		</author>
		<author>
			<persName><surname>Kunnert</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-2350/paper2" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI 2019 Spring Symposium on Combining Machine Learning with Knowledge Engineering (AAAI-MAKE 2019</title>
				<editor>
			<persName><forename type="first">I</forename><surname>Eisenberger</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Lachmayer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Eisenberger</surname></persName>
		</editor>
		<meeting>the AAAI 2019 Spring Symposium on Combining Machine Learning with Knowledge Engineering (AAAI-MAKE 2019</meeting>
		<imprint>
			<date type="published" when="2017">2019. 2017</date>
		</imprint>
	</monogr>
	<note>MANZ&apos;sche Verlagsund Universitätsbuchhandlung</note>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Feasibility Study: Al-based Passenger Counting System for Public Transit</title>
		<author>
			<persName><forename type="first">M</forename><surname>Peraic</surname></persName>
		</author>
		<ptr target="https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/" />
		<imprint>
			<date type="published" when="2019-11-14">2019. November 14, 2019</date>
			<pubPlace>Basel, Switzerland Rosebrock, A.</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Bachelor of Science in Business Information Technology, School of Business, University of Applied Sciences and Arts Northwestern Switzerland</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Assistant. Bachelor thesis</note>
	<note>pyimagesearch</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Comparing Data Science Project Management Methodologies via a Controlled Experiment</title>
		<author>
			<persName><forename type="first">J</forename><surname>Saltz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Shamshurin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Crowston</surname></persName>
		</author>
		<idno type="DOI">10.24251/hicss.2017.120</idno>
		<ptr target="https://doi.org/10.24251/hicss.2017.120" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 50th Hawaii International Conference on System Sciences</title>
				<meeting>the 50th Hawaii International Conference on System Sciences</meeting>
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
			<biblScope unit="page" from="1013" to="1022" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Validation of automatic passenger counting: introducing the t-test-induced equivalence test</title>
		<author>
			<persName><forename type="first">M</forename><surname>Siebert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ellenberger</surname></persName>
		</author>
		<idno type="DOI">10.1007/s11116-019-09991-9</idno>
		<ptr target="https://doi.org/10.1007/s11116-019-09991-9" />
	</analytic>
	<monogr>
		<title level="j">Transportation</title>
		<imprint>
			<biblScope unit="volume">0123456789</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Building AI applications: Yesterday, today, and tomorrow</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">G</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Eckroth</surname></persName>
		</author>
		<idno type="DOI">10.1609/aimag.v38i1.2709</idno>
		<ptr target="https://doi.org/10.1609/aimag.v38i1.2709" />
	</analytic>
	<monogr>
		<title level="j">AI Magazine</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="6" to="22" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Benchmark Data and Method for Real-Time People Counting in Cluttered Scenes Using Depth Sensors</title>
		<author>
			<persName><forename type="first">S</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Akhtar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mian</surname></persName>
		</author>
		<idno type="DOI">10.1109/tits.2019.2911128</idno>
		<ptr target="https://doi.org/10.1109/tits.2019.2911128" />
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Intelligent Transportation Systems</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="issue">10</biblScope>
			<biblScope unit="page" from="3599" to="3612" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Pedestrian detection aided by deep learning semantic tasks</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Tian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Luo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Tang</surname></persName>
		</author>
		<idno type="DOI">10.1109/CVPR.2015.7299143</idno>
		<ptr target="https://doi.org/10.1109/CVPR.2015.7299143" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition</title>
				<meeting>the IEEE Computer Society Conference on Computer Vision and Pattern Recognition</meeting>
		<imprint>
			<date type="published" when="2015-06">2015. June-2015</date>
			<biblScope unit="page" from="5079" to="5087" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Facts &amp; Figures Swiss Public Transport</title>
		<author>
			<persName><surname>Vöv</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2017. 2016. 2017</date>
			<biblScope unit="volume">41</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Simple online and realtime tracking with a deep association metric</title>
		<author>
			<persName><forename type="first">N</forename><surname>Wojke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bewley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Paulus</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICIP.2017.8296962</idno>
		<ptr target="https://doi.org/10.1109/ICIP.2017.8296962" />
	</analytic>
	<monogr>
		<title level="m">Proceedings -International Conference on Image Processing</title>
				<meeting>-International Conference on Image Processing</meeting>
		<imprint>
			<publisher>ICIP</publisher>
			<date type="published" when="2017-09">2018. 2017-September</date>
			<biblScope unit="page" from="3645" to="3649" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Data Security and Privacy-Preserving in Edge Computing Paradigm: Survey and Open Issues</title>
		<author>
			<persName><forename type="first">J</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Hu</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2018.2820162</idno>
		<ptr target="https://doi.org/10.1109/ACCESS.2018.2820162" />
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">Idc</biblScope>
			<biblScope unit="page" from="18209" to="18237" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

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