paper-with-me

Papers

Anomaly Detection Using One-Class SVM for Logs of Juniper Router Devices

2023-05-21 · Tat-Bao-Thien Nguyen, Teh-Lu Liao, Tuan-Anh Vu

The article deals with anomaly detection of Juniper router logs. Abnormal Juniper router logs include logs that are usually different from the normal operation, and they often reflect the abnormal operation of router devices. To prevent router devices from being damaged and help administrator to grasp the situation of error quickly, detecting abnormal operation soon is very important. In this work, we present a new way to get important features from log data of Juniper router devices and use machine learning method (basing on One-Class SVM model) for anomaly detection. One-Class SVM model requires some knowledge and comprehension about logs of Juniper router devices so that it can analyze, interpret, and test the knowledge ac-quired. We collect log data from a lot of real Juniper router devices and clas-sify them based on our knowledge. Before these logs are used for training and testing the One-Class SVM model, the feature extraction phase for these data was carried out. Finally, with the proposed method, the system errors of the routers were dectected quickly and accurately. This may help our com-pany to reduce the operation cost for the router systems.

📄 PDF Abstract BibTeX arXiv:2305.12329

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

FusionLog: Cross-System Log-based Anomaly Detection via Fusion of General and Proprietary Knowledge

2025-11-08 · Xinlong Zhao, Tong Jia, Minghua He, Xixuan Yang 외 arxiv

Log-based anomaly detection is critical for ensuring the stability and reliability of web systems. One of the key problems in this task is the lack of sufficient labeled logs, which limits the rapid deployment in new sys…

Knowledge DistillationSemantic SimilarityGeneral KnowledgeTransfer Learning

BINet: Multi-perspective Business Process Anomaly Classification

2019-02-08 · Timo Nolle, Stefan Luettgen, Alexander Seeliger, Max Mühlhäuser

In this paper, we introduce BINet, a neural network architecture for real-time multi-perspective anomaly detection in business process event logs. BINet is designed to handle both the control flow and the data perspectiv…

Anomaly ClassificationAnomaly DetectionAttributeClassification+1

Self-Attentive Classification-Based Anomaly Detection in Unstructured Logs

2020-08-21 · Sasho Nedelkoski, Jasmin Bogatinovski, Alexander Acker, Jorge Cardoso 외

The detection of anomalies is essential mining task for the security and reliability in computer systems. Logs are a common and major data source for anomaly detection methods in almost every computer system. They collec…

Anomaly DetectionClassificationGeneral Classification

A Supervised Embedding and Clustering Anomaly Detection method for classification of Mobile Network Faults

2023-10-10 · R. Mosayebi, H. Kia, A. Kianpour Raki

The paper introduces Supervised Embedding and Clustering Anomaly Detection (SEMC-AD), a method designed to efficiently identify faulty alarm logs in a mobile network and alleviate the challenges of manual monitoring caus…

Anomaly DetectionClusteringimbalanced classification

Graph Neural Networks based Log Anomaly Detection and Explanation

2023-07-02 · Zhong Li, Jiayang Shi, Matthijs van Leeuwen

Event logs are widely used to record the status of high-tech systems, making log anomaly detection important for monitoring those systems. Most existing log anomaly detection methods take a log event count matrix or log …

Anomaly DetectionGraph Neural Network