RTAD5G: Real-Time Anomaly Detection in 5G Networks
RTAD5G is a real-time anomaly detection system developed for 5G network environments in collaboration with Hewlett Packard Enterprise (HPE). It processes continuous streams of network telemetry โ KPIs, counters, and performance indicators โ and flags anomalous behaviour in near real-time to support proactive network operations.
Problem Context
5G networks generate massive volumes of telemetry data from thousands of base stations, core network functions, and user devices. Manual monitoring is infeasible at this scale. Subtle anomalies (increased latency spikes, unusual handover patterns, resource exhaustion) must be detected automatically and quickly to prevent SLA violations and service degradation.
System Pipeline
- Ingestion: streaming telemetry data (KPIs, counters) ingested from simulated/real 5G network components.
- Feature engineering: temporal aggregation, rolling statistics, and difference features to capture trend and seasonality.
- Anomaly model: unsupervised (Isolation Forest, Autoencoders) and semi-supervised approaches trained on baseline โnormalโ behaviour.
- Alerting: anomaly scores above a threshold trigger structured alerts with supporting context (affected KPI, time window, severity).
- Dashboard: real-time visualisation of KPI streams with anomaly overlay.
Technology
Python, scikit-learn, PyTorch (Autoencoder), streaming data processing. Developed as part of an industry collaboration with HPE.
