Achieving Fairness in Predictive Process Analytics via Adversarial Learning (Extended Version)
Massimiliano de Leoni, Alessandro Padella
TL;DR
This work tackles fairness in predictive process analytics by integrating an adversarial debiasing phase that minimizes reliance on protected variables. The authors introduce a dual-FCNN framework where a predictor $\Phi$ forecasts process outcomes while an adversary $\Phi_Z$ attempts to recover protected-variable values, with a loss $L_{\overline V}$ that penalizes predictive leakage of protected information. They quantify variable influence via Shapley values and demonstrate substantial reductions in protected-variable impact across four case studies, while preserving competitive accuracy and improving Equalized Odds in classification tasks. Training with FCNNs offers strong performance and faster training times compared to LSTMs, enabling a practical, scalable fairness-enhancing approach for time-series process predictions. The results suggest that the proposed method yields fairer predictions without a prohibitive loss in predictive quality, and point to future work on alternative encodings and extending fairness to prescriptive analytics.
Abstract
Predictive business process analytics has become important for organizations, offering real-time operational support for their processes. However, these algorithms often perform unfair predictions because they are based on biased variables (e.g., gender or nationality), namely variables embodying discrimination. This paper addresses the challenge of integrating a debiasing phase into predictive business process analytics to ensure that predictions are not influenced by biased variables. Our framework leverages on adversial debiasing is evaluated on four case studies, showing a significant reduction in the contribution of biased variables to the predicted value. The proposed technique is also compared with the state of the art in fairness in process mining, illustrating that our framework allows for a more enhanced level of fairness, while retaining a better prediction quality.
