Multimodal Learning 相关度: 8/10

Missing-Aware Multimodal Fusion for Unified Microservice Incident Management

Wenzhuo Qian, Hailiang Zhao, Ziqi Wang, Zhipeng Gao, Jiayi Chen, Zhiwei Ling, Shuiguang Deng
arXiv: 2603.25538v1 发布: 2026-03-26 更新: 2026-03-26

AI 摘要

针对微服务事件管理中数据缺失问题,提出了一种鲁棒的自监督多模态融合框架ARMOR。

主要贡献

  • 提出了 modality-specific asymmetric encoder,隔离模态间差异。
  • 设计了 missing-aware gated fusion机制,减少数据缺失干扰。
  • 实现了无需故障标签的异常检测和根因定位,仅需故障类型标签的故障分类。

方法论

利用模态特定的非对称编码器和缺失感知门控融合机制,通过自监督自回归进行异常检测、故障分类和根因定位。

原文摘要

Automated incident management is critical for microservice reliability. While recent unified frameworks leverage multimodal data for joint optimization, they unrealistically assume perfect data completeness. In practice, network fluctuations and agent failures frequently cause missing modalities. Existing approaches relying on static placeholders introduce imputation noise that masks anomalies and degrades performance. To address this, we propose ARMOR, a robust self-supervised framework designed for missing modality scenarios. ARMOR features: (i) a modality-specific asymmetric encoder that isolates distribution disparities among metrics, logs, and traces; and (ii) a missing-aware gated fusion mechanism utilizing learnable placeholders and dynamic bias compensation to prevent cross-modal interference from incomplete inputs. By employing self-supervised auto-regression with mask-guided reconstruction, ARMOR jointly optimizes anomaly detection (AD), failure triage (FT), and root cause localization (RCL). AD and RCL require no fault labels, while FT relies solely on failure-type annotations for the downstream classifier. Extensive experiments demonstrate that ARMOR achieves state-of-the-art performance under complete data conditions and maintains robust diagnostic accuracy even with severe modality loss.

标签

microservice incident management multimodal fusion missing data self-supervised learning

arXiv 分类

cs.LG cs.SE