d2e1f381f37516c7.tex
1: \begin{abstract}
2: 		Federated Graph Learning (FGL) has garnered widespread attention by enabling collaborative training on multiple clients for semi-supervised classification tasks.
3: 		However, most existing FGL studies do not well consider the missing inter-client topology information in real-world scenarios, causing insufficient feature aggregation of multi-hop neighbor clients during model training.
4: 		Moreover, the classic FGL commonly adopts the FedAvg but neglects the high training costs when the number of clients expands, resulting in the overload of a single edge server.
5: 		To address these important challenges, we propose a novel FGL framework, named SpreadFGL, to promote the information flow in edge-client collaboration and extract more generalized potential relationships between clients.
6: 		In SpreadFGL, an adaptive graph imputation generator incorporated with a versatile assessor is first designed to exploit the potential links between subgraphs, without sharing raw data.
7: 		Next, a new negative sampling mechanism is developed to make SpreadFGL concentrate on more refined information in downstream tasks.
8: 		To facilitate load balancing at the edge layer, SpreadFGL follows a distributed training manner that enables fast model convergence.
9: 		Using real-world testbed and benchmark graph datasets, extensive experiments demonstrate the effectiveness of the proposed SpreadFGL.
10: 		The results show that SpreadFGL achieves higher accuracy and faster convergence against state-of-the-art algorithms.
11: 	\end{abstract}
12: