Table of Contents
Fetching ...

Federated Temporal Graph Clustering

Zihao Zhou, Yang Liu, Xianghong Xu, Qian Li

TL;DR

A novel Federated Temporal Graph Clustering (FTGC) framework is introduced that enables decentralized training of graph neural networks (GNNs) across multiple clients, ensuring data privacy throughout the process and achieves competitive performance on temporal graph datasets.

Abstract

Temporal graph clustering is a complex task that involves discovering meaningful structures in dynamic graphs where relationships and entities change over time. Existing methods typically require centralized data collection, which poses significant privacy and communication challenges. In this work, we introduce a novel Federated Temporal Graph Clustering (FTGC) framework that enables decentralized training of graph neural networks (GNNs) across multiple clients, ensuring data privacy throughout the process. Our approach incorporates a temporal aggregation mechanism to effectively capture the evolution of graph structures over time and a federated optimization strategy to collaboratively learn high-quality clustering representations. By preserving data privacy and reducing communication overhead, our framework achieves competitive performance on temporal graph datasets, making it a promising solution for privacy-sensitive, real-world applications involving dynamic data.

Federated Temporal Graph Clustering

TL;DR

A novel Federated Temporal Graph Clustering (FTGC) framework is introduced that enables decentralized training of graph neural networks (GNNs) across multiple clients, ensuring data privacy throughout the process and achieves competitive performance on temporal graph datasets.

Abstract

Temporal graph clustering is a complex task that involves discovering meaningful structures in dynamic graphs where relationships and entities change over time. Existing methods typically require centralized data collection, which poses significant privacy and communication challenges. In this work, we introduce a novel Federated Temporal Graph Clustering (FTGC) framework that enables decentralized training of graph neural networks (GNNs) across multiple clients, ensuring data privacy throughout the process. Our approach incorporates a temporal aggregation mechanism to effectively capture the evolution of graph structures over time and a federated optimization strategy to collaboratively learn high-quality clustering representations. By preserving data privacy and reducing communication overhead, our framework achieves competitive performance on temporal graph datasets, making it a promising solution for privacy-sensitive, real-world applications involving dynamic data.

Paper Structure

This paper contains 19 sections, 19 equations, 1 figure, 4 tables.

Figures (1)

  • Figure 1: GFL workflow.