paper-with-me

홈 › Papers

PCAPVision: PCAP-Based High-Velocity and Large-Volume Network Failure Detection

2024-07-01 · Lukasz Tulczyjew, Ihor Biruk, Murat Bilgic, Charles Abondo, Nathanael Weill

Detecting failures via analysis of Packet Capture (PCAP) files is crucial for maintaining network reliability and performance, especially in large-scale telecommunications networks. Traditional methods, relying on manual inspection and rule-based systems, are often too slow and labor-intensive to meet the demands of modern networks. In this paper, we present PCAPVision, a novel approach that utilizes computer vision and Convolutional Neural Networks (CNNs) to detect failures in PCAP files. By converting PCAP data into images, our method leverages the robust pattern recognition capabilities of CNNs to analyze network traffic efficiently. This transformation process involves encoding packet data into structured images, enabling rapid and accurate failure detection. Additionally, we incorporate a continual learning framework, leveraging automated annotation for the feedback loop, to adapt the model dynamically and ensure sustained performance over time. Our approach significantly reduces the time required for failure detection. The initial training phase uses a Voice Over LTE (VoLTE) dataset, demonstrating the model's effectiveness and generalizability when using transfer learning on Mobility Management services. This work highlights the potential of integrating computer vision techniques in network analysis, offering a scalable and efficient solution for real-time network failure detection.

📄 PDF Abstract BibTeX arXiv:2407.11021

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningTransfer Learning

Similar Papers 제목 키워드 기반

LLMcap: Large Language Model for Unsupervised PCAP Failure Detection

2024-07-03 · Lukasz Tulczyjew, Kinan Jarrah, Charles Abondo, Dina Bennett 외

The integration of advanced technologies into telecommunication networks complicates troubleshooting, posing challenges for manual error identification in Packet Capture (PCAP) data. This manual approach, requiring subst…

Language ModelingLanguage ModellingLarge Language ModelMasked Language Modeling+1

CompCap: Improving Multimodal Large Language Models with Composite Captions

2024-12-06 · Xiaohui Chen, Satya Narayan Shukla, Mahmoud Azab, Aashu Singh 외

How well can Multimodal Large Language Models (MLLMs) understand composite images? Composite images (CIs) are synthetic visuals created by merging multiple visual elements, such as charts, posters, or screenshots, rather…

GraspCaps: A Capsule Network Approach for Familiar 6DoF Object Grasping

2022-10-07 · Tomas van der Velde, Hamed Ayoobi, Hamidreza Kasaei

As robots become more widely available outside industrial settings, the need for reliable object grasping and manipulation is increasing. In such environments, robots must be able to grasp and manipulate novel objects in…

ObjectObject Recognition

TempCaps: A Capsule Network-based Embedding Model for Temporal Knowledge Graph Completion

2022-05-01 · spnlp (ACL) 2022 5 · Guirong Fu, Zhao Meng, Zhen Han, Zifeng Ding 외

Temporal knowledge graphs store the dynamics of entities and relations during a time period. However, typical temporal knowledge graphs often suffer from incomplete dynamics with missing facts in real-world scenarios. He…

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsTemporal Knowledge Graph Completion

DeepCapture: Image Spam Detection Using Deep Learning and Data Augmentation

2020-06-16 · Bedeuro Kim, Sharif Abuadbba, Hyoungshick Kim

Image spam emails are often used to evade text-based spam filters that detect spam emails with their frequently used keywords. In this paper, we propose a new image spam email detection tool called DeepCapture using a co…

Data AugmentationDeep LearningSpam detection