Privacy-Preserving Multimodal News Recommendation through Federated Learning

📄 arXiv: 2507.15460v3 📥 PDF

作者: Mehdi Khalaj, Shahrzad Golestani Najafabadi, Julita Vassileva

分类: cs.SI, cs.LG

发布日期: 2025-07-21 (更新: 2025-07-23)


💡 一句话要点

提出基于联邦学习的多模态新闻推荐方法,解决个性化推荐中的隐私问题。

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 联邦学习 多模态融合 新闻推荐 个性化推荐 隐私保护 时间感知模型 安全聚合

📋 核心要点

  1. 传统新闻推荐系统依赖文本内容,忽略用户短期兴趣,且集中式数据存储存在隐私风险。
  2. 提出多模态联邦学习框架,融合文本和视觉特征,平衡长期和短期兴趣,保护用户隐私。
  3. 实验结果表明,该方法在真实新闻数据集上表现优异,提升了隐私保护个性化推荐性能。

📝 摘要(中文)

本文提出了一种新颖的基于联邦学习的多模态新闻推荐方法,旨在解决传统个性化新闻推荐系统(PNR)过度依赖文本内容、忽略短期用户兴趣以及数据集中存储带来的隐私问题。该方法首先利用多模态模型整合新闻的文本和视觉特征,实现对内容的全面表示。其次,采用时间感知模型,通过多头自注意力网络平衡用户的长期和短期兴趣,提高推荐准确性。最后,实施联邦学习框架,在不共享用户数据的情况下进行协作模型训练。该框架将推荐模型分为服务器维护的大型新闻模型和客户端共享的轻量级用户模型。客户端从服务器请求新闻表示和用户模型,然后使用本地用户数据计算梯度,并将本地计算的梯度发送到服务器进行聚合。服务器聚合梯度以更新全局用户模型和新闻模型。更新后的新闻模型进一步用于服务器推断新闻表示。为了进一步保护用户隐私,采用了基于Shamir秘密共享的安全聚合算法。在真实新闻数据集上的实验表明,该方法与现有系统相比表现出色,代表了隐私保护个性化新闻推荐的重大进步。

🔬 方法详解

问题定义:现有新闻推荐系统主要依赖文本信息,忽略了新闻的视觉信息,导致推荐结果不够全面。同时,这些系统通常采用集中式数据存储,用户数据隐私面临泄露风险。此外,现有方法难以有效捕捉用户的短期兴趣,导致推荐结果的时效性不足。

核心思路:本文的核心思路是利用联邦学习框架,在保护用户隐私的前提下,融合新闻的多模态信息(文本和视觉)以及用户长期和短期兴趣,从而提升新闻推荐的准确性和个性化程度。通过联邦学习,模型可以在用户本地数据上进行训练,避免了用户数据的集中存储和传输。

技术框架:整体框架包含客户端和服务端两部分。服务端维护一个全局的新闻模型和一个全局的用户模型。客户端首先从服务端获取新闻表示和用户模型,然后在本地使用用户数据计算梯度,并将梯度上传到服务端。服务端使用安全聚合算法(基于Shamir秘密共享)聚合来自不同客户端的梯度,更新全局模型。更新后的新闻模型用于生成新闻表示,供客户端使用。

关键创新:该方法的主要创新点在于:1) 提出了一个多模态联邦学习框架,将联邦学习应用于新闻推荐领域,解决了数据隐私问题;2) 融合了新闻的文本和视觉信息,提升了新闻表示的质量;3) 采用时间感知模型,平衡了用户的长期和短期兴趣,提高了推荐的时效性。

关键设计:多模态模型使用预训练的文本编码器(如BERT)和视觉编码器(如ResNet)提取新闻的文本和视觉特征,然后将这些特征融合在一起。时间感知模型使用多头自注意力网络来捕捉用户的长期和短期兴趣。联邦学习框架采用基于Shamir秘密共享的安全聚合算法,确保在梯度聚合过程中不会泄露用户隐私。损失函数包括推荐损失和正则化损失,用于优化模型参数。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,该方法在真实新闻数据集上取得了显著的性能提升。与现有基线方法相比,该方法在推荐准确率(例如,点击率、精确率)方面有明显提高,同时有效保护了用户隐私。具体提升幅度未知,原文未提供具体数值。

🎯 应用场景

该研究成果可应用于各种新闻推荐平台、社交媒体和内容聚合应用,在保护用户隐私的同时,提供更准确、个性化的新闻推荐服务。该方法还有潜力扩展到其他推荐场景,例如电商产品推荐、视频推荐等,具有广泛的应用前景。

📄 摘要(原文)

Personalized News Recommendation systems (PNR) have emerged as a solution to information overload by predicting and suggesting news items tailored to individual user interests. However, traditional PNR systems face several challenges, including an overreliance on textual content, common neglect of short-term user interests, and significant privacy concerns due to centralized data storage. This paper addresses these issues by introducing a novel multimodal federated learning-based approach for news recommendation. First, it integrates both textual and visual features of news items using a multimodal model, enabling a more comprehensive representation of content. Second, it employs a time-aware model that balances users' long-term and short-term interests through multi-head self-attention networks, improving recommendation accuracy. Finally, to enhance privacy, a federated learning framework is implemented, enabling collaborative model training without sharing user data. The framework divides the recommendation model into a large server-maintained news model and a lightweight user model shared between the server and clients. The client requests news representations (vectors) and a user model from the central server, then computes gradients with user local data, and finally sends their locally computed gradients to the server for aggregation. The central server aggregates gradients to update the global user model and news model. The updated news model is further used to infer news representation by the server. To further safeguard user privacy, a secure aggregation algorithm based on Shamir's secret sharing is employed. Experiments on a real-world news dataset demonstrate strong performance compared to existing systems, representing a significant advancement in privacy-preserving personalized news recommendation.