🤖 AI Summary
Control-flow anomalies—such as skips and out-of-order activities—are prevalent in business process logs; however, existing consistency-checking–based methods exhibit poor robustness under noisy data and low-fidelity process models. To address this, we propose an end-to-end interpretable anomaly detection method: it first leverages a control-flow graph (CFG) generated via Heuristic Miner, embeds the CFG into a low-dimensional space using adaptive dimensionality reduction (t-SNE or UMAP), and then applies Isolation Forest for anomaly identification. This design jointly ensures semantic interpretability—by grounding features in process semantics—and strong noise resilience. Moreover, the framework supports real-time incremental detection. Evaluated on multi-source logs from the BPI Challenge, our method achieves a 12.6% improvement in F1-score and reduces false positive rate by 37%, significantly outperforming state-of-the-art approaches.