paper-with-me

Papers

Encoder-Decoder Model for Suffix Prediction in Predictive Monitoring

2022-11-29 · Efrén Rama-Maneiro, Pablo Monteagudo-Lago, Juan C. Vidal, Manuel Lama

Predictive monitoring is a subfield of process mining that aims to predict how a running case will unfold in the future. One of its main challenges is forecasting the sequence of activities that will occur from a given point in time -- suffix prediction -- . Most approaches to the suffix prediction problem learn to predict the suffix by learning how to predict the next activity only, not learning from the whole suffix during the training phase. This paper proposes a novel architecture based on an encoder-decoder model with an attention mechanism that decouples the representation learning of the prefixes from the inference phase, predicting only the activities of the suffix. During the inference phase, this architecture is extended with a heuristic search algorithm that improves the selection of the activity for each index of the suffix. Our approach has been tested using 12 public event logs against 6 different state-of-the-art proposals, showing that it significantly outperforms these proposals.

📄 PDF Abstract BibTeX arXiv:2211.16106

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderHeuristic SearchRepresentation Learning

Similar Papers 제목 키워드 기반

Neuro-Symbolic Predictive Process Monitoring

2025-08-31 · Axel Mezini, Elena Umili, Ivan Donadello, Fabrizio Maria Maggi 외 arxiv

This paper addresses the problem of suffix prediction in Business Process Management (BPM) by proposing a Neuro-Symbolic Predictive Process Monitoring (PPM) approach that integrates data-driven learning with temporal log…

A Deep Adversarial Model for Suffix and Remaining Time Prediction of Event Sequences

2021-02-15 · Farbod Taymouri, Marcello La Rosa, Sarah M. Erfani

Event suffix and remaining time prediction are sequence to sequence learning tasks. They have wide applications in different areas such as economics, digital health, business process management and IT infrastructure moni…

DecoderManagementPrediction

Encoder-Decoder Generative Adversarial Nets for Suffix Generation and Remaining Time Prediction of Business Process Models

2020-07-30 · Farbod Taymouri, Marcello La Rosa

This paper proposes an encoder-decoder architecture grounded on Generative Adversarial Networks (GANs), that generates a sequence of activities and their timestamps in an end-to-end way. GANs work well with differentiabl…

Decoder

Enhancing the Accuracy of Predictors of Activity Sequences of Business Processes

2023-12-09 · Muhammad Awais Ali, Marlon Dumas, Fredrik Milani

Predictive process monitoring is an evolving research field that studies how to train and use predictive models for operational decision-making. One of the problems studied in this field is that of predicting the sequenc…

Decision MakingPredictive Process Monitoring

How Will My Business Process Unfold? Predicting Case Suffixes With Start and End Timestamps

2025-09-18 · Muhammad Awais Ali, Marlon Dumas, Fredrik Milani arxiv

Predictive process monitoring supports operational decision-making by forecasting future states of ongoing business cases. A key task is case suffix prediction, which estimates the remaining sequence of activities for a …