paper-with-me

Papers

Research on Cloud Platform Network Traffic Monitoring and Anomaly Detection System based on Large Language Models

2025-04-22 · Ze Yang, Yihong Jin, Juntian Liu, Xinhe Xu, Yihan Zhang, Shuyang Ji

The rapidly evolving cloud platforms and the escalating complexity of network traffic demand proper network traffic monitoring and anomaly detection to ensure network security and performance. This paper introduces a large language model (LLM)-based network traffic monitoring and anomaly detection system. In addition to existing models such as autoencoders and decision trees, we harness the power of large language models for processing sequence data from network traffic, which allows us a better capture of underlying complex patterns, as well as slight fluctuations in the dataset. We show for a given detection task, the need for a hybrid model that incorporates the attention mechanism of the transformer architecture into a supervised learning framework in order to achieve better accuracy. A pre-trained large language model analyzes and predicts the probable network traffic, and an anomaly detection layer that considers temporality and context is added. Moreover, we present a novel transfer learning-based methodology to enhance the model's effectiveness to quickly adapt to unknown network structures and adversarial conditions without requiring extensive labeled datasets. Actual results show that the designed model outperforms traditional methods in detection accuracy and computational efficiency, effectively identify various network anomalies such as zero-day attacks and traffic congestion pattern, and significantly reduce the false positive rate.

📄 PDF Abstract BibTeX arXiv:2504.17807

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionComputational EfficiencyLanguage ModelingLanguage ModellingLarge Language ModelTransfer Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Anomaly Detection in a Large-scale Cloud Platform

2020-10-21 · Mohammad Saiful Islam, William Pourmajidi, Lei Zhang, John Steinbacher 외

Cloud computing is ubiquitous: more and more companies are moving the workloads into the Cloud. However, this rise in popularity challenges Cloud service providers, as they need to monitor the quality of their ever-growi…

Anomaly DetectionCloud Computing

Exploring Scalable, Distributed Real-Time Anomaly Detection for Bridge Health Monitoring

2022-03-04 · Amirhossein Moallemi, Alessio Burrello, Davide Brunelli, Luca Benini

Modern real-time Structural Health Monitoring systems can generate a considerable amount of information that must be processed and evaluated for detecting early anomalies and generating prompt warnings and alarms about t…

Anomaly DetectionCloud ComputingStructural Health Monitoring

Federated Anomaly Detection for Multi-Tenant Cloud Platforms with Personalized Modeling

2025-08-14 · Yuxi Wang, Heyao Liu, Nyutian Long, Guanzi Yao arxiv

This paper proposes an anomaly detection method based on federated learning to address key challenges in multi-tenant cloud environments, including data privacy leakage, heterogeneous resource behavior, and the limitatio…

Federated LearningAnomaly Detection

MoniLog: An Automated Log-Based Anomaly Detection System for Cloud Computing Infrastructures

2023-04-24 · Arthur Vervaet

Within today's large-scale systems, one anomaly can impact millions of users. Detecting such events in real-time is essential to maintain the quality of services. It allows the monitoring team to prevent or diminish the …

Anomaly DetectionCloud Computing

Anomaly Detection in Large-Scale Cloud Systems: An Industry Case and Dataset

2024-11-13 · Mohammad Saiful Islam, Mohamed Sami Rakha, William Pourmajidi, Janakan Sivaloganathan 외

As Large-Scale Cloud Systems (LCS) become increasingly complex, effective anomaly detection is critical for ensuring system reliability and performance. However, there is a shortage of large-scale, real-world datasets av…

Anomaly DetectionBenchmarking