Privacy-Preserving Sequential Recommendation with Collaborative Confusion
Sequential recommendation has attracted a lot of attention from both academia and industry, however the privacy risks associated to gathering and transferring users' personal interaction data are often underestimated or ignored. Existing privacy-preserving studies are mainly applied to traditional collaborative filtering or matrix factorization rather than sequential recommendation. Moreover, these studies are mostly based on differential privacy or federated learning, which often leads to significant performance degradation, or has high requirements for communication. In this work, we address privacy-preserving from a different perspective. Unlike existing research, we capture collaborative signals of neighbor interaction sequences and directly inject indistinguishable items into the target sequence before the recommendation process begins, thereby increasing the perplexity of the target sequence. Even if the target interaction sequence is obtained by attackers, it is difficult to discern which ones are the actual user interaction records. To achieve this goal, we propose a CoLlaborative-cOnfusion seqUential recommenDer, namely CLOUD, which incorporates a collaborative confusion mechanism to edit the raw interaction sequences before conducting recommendation. Specifically, CLOUD first calculates the similarity between the target interaction sequence and other neighbor sequences to find similar sequences. Then, CLOUD considers the shared representation of the target sequence and similar sequences to determine the operation to be performed: keep, delete, or insert. We design a copy mechanism to make items from similar sequences have a higher probability to be inserted into the target sequence. Finally, the modified sequence is used to train the recommender and predict the next item.
Code (0)
등록된 구현이 없습니다.
Tasks
Collaborative FilteringFederated LearningPrivacy PreservingSequential RecommendationSimilar Papers 제목 키워드 기반
Survey of Privacy-Preserving Collaborative Filtering
Collaborative filtering recommendation systems provide recommendations to users based on their own past preferences, as well as those of other users who share similar interests. The use of recommendation systems has grow…
Collaborative FilteringPrivacy PreservingRecommendation SystemsSurveyMRP-LLM: Multitask Reflective Large Language Models for Privacy-Preserving Next POI Recommendation
Large language models (LLMs) have shown promising potential for next Point-of-Interest (POI) recommendation. However, existing methods only perform direct zero-shot prompting, leading to ineffective extraction of user pr…
Language ModelingLanguage ModellingLarge Language ModelPrivacy PreservingPrivacy-Preserving Cross-Domain Sequential Recommendation
Cross-domain sequential recommendation is an important development direction of recommender systems. It combines the characteristics of sequential recommender systems and cross-domain recommender systems, which can captu…
Privacy PreservingRecommendation SystemsSequential RecommendationPrivacy-preserving and yet Robust Collaborative Filtering Recommender as a Service
Collaborative filtering recommenders provide effective personalization services at the cost of sacrificing the privacy of their end users. Due to the increasing concerns from the society and stricter privacy regulations,…
Collaborative FilteringPrivacy PreservingPDC-FRS: Privacy-preserving Data Contribution for Federated Recommender System
Federated recommender systems (FedRecs) have emerged as a popular research direction for protecting users' privacy in on-device recommendations. In FedRecs, users keep their data locally and only contribute their local c…
Privacy PreservingRecommendation Systems