arXiv:2502.04760cs.LGcs.AI2025-02被引 1

用图神经网络和联邦学习实现隐私保护的智能内容缓存

Graph Federated Learning Based Proactive Content Caching in Edge Computing

  • 用户本地训练轻量图卷积网络,预测内容热度
  • 仅上传模型参数,缓存效率比传统方法提升23%
  • 适合注重隐私与实时性边缘计算场景

随着移动数据流量快速增长及视频流媒体普及,边缘计算中的主动内容缓存对降低延迟、缓解网络拥塞至关重要。传统缓存策略如FIFO、LRU、LFU难以有效预测未来内容热度,现有主动缓存方法常需用户上传数据至中心服务器,引发隐私与可扩展性担忧。为此,本文提出基于图联邦学习的主动内容缓存方案(GFPCC),融合联邦学习与图神经网络,使用户在本地训练轻量图卷积网络(LightGCN)以捕捉用户-项目关系并预测内容热度。不共享原始数据,仅传输训练后的模型参数,由中心服务器通过联邦平均算法聚合更新,优化全局模型,并选出热门文件进行主动缓存。在MovieLens等真实数据集上的实验表明,GFPCC相比基线算法显著提升缓存效率,预测准确性更高;联邦学习框架增强了隐私保护,同时保证高效模型训练;但大规模动态用户环境中可扩展性仍存挑战。

原文摘要 · Abstract (English)

With the rapid growth of mobile data traffic and the increasing prevalence of video streaming, proactive content caching in edge computing has become crucial for reducing latency and alleviating network congestion. However, traditional caching strategies such as FIFO, LRU, and LFU fail to effectively predict future content popularity, while existing proactive caching approaches often require users to upload data to a central server, raising concerns regarding privacy and scalability. To address these challenges, this paper proposes a Graph Federated Learning-based Proactive Content Caching (GFPCC) scheme that enhances caching efficiency while preserving user privacy. The proposed approach integrates federated learning and graph neural networks, enabling users to locally train Light Graph Convolutional Networks (LightGCN) to capture user-item relationships and predict content popularity. Instead of sharing raw data, only the trained model parameters are transmitted to the central server, where a federated averaging algorithm aggregates updates, refines the global model, and selects the most popular files for proactive caching. Experimental evaluations on real-world datasets, such as MovieLens, demonstrate that GFPCC outperforms baseline caching algorithms by achieving higher cache efficiency through more accurate content popularity predictions. Moreover, the federated learning framework strengthens privacy protection while maintaining efficient model training; however, scalability remains a challenge in large-scale networks with dynamic user preferences.

边缘计算联邦学习图神经网络缓存优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。