A Dataset for Evaluating Online Anomaly Detection Approaches for Discrete Multivariate Time Series
Creators
Description
The data hosted here belongs inside the 1_postsim folder, which consists of the following pickle files:
normal.pkl, which contains all nominal sequencesanomalous.pkl, which contains all anomalous sequencescontrol.pkl, which contains all control-counterparts to anomalous.pkltraining.pkl, which contains all pre-determined folds for trainingtraining_clean.pkl, a version of training.pkl without anomalous sequencestesting.pkl, which contains all pre-determined folds for testingtesting_clean.pkl, a version of testing.pkl without anomalous sequences
Each pickle file is a list of several 2D NumPy arrays, each representing a multivariate time series. The name of the corresponding .mat file (and, by extension, the label) is present in the metadata. For NumPy object array, it can be read by calling array.dtype.metadata['file_name'].
The raw simulation output sequences in the 0_simulation folder are not provided due to the Zenodo file number limit of 100 files. We decided to omit the data belonging to the 2_preprocessed folder as the contents are specific to the TensorFlow data pipeline and the same data host limitations would apply.
For more information, refer to the publication (preprint): https://arxiv.org/abs/2411.13951
For access to the source code, refer to the repository on GitHub: https://github.com/lcs-crr/PATH
If you use this dataset for your research, please consider citing it through the menu on the right, or using the following bibtex entry:
@misc{correiaDatasetEvaluatingOnline2024a,
title = {A {{Dataset}} for {{Evaluating Online Anomaly Detection Approaches}} for {{Discrete Multivariate Time Series}}},
author = {Correia, Lucas and Goos, Jan-Christoph and B{\"a}ck, Thomas and Kononova, Anna V.},
year = {2024},
publisher = {Zenodo},
doi = {10.5281/ZENODO.13255121},
copyright = {MIT License}
}
Files
Files
(13.6 GB)
| Name | Size | Download all |
|---|---|---|
|
md5:a885f2ce7e195b4c7cc177cd22834bad
|
217.1 MB | Download |
|
md5:ad9889e06cc3afa1e85f9a77ccc1389c
|
217.1 MB | Download |
|
md5:1840d1854af533377d0c385717f663b0
|
2.5 GB | Download |
|
md5:a2d5901565a8d7929f6c842329d0cdb2
|
2.8 GB | Download |
|
md5:a02c3b68c44112137719dac87c2f88f5
|
2.5 GB | Download |
|
md5:f62cba410d6687ba19c18e01ba5c124a
|
2.8 GB | Download |
|
md5:1d3360cf57bce5f023567bf691ad0f49
|
2.5 GB | Download |
Additional details
Software
- Repository URL
- https://github.com/lcs-crr/PATH
- Programming language
- Python, MATLAB