paper-with-me

홈 › Papers

Hypergraph and Latent ODE Learning for Multimodal Root Cause Localization in Microservices

2026-05-01 · Xin Liu, Yuhang He, Sichen Zhao, Kejian Tong, Xingyu Zhang arxiv

Root cause localization in cloud native microservice systems requires modeling complex service dependencies, irregular temporal dynamics, and heterogeneous observability data. We present HyperODE RCA, a unified framework that combines hypergraph attention learning, latent ordinary differential equations, and multimodal cross attention fusion for fine grained root cause analysis. The method learns higher order service interactions through differentiable hyperedge construction, captures continuous anomaly evolution from irregular observations with an ODE RNN encoder, and adaptively fuses logs, traces, metrics, entities, and events using context aware modality routing. We further improve robustness with a variational information bottleneck, temporal causal regularization, and invariant risk constraints. Experiments on the Tianchi AIOps benchmark show clear gains over strong baselines in ranking and classification performance, while preserving interpretability through learned hypergraph attention.

📄 PDF Abstract BibTeX arXiv:2605.00351

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CHASE: A Causal Heterogeneous Graph based Framework for Root Cause Analysis in Multimodal Microservice Systems

2024-06-28 · Ziming Zhao, Tiehua Zhang, Zhishu Shen, Hai Dong 외

In recent years, the widespread adoption of distributed microservice architectures within the industry has significantly increased the demand for enhanced system availability and robustness. Due to the complex service in…

Anomaly Detection

Root Cause Analysis for Microservice Systems via Cascaded Conditional Learning with Hypergraphs

2025-11-14 · Shuaiyu Xie, Hanbin He, Jian Wang, Bing Li arxiv

Root cause analysis in microservice systems typically involves two core tasks: root cause localization (RCL) and failure type identification (FTI). Despite substantial research efforts, conventional diagnostic approaches…

Root Cause Analysis of Measurement and Mechanistic Anomalies

2026-01-30 · Hendrik Suhr, David Kaltenpoth, Jilles Vreeken arxiv

Root cause analysis of anomalies aims to identify how and why a sample deviates from the normal process. Existing methods primarily focus on telling which features are responsible, ignoring that anomalies can arise throu…

MicroRCA-Agent: Microservice Root Cause Analysis Method Based on Large Language Model Agents

2025-09-19 · Pan Tang, Shixiang Tang, Huanqi Pu, Zhiqing Miao 외 arxiv

This paper presents MicroRCA-Agent, an innovative solution for microservice root cause analysis based on large language model agents, which constructs an intelligent fault root cause localization system with multimodal d…

Anomaly DetectionLogical Reasoning

BALANCE: Bayesian Linear Attribution for Root Cause Localization

2023-01-31 · Chaoyu Chen, Hang Yu, Zhichao Lei, Jianguo Li 외

Root Cause Analysis (RCA) plays an indispensable role in distributed data system maintenance and operations, as it bridges the gap between fault detection and system recovery. Existing works mainly study multidimensional…

Explainable Artificial Intelligence (XAI)Fault DetectionFault localizationfeature selection