paper-with-me

홈 › Papers

Detect, Localize, and Explain: Interactive Hierarchical Log Anomaly Analytics with LLM Augmentation

2026-05-09 · Lei Ma, Suhani Chaudhary, Ethan Shanbaum, Athanasios Tassiadamis, Peter M. VanNostrand, Dennis M. Hofmann, Haowen Xu, Elke Rundensteiner arxiv

Logs are ubiquitous in modern systems. Unfortunately, their unstructured nature in flat sequences limits understanding of execution behaviors, hindering effective anomaly diagnosis. To address this, Krone introduces a novel hierarchical log abstraction that transforms flat log sequences into semantically coherent units across entity, action, and status levels. Building on this abstraction, Krone introduces a hierarchical orchestration framework that decomposes flat log sequences into hierarchical execution units and performs modular detection over them. It executes and optimizes the modular detection tasks across levels, enabling precise anomaly detection, localization, and explanation with selective invocation of LLM-based reasoning. In this work, we present Krone-viz, an interactive visualization system based on Krone, which makes hierarchical log analysis interpretable and actionable for software engineers and system operators. Demonstrated on the widely used HDFS benchmark dataset, Krone-viz supports: 1) examining hierarchical decompositions of flat log sequences, 2) inspecting detection results and abnormal segments identified by Krone with LLM-generated explanations, and 3) reusing, reviewing, and revising knowledge generated by LLMs with human-in-the-loop guardrails. The code of Krone-viz is available at https://github.com/LeiMa0324/KRONE_Demo_official, and we deploy a live demo at https://leima0324.github.io/KRONE_Demo_official.

📄 PDF Abstract BibTeX arXiv:2605.09222

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

GLAD: GLocalized Anomaly Detection via Human-in-the-Loop Learning

2018-10-02 · Md. Rakibul Islam, Shubhomoy Das, Janardhan Rao Doppa, Sriraam Natarajan

Human analysts that use anomaly detection systems in practice want to retain the use of simple and explainable global anomaly detectors. In this paper, we propose a novel human-in-the-loop learning algorithm called GLAD …

Anomaly Detection

Harnessing Feature Clustering For Enhanced Anomaly Detection With Variational Autoencoder And Dynamic Threshold

2024-07-14 · Tolulope Ale, Nicole-Jeanne Schlegel, Vandana P. Janeja

We introduce an anomaly detection method for multivariate time series data with the aim of identifying critical periods and features influencing extreme climate events like snowmelt in the Arctic. This method leverages t…

Anomaly DetectionClusteringTime Series

From Vision to Sound: Advancing Audio Anomaly Detection with Vision-Based Algorithms

2025-02-25 · Manuel Barusco, Francesco Borsatti, Davide Dalle Pezze, Francesco Paissan 외

Recent advances in Visual Anomaly Detection (VAD) have introduced sophisticated algorithms leveraging embeddings generated by pre-trained feature extractors. Inspired by these developments, we investigate the adaptation …

Anomaly Detection

Hoi2Anomaly: An Explainable Anomaly Detection Approach Guided by Human-Object Interaction

2025-03-13 · YuHan Wang, Cheng Liu, Daou Zhang, Weichao Wu

In the domain of Image Anomaly Detection (IAD), Existing methods frequently exhibit a paucity of fine-grained, interpretable semantic information, resulting in the detection of anomalous entities or activities that are s…

Anomaly DetectionHuman-Object Interaction Detection

A Hierarchical Approach to Conditional Random Fields for System Anomaly Detection

2022-10-26 · Srishti Mishra, Tvarita Jain, Dinkar Sitaram

Anomaly detection to recognize unusual events in large scale systems in a time sensitive manner is critical in many industries, eg. bank fraud, enterprise systems, medical alerts, etc. Large-scale systems often grow in s…

Anomaly Detection