DG-CoLearn: An Efficient Collaborative Learning Framework for Dynamic Graphs

📅 2026-05-29
📈 Citations: 0
Influential: 0
📄 PDF

career value

186K/year
🤖 AI Summary
Existing dynamic graph collaborative learning methods suffer from high computational overhead due to repeated full-graph retraining and struggle to simultaneously preserve cross-client structural privacy and model temporal evolution. This work proposes the first end-to-end incremental collaborative learning framework, which processes only the local subgraphs affected by temporal updates and enables privacy-preserving multi-hop message passing through a server-mediated embedding exchange mechanism. Without exposing raw cross-client graph structures, the proposed approach achieves substantial gains in both efficiency and performance: training speed is accelerated by up to 33.8×, communication overhead is reduced by 27.4×, and node classification F1 score and link prediction mean average precision (MAP) improve by 13.36% and 8.27%, respectively.
📝 Abstract
Dynamic graph learning (DGL) is essential for modelling evolving graph data, but existing methods suffer from significant computational overhead due to repeated full-snapshot retraining and are not well-suited for collaborative settings with partitioned data. In realistic graph systems, cross-partition edges are unavoidable, but direct sharing of graph structure between clients may violate privacy constraints. We propose DG-CoLearn, a client-oblivious collaborative dynamic graph learning framework built on incremental graph snapshot processing, which focuses computation on graph regions affected by temporal updates while preserving historical information through temporal modelling. This incremental design is consistently applied across the entire graph processing pipeline, including a server-mediated embedding exchange mechanism to enable accurate multi-hop message passing without exposing raw cross-client structural information. Extensive experiments demonstrate that DG-CoLearn achieves up to 33.8$\times$ speedup in training time and 27.4$\times$ reduction in communication overhead, while consistently improving predictive performance on both node classification (up to 13.36% F1 improvement) and link prediction (up to 8.27% MAP improvement) tasks. These results highlight the effectiveness of DG-CoLearn in bridging efficiency, scalability, and client-to-client structural privacy in collaborative dynamic graph learning.
Problem

Research questions and friction points this paper is trying to address.

dynamic graph learning
collaborative learning
computational overhead
structural privacy
partitioned data
Innovation

Methods, ideas, or system contributions that make the work stand out.

incremental graph processing
collaborative learning
dynamic graph neural networks
structural privacy preservation
embedding exchange
🔎 Similar Papers
No similar papers found.