🤖 AI Summary
This work addresses the challenge of causal discovery in the presence of unobserved confounders—i.e., correlated noise—by proposing a novel method grounded in the f-GAN framework. The approach formulates causal structure learning as a Bayesian free energy minimization problem, which is equivalently recast as an f-divergence minimization and solved via adversarial learning to directly optimize binary graph structures within the discrete space of causal graphs. By leveraging the Gumbel-Softmax relaxation, the method circumvents reliance on explicit structural equation parameters, enabling end-to-end learning of causal graphs. Experimental results demonstrate that, under linear causal models, the proposed method effectively recovers true causal structures and achieves significantly improved robustness and accuracy in the presence of confounding interference.
📝 Abstract
Causal discovery from data with unmeasured confounding factors is a challenging problem. This paper proposes an approach based on the f-GAN framework, learning the binary causal structure independent of specific weight values. We reformulate the structure learning problem as minimizing Bayesian free energy and prove that this problem is equivalent to minimizing the f-divergence between the true data distribution and the model-generated distribution. Using the f-GAN framework, we transform this objective into a min-max adversarial optimization problem. We implement the gradient search in the discrete graph space using Gumbel-Softmax relaxation.