SlideShare uma empresa Scribd logo
1 de 34
CRICOS No. 000213Ja university for the worldreal
R
Automated Discovery of
Structured Process Models:
Discover Structured
vs
Discover and Structure
Adriano Augusto, Raffaele Conforti, Marlon Dumas,
Marcello La Rosa, and Giorgio Bruno
CRICOS No. 000213Ja university for the worldreal
R
Automated Process Discovery
CID Task Time Stamp …
13219 Enter Loan Application 2007-11-09 T 11:20:10 -
13219 Retrieve Applicant Data 2007-11-09 T 11:22:15 -
13220 Enter Loan Application 2007-11-09 T 11:22:40 -
13219 Compute Installments 2007-11-09 T 11:22:45 -
13219 Notify Eligibility 2007-11-09 T 11:23:00 -
13219 Approve Simple Application 2007-11-09 T 11:24:30 -
13220 Compute Installements 2007-11-09 T 11:24:35 -
… … … …
Enter Loan
Application
Retrieve
Applicant
Data
Compute
Installments
Approve
Simple
Application
Approve
Complex
Application
Notify
Rejection
Notify
Eligibility
CRICOS No. 000213Ja university for the worldreal
R
Process Quality Dimensions
Process
Discovery
CRICOS No. 000213Ja university for the worldreal
R
Process Quality Dimensions
Process
Discovery
Fitness
CRICOS No. 000213Ja university for the worldreal
R
Process Quality Dimensions
Process
Discovery
Fitness
Precision
CRICOS No. 000213Ja university for the worldreal
R
Process Quality Dimensions
Process
Discovery
Fitness
Precision
Generalization
CRICOS No. 000213Ja university for the worldreal
R
Process Quality Dimensions
Process
Discovery
Fitness
Precision
Generalization
Complexity
CRICOS No. 000213Ja university for the worldreal
R
Process Discovery Algorithms:
The Two Worlds
High-Fitness
High-Precision
High-Fitness
Low-Complexity
CRICOS No. 000213Ja university for the worldreal
R
Process Discovery Algorithms:
The Two Worlds
High-Fitness
High-Precision
Heuristic
Miner
Fodina Miner
High-Fitness
Low-Complexity
CRICOS No. 000213Ja university for the worldreal
R
Process Model discovered with
Heuristics Miner
CRICOS No. 000213Ja university for the worldreal
R
Process Discovery Algorithms:
The Two Worlds
High-Fitness
High-Precision
Heuristic
Miner
Fodina Miner
High-Fitness
Low-Complexity
CRICOS No. 000213Ja university for the worldreal
R
Process Discovery Algorithms:
The Two Worlds
High-Fitness
High-Precision
Heuristic
Miner
Fodina Miner
High-Fitness
Low-Complexity
Inductive
Miner
Evolutionary
Tree Miner
CRICOS No. 000213Ja university for the worldreal
R
Process Model discovered with
Inductive Miner
• Structured by construction
• Based on process tree
CRICOS No. 000213Ja university for the worldreal
R
Process Discovery Algorithms
High-Fitness
High-Precision
Low-Complexity
CRICOS No. 000213Ja university for the worldreal
R
Process Discovery Algorithms
High-Fitness
High-Precision
Low-Complexity
Structured
Miner
CRICOS No. 000213Ja university for the worldreal
R
Process Model discovered with
Structured Miner
CRICOS No. 000213Ja university for the worldreal
R
Discover and Structure:
A two phases approach
• Phase One: discover a process model focussing
on fitness and precision without constraints on
its structure. For example using Heuristic Miner
or Fodina Miner.
• Phase Two: simplify the discovered process
model structuring it at posteriori.
CRICOS No. 000213Ja university for the worldreal
R
Phase Two: Structuring
Discover the RPST of the model
Process Fragment:
• Trivial (T) – single edge
• Polygon (P) – sequence of fragments
• Bond (B) – set of fragments sharing two nodes
• Rigid (R) – none of the above cases
CRICOS No. 000213Ja university for the worldreal
R
Phase Two: Structuring
Discover the RPST of the model
Reject
Payment
Request
Inform
Customer
Payby
Cash
Payby
Cheque
Approve
Update
Account
P1
P1
B1
B1
P3
R1P2
P2 P3
R1
CRICOS No. 000213Ja university for the worldreal
R
Phase Two: Structuring
Discover the RPST of the model
Structure sound AND-Homogeneous
or Heterogeneous rigids using
BPSTruct (Polyvyanyy 2014)
CRICOS No. 000213Ja university for the worldreal
R
Phase Two: Structuring
Discover the RPST of the model
Structure sound AND-Homogeneous
or Heterogeneous rigids using
BPSTruct (Polyvyanyy 2014)
Structure XOR-Homogeneous and
unsound rigids using Extended
Oulsnam
CRICOS No. 000213Ja university for the worldreal
R
Oulsnam’s Algorithm Extended for
BPMN Process Models
• Injection
CRICOS No. 000213Ja university for the worldreal
R
Oulsnam’s Algorithm Extended for
BPMN Process Models
• Push-Down
– Push down-stream the gateway causing the injection
– Duplicate everything in between the gateway causing
the injection and the gateway down-stream
CRICOS No. 000213Ja university for the worldreal
R
Oulsnam’s Algorithm Extended for
BPMN Process Models
• Ejection
CRICOS No. 000213Ja university for the worldreal
R
Oulsnam’s Algorithm Extended for
BPMN Process Models
• Pull-Up
– Pull up-stream the gateway causing the injection
– Duplicate everything in between the gateway causing
the injection and the gateway up-stream
CRICOS No. 000213Ja university for the worldreal
R
Evaluation Setup
• Real-Life dataset: IBM (54 models) and SAP
(545 models) collections
• Synthetic dataset: 20 models
• Generated three sets of logs for a total of 619
logs
• We retained all logs for which Heuristics Miner
produced an unstructured model - 129 logs
CRICOS No. 000213Ja university for the worldreal
R
Evaluation Setup
• Four process discovery algorithms:
– Inductive Miner
– Evolutionary Tree Miner
– Heuristics Miner
– Structured Miner (on top of Heuristics Miner)
• Four quality dimensions:
– Fitness
– Precision
– Generalization
– Complexity
CRICOS No. 000213Ja university for the worldreal
R
Evaluation Results
• Real-life datasets:
CRICOS No. 000213Ja university for the worldreal
R
Evaluation Results
• Real-life datasets:
CRICOS No. 000213Ja university for the worldreal
R
Heuristics Miner - Real-life Dataset
CRICOS No. 000213Ja university for the worldreal
R
Inductive Miner - Real-life Dataset
CRICOS No. 000213Ja university for the worldreal
R
Structured Miner - Real-life Dataset
CRICOS No. 000213Ja university for the worldreal
R
Future Work
• Experiment with alternative discovery algorithms to
explore alternative tradeoffs between model quality
metrics
• Explore the option of sacrificing weak bisimilarity to
obtain models with higher structuredness
• Use process model clone detection techniques to
refactor duplicates introduced by the structuring phase
CRICOS No. 000213Ja university for the worldreal
R
Questions
?

Mais conteúdo relacionado

Mais procurados

Mais procurados (11)

AI for Business Process Management
AI for Business Process ManagementAI for Business Process Management
AI for Business Process Management
 
In Processes We Trust: Privacy and Trust in Business Processes
In Processes We Trust: Privacy and Trust in Business ProcessesIn Processes We Trust: Privacy and Trust in Business Processes
In Processes We Trust: Privacy and Trust in Business Processes
 
Process Mining and Predictive Process Monitoring in Apromore
Process Mining and Predictive Process Monitoring in ApromoreProcess Mining and Predictive Process Monitoring in Apromore
Process Mining and Predictive Process Monitoring in Apromore
 
Business Process Analytics: From Insights to Predictions
Business Process Analytics: From Insights to PredictionsBusiness Process Analytics: From Insights to Predictions
Business Process Analytics: From Insights to Predictions
 
Semantics and Analysis of DMN Decision Tables
Semantics and Analysis of DMN Decision TablesSemantics and Analysis of DMN Decision Tables
Semantics and Analysis of DMN Decision Tables
 
Process Mining 2.0: From Insights to Actions
Process Mining 2.0: From Insights to ActionsProcess Mining 2.0: From Insights to Actions
Process Mining 2.0: From Insights to Actions
 
Apromore: Advanced Business Process Analytics on the Cloud
Apromore: Advanced Business Process Analytics on the CloudApromore: Advanced Business Process Analytics on the Cloud
Apromore: Advanced Business Process Analytics on the Cloud
 
Predictive Process Monitoring with Hyperparameter Optimization
Predictive Process Monitoring with Hyperparameter OptimizationPredictive Process Monitoring with Hyperparameter Optimization
Predictive Process Monitoring with Hyperparameter Optimization
 
White-box prediction of process performance indicators via flow analysis
White-box prediction of process performance indicators via flow analysisWhite-box prediction of process performance indicators via flow analysis
White-box prediction of process performance indicators via flow analysis
 
Visualising and Analysing Dynamic Business Processes using Petri nets
Visualising and Analysing Dynamic Business Processes using Petri netsVisualising and Analysing Dynamic Business Processes using Petri nets
Visualising and Analysing Dynamic Business Processes using Petri nets
 
Artificial Intelligence: The Next 5(0) Years
Artificial Intelligence: The Next 5(0) YearsArtificial Intelligence: The Next 5(0) Years
Artificial Intelligence: The Next 5(0) Years
 

Destaque

Ponencia: Posibilidades de uso de la Minería de Procesos para la mejora en ITSM
Ponencia: Posibilidades de uso de la Minería de Procesos para la mejora en ITSM Ponencia: Posibilidades de uso de la Minería de Procesos para la mejora en ITSM
Ponencia: Posibilidades de uso de la Minería de Procesos para la mejora en ITSM
G2, Gobierno y Gestión de TI, SL
 

Destaque (20)

Complete and Interpretable Conformance Checking of Business Processes
Complete and Interpretable Conformance Checking of Business ProcessesComplete and Interpretable Conformance Checking of Business Processes
Complete and Interpretable Conformance Checking of Business Processes
 
BPM Techniques and Tools: A Quick Tour of the BPM Lifecycle
BPM Techniques and Tools: A Quick Tour of the BPM LifecycleBPM Techniques and Tools: A Quick Tour of the BPM Lifecycle
BPM Techniques and Tools: A Quick Tour of the BPM Lifecycle
 
Predictive Business Process Monitoring with Structured and Unstructured Data
Predictive Business Process Monitoring with Structured and Unstructured DataPredictive Business Process Monitoring with Structured and Unstructured Data
Predictive Business Process Monitoring with Structured and Unstructured Data
 
Evidence-Based Business Process Management
Evidence-Based Business Process ManagementEvidence-Based Business Process Management
Evidence-Based Business Process Management
 
Fundamentals of Business Process Management: A Quick Introduction to Value-Dr...
Fundamentals of Business Process Management: A Quick Introduction to Value-Dr...Fundamentals of Business Process Management: A Quick Introduction to Value-Dr...
Fundamentals of Business Process Management: A Quick Introduction to Value-Dr...
 
Factors Affecting the Sustained Use of Process Models
Factors Affecting the Sustained Use of Process ModelsFactors Affecting the Sustained Use of Process Models
Factors Affecting the Sustained Use of Process Models
 
Minería de Procesos y de Reglas de Negocio
Minería de Procesos y de Reglas de NegocioMinería de Procesos y de Reglas de Negocio
Minería de Procesos y de Reglas de Negocio
 
Introduction to Business Process Analysis and Redesign
Introduction to Business Process Analysis and RedesignIntroduction to Business Process Analysis and Redesign
Introduction to Business Process Analysis and Redesign
 
My business processes are deviant! What should I do about it?
My business processes are deviant! What should I do about it?My business processes are deviant! What should I do about it?
My business processes are deviant! What should I do about it?
 
Minimizing Overprocessing Waste in Business Processes via Predictive Activity...
Minimizing Overprocessing Waste in Business Processes via Predictive Activity...Minimizing Overprocessing Waste in Business Processes via Predictive Activity...
Minimizing Overprocessing Waste in Business Processes via Predictive Activity...
 
From Models to Data and Back: The Journey of the BPM Discipline and the Tangl...
From Models to Data and Back: The Journey of the BPM Discipline and the Tangl...From Models to Data and Back: The Journey of the BPM Discipline and the Tangl...
From Models to Data and Back: The Journey of the BPM Discipline and the Tangl...
 
Business Process Performance Mining with Staged Process Flows
Business Process Performance Mining with Staged Process FlowsBusiness Process Performance Mining with Staged Process Flows
Business Process Performance Mining with Staged Process Flows
 
What is BPM?
What is BPM?What is BPM?
What is BPM?
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process Management
 
Differential Privacy Analysis of Data Processing Workflows
Differential Privacy Analysis of Data Processing WorkflowsDifferential Privacy Analysis of Data Processing Workflows
Differential Privacy Analysis of Data Processing Workflows
 
Ponencia: Posibilidades de uso de la Minería de Procesos para la mejora en ITSM
Ponencia: Posibilidades de uso de la Minería de Procesos para la mejora en ITSM Ponencia: Posibilidades de uso de la Minería de Procesos para la mejora en ITSM
Ponencia: Posibilidades de uso de la Minería de Procesos para la mejora en ITSM
 
Нефть, газ, информация: переход к информационной экономике
Нефть, газ, информация: переход к информационной экономикеНефть, газ, информация: переход к информационной экономике
Нефть, газ, информация: переход к информационной экономике
 
Dynamic BPM
Dynamic BPMDynamic BPM
Dynamic BPM
 
Европейский рынок систем управления информацией
Европейский рынок систем управления информациейЕвропейский рынок систем управления информацией
Европейский рынок систем управления информацией
 
Fast Data Summit Frankfurt - Highlights of TIBCO ActiveMatix BPM
Fast Data Summit Frankfurt - Highlights of TIBCO ActiveMatix BPMFast Data Summit Frankfurt - Highlights of TIBCO ActiveMatix BPM
Fast Data Summit Frankfurt - Highlights of TIBCO ActiveMatix BPM
 

Semelhante a Automated Discovery of Structured Process Models: Discover Structured vs Discover and Structure

A morte do videomonitoramento
A morte do videomonitoramentoA morte do videomonitoramento
A morte do videomonitoramento
Luiz César Lemos
 
ProSIM engineering consultancy offerings to nuclear power sector
ProSIM engineering consultancy offerings to nuclear power sectorProSIM engineering consultancy offerings to nuclear power sector
ProSIM engineering consultancy offerings to nuclear power sector
ProSIM R & D Pvt. Ltd.
 
Testing Dynamic Behavior in Executable Software Models - Making Cyber-physica...
Testing Dynamic Behavior in Executable Software Models - Making Cyber-physica...Testing Dynamic Behavior in Executable Software Models - Making Cyber-physica...
Testing Dynamic Behavior in Executable Software Models - Making Cyber-physica...
Lionel Briand
 

Semelhante a Automated Discovery of Structured Process Models: Discover Structured vs Discover and Structure (20)

Predictive Performance Monitoring of Material Handling Systems Using the Perf...
Predictive Performance Monitoring of Material Handling Systems Using the Perf...Predictive Performance Monitoring of Material Handling Systems Using the Perf...
Predictive Performance Monitoring of Material Handling Systems Using the Perf...
 
A morte do videomonitoramento
A morte do videomonitoramentoA morte do videomonitoramento
A morte do videomonitoramento
 
Performance Monitoring for Efficiency
Performance Monitoring for EfficiencyPerformance Monitoring for Efficiency
Performance Monitoring for Efficiency
 
Tod Levitt
Tod LevittTod Levitt
Tod Levitt
 
ProSIM engineering consultancy offerings to nuclear power sector
ProSIM engineering consultancy offerings to nuclear power sectorProSIM engineering consultancy offerings to nuclear power sector
ProSIM engineering consultancy offerings to nuclear power sector
 
Development of industrial ct system for 2 d 3d tomographic images of concrete...
Development of industrial ct system for 2 d 3d tomographic images of concrete...Development of industrial ct system for 2 d 3d tomographic images of concrete...
Development of industrial ct system for 2 d 3d tomographic images of concrete...
 
Testing Dynamic Behavior in Executable Software Models - Making Cyber-physica...
Testing Dynamic Behavior in Executable Software Models - Making Cyber-physica...Testing Dynamic Behavior in Executable Software Models - Making Cyber-physica...
Testing Dynamic Behavior in Executable Software Models - Making Cyber-physica...
 
High-Tech Printed Circuit Boards Overview
High-Tech Printed Circuit Boards OverviewHigh-Tech Printed Circuit Boards Overview
High-Tech Printed Circuit Boards Overview
 
IDT's Presentation.pptx
IDT's Presentation.pptxIDT's Presentation.pptx
IDT's Presentation.pptx
 
Future-Proofing Your Business with Technology
Future-Proofing Your Business with TechnologyFuture-Proofing Your Business with Technology
Future-Proofing Your Business with Technology
 
Project Route Map - OMC South Kaliapani Chromite UG Mine
Project Route Map - OMC South Kaliapani Chromite UG MineProject Route Map - OMC South Kaliapani Chromite UG Mine
Project Route Map - OMC South Kaliapani Chromite UG Mine
 
Intelligent Compaction
Intelligent CompactionIntelligent Compaction
Intelligent Compaction
 
Business Process Monitoring and Mining
Business Process Monitoring and MiningBusiness Process Monitoring and Mining
Business Process Monitoring and Mining
 
The New Drone Rules: What Utilities Need to Know, Ron Patel
The New Drone Rules: What Utilities Need to Know, Ron PatelThe New Drone Rules: What Utilities Need to Know, Ron Patel
The New Drone Rules: What Utilities Need to Know, Ron Patel
 
Global C4IR-1 Masterclass Bowyer - McLaren 2017
Global C4IR-1 Masterclass Bowyer - McLaren 2017Global C4IR-1 Masterclass Bowyer - McLaren 2017
Global C4IR-1 Masterclass Bowyer - McLaren 2017
 
Cis 5200presentation groupB
Cis 5200presentation groupBCis 5200presentation groupB
Cis 5200presentation groupB
 
Cis 5200presentation groupb
Cis 5200presentation groupbCis 5200presentation groupb
Cis 5200presentation groupb
 
Back to the Basics: Principles for Constructing Quality Software
Back to the Basics: Principles for Constructing Quality SoftwareBack to the Basics: Principles for Constructing Quality Software
Back to the Basics: Principles for Constructing Quality Software
 
Traceability Beyond Source Code: An Elusive Target?
Traceability Beyond Source Code: An Elusive Target?Traceability Beyond Source Code: An Elusive Target?
Traceability Beyond Source Code: An Elusive Target?
 
Discovering Branching Conditions from Business Process Execution Logs
Discovering Branching Conditions from Business Process Execution LogsDiscovering Branching Conditions from Business Process Execution Logs
Discovering Branching Conditions from Business Process Execution Logs
 

Mais de Marlon Dumas

Walking the Way from Process Mining to AI-Driven Process Optimization
Walking the Way from Process Mining to AI-Driven Process OptimizationWalking the Way from Process Mining to AI-Driven Process Optimization
Walking the Way from Process Mining to AI-Driven Process Optimization
Marlon Dumas
 
Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Discovery and Simulation of Business Processes with Probabilistic Resource Av...Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Marlon Dumas
 
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Marlon Dumas
 
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Marlon Dumas
 

Mais de Marlon Dumas (20)

How GenAI will (not) change your business?
How GenAI will (not)  change your business?How GenAI will (not)  change your business?
How GenAI will (not) change your business?
 
Walking the Way from Process Mining to AI-Driven Process Optimization
Walking the Way from Process Mining to AI-Driven Process OptimizationWalking the Way from Process Mining to AI-Driven Process Optimization
Walking the Way from Process Mining to AI-Driven Process Optimization
 
Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Discovery and Simulation of Business Processes with Probabilistic Resource Av...Discovery and Simulation of Business Processes with Probabilistic Resource Av...
Discovery and Simulation of Business Processes with Probabilistic Resource Av...
 
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
Can I Trust My Simulation Model? Measuring the Quality of Business Process Si...
 
Business Process Optimization: Status and Perspectives
Business Process Optimization: Status and PerspectivesBusiness Process Optimization: Status and Perspectives
Business Process Optimization: Status and Perspectives
 
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
Learning When to Treat Business Processes: Prescriptive Process Monitoring wi...
 
Why am I Waiting Data-Driven Analysis of Waiting Times in Business Processes
Why am I Waiting Data-Driven Analysis of Waiting Times in Business ProcessesWhy am I Waiting Data-Driven Analysis of Waiting Times in Business Processes
Why am I Waiting Data-Driven Analysis of Waiting Times in Business Processes
 
Augmented Business Process Management
Augmented Business Process ManagementAugmented Business Process Management
Augmented Business Process Management
 
Process Mining and Data-Driven Process Simulation
Process Mining and Data-Driven Process SimulationProcess Mining and Data-Driven Process Simulation
Process Mining and Data-Driven Process Simulation
 
Modeling Extraneous Activity Delays in Business Process Simulation
Modeling Extraneous Activity Delays in Business Process SimulationModeling Extraneous Activity Delays in Business Process Simulation
Modeling Extraneous Activity Delays in Business Process Simulation
 
Business Process Simulation with Differentiated Resources: Does it Make a Dif...
Business Process Simulation with Differentiated Resources: Does it Make a Dif...Business Process Simulation with Differentiated Resources: Does it Make a Dif...
Business Process Simulation with Differentiated Resources: Does it Make a Dif...
 
Prescriptive Process Monitoring Under Uncertainty and Resource Constraints
Prescriptive Process Monitoring Under Uncertainty and Resource ConstraintsPrescriptive Process Monitoring Under Uncertainty and Resource Constraints
Prescriptive Process Monitoring Under Uncertainty and Resource Constraints
 
Robotic Process Mining
Robotic Process MiningRobotic Process Mining
Robotic Process Mining
 
Accurate and Reliable What-If Analysis of Business Processes: Is it Achievable?
Accurate and Reliable What-If Analysis of Business Processes: Is it Achievable?Accurate and Reliable What-If Analysis of Business Processes: Is it Achievable?
Accurate and Reliable What-If Analysis of Business Processes: Is it Achievable?
 
Learning Accurate Business Process Simulation Models from Event Logs via Auto...
Learning Accurate Business Process Simulation Models from Event Logs via Auto...Learning Accurate Business Process Simulation Models from Event Logs via Auto...
Learning Accurate Business Process Simulation Models from Event Logs via Auto...
 
Process Mining: A Guide for Practitioners
Process Mining: A Guide for PractitionersProcess Mining: A Guide for Practitioners
Process Mining: A Guide for Practitioners
 
Process Mining for Process Improvement.pptx
Process Mining for Process Improvement.pptxProcess Mining for Process Improvement.pptx
Process Mining for Process Improvement.pptx
 
Data-Driven Analysis of Batch Processing Inefficiencies in Business Processes
Data-Driven Analysis of  Batch Processing Inefficiencies  in Business ProcessesData-Driven Analysis of  Batch Processing Inefficiencies  in Business Processes
Data-Driven Analysis of Batch Processing Inefficiencies in Business Processes
 
Optimización de procesos basada en datos
Optimización de procesos basada en datosOptimización de procesos basada en datos
Optimización de procesos basada en datos
 
Process Mining and AI for Continuous Process Improvement
Process Mining and AI for Continuous Process ImprovementProcess Mining and AI for Continuous Process Improvement
Process Mining and AI for Continuous Process Improvement
 

Último

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Último (20)

Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 

Automated Discovery of Structured Process Models: Discover Structured vs Discover and Structure

  • 1. CRICOS No. 000213Ja university for the worldreal R Automated Discovery of Structured Process Models: Discover Structured vs Discover and Structure Adriano Augusto, Raffaele Conforti, Marlon Dumas, Marcello La Rosa, and Giorgio Bruno
  • 2. CRICOS No. 000213Ja university for the worldreal R Automated Process Discovery CID Task Time Stamp … 13219 Enter Loan Application 2007-11-09 T 11:20:10 - 13219 Retrieve Applicant Data 2007-11-09 T 11:22:15 - 13220 Enter Loan Application 2007-11-09 T 11:22:40 - 13219 Compute Installments 2007-11-09 T 11:22:45 - 13219 Notify Eligibility 2007-11-09 T 11:23:00 - 13219 Approve Simple Application 2007-11-09 T 11:24:30 - 13220 Compute Installements 2007-11-09 T 11:24:35 - … … … … Enter Loan Application Retrieve Applicant Data Compute Installments Approve Simple Application Approve Complex Application Notify Rejection Notify Eligibility
  • 3. CRICOS No. 000213Ja university for the worldreal R Process Quality Dimensions Process Discovery
  • 4. CRICOS No. 000213Ja university for the worldreal R Process Quality Dimensions Process Discovery Fitness
  • 5. CRICOS No. 000213Ja university for the worldreal R Process Quality Dimensions Process Discovery Fitness Precision
  • 6. CRICOS No. 000213Ja university for the worldreal R Process Quality Dimensions Process Discovery Fitness Precision Generalization
  • 7. CRICOS No. 000213Ja university for the worldreal R Process Quality Dimensions Process Discovery Fitness Precision Generalization Complexity
  • 8. CRICOS No. 000213Ja university for the worldreal R Process Discovery Algorithms: The Two Worlds High-Fitness High-Precision High-Fitness Low-Complexity
  • 9. CRICOS No. 000213Ja university for the worldreal R Process Discovery Algorithms: The Two Worlds High-Fitness High-Precision Heuristic Miner Fodina Miner High-Fitness Low-Complexity
  • 10. CRICOS No. 000213Ja university for the worldreal R Process Model discovered with Heuristics Miner
  • 11. CRICOS No. 000213Ja university for the worldreal R Process Discovery Algorithms: The Two Worlds High-Fitness High-Precision Heuristic Miner Fodina Miner High-Fitness Low-Complexity
  • 12. CRICOS No. 000213Ja university for the worldreal R Process Discovery Algorithms: The Two Worlds High-Fitness High-Precision Heuristic Miner Fodina Miner High-Fitness Low-Complexity Inductive Miner Evolutionary Tree Miner
  • 13. CRICOS No. 000213Ja university for the worldreal R Process Model discovered with Inductive Miner • Structured by construction • Based on process tree
  • 14. CRICOS No. 000213Ja university for the worldreal R Process Discovery Algorithms High-Fitness High-Precision Low-Complexity
  • 15. CRICOS No. 000213Ja university for the worldreal R Process Discovery Algorithms High-Fitness High-Precision Low-Complexity Structured Miner
  • 16. CRICOS No. 000213Ja university for the worldreal R Process Model discovered with Structured Miner
  • 17. CRICOS No. 000213Ja university for the worldreal R Discover and Structure: A two phases approach • Phase One: discover a process model focussing on fitness and precision without constraints on its structure. For example using Heuristic Miner or Fodina Miner. • Phase Two: simplify the discovered process model structuring it at posteriori.
  • 18. CRICOS No. 000213Ja university for the worldreal R Phase Two: Structuring Discover the RPST of the model Process Fragment: • Trivial (T) – single edge • Polygon (P) – sequence of fragments • Bond (B) – set of fragments sharing two nodes • Rigid (R) – none of the above cases
  • 19. CRICOS No. 000213Ja university for the worldreal R Phase Two: Structuring Discover the RPST of the model Reject Payment Request Inform Customer Payby Cash Payby Cheque Approve Update Account P1 P1 B1 B1 P3 R1P2 P2 P3 R1
  • 20. CRICOS No. 000213Ja university for the worldreal R Phase Two: Structuring Discover the RPST of the model Structure sound AND-Homogeneous or Heterogeneous rigids using BPSTruct (Polyvyanyy 2014)
  • 21. CRICOS No. 000213Ja university for the worldreal R Phase Two: Structuring Discover the RPST of the model Structure sound AND-Homogeneous or Heterogeneous rigids using BPSTruct (Polyvyanyy 2014) Structure XOR-Homogeneous and unsound rigids using Extended Oulsnam
  • 22. CRICOS No. 000213Ja university for the worldreal R Oulsnam’s Algorithm Extended for BPMN Process Models • Injection
  • 23. CRICOS No. 000213Ja university for the worldreal R Oulsnam’s Algorithm Extended for BPMN Process Models • Push-Down – Push down-stream the gateway causing the injection – Duplicate everything in between the gateway causing the injection and the gateway down-stream
  • 24. CRICOS No. 000213Ja university for the worldreal R Oulsnam’s Algorithm Extended for BPMN Process Models • Ejection
  • 25. CRICOS No. 000213Ja university for the worldreal R Oulsnam’s Algorithm Extended for BPMN Process Models • Pull-Up – Pull up-stream the gateway causing the injection – Duplicate everything in between the gateway causing the injection and the gateway up-stream
  • 26. CRICOS No. 000213Ja university for the worldreal R Evaluation Setup • Real-Life dataset: IBM (54 models) and SAP (545 models) collections • Synthetic dataset: 20 models • Generated three sets of logs for a total of 619 logs • We retained all logs for which Heuristics Miner produced an unstructured model - 129 logs
  • 27. CRICOS No. 000213Ja university for the worldreal R Evaluation Setup • Four process discovery algorithms: – Inductive Miner – Evolutionary Tree Miner – Heuristics Miner – Structured Miner (on top of Heuristics Miner) • Four quality dimensions: – Fitness – Precision – Generalization – Complexity
  • 28. CRICOS No. 000213Ja university for the worldreal R Evaluation Results • Real-life datasets:
  • 29. CRICOS No. 000213Ja university for the worldreal R Evaluation Results • Real-life datasets:
  • 30. CRICOS No. 000213Ja university for the worldreal R Heuristics Miner - Real-life Dataset
  • 31. CRICOS No. 000213Ja university for the worldreal R Inductive Miner - Real-life Dataset
  • 32. CRICOS No. 000213Ja university for the worldreal R Structured Miner - Real-life Dataset
  • 33. CRICOS No. 000213Ja university for the worldreal R Future Work • Experiment with alternative discovery algorithms to explore alternative tradeoffs between model quality metrics • Explore the option of sacrificing weak bisimilarity to obtain models with higher structuredness • Use process model clone detection techniques to refactor duplicates introduced by the structuring phase
  • 34. CRICOS No. 000213Ja university for the worldreal R Questions ?