LGAISIMay 7, 2021

An Influence-based Approach for Root Cause Alarm Discovery in Telecom Networks

arXiv:2105.03092v127 citations
Originality Incremental advance
AI Analysis

This addresses fault localization for telecom network maintenance, but it appears incremental as it builds on existing causal graph and embedding methods.

The paper tackled the problem of root cause alarm analysis in telecom networks by proposing a data-driven framework combining causal inference and network embedding, which showed significant improvement over baselines on real-world data.

Alarm root cause analysis is a significant component in the day-to-day telecommunication network maintenance, and it is critical for efficient and accurate fault localization and failure recovery. In practice, accurate and self-adjustable alarm root cause analysis is a great challenge due to network complexity and vast amounts of alarms. A popular approach for failure root cause identification is to construct a graph with approximate edges, commonly based on either event co-occurrences or conditional independence tests. However, considerable expert knowledge is typically required for edge pruning. We propose a novel data-driven framework for root cause alarm localization, combining both causal inference and network embedding techniques. In this framework, we design a hybrid causal graph learning method (HPCI), which combines Hawkes Process with Conditional Independence tests, as well as propose a novel Causal Propagation-Based Embedding algorithm (CPBE) to infer edge weights. We subsequently discover root cause alarms in a real-time data stream by applying an influence maximization algorithm on the weighted graph. We evaluate our method on artificial data and real-world telecom data, showing a significant improvement over the best baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes