Home

Awesome

CAT: Beyond Efficient Transformer for Content-Aware Anomaly Detection in Event Sequences

Python 3.6 PyTorch 1.2 cuDNN 7.3.1 License CC BY-NC-SA

This is the origin Pytorch implementation of CAT in the following paper: [CAT: Beyond Efficient Transformer for Content-Aware AnomalyDetection in Event Sequences].

<p align="center"> <img src=".\img\Architecture.PNG" height = "300" alt="" align=center /> <br><br> <b>Figure 1.</b> The architecture of CAT. </p>

Requirements

Dependencies can be installed using the following command:

pip install -r requirements.txt

Data

The log datasets used in the paper can be found in the repo loghub. In this repository, an small sample of the HDFS dataset is proposed for a quick hands-up.

For generating the Log template files, please refer to the official implementation repo of logparser.

Usage

The simplest way of running CAT is to run python main_cat.py --data HDFS.

Contact

If you have any questions, feel free to contact Shengming Zhang through Email (shengming.zhang@rutgers.edu) or Github issues.