<?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">Object-Centric Process Mining for Process Analysis and Operational Support ⋆</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Giulia</forename><surname>Ruffini</surname></persName>
							<email>giulia.ruffini@unito.it</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="institution">University of Turin</orgName>
								<address>
									<settlement>Turin</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Object-Centric Process Mining for Process Analysis and Operational Support ⋆</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">7F0BF989426F5E13EDCE58FBC543C8C1</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T20:02+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Object-Centric Process Mining</term>
					<term>Predictive Process Monitoring</term>
					<term>Conformance Checking</term>
					<term>Pattern Extraction</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Object-centric process mining is a novel paradigm which has been gaining an increasing attention thanks to its potential to overcome limitations of traditional process mining techniques. In this PhD project, we aim at developing novel techniques able to leverage an object-centric paradigm to provide data-driven decision support on running process executions. In particular, we plan to develop novel techniques to a) identify process behaviors which impact the process outcome; b) generate diagnostics for deviant behaviors; and, c) deliver predictions on a KPI of interest at a given moment of a process execution. The manuscript will delve into the research questions and the methodology envisioned for each of these goals.</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>An increasing attention in the field of automated process analysis concerns the Object-Centric Process Mining (OC-PM) perspective, which can better represent the complexity and interconnections existing in business operations compared to classical Process Mining (PM) techniques <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>. First, OC-PM handles multi-dimensional event logs better: by considering different objects rather than a single object as case ID and the other objects as attributes, the convergence and divergence problem can be avoided <ref type="bibr" target="#b1">[2]</ref>. OC-PM also considers the interrelationships between different objects, allowing one to grasp information that would otherwise be lost.</p><p>Related Works. With the development of object-centric process mining and object-centric event-log (OCEL) formats <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref>, existing process mining techniques must be adapted as well. Several efforts have already been made in this direction. Contributions made by previous work include: the introduction of object-centric process models (e.g., <ref type="bibr">[2] [4]</ref>); techniques to explore process models and features in the OC setting (e.g. <ref type="bibr" target="#b4">[5]</ref>, or <ref type="bibr" target="#b5">[6]</ref>); OC-based approaches to performance analysis <ref type="bibr" target="#b6">[7]</ref> and constraint monitoring <ref type="bibr" target="#b7">[8]</ref>. However, to the best of our knowledge, only a few studies have addressed important process analysis tasks such as process pattern extraction <ref type="bibr" target="#b8">[9]</ref>, conformance checking techniques <ref type="bibr" target="#b9">[10]</ref>, and predictive process monitoring <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref> within the OC paradigm. Several open challenges exist for each of these tasks. This project aims to contribute to this research area by introducing OC techniques to support the previously mentioned process analysis tasks. More precisely, the project aims at answering the following research questions: RQ1 How to extract OC process patterns which impact the process outcome? RQ2 How to asses the conformance of process executions considering OC relations? RQ3 How to leverage the OC paradigm to enhance the quality of process predictions?</p><p>The rest of this manuscript delves into each of these research problems, elaborating upon the corresponding challenges and the envisioned methodology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">OC-Pattern Extraction</head><p>Research Problem. Process discovery techniques allow one to automatically extract a process model from a given event log tracking past process executions. A well-known limitation of these techniques is that many real-world processes are characterised by complex and variable behaviours, that lead to the extraction of overly complex models which offer little or no support to the analysis. A possible strategy to mitigate this issue consists in inferring interesting process behaviours, rather than start-to-end process model. A process pattern, in classical PM, is a sequence of activities that repeats over multiple cases. Traditional process pattern discovery techniques return process patterns only focused on ordering relations existing between activities occurring in the same process execution. In this way, potential interactions with process objects and with activities occurring in another process instance cannot be captured. Few papers leverage object-centric domain in pattern extraction, e.g. <ref type="bibr" target="#b8">[9]</ref>, with certain limitations since authors considered flattened event-logs, leading to information loss, and focus on the frequency to measure the importance of a pattern, which often leads to generating a multitude of notinteresting patterns.</p><p>Research Goal. We aim at developing novel pattern mining techniques to extract OC process patterns. Following recent approaches for process pattern extraction <ref type="bibr" target="#b12">[13]</ref>, we aim at extracting patterns that are predictive of process outcome rather than focusing solely on frequent patterns. To this end, we plan to extend previous pattern extraction approaches leveraging graph mining and data abstraction techniques to: a) extend the set of pattern relations considered during the mining to include object-dependent relations; b) develop tailored analysis techniques and tools to allow human users to navigate the set of mined patterns, exploring both intrinsic pattern characteristics and possible relations with other patterns.</p><p>Test and Validation. The proposed procedures will be validated using optimisation methods to find particular patterns, e.g. with the highest correlation with the outcome. These techniques will be tested on publicly available datasets after any necessary data pre-processing. Another validation can be performed by considering a dataset of Italian public tenders: after exploring the relational tables and extracting an OCEL from them <ref type="bibr" target="#b13">[14]</ref>, patterns can be extracted using the investigated techniques.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">OC-Conformance Checking</head><p>Research problem. Identifying anomalies present in an event-log requires a process model and a case notion to compare with it. Classic conformance-checking techniques generate diagnostics which consider process executions in isolation, neglecting possible OC relations and thus potentially missing some deviant behaviours. Adapting conformance checking to the OC paradigm would allow us to overcome this limitation, enabling more accurate diagnostics. Some previous work (e.g., <ref type="bibr" target="#b9">[10]</ref> and <ref type="bibr" target="#b4">[5]</ref>) proposed techniques to calculate conformance metrics in an OC domain. However, authors worked with "flattened" event-logs.</p><p>Research Goal. We aim at developing novel OC conformance checking techniques able to handle the graph-structure of OCEL. In this setting, comparing an individual case with the model entails comparing a graph extracted from OCEL with a graph representing admissible behaviors within the considered model. We plan to investigate and leverage previous work introducing OC case notions <ref type="bibr" target="#b14">[15]</ref> and OC process models (e.g., the OC-PN model <ref type="bibr" target="#b1">[2]</ref>, or the OC-DFG model <ref type="bibr" target="#b3">[4]</ref>) to develop techniques able to find a particular morphism to map a graph onto another graph, to identify conforming behaviours and anomalies in OCEL. We also aim at investigating the use of heuristics to mitigate possible computational challenges usually associated with graph analysis techniques.</p><p>Test and Validation. To validate the results, we first plan to use a synthetic dataset to test the capability of the proposed method to detect injected anomalies. We then plan to explore publicly available datasets.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">OC-Predictive Process Monitoring</head><p>Research problem. Predictive process monitoring techniques aim at predicting the unfolding of an ongoing process execution to determine, e.g. the next activity to be executed or the total duration of the execution. Previous studies have pointed out the potential benefits of leveraging the OC paradigm for prediction tasks, showing that taking OC relations into account often results in improved prediction performance. As an example, <ref type="bibr" target="#b10">[11]</ref> presented a predictive approach using gradient boosting, while <ref type="bibr" target="#b11">[12]</ref> proposed another predictive approach using LSTM and neural networks. Despite considering a multi-dimensional event log, both techniques operate with an enriched flattened event log and a multiset of sequences. This approach can lead to a loss of information stemming from the relationships between objects.</p><p>Research Goal. We aim at developing novel predictive process monitoring techniques to leverage the graph structure of OC event logs for prediction. To this end, we intend to investigate the use of graph neural networks (GNN), given their ability to deal with graph structures natively. Furthermore, we intend to investigate how to represent additional relations among process activities (e.g., relations between event data, or ordering relations different from the directly following ones) and to develop tailored XAI techniques to analyse the impact of the different relations on the predicted outcome.</p><p>Test and Validation. We plan to test and validate the developed techniques on publicly available datasets using traditional classification performance metrics, such as AUC and f1.</p></div>		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<title level="m">Process Mining -Data science in action</title>
				<meeting>ess Mining -Data science in action</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
	<note>Second Edition</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Object-centric process mining: Dealing with divergence and convergence in event data</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Software Engineering and Formal Methods: 17th International Conference, SEFM 2019</title>
				<meeting><address><addrLine>Oslo, Norway</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019">September 18-20, 2019. 2019</date>
			<biblScope unit="page" from="3" to="25" />
		</imprint>
	</monogr>
	<note>Proceedings 17</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Ocel: A standard for objectcentric event logs</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">F</forename><surname>Ghahfarokhi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Berti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">European Conference on Advances in Databases and Information Systems</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="169" to="175" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Discovering object-centric petri nets</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Berti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Fundamenta informaticae</title>
		<imprint>
			<biblScope unit="volume">175</biblScope>
			<biblScope unit="page" from="1" to="40" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Oc-pm: analyzing object-centric event logs and process models</title>
		<author>
			<persName><forename type="first">A</forename><surname>Berti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal on Software Tools for Technology Transfer</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="page" from="1" to="17" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A framework for extracting and encoding features from object-centric event data</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">N</forename><surname>Adams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Levich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Schuster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Service-Oriented Computing</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="36" to="53" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Opera: Object-centric performance analysis</title>
		<author>
			<persName><forename type="first">G</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">N</forename><surname>Adams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Conceptual Modeling</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="281" to="292" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Monitoring constraints in business processes using object-centric constraint graphs</title>
		<author>
			<persName><forename type="first">G</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Process Mining</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="479" to="492" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Clustering analysis and frequent pattern mining for process profile analysis: An exploratory study for object-centric event logs</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">R</forename><surname>Faria Junior</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">R</forename><surname>Neubauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fantinato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Peres</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Process Mining</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="269" to="281" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Precision and fitness in object-centric process mining</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">N</forename><surname>Adams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2021 3rd International Conference on Process Mining (ICPM), IEEE</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="128" to="135" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Object-centric process predictive analytics</title>
		<author>
			<persName><forename type="first">R</forename><surname>Galanti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>De Leoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Navarin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Marazzi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">213</biblScope>
			<biblScope unit="page">119173</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Object-centric predictive process monitoring</title>
		<author>
			<persName><forename type="first">W</forename><surname>Gherissi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">El</forename><surname>Haddad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Grigori</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Service-Oriented Computing</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="27" to="39" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Interactive multi-interest process pattern discovery</title>
		<author>
			<persName><forename type="first">V</forename><surname>Mozhgan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Genga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Verhoeven</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Van Laarhoven</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dijkman</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Berti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rafiei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<title level="m">A generic approach to extract object-centric event data from relational databases</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Defining cases and variants for object-centric event data</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">N</forename><surname>Adams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Schuster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schmitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Schuh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2022 4th International Conference on Process Mining (ICPM), IEEE</title>
				<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="128" to="135" />
		</imprint>
	</monogr>
</biblStruct>

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