Skip to content

Implementation of USAD (UnSupervised Anomaly Detection on multivariate time series) in PyTorch Lightning

License

Notifications You must be signed in to change notification settings

finloop/usad-torchlightning

Repository files navigation

usad-torchlightning

Implementation of USAD (UnSupervised Anomaly Detection on multivariate time series) in PyTorch Lightning.

Original implementation by: Francesco Galati. Original code can be found in: USAD.

Getting started

To start, first download the data.

Data

Data can be found in:

After downloading them put them in data/raw.

Running the model

dvc exp run

Changing the parameters

All the parameters (for example epoch size) can be found in params.yaml.

Requirements

  • pytorch 1.9
  • dvc
  • pytorch-lighting
  • python 3.8

How to cite

If you use this software, please cite the following paper as appropriate:

Audibert, J., Michiardi, P., Guyard, F., Marti, S., Zuluaga, M. A. (2020).
USAD : UnSupervised Anomaly Detection on multivariate time series.
Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, August 23-27, 2020

About

Implementation of USAD (UnSupervised Anomaly Detection on multivariate time series) in PyTorch Lightning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages