Subgraph Pooling: Tackling Negative Transfer on Graphs

Abstract

Federated Multi-View Clustering (FedMVC) aims to uncover consistent clustering structures from distributed multi-view data for clustering while preserving data privacy. However, existing FedMVC methods under vertical settings either ignore the ubiquitous incomplete view issue or require uploading data features, which may lead to privacy leakage or induce high communication costs. To mitigate the view incompleteness issue and simultaneously maintain privacy and efffciency, we propose a novel Federated Multiview Graph Clustering with Incomplete Attribute Imputation (FMVC-IAI). This method constructs a consensus graph structure through complementary multi-view data and then utilizes a non-parametric graph neural network (GNN) to impute missing features. Additionally, it utilizes the adjacency graph as the knowledge carrier to share and fuse the multi-view information. To alleviate the high communication cost due to graph sharing, we proposed to share the anchor graph for global adjacency graph construction, which reduces communication cost and also helps to reduce privacy leakage risk. Extensive experiments demonstrate the superiority of our method in FedMVC tasks with incomplete views.

Cite

Text

Wang et al. "Subgraph Pooling: Tackling Negative Transfer on Graphs." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/570

Markdown

[Wang et al. "Subgraph Pooling: Tackling Negative Transfer on Graphs." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wang2024ijcai-subgraph/) doi:10.24963/ijcai.2024/570

BibTeX

@inproceedings{wang2024ijcai-subgraph,
  title     = {{Subgraph Pooling: Tackling Negative Transfer on Graphs}},
  author    = {Wang, Zehong and Zhang, Zheyuan and Zhang, Chuxu and Ye, Yanfang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {5153-5161},
  doi       = {10.24963/ijcai.2024/570},
  url       = {https://mlanthology.org/ijcai/2024/wang2024ijcai-subgraph/}
}