Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

CheeseFondueChamchi/Bayesian_based-Efficient-AnomalyDetection

Repository files navigation

Resource-Efficient Anomaly Detection for 5G Basestation

This project introduces a solution to efficiently detect performance anomalies in radio units (RUs) within 5G networks, addressing the constraints of hardware resources. Utilizing Bayesian Adversarial Autoencoder (BAAE) and a Selective Re-Training (ST) algorithm based on uncertainty measures, this system offers an innovative approach to monitoring large-scale network environments.


Solution Overview

To maintain reliable Quality of Service (QoS) in 5G networks, radio units must be monitored continuously for anomalies. The high computational load required for anomaly detection across a vast number of RUs presents a challenge. This project tackles that issue by implementing a selective retraining method that reduces unnecessary model updates, cutting computing costs while maintaining accuracy.

  • Anomaly Detection Model - BAAE

The BAAE model quantifies model uncertainty, allowing the system to update only when there is significant deviation in the monitored data.

image
  • Performance Management (PM) Data

The PM data consists of key performance indicators that vary across environments and are critical to understanding equipment health. This data is the foundation for anomaly detection.

image
  • STFT Analysis of PM Data

Short-Time Fourier Transform (STFT) is applied to PM data, transforming time-domain signals into frequency-domain representations, highlighting cyclical or irregular patterns indicative of network conditions.

image
  • Input Data Structure

The data used for training and monitoring contains multiple performance indicators per RU, collected periodically.

image

Algorithm

The Selective Re-Training (ST) algorithm calculates the uncertainty of each RU model, retraining only if significant outliers are detected, thus optimizing resource use.

image

Results

Our simulation demonstrates that the ST algorithm reduces retraining needs by approximately 40%, while also decreasing uncertainty outliers by up to 7.9%, showcasing its effectiveness in a resource-limited environment.

image

Key Features

Efficient Resource Usage: Minimizes unnecessary model updates by selectively retraining based on uncertainty analysis. Enhanced Reliability: Uses Bayesian methods to quantify uncertainty, ensuring high-confidence anomaly detection. Scalability: Designed to handle a large volume of RUs across diverse network environments. Future Work

Adaptive Real-Time Monitoring: Real-time adaptation to changing network conditions to further enhance QoS. Extended Model Variants: Integrate other autoencoder-based models to improve anomaly detection across various data types.

About

Uncertainty based anomaly detection system that monitors a large number of devices in 5G Network System with real world scenario

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors