Home

Awesome

FluxEV

The code is for our paper "FluxEV: A Fast and Effective Unsupervised Framework for Time-Series Anomaly Detection" and this paper has been accepted by WSDM 2021. [中文解读]

😉 About Name: "Flux" means the Fluctuation, "EV" denotes the Extreme Value.

💫 Good News: FluxEV has been integrated into OATS, a convenient Python library providing various approaches to time series anomaly detection. Thanks for their awesome work!

Requirements

Datasets

  1. KPI.
  1. Yahoo.

Instructions

preprocessing.py:

spot_pipe.py:

eval_methods.py:

main.py:

Run

python main.py --dataset=KPI
python main.py --dataset=Yahoo

Citation

@inproceedings{li2021fluxev,
  title={FluxEV: A Fast and Effective Unsupervised Framework for Time-Series Anomaly Detection},
  author={Li, Jia and Di, Shimin and Shen, Yanyan and Chen, Lei},
  booktitle={Proceedings of the 14th ACM International Conference on Web Search and Data Mining},
  pages={824--832},
  year={2021}
}