paper-with-me

Papers

DeepAlign: Alignment-based Process Anomaly Correction using Recurrent Neural Networks

2019-11-29 · Timo Nolle, Alexander Seeliger, Nils Thoma, Max Mühlhäuser

In this paper, we propose DeepAlign, a novel approach to multi-perspective process anomaly correction, based on recurrent neural networks and bidirectional beam search. At the core of the DeepAlign algorithm are two recurrent neural networks trained to predict the next event. One is reading sequences of process executions from left to right, while the other is reading the sequences from right to left. By combining the predictive capabilities of both neural networks, we show that it is possible to calculate sequence alignments, which are used to detect and correct anomalies. DeepAlign utilizes the case-level and event-level attributes to closely model the decisions within a process. We evaluate the performance of our approach on an elaborate data corpus of 252 realistic synthetic event logs and compare it to three state-of-the-art conformance checking methods. DeepAlign produces better corrections than the rest of the field reaching an overall $F_1$ score of $0.9572$ across all datasets, whereas the best comparable state-of-the-art method reaches $0.6411$.

📄 PDF Abstract BibTeX arXiv:1911.13229

Code (2)

tnolle/deepalign 공식 구현 tf
tnolle/binet tf

Similar Papers 제목 키워드 기반

DeepAlignment: Unsupervised Ontology Matching with Refined Word Vectors

2018-06-01 · NAACL 2018 6 · Prodromos Kolyvakis, Alex Kalousis, ros, Dimitris Kiritsis

Ontologies compartmentalize types and relations in a target domain and provide the semantic backbone needed for a plethora of practical applications. Very often different ontologies are developed independently for the sa…

Entity AlignmentFeature EngineeringOntology MatchingRepresentation Learning

Anomaly Correction of Business Processes Using Transformer Autoencoder

2024-04-16 · Ziyou Gong, Xianwen Fang, Ping Wu

Event log records all events that occur during the execution of business processes, so detecting and correcting anomalies in event log can provide reliable guarantee for subsequent process analysis. The previous works ma…

Anomaly Detection

Align in Depth: Defending Jailbreak Attacks via Progressive Answer Detoxification

2025-03-14 · Yingjie Zhang, Tong Liu, Zhe Zhao, Guozhu Meng 외

Large Language Models (LLMs) are vulnerable to jailbreak attacks, which use crafted prompts to elicit toxic responses. These attacks exploit LLMs' difficulty in dynamically detecting harmful intents during the generation…

Safety Alignment

HLGFA: High-Low Resolution Guided Feature Alignment for Unsupervised Anomaly Detection

2026-02-10 · Han Zhou, Yuxuan Gao, Yinchao Du, Xuezhe Zheng arxiv

Unsupervised industrial anomaly detection (UAD) is essential for modern manufacturing inspection, where defect samples are scarce and reliable detection is required. In this paper, we propose HLGFA, a high-low resolution…

Unsupervised Anomaly DetectionData Augmentation

Towards Experienced Anomaly Detector through Reinforcement Learning

2018-04-29 · Thirty-Second AAAI Conference on Artificial Intelligence 2018 4 · Chengqiang Huang, Yulei Wu, Yuan Zuo, Ke Pei 외

This abstract proposes a time series anomaly detector which 1) makes no assumption about the underlying mechanism of anomaly patterns, 2) refrains from the cumbersome work of threshold setting for good anomaly detection …

Anomaly Detectionreinforcement-learningReinforcement LearningReinforcement Learning (RL)+4