paper-with-me

홈 › Papers

Deep Sequence Modeling for Anomalous ISP Traffic Prediction

2022-05-03 · Sajal Saha, Anwar Haque, Greg Sidebottom

Internet traffic in the real world is susceptible to various external and internal factors which may abruptly change the normal traffic flow. Those unexpected changes are considered outliers in traffic. However, deep sequence models have been used to predict complex IP traffic, but their comparative performance for anomalous traffic has not been studied extensively. In this paper, we investigated and evaluated the performance of different deep sequence models for anomalous traffic prediction. Several deep sequences models were implemented to predict real traffic without and with outliers and show the significance of outlier detection in real-world traffic prediction. First, two different outlier detection techniques, such as the Three-Sigma rule and Isolation Forest, were applied to identify the anomaly. Second, we adjusted those abnormal data points using the Backward Filling technique before training the model. Finally, the performance of different models was compared for abnormal and adjusted traffic. LSTM_Encoder_Decoder (LSTM_En_De) is the best prediction model in our experiment, reducing the deviation between actual and predicted traffic by more than 11\% after adjusting the outliers. All other models, including Recurrent Neural Network (RNN), Long Short-Term Memory (LSTM), LSTM_En_De with Attention layer (LSTM_En_De_Atn), Gated Recurrent Unit (GRU), show better prediction after replacing the outliers and decreasing prediction error by more than 29%, 24%, 19%, and 10% respectively. Our experimental results indicate that the outliers in the data can significantly impact the quality of the prediction. Thus, outlier detection and mitigation assist the deep sequence model in learning the general trend and making better predictions.

📄 PDF Abstract BibTeX arXiv:2205.01685

Code (0)

등록된 구현이 없습니다.

Tasks

Outlier DetectionPredictionTraffic Prediction

Similar Papers 제목 키워드 기반

Global Spatio-Temporal Fusion-based Traffic Prediction Algorithm with Anomaly Aware

2024-12-19 · Chaoqun Liu, Xuanpeng Li, Chen Gong, Guangyu Li

Traffic prediction is an indispensable component of urban planning and traffic management. Achieving accurate traffic prediction hinges on the ability to capture the potential spatio-temporal relationships among road sen…

Anomaly DetectionPredictionTraffic Prediction

DeepHTTP: Semantics-Structure Model with Attention for Anomalous HTTP Traffic Detection and Pattern Mining

2018-10-30 · Yuqi Yu, Hanbing Yan, Hongchao Guan, Hao Zhou

In the Internet age, cyber-attacks occur frequently with complex types. Traffic generated by access activities can record website status and user request information, which brings a great opportunity for network attack d…

uTRAND: Unsupervised Anomaly Detection in Traffic Trajectories

2024-04-19 · Giacomo D'Amicantonio, Egor Bondarau, Peter H. N. de With

Deep learning-based approaches have achieved significant improvements on public video anomaly datasets, but often do not perform well in real-world applications. This paper addresses two issues: the lack of labeled data …

Anomaly DetectionTrajectory PredictionUnsupervised Anomaly Detection

A Multi-View Coupled Tensor Decomposition for Lightweight Online Adaptive Traffic Prediction

2026-08-26 · Quan Yu, Jie Ni, Yu-Hong Dai, Xiongjun Zhang arxiv

Accurate online traffic prediction is essential for intelligent transportation systems, where forecasting must be performed continuously under imperfect sensing conditions. Missing observations and anomalous disturbances…

Traffic Prediction

Towards an Ensemble Regressor Model for Anomalous ISP Traffic Prediction

2022-05-03 · Sajal Saha, Anwar Haque, Greg Sidebottom

Prediction of network traffic behavior is significant for the effective management of modern telecommunication networks. However, the intuitive approach of predicting network traffic using administrative experience and m…

ManagementOutlier DetectionPredictionregression+1