A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/signals-dev/Orion/issues/286 below:

Add ``AER`` Model · Issue #286 · sintel-dev/Orion · GitHub

Add a new model, namely AER, an AutoEncoder Regressor model.

Model Architecture

Description
Prediction-based and reconstruction-based anomaly scoring methods each have their own success and limitations. AER is a model that can predict both prediction-based and reconstruction-based anomaly scores and combine those scores to leverage the success of both scoring methods. Assuming the input length is n, the output is n+2; hence we predict the next values at the start and the end while reconstructing the input in the middle.

The ideas introduced in this model are:

  1. Masking anomaly scores: Exponential weighted moving average function used to smooth the anomaly score produces unwanted false positives at the beginning. Masking the anomaly scores with the minimum of the anomaly scores reduces false positives.

  2. Bi-directional Regression: Prediction-based models require at least n observations before making the first prediction at the n+1 index. If n is large, there are many false negatives at the start of the anomalies. If we perform regression in both directions (forward f and reverse r), we can fill in the gap at the beginning of the anomaly scores. Overlapping scores in the middle are averaged.

  1. Prediction-Reconstruction Mixture Errors: We will combine the prediction and reconstruction scores in a similar way to the critic and reconstructions scores from TadGAN. The reconstruction scores default to DTW. The four methods to combine the two scores are multiplication, summation, prediction-only, and reconstruction-only.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4