paper-with-me

Papers

Log-based Anomaly Detection Without Log Parsing

2021-08-04 · Van-Hoang Le, Hongyu Zhang

Software systems often record important runtime information in system logs for troubleshooting purposes. There have been many studies that use log data to construct machine learning models for detecting system anomalies. Through our empirical study, we find that existing log-based anomaly detection approaches are significantly affected by log parsing errors that are introduced by 1) OOV (out-of-vocabulary) words, and 2) semantic misunderstandings. The log parsing errors could cause the loss of important information for anomaly detection. To address the limitations of existing methods, we propose NeuralLog, a novel log-based anomaly detection approach that does not require log parsing. NeuralLog extracts the semantic meaning of raw log messages and represents them as semantic vectors. These representation vectors are then used to detect anomalies through a Transformer-based classification model, which can capture the contextual information from log sequences. Our experimental results show that the proposed approach can effectively understand the semantic meaning of log messages and achieve accurate anomaly detection results. Overall, NeuralLog achieves F1-scores greater than 0.95 on four public datasets, outperforming the existing approaches.

📄 PDF Abstract BibTeX arXiv:2108.01955

Code (1)

vanhoanglepsa/NeuralLog 공식 구현 tf

Tasks

Anomaly DetectionLog Parsing

Similar Papers 제목 키워드 기반

$K^4$: Online Log Anomaly Detection Via Unsupervised Typicality Learning

2025-07-26 · Weicong Chen, Vikash Singh, Zahra Rahmani, Debargha Ganguly 외 arxiv

Existing Log Anomaly Detection (LogAD) methods are often slow, dependent on error-prone parsing, and use unrealistic evaluation protocols. We introduce $K^4$, an unsupervised and parser-independent framework for high-per…

Anomaly Detection

Feature Selection for Fault Detection and Prediction based on Event Log Analysis

2022-08-19 · Zhong Li, Matthijs van Leeuwen

Event logs are widely used for anomaly detection and prediction in complex systems. Existing log-based anomaly detection methods usually consist of four main steps: log collection, log parsing, feature extraction, and an…

Anomaly DetectionFault Detectionfeature selectionLog Parsing+1

Self-Supervised Log Parsing

2020-03-17 · Sasho Nedelkoski, Jasmin Bogatinovski, Alexander Acker, Jorge Cardoso 외

Logs are extensively used during the development and maintenance of software systems. They collect runtime events and allow tracking of code execution, which enables a variety of critical tasks such as troubleshooting an…

Anomaly DetectionFault DetectionLanguage ModelingLanguage Modelling+3

K-Means Based TinyML Anomaly Detection and Distributed Model Reuse via the Distributed Internet of Learning (DIoL)

2026-03-28 · Abdulrahman Albaiz, Fathi Amsaad arxiv

This paper presents a lightweight K-Means anomaly detection model and a distributed model-sharing workflow designed for resource-constrained microcontrollers (MCUs). Using real power measurements from a mini-fridge appli…

Anomaly Detection

AnomalyClaw: A Universal Visual Anomaly Detection Agent via Tool-Grounded Refutation

2026-05-11 · Xi Jiang, Yinjie Zhao, Zesheng Yang, Feng Zheng arxiv

Visual anomaly detection (VAD) is crucial in many real-world fields, such as industrial inspection, medical imaging, infrastructure monitoring, and remote sensing. However, the specific anomaly definitions, data modaliti…

Anomaly Detection