paper-with-me

홈 › Papers

Multi-Scale Convolutional LSTM with Transfer Learning for Anomaly Detection in Cellular Networks

2024-09-30 · Nooruddin Noonari, Daniel Corujo, Rui L. Aguiar, Francisco J. Ferrao

The rapid growth in mobile broadband usage and increasing subscribers have made it crucial to ensure reliable network performance. As mobile networks grow more complex, especially during peak hours, manual collection of Key Performance Indicators (KPIs) is time-consuming due to the vast data involved. Detecting network failures and identifying unusual behavior during busy periods is vital to assess network health. Researchers have applied Deep Learning (DL) and Machine Learning (ML) techniques to understand network behavior by predicting throughput, analyzing call records, and detecting outages. However, these methods often require significant computational power, large labeled datasets, and are typically specialized, making retraining for new scenarios costly and time-intensive. This study introduces a novel approach Multi-Scale Convolutional LSTM with Transfer Learning (TL) to detect anomalies in cellular networks. The model is initially trained from scratch using a publicly available dataset to learn typical network behavior. Transfer Learning is then employed to fine-tune the model by applying learned weights to different datasets. We compare the performance of the model trained from scratch with that of the fine-tuned model using TL. To address class imbalance and gain deeper insights, Exploratory Data Analysis (EDA) and the Synthetic Minority Over-sampling Technique (SMOTE) are applied. Results demonstrate that the model trained from scratch achieves 99% accuracy after 100 epochs, while the fine-tuned model reaches 95% accuracy on a different dataset after just 20 epochs.

📄 PDF Abstract BibTeX arXiv:2410.03732

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Time Series Anomaly Detection Using Convolutional Neural Networks and Transfer Learning

2019-05-31 · Tailai Wen, Roy Keyes

Time series anomaly detection plays a critical role in automated monitoring systems. Most previous deep learning efforts related to time series anomaly detection were based on recurrent neural networks (RNN). In this pap…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection+1

Minimal-Configuration Anomaly Detection for IIoT Sensors

2021-10-08 · Clemens Heistracher, Anahid Jalali, Axel Suendermann, Sebastian Meixner 외

The increasing deployment of low-cost IoT sensor platforms in industry boosts the demand for anomaly detection solutions that fulfill two key requirements: minimal configuration effort and easy transferability across equ…

Anomaly DetectionFeature Engineering

An Attention-Augmented VAE-BiLSTM Framework for Anomaly Detection in 12-Lead ECG Signals

2025-10-07 · Marc Garreta Basora, Mehmet Oguz Mulayim arxiv

Anomaly detection in 12-lead electrocardiograms (ECGs) is critical for identifying deviations associated with cardiovascular disease. This work presents a comparative analysis of three autoencoder-based architectures: co…

Unsupervised Anomaly Detection

Anomaly detection using prediction error with Spatio-Temporal Convolutional LSTM

2022-05-18 · Hanh Thi Minh Tran, David Hogg

In this paper, we propose a novel method for video anomaly detection motivated by an existing architecture for sequence-to-sequence prediction and reconstruction using a spatio-temporal convolutional Long Short-Term Memo…

Anomaly DetectionPredictionVideo Anomaly Detection

A Deep Neural Network for Unsupervised Anomaly Detection and Diagnosis in Multivariate Time Series Data

2018-11-20 · Chuxu Zhang, Dongjin Song, Yuncong Chen, Xinyang Feng 외

Nowadays, multivariate time series data are increasingly collected in various real world systems, e.g., power plants, wearable devices, etc. Anomaly detection and diagnosis in multivariate time series refer to identifyin…

Anomaly DetectionDecoderTime SeriesTime Series Analysis+2