8000 GitHub - tnolle/binet: This is the complementary code repository for the BINet papers.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ binet Public

This is the complementary code repository for the BINet papers.

License

Notifications You must be signed in to change notification settings

tnolle/binet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9DAA
 
 

Repository files navigation

BINet: Multi-perspective Business Process Anomaly Classification

This is the complementary repository for BINet, a neural network architecture for multi-perspective anomaly detection and classification in business process event logs. BINet was originally proposed in [3] and then extended in [4]. The repository also contains implementations of all methods mentioned in [3, 4]. Specifically, it also contains the implementations for the DAE method from [1, 2].

All results can be reproduced using the notebooks in the notebooks directory.

Setup

The easiest way to setup an environment is to use Miniconda.

Using Miniconda

  1. Install Miniconda (make sure to use a Python 3 version)
  2. After setting up miniconda you can make use of the conda command in your command line (Powershell, CMD, Bash)
  3. We suggest that you set up a dedicated environment for this project by running conda env create -f environment.yml
    • This will setup a virtual conda environment with all necessary dependencies.
    • If your device does have a GPU replace tensorflow with tensorflow-gpu in the environement.yml
  4. Depending on your operating system you can activate the virtual environment with conda activate binet on Linux and macOS, and activate binet on Windows (cmd only).
  5. If you want to make use of a GPU, you must install the CUDA Toolkit. To install the CUDA Toolkit on your computer refer to the TensorFlow installation guide.
  6. If you want to quickly install the april package, run pip install -e . inside the root directory.
  7. Now you can start the notebook server by jupyter notebook notebooks.

Note: To use the graph plotting methods, you will have to install Graphviz.

Additional Material

To illustrate the findings in [4], this repository contains Jupyter notebooks. The notebooks are named according to the sections in the paper. Notebooks with A in the name contain additional material which is not included in the papers. The code to reproduce the figures in the paper can be found inside the notebooks. All necessary files to reproduce the results are also included in the repository.

Notebooks

  1. Introduction
  2. Related Work
  3. Datasets
  4. Method
    • 4.1 Heuristics
    • 4.A1 Training
      • Will train and save the anomaly detection models as used in the paper. For non-deterministic anomaly detectors, results might differ from the ones in the paper.
  5. Evaluation
  6. Classifying Anomalies
    • 6. Classification
      • Produces the heatmap visualization featured in the paper. Additionally, demonstrates how to use the plot_heatmap method.
  7. Conclusion

References

  1. Nolle, T., Seeliger, A., Mühlhäuser, M.: Unsupervised Anomaly Detection in Noisy Business Process Event Logs Using Denoising Autoencoders, 2016
  2. Nolle, T., Luettgen, S., Seeliger A., Mühlhäuser, M.: Analyzing Business Process Anomalies Using Autoencoders, 2018
  3. Nolle, T., Seeliger, A., Mühlhäuser, M.: BINet: Multivariate Business Process Anomaly Detection Using Deep Learning, 2018
  4. Nolle, T., Luettgen, S., Seeliger, A., Mühlhäuser, M.: BINet: Multi-perspective Business Process Anomaly Classification, 2019
  5. Nolle, T., Seeliger, A., Thoma, N, Mühlhäuser, M.: DeepAlign: Alignment-based Process Anomaly Correction Using Recurrent Neural Networks, 2020

About

This is the complementary code repository for the BINet papers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0