Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

polyDAG: Polynomial Acyclicity Constraints for Efficient Continuous Causal Discovery in Visual Semantic Graphs

About

Modern image-analysis pipelines often convert images into structured semantic variables, such as facial attributes, object concepts, and scene descriptors. Learning directed dependencies among these variables can produce interpretable visual semantic graphs, but continuous directed acyclic graph learning is limited by the cost of enforcing acyclicity. We present polyDAG, a polynomial acyclicity framework for efficient continuous causal discovery in visual semantic graphs. polyDAG replaces the matrix-exponential acyclicity constraint with a finite polynomial trace constraint and proves that the new constraint is zero exactly for acyclic graphs. We further derive a geometric-series implementation that avoids the explicit summation loop while preserving the same acyclicity condition. Experiments on synthetic Erdos-Renyi graphs and CelebA facial visual attributes show that polyDAG improves efficiency and structure recovery. Averaged over the revised synthetic protocol with d in {100, 200, 500}, polyDAG reduces mean structural Hamming distance from 318.4 to 285.4 and improves mean F1 score from 0.725 to 0.756. At 100 nodes, the geometric variant runs in 3.44 seconds compared with 5.16 seconds for the exponential baseline, corresponding to a 33.4 percent speedup. Code and data are publicly available at https://github.com/wenhaoz-fengcai/polyDAG.

Wenhao Zhang, Ramin Ramezani, Tao Han, Kai Hwang, Minyi Guo• 2026

Related benchmarks

TaskDatasetResultRank
Structure recoveryErdős-Rényi (ER) graphs (synthetic)
SHD110
6
Causal DiscoveryCelebA
h_final0.0743
3
Causal DiscoverySynthetic datasets aggregated over d ∈ {100, 200, 500} 3 seeds each
SHD285.4
2
Causal DiscoverySachs Observational Only
SHD19
2
Showing 4 of 4 rows

Other info

Follow for update