paper-with-me

홈 › Papers

Data Watermarking for Sequential Recommender Systems

2024-11-20 · Sixiao Zhang, Cheng Long, Wei Yuan, Hongxu Chen, Hongzhi Yin

In the era of large foundation models, data has become a crucial component in building high-performance AI systems. As the demand for high-quality and large-scale data continues to rise, data copyright protection is attracting increasing attention. In this work, we explore the problem of data watermarking for sequential recommender systems, where a watermark is embedded into the target dataset and can be detected in models trained on that dataset. We focus on two settings: dataset watermarking, which protects the ownership of the entire dataset, and user watermarking, which safeguards the data of individual users. We present a method named Dataset Watermarking for Recommender Systems (DWRS) to address them. We define the watermark as a sequence of consecutive items inserted into normal users' interaction sequences. We define a Receptive Field (RF) to guide the inserting process to facilitate the memorization of the watermark. Extensive experiments on five representative sequential recommendation models and three benchmark datasets demonstrate the effectiveness of DWRS in protecting data copyright while preserving model utility.

📄 PDF Abstract BibTeX arXiv:2411.12989

Code (1)

rinnesz/dwrs 공식 구현 pytorch

Tasks

MemorizationRecommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Watermarking Recommender Systems

2024-07-17 · Sixiao Zhang, Cheng Long, Wei Yuan, Hongxu Chen 외

Recommender systems embody significant commercial value and represent crucial intellectual property. However, the integrity of these systems is constantly challenged by malicious actors seeking to steal their underlying …

Recommendation Systems

Revisiting Self-Attentive Sequential Recommendation

2025-04-13 · Zan Huang

Recommender systems are ubiquitous in on-line services to drive businesses. And many sequential recommender models were deployed in these systems to enhance personalization. The approach of using the transformer decoder …

DecoderRecommendation SystemsSequential Recommendation

Privacy-Preserving Cross-Domain Sequential Recommendation

2024-01-27 · Zhaohao Lin, Weike Pan, Zhong Ming

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 Recommendation

Black-Box Attacks on Sequential Recommenders via Data-Free Model Extraction

2021-09-01 · Zhenrui Yue, Zhankui He, Huimin Zeng, Julian McAuley

We investigate whether model extraction can be used to "steal" the weights of sequential recommender systems, and the potential threats posed to victims of such attacks. This type of risk has attracted attention in image…

Data PoisoningKnowledge DistillationModel extractionRecommendation Systems+4

Does It Look Sequential? An Analysis of Datasets for Evaluation of Sequential Recommendations

2024-08-21 · Anton Klenitskiy, Anna Volodkevich, Anton Pembek, Alexey Vasilev

Sequential recommender systems are an important and demanded area of research. Such systems aim to use the order of interactions in a user's history to predict future interactions. The premise is that the order of intera…

Recommendation Systems