Orion icon indicating copy to clipboard operation
Orion copied to clipboard

About the source of these algorithms

Open xuchunyu123 opened this issue 2 years ago • 3 comments

Hello, can you share which paper these anomaly detection algorithms such as dummy, aer, etc. come from? thank you very much

xuchunyu123 avatar Jun 22 '22 13:06 xuchunyu123

Hi @xuchunyu123 – thank you for your interest in Orion!

Here is a list of some of the verified pipelines and their sources

pipeline source
LSTM DT Hundman et al. (2018), Detecting Spacecraft Anomalies Using LSTMs and Nonparametric Dynamic Thresholding
LSTM AE Malhotra et al. (2016), LSTM-Based Encoder-Decoder for Multi-Sensor Anomaly Detection
ARIMA Box and Jenkins (1976), Time Series Analysis: Forecasting and Control
TadGAN Geiger et al. (2020), TadGAN: Time Series Anomaly Detection using Generative Adversarial Networks
MS Azure Ren et al. (2019), Time-Series Anomaly Detection Service at Microsoft

Some of the in-house algorithms and their papers are still in development.

sarahmish avatar Jul 01 '22 23:07 sarahmish

Very happy to receive your reply, your reply is really helpful, and where is the source of the unverified dummy model?

xuchunyu123 avatar Jul 03 '22 08:07 xuchunyu123

The dummy pipeline is a simple thresholding method, we mainly use it in the library to test pipelines. It is not based on any paper :)

sarahmish avatar Jul 17 '22 21:07 sarahmish