EDBT 2026 Demo / reviewers in the wild / expert
Meng Ma 0001
dblp:15/4248-1
· DBLP profile ↗
8ranked-venue papers in the field
2as first author
6since 2021 · last 2026
0000-0002-1963-2513ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 4Information Retrieval & Web Search · 3 (1 first)Database Systems & Data Management · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | CAVIAR: Disentangling Root Causes with an ICA-based VAE for Large-Scale Microservice SystemsabstractMicroservice architectures in modern software engineering generate vast quantities of heterogeneous metrics, making fault diagnosis notoriously difficult. Conventional root cause analysis (RCA) methods often struggle with high-dimensional, diverse data where only a small subset of metrics may truly drive the observed failures. In this paper, we propose CAVIAR (Causality-based Analysis via VAE and ICA for Anomaly Root-cause), a two-phase framework for interpretable RCA in large-scale microservice systems. First, we train a variational autoencoder (VAE) enhanced with Independent Component Analysis (ICA) principles to learn a low-dimensional, disentangled representation of normal microservice operation. By enforcing independence among latent variables, we discover semantically coherent factors, such as specific service loads or network-level conditions. Second, when a fault occurs, we treat anomalies as external interventions on some latent factor and optimize an interventional matrix to identify the culprit dimension. This factor is then mapped back to the original metrics for actionable diagnostics. Xinrui Jiang 0001, Tingzhu Bi, Meng Ma 0001, Ping Wang 0003 |
KDD (1) | 3 |
| 2024 | FaultInsight: Interpreting Hyperscale Data Center Host FaultsabstractOperating and maintaining hyperscale data centers involving millions of service hosts has been an extremely intricate task to tackle for top Internet companies.Incessant system failures cost operators countless hours of browsing through performance metrics to diagnose the underlying root cause to prevent the recurrence.Although many state-of-the-art (SOTA) methods have used time-series causal discovery to construct causal relationships among anomalous metrics, they only focus on homogeneous service-level performance metrics and fail to yield useful insights on heterogeneous host-level metrics.To address the challenge, this study presents FaultInsight, a highly interpretable deep causal host fault diagnosing framework that offers diagnostic insights from various perspectives to reduce human effort in troubleshooting.We evaluate FaultInsight using dozens of incidents collected from our production environment.FaultInsight provides markedly better root cause identification accuracy than SOTA baselines in our incident dataset.It also shows outstanding advantages in terms of deployability in real production systems.Our engineers are deeply impressed by FaultInsight's ability to interpret incidents from multiple perspectives, helping them quickly understand the mechanism behind the faults. Tingzhu Bi, Yang Zhang 0103, Yicheng Pan 0002, Yu Zhang 0209, Meng Ma 0001, Xinrui Jiang 0001, Linlin Han, Feng Wang 0054, Ping Wang 0003 |
KDD | 5 |
| 2024 | EffCause: Discover Dynamic Causal Relationships Efficiently from Time-SeriesabstractSince the proposal of Granger causality, many researchers have followed the idea and developed extensions to the original algorithm. The classic Granger causality test aims to detect the existence of the static causal relationship. Notably, a fundamental assumption underlying most previous studies is the stationarity of causality, which requires the causality between variables to keep stable. However, this study argues that it is easy to break in real-world scenarios. Fortunately, our paper presents an essential observation: if we consider a sufficiently short window when discovering the rapidly changing causalities, they will keep approximately static and thus can be detected using the static way correctly. In light of this, we develop EffCause, bringing dynamics into classic Granger causality. Specifically, to efficiently examine the causalities on different sliding window lengths, we design two optimization schemes in EffCause and demonstrate the advantage of EffCause through extensive experiments on both simulated and real-world datasets. The results validate that EffCause achieves state-of-the-art accuracy in continuous causal discovery tasks while achieving faster computation. Case studies from cloud system failure analysis and traffic flow monitoring show that EffCause effectively helps us understand real-world time-series data and solve practical problems. Yicheng Pan 0002, Yifan Zhang 0029, Xinrui Jiang 0001, Meng Ma 0001, Ping Wang 0003 |
ACM Trans. Knowl. Discov. Data | 4 |
| 2023 | Look Deep into the Microservice System Anomaly through Very Sparse LogsabstractIntensive monitoring and anomaly diagnosis have become a knotty problem for modern microservice architecture due to the dynamics of service dependency. While most previous studies rely heavily on ample monitoring metrics, we raise a fundamental but always neglected issue - the diagnostic metric integrity problem. This paper solves the problem by proposing MicroCU – a novel approach to diagnose microservice systems using very sparse API logs. We design a structure named dynamic causal curves to portray time-varying service dependencies and a temporal dynamics discovery algorithm based on Granger causal intervals. Our algorithm generates a smoother space of causal curves and designs the concept of causal unimodalization to calibrate the causality infidelities brought by missing metrics. Finally, a path search algorithm on dynamic causality graphs is proposed to pinpoint the root cause. Experiments on commercial system cases show that MicroCU outperforms many state-of-the-art approaches and reflects the superiorities of causal unimodalization to raw metric imputation. Xinrui Jiang 0001, Yicheng Pan 0002, Meng Ma 0001, Ping Wang 0003 |
WWW | 3 |
| 2021 | Scene Text Recognition with Cascade Attention NetworkabstractScene text recognition (STR) has experienced increasing popularity both in academia and in industry. Regarding STR as a sequence prediction task, most state-of-the-art (SOTA) approaches employ the attention-based encoder-decoder architecture to recognize texts. However, these methods still struggle in localizing the precise alignment center associated with the current character, which is also named as the attention drift phenomenon. One major reason is that directly converting low-quality or distorted word images to sequential features may introduce confusing information and thus mislead the network. To address the problem, this paper proposes a cascade attention network. The model is composed of three novel attention modules: a vanilla attention module that attends to sequential features from the horizontal direction, a cross-network attention module to take advantage of both one-dimension contextual information and two-dimension visual distributions, and an aspects fusion attention module to fuse spatial and channel-wise information. Accordingly, the network manages to yield distinguished and refined representations correlated to the target sequence. Compared to SOTA methods, experimental results on seven benchmarks demonstrate the superiority of our framework in recognizing scene texts on various conditions. Meng Ma 0001, Ping Wang 0003 |
ICMR | 2 |
| 2021 | RAGA: Relation-Aware Graph Attention Networks for Global Entity Alignment
Renbo Zhu, Meng Ma 0001, Ping Wang 0003 |
PAKDD (1) | 2 |
| 2020 | AutoMAP: Diagnose Your Microservice-based Web Applications AutomaticallyabstractThe high complexity and dynamics of the microservice architecture make its application diagnosis extremely challenging. Static troubleshooting approaches may fail to obtain reliable model applies for frequently changing situations. Even if we know the calling dependency of services, we lack a more dynamic diagnosis mechanism due to the existence of indirect fault propagation. Besides, algorithm based on single metric usually fail to identify the root cause of anomaly, as single type of metric is not enough to characterize the anomalies occur in diverse services. In view of this, we design a novel tool, named AutoMAP, which enables dynamic generation of service correlations and automated diagnosis leveraging multiple types of metrics. In AutoMAP, we propose the concept of anomaly behavior graph to describe the correlations between services associated with different types of metrics. Two binary operations, as well as a similarity function on behavior graph are defined to help AutoMAP choose appropriate diagnosis metric in any particular scenario. Following the behavior graph, we design a heuristic investigation algorithm by using forward, self, and backward random walk, with an objective to identify the root cause services. To demonstrate the strengths of AutoMAP, we develop a prototype and evaluate it in both simulated environment and real-work enterprise cloud system. Experimental results clearly indicate that AutoMAP achieves over 90% precision, which significantly outperforms other selected baseline methods. AutoMAP can be quickly deployed in a variety of microservice-based systems without any system knowledge. It also supports introduction of various expert knowledge to improve accuracy. Meng Ma 0001, Jingmin Xu, Pengfei Chen 0002, Zonghua Zhang, Ping Wang 0003 |
WWW | 1 |
| 2015 | OntoEvent: An Ontology-Based Event Description Language for Semantic Complex Event Processing
Meng Ma 0001, Ping Wang 0003 |
WAIM | 1 |