Unsupervised deep learning system for detecting abnormal behaviour in infrastructure load signals. No labelled failure data required — the model learns what normal looks like, then surfaces deviations automatically.
Overview
Infrastructure systems - power grids, servers, network loads — generate continuous time-series signals. Anomalies in these signals often precede failures, but labelling historical data as "normal" or "anomalous" is expensive and often impossible. Infra Anomaly AI solves this with an unsupervised approach: train the model only on normal signal behaviour, then flag anything it struggles to reconstruct.
The project compares two autoencoder architectures — a Dense (fully connected) Autoencoder and an LSTM Autoencoder — evaluating reconstruction error, anomaly detection precision, and sensitivity to temporal patterns in the load signal.
Architecture Comparison
Tech Stack