AINov 18, 2022

Identifying Unique Spatial-Temporal Bayesian Network without Markov Equivalence

arXiv:2211.10085v44 citationsh-index: 79Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific challenge in causal inference for spatio-temporal data, offering a novel theoretical framework and algorithm, but it appears incremental as it builds on prior methods like Full Time Graph.

The paper tackles the problem of uniquely identifying spatial-temporal causality in Bayesian networks, which is challenging due to Markov equivalence classes, by proposing a Spatial-Temporal Bayesian Network (STBN) and a High-order Causal Entropy (HCE) algorithm that achieves state-of-the-art identification accuracy.

Identifying vanilla Bayesian network to model spatial-temporal causality can be a critical yet challenging task. Different Markovian-equivalent directed acyclic graphs would be identified if the identifiability is not satisfied. To address this issue, Directed Cyclic Graph is proposed to drop the directed acyclic constraint. But it does not always hold, and cannot model dynamical time-series process. Then, Full Time Graph is proposed with introducing high-order time delay. Full Time Graph has no Markov equivalence class by assuming no instantaneous effects. But, it also assumes that the causality is invariant with varying time, that is not always satisfied in the spatio-temporal scenarios. Thus, in this work, a Spatial-Temporal Bayesian Network (STBN) is proposed to theoretically model the spatial-temporal causality from the perspective of information transfer. STBN explains the disappearance of network structure $X\rightarrow Z \rightarrow Y$ and $X\leftarrow Z \leftarrow Y$ by the principle of information path blocking. And finally, the uniqueness of STBN is proved. Based on this, a High-order Causal Entropy (HCE) algorithm is also proposed to uniquely identify STBN under time complexity $\mathcal{O}(n^3τ_{max})$, where $n$ is the number of variables and $τ_{max}$ is the maximum time delay. Numerical experiments are conducted with comparison to other baseline algorithms. The results show that HCE algorithm obtains state-of-the-art identification accuracy. The code is available at https://github.com/KMY-SEU/HCE.

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