paper-with-me

홈 › Papers

Split Two-Tower Model for Efficient and Privacy-Preserving Cross-device Federated Recommendation

2022-06-28 · Jiangcheng Qin, Baisong Liu, Xueyuan Zhang, Jiangbo Qian

Federated Recommendation can mitigate the systematical privacy risks of traditional recommendation since it allows the model training and online inferring without centralized user data collection. Most existing works assume that all user devices are available and adequate to participate in the Federated Learning. However, in practice, the complex recommendation models designed for accurate prediction and massive item data cause a high computation and communication cost to the resource-constrained user device, resulting in poor performance or training failure. Therefore, how to effectively compress the computation and communication overhead to achieve efficient federated recommendations across ubiquitous mobile devices remains a significant challenge. This paper introduces split learning into the two-tower recommendation models and proposes STTFedRec, a privacy-preserving and efficient cross-device federated recommendation framework. STTFedRec achieves local computation reduction by splitting the training and computation of the item model from user devices to a performance-powered server. The server with the item model provides low-dimensional item embeddings instead of raw item data to the user devices for local training and online inferring, achieving server broadcast compression. The user devices only need to perform similarity calculations with cached user embeddings to achieve efficient online inferring. We also propose an obfuscated item request strategy and multi-party circular secret sharing chain to enhance the privacy protection of model training. The experiments conducted on two public datasets demonstrate that STTFedRec improves the average computation time and communication size of the baseline models by about 40 times and 42 times in the best-case scenario with balanced recommendation accuracy.

📄 PDF Abstract BibTeX arXiv:2206.13715

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

P3SL: Personalized Privacy-Preserving Split Learning on Heterogeneous Edge Devices

2025-07-23 · Wei Fan, JinYi Yoon, Xiaochang Li, Huajie Shao 외 arxiv

Split Learning (SL) is an emerging privacy-preserving machine learning technique that enables resource constrained edge devices to participate in model training by partitioning a model into client-side and server-side su…

Privacy-Preserving Split Learning with Vision Transformers using Patch-Wise Random and Noisy CutMix

2024-08-02 · Seungeun Oh, Sihun Baek, Jihong Park, Hyelin Nam 외

In computer vision, the vision transformer (ViT) has increasingly superseded the convolutional neural network (CNN) for improved accuracy and robustness. However, ViT's large model sizes and high sample complexity make i…

Privacy Preserving

Edge-assisted U-Shaped Split Federated Learning with Privacy-preserving for Internet of Things

2023-11-08 · Hengliang Tang, Zihang Zhao, Detian Liu, Yang Cao 외

In the realm of the Internet of Things (IoT), deploying deep learning models to process data generated or collected by IoT devices is a critical challenge. However, direct data transmission can cause network congestion a…

Federated LearningPrivacy Preserving

$Λ$-Split: A Privacy-Preserving Split Computing Framework for Cloud-Powered Generative AI

2023-10-23 · Shoki Ohta, Takayuki Nishio

In the wake of the burgeoning expansion of generative artificial intelligence (AI) services, the computational demands inherent to these technologies frequently necessitate cloud-powered computational offloading, particu…

Privacy Preserving

TinyML NLP Scheme for Semantic Wireless Sentiment Classification with Privacy Preservation

2024-11-09 · Ahmed Y. Radwan, Mohammad Shehab, Mohamed-Slim Alouini

Natural Language Processing (NLP) operations, such as semantic sentiment analysis and text synthesis, often raise privacy concerns and demand significant on-device computational resources. Centralized learning (CL) on th…

ClassificationFederated LearningPrivacy PreservingSentiment Analysis+1