paper-with-me

Papers

Process Mining Embeddings: Learning Vector Representations for Petri Nets

2024-04-26 · Juan G. Colonna, Ahmed A. Fares, Márcio Duarte, Ricardo Sousa

Process Mining offers a powerful framework for uncovering, analyzing, and optimizing real-world business processes. Petri nets provide a versatile means of modeling process behavior. However, traditional methods often struggle to effectively compare complex Petri nets, hindering their potential for process enhancement. To address this challenge, we introduce PetriNet2Vec, an unsupervised methodology inspired by Doc2Vec. This approach converts Petri nets into embedding vectors, facilitating the comparison, clustering, and classification of process models. We validated our approach using the PDC Dataset, comprising 96 diverse Petri net models. The results demonstrate that PetriNet2Vec effectively captures the structural properties of process models, enabling accurate process classification and efficient process retrieval. Specifically, our findings highlight the utility of the learned embeddings in two key downstream tasks: process classification and process retrieval. In process classification, the embeddings allowed for accurate categorization of process models based on their structural properties. In process retrieval, the embeddings enabled efficient retrieval of similar process models using cosine distance. These results demonstrate the potential of PetriNet2Vec to significantly enhance process mining capabilities.

📄 PDF Abstract BibTeX arXiv:2404.17129

Code (1)

juancolonna/petrinet2vec 공식 구현

Methods 이 논문이 사용한 방법론

PDC 설명 없음

Similar Papers 제목 키워드 기반

PSpan:Mining Frequent Subnets of Petri Nets

2021-01-28 · Ruqian Lu, Shuhan Zhang

This paper proposes for the first time an algorithm PSpan for mining frequent complete subnets from a set of Petri nets. We introduced the concept of complete subnets and the net graph representation. PSpan transforms Pe…

Graph Mining

Enhancing Stochastic Petri Net-based Remaining Time Prediction using k-Nearest Neighbors

2022-06-27 · Jarne Vandenabeele, Gilles Vermaut, Jari Peeperkorn, Jochen De Weerdt

Reliable remaining time prediction of ongoing business processes is a highly relevant topic. One example is order delivery, a key competitive factor in e.g. retailing as it is a main driver of customer satisfaction. For …

Prediction

Decay Replay Mining to Predict Next Process Events

2019-03-12 · Julian Theis, Houshang Darabi

In complex processes, various events can happen in different sequences. The prediction of the next event given an a-priori process state is of importance in such processes. Recent methods have proposed deep learning tech…

Deep Learning

BigCarl: Mining frequent subnets from a single large Petri net

2021-03-21 · Ruqian Lu, Shuhan Zhang

While there have been lots of work studying frequent subgraph mining, very rare publications have discussed frequent subnet mining from more complicated data structures such as Petri nets. This paper studies frequent sub…

PROVED: A Tool for Graph Representation and Analysis of Uncertain Event Data

2021-03-09 · Marco Pegoraro, Merih Seran Uysal, Wil M. P. van der Aalst

The discipline of process mining aims to study processes in a data-driven manner by analyzing historical process executions, often employing Petri nets. Event data, extracted from information systems (e.g. SAP), serve as…

AttributeNavigate