TL;DR
RLHGNN is a reinforcement learning-driven heterogeneous graph neural network that effectively models complex business process relationships for accurate next activity prediction, outperforming existing methods with real-time inference capabilities.
Contribution
The paper introduces RLHGNN, which automatically optimizes process graph structures using reinforcement learning, capturing both sequential and non-sequential relationships in business processes.
Findings
Outperforms state-of-the-art methods on six datasets.
Maintains around 1 ms inference latency.
Effectively models complex process dependencies.
Abstract
Next activity prediction represents a fundamental challenge for optimizing business processes in service-oriented architectures such as microservices environments, distributed enterprise systems, and cloud-native platforms, which enables proactive resource allocation and dynamic service composition. Despite the prevalence of sequence-based methods, these approaches fail to capture non-sequential relationships that arise from parallel executions and conditional dependencies. Even though graph-based approaches address structural preservation, they suffer from homogeneous representations and static structures that apply uniform modeling strategies regardless of individual process complexity characteristics. To address these limitations, we introduce RLHGNN, a novel framework that transforms event logs into heterogeneous process graphs with three distinct edge types grounded in established…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution
