paper-with-me

Papers

Efficient Causal Structure Learning via Modular Subgraph Integration

2026-01-28 · Haixiang Sun, Pengchao Tian, Zihan Zhou, Jielei Zhang, Peiyi Li, Andrew L. Liu arxiv

Learning causal structures from observational data remains a fundamental yet computationally intensive task, particularly in high-dimensional settings where existing methods face challenges such as the super-exponential growth of the search space and increasing computational demands. To address this, we introduce VISTA (Voting-based Integration of Subgraph Topologies for Acyclicity), a modular framework that decomposes the global causal structure learning problem into local subgraphs based on Markov Blankets. The global integration is achieved through a weighted voting mechanism that penalizes low-support edges via exponential decay, filters unreliable ones with an adaptive threshold, and ensures acyclicity using a Feedback Arc Set (FAS) algorithm. The framework is model-agnostic, imposing no assumptions on the inductive biases of base learners, is compatible with arbitrary data settings without requiring specific structural forms, and fully supports parallelization. We also theoretically establish finite-sample error bounds for VISTA, and prove its asymptotic consistency under mild conditions. Extensive experiments on both synthetic and real datasets consistently demonstrate the effectiveness of VISTA, yielding notable improvements in both accuracy and efficiency over a wide range of base learners.

📄 PDF Abstract BibTeX arXiv:2601.21014

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PISA: Prioritized Invariant Subgraph Aggregation

2025-11-27 · Ali Ghasemi, Farooq Ahmad Wani, Maria Sofia Bucarelli, Fabrizio Silvestri arxiv

Recent work has extended the invariance principle for out-of-distribution (OOD) generalization from Euclidean to graph data, where challenges arise due to complex structures and diverse distribution shifts in node attrib…

Graph Neural Network Causal Explanation via Neural Causal Models

2024-07-12 · Arman Behnam, Binghui Wang

Graph neural network (GNN) explainers identify the important subgraph that ensures the prediction for a given graph. Until now, almost all GNN explainers are based on association, which is prone to spurious correlations.…

Causal InferenceGraph Neural Network

CIExplainer++: Generating Causal and Interpretable Explanations for Graph Neural Networks

2026-06-17 · Francisco Caldas, Sahil Satish Kumar, Ruben Belo, Cláudia Soares arxiv

Explainable Artificial Intelligence aims to make black-box models more trustworthy by presenting, in a human-understandable manner, the elements that lead to the model's output. This involves both (i) identifying compone…

Causal Inference

Subgraph Aggregation for Out-of-Distribution Generalization on Graphs

2024-10-29 · Bowen Liu, Haoyang Li, Shuning Wang, Shuo Nie 외

Out-of-distribution (OOD) generalization in Graph Neural Networks (GNNs) has gained significant attention due to its critical importance in graph-based predictions in real-world scenarios. Existing methods primarily focu…

Molecular Property PredictionOut-of-Distribution GeneralizationProperty Prediction

Inductive Subgraphs as Shortcuts: Causal Disentanglement for Heterophilic Graph Learning

2026-04-21 · Xiangmeng Wang, Qian Li, Haiyang Xia, Hao Miao 외 arxiv

Heterophily is a prevalent property of real-world graphs and is well known to impair the performance of homophilic Graph Neural Networks (GNNs). Prior work has attempted to adapt GNNs to heterophilic graphs through non-l…

Node ClassificationCausal InferenceGraph Learning