Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.16 KB

Unsupervised Anomaly Detection on Spatio-Temporal Multi-way data

This repository contains multiple algorithms and the experiments studied and presented in our work "Spatiotemporal Group Anomaly Detection via Graph Total Variation on Tensors".

Models:

  • HoRPCA: src/algos/horpca_singleton.py
  • LR-STSS: src/algos/lr_stss_modified.py
  • LR-STS: src/algos/lr_sts.py
  • LR-SSS: src/algos/lr_sss.py

Experiments:

Experiment setup scripts, control and independent variables and hyper-parameters of the experiments can be found in the following files:

  • Sythetic Experiment 1: testbench/exp1_number_of_anomalies_hpcc.ipynb
  • Sythetic Experiment 2: testbench/exp2_anomaly_duration.ipynb
  • Sythetic Experiment 2: testbench/exp3_anomaly_radius.ipynb
  • NYC Yellow Taxi Records 2018 Anomaly Detection" testbench/nyc_optuna_hp_search.ipynb

M. Indibi and S. Aviyente, "Spatiotemporal Group Anomaly Detection via Graph Total Variation on Tensors," ICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Seoul, Korea, Republic of, 2024, pp. 7035-7039, doi: 10.1109/ICASSP48485.2024.10448399.

Contributing

Mert Indibi

License