paper-with-me

Papers

RecAD: Towards A Unified Library for Recommender Attack and Defense

2023-09-09 · Changsheng Wang, Jianbai Ye, Wenjie Wang, Chongming Gao, Fuli Feng, Xiangnan He

In recent years, recommender systems have become a ubiquitous part of our daily lives, while they suffer from a high risk of being attacked due to the growing commercial and social values. Despite significant research progress in recommender attack and defense, there is a lack of a widely-recognized benchmarking standard in the field, leading to unfair performance comparison and limited credibility of experiments. To address this, we propose RecAD, a unified library aiming at establishing an open benchmark for recommender attack and defense. RecAD takes an initial step to set up a unified benchmarking pipeline for reproducible research by integrating diverse datasets, standard source codes, hyper-parameter settings, running logs, attack knowledge, attack budget, and evaluation results. The benchmark is designed to be comprehensive and sustainable, covering both attack, defense, and evaluation tasks, enabling more researchers to easily follow and contribute to this promising field. RecAD will drive more solid and reproducible research on recommender systems attack and defense, reduce the redundant efforts of researchers, and ultimately increase the credibility and practical value of recommender attack and defense. The project is released at https://github.com/gusye1234/recad.

📄 PDF Abstract BibTeX arXiv:2309.04884

Code (1)

gusye1234/recad 공식 구현 pytorch

Tasks

BenchmarkingRecommendation Systems

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Towards Robust Recommendation: A Review and an Adversarial Robustness Evaluation Library

2024-04-27 · Lei Cheng, Xiaowen Huang, Jitao Sang, Jian Yu

Recently, recommender system has achieved significant success. However, due to the openness of recommender systems, they remain vulnerable to malicious attacks. Additionally, natural noise in training data and issues suc…

Adversarial RobustnessNon-Adversarial RobustnessRecommendation Systems

PRECAD: Privacy-Preserving and Robust Federated Learning via Crypto-Aided Differential Privacy

2021-10-22 · Xiaolan Gu, Ming Li, Li Xiong

Federated Learning (FL) allows multiple participating clients to train machine learning models collaboratively by keeping their datasets local and only exchanging model updates. Existing FL protocol designs have been sho…

Federated LearningModel PoisoningPrivacy Preserving

Amulet: a Python Library for Assessing Interactions Among ML Defenses and Risks

2025-09-15 · Asim Waheed, Vasisht Duddu, Rui Zhang, Sebastian Szyller arxiv

Machine learning (ML) models are susceptible to various risks to security, privacy, and fairness. Most defenses are designed to protect against each risk individually (intended interactions) but can inadvertently affect …

DeepRobust: A PyTorch Library for Adversarial Attacks and Defenses

2020-05-13 · Ya-Xin Li, Wei Jin, Han Xu, Jiliang Tang

DeepRobust is a PyTorch adversarial learning library which aims to build a comprehensive and easy-to-use platform to foster this research field. It currently contains more than 10 attack algorithms and 8 defense algorith…

AIJack: Let's Hijack AI! Security and Privacy Risk Simulator for Machine Learning

2023-12-29 · Hideaki Takahashi

This paper introduces AIJack, an open-source library designed to assess security and privacy risks associated with the training and deployment of machine learning models. Amid the growing interest in big data and AI, adv…