FedCSL: A Scalable and Accurate Approach to Federated Causal Structure Learning

Abstract

As an emerging research direction, federated causal structure learning (CSL) aims at learning causal relationships from decentralized data across multiple clients while preserving data privacy. Existing federated CSL algorithms suffer from scalability and accuracy issues, since they require computationally expensive CSL algorithms to be executed at each client. Furthermore, in real-world scenarios, the number of samples held by each client varies significantly, and existing methods still assign equal weights to the learned structural information from each client, which severely harms the learning accuracy of those methods. To address these two limitations, we propose FedCSL, a scalable and accurate method for federated CSL. Specifically, FedCSL consists of two novel strategies: (1) a federated local-to-global learning strategy that enables FedCSL to scale to high-dimensional data for tackling the scalability issue, and (2) a novel weighted aggregation strategy that does not rely on any complex encryption techniques while preserving data privacy for tackling the accuracy issue. Extensive experiments on benchmark datasets, high-dimensional synthetic datasets and a real-world dataset verify the efficacy of the proposed FedCSL method. The source code is available at https://github.com/Xianjie-Guo/FedCSL.

Cite

Text

Guo et al. "FedCSL: A Scalable and Accurate Approach to Federated Causal Structure Learning." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I11.29113

Markdown

[Guo et al. "FedCSL: A Scalable and Accurate Approach to Federated Causal Structure Learning." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/guo2024aaai-fedcsl/) doi:10.1609/AAAI.V38I11.29113

BibTeX

@inproceedings{guo2024aaai-fedcsl,
  title     = {{FedCSL: A Scalable and Accurate Approach to Federated Causal Structure Learning}},
  author    = {Guo, Xianjie and Yu, Kui and Liu, Lin and Li, Jiuyong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {12235-12243},
  doi       = {10.1609/AAAI.V38I11.29113},
  url       = {https://mlanthology.org/aaai/2024/guo2024aaai-fedcsl/}
}