paper-with-me

Papers

Privacy-Preserving Synthetic Data Generation for Recommendation Systems

2022-09-27 · Fan Liu, Zhiyong Cheng, Huilin Chen, Yinwei Wei, Liqiang Nie, Mohan Kankanhalli

Recommendation systems make predictions chiefly based on users' historical interaction data (e.g., items previously clicked or purchased). There is a risk of privacy leakage when collecting the users' behavior data for building the recommendation model. However, existing privacy-preserving solutions are designed for tackling the privacy issue only during the model training and results collection phases. The problem of privacy leakage still exists when directly sharing the private user interaction data with organizations or releasing them to the public. To address this problem, in this paper, we present a User Privacy Controllable Synthetic Data Generation model (short for UPC-SDG), which generates synthetic interaction data for users based on their privacy preferences. The generation model aims to provide certain privacy guarantees while maximizing the utility of the generated synthetic data at both data level and item level. Specifically, at the data level, we design a selection module that selects those items that contribute less to a user's preferences from the user's interaction data. At the item level, a synthetic data generation module is proposed to generate a synthetic item corresponding to the selected item based on the user's preferences. Furthermore, we also present a privacy-utility trade-off strategy to balance the privacy and utility of the synthetic data. Extensive experiments and ablation studies have been conducted on three publicly accessible datasets to justify our method, demonstrating its effectiveness in generating synthetic data under users' privacy preferences.

📄 PDF Abstract BibTeX arXiv:2209.13133

Code (1)

huilinchenjn/upc_sdg 공식 구현 pytorch

Tasks

Privacy PreservingRecommendation SystemsSynthetic Data Generation

Similar Papers 제목 키워드 기반

Synthetic Data and Simulators for Recommendation Systems: Current State and Future Directions

2021-12-21 · Adam Lesnikowski, Gabriel de Souza Pereira Moreira, Sara Rabhi, Karl Byleen-Higley

Synthetic data and simulators have the potential to markedly improve the performance and robustness of recommendation systems. These approaches have already had a beneficial impact in other machine-learning driven fields…

Dataset GenerationPrivacy PreservingRecommendation Systems

Scaling While Privacy Preserving: A Comprehensive Synthetic Tabular Data Generation and Evaluation in Learning Analytics

2024-01-12 · Qinyi Liu, Mohammad Khalil, Ronas Shakya, Jelena Jovanovic

Privacy poses a significant obstacle to the progress of learning analytics (LA), presenting challenges like inadequate anonymization and data misuse that current solutions struggle to address. Synthetic data emerges as a…

Privacy PreservingSynthetic Data GenerationTabular Data Generation

Private Seeds, Public LLMs: Realistic and Privacy-Preserving Synthetic Data Generation

2026-04-08 · Qian Ma, Sarah Rajtmajer arxiv

Large language models (LLMs) have emerged as a powerful tool for synthetic data generation. A particularly important use case is producing synthetic replicas of private text, which requires carefully balancing privacy an…

Synthetic Data Generation

Privacy-Preserving Bandits

2019-09-10 · Mohammad Malekzadeh, Dimitrios Athanasakis, Hamed Haddadi, Benjamin Livshits

Contextual bandit algorithms~(CBAs) often rely on personal data to provide recommendations. Centralized CBA agents utilize potentially sensitive data from recent interactions to provide personalization to end-users. Keep…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPrivacy Preserving

PPGenCDR: A Stable and Robust Framework for Privacy-Preserving Cross-Domain Recommendation

2023-05-11 · Xinting Liao, Weiming Liu, Xiaolin Zheng, Binhui Yao 외

Privacy-preserving cross-domain recommendation (PPCDR) refers to preserving the privacy of users when transferring the knowledge from source domain to target domain for better performance, which is vital for the long-ter…

Generative Adversarial NetworkPrivacy PreservingRecommendation Systems