paper-with-me

홈 › Papers

Good Enough to Learn: LLM-based Anomaly Detection in ECU Logs without Reliable Labels

2025-07-01 · Bogdan Bogdan, Arina Cazacu, Laura Vasilie arxiv

Anomaly detection often relies on supervised or clustering approaches, with limited success in specialized domains like automotive communication systems where scalable solutions are essential. We propose a novel decoder-only Large Language Model (LLM) to detect anomalies in Electronic Control Unit (ECU) communication logs. Our approach addresses two key challenges: the lack of LLMs tailored for ECU communication and the complexity of inconsistent ground truth data. By learning from UDP communication logs, we formulate anomaly detection simply as identifying deviations in time from normal behavior. We introduce an entropy regularization technique that increases model's uncertainty in known anomalies while maintaining consistency in similar scenarios. Our solution offers three novelties: a decoder-only anomaly detection architecture, a way to handle inconsistent labeling, and an adaptable LLM for different ECU communication use cases. By leveraging the generative capabilities of decoder-only models, we present a new technique that addresses the high cost and error-prone nature of manual labeling through a more scalable system that is able to learn from a minimal set of examples, while improving detection accuracy in complex communication environments.

📄 PDF Abstract BibTeX arXiv:2507.01077

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Multi-Source Anomaly Detection in Distributed IT Systems

2021-01-13 · Jasmin Bogatinovski, Sasho Nedelkoski

The multi-source data generated by distributed systems, provide a holistic description of the system. Harnessing the joint distribution of the different modalities by a learning model can be beneficial for critical appli…

Anomaly Detection

Understanding the Challenges and Opportunities of Pose-based Anomaly Detection

2023-03-09 · Ghazal Alinezhad Noghre, Armin Danesh Pazho, Vinit Katariya, Hamed Tabkhi

Pose-based anomaly detection is a video-analysis technique for detecting anomalous events or behaviors by examining human pose extracted from the video frames. Utilizing pose data alleviates privacy and ethical issues. A…

Anomaly DetectionPose-based Anomaly DetectionVideo Anomaly Detection

LogSHIELD: A Graph-based Real-time Anomaly Detection Framework using Frequency Analysis

2024-10-29 · Krishna Chandra Roy, Qian Chen

Anomaly-based cyber threat detection using deep learning is on a constant growth in popularity for novel cyber-attack detection and forensics. A robust, efficient, and real-time threat detector in a large-scale operation…

Anomaly DetectionCyber Attack DetectionGraph EmbeddingGraph Neural Network

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

Detecting Log Anomalies with Multi-Head Attention (LAMA)

2021-01-07 · Yicheng Guo, Yujin Wen, Congwei Jiang, Yixin Lian 외

Anomaly detection is a crucial and challenging subject that has been studied within diverse research areas. In this work, we explore the task of log anomaly detection (especially computer system logs and user behavior lo…

Anomaly Detection