paper-with-me

홈 › Papers

Attacks and Defenses for Free-Riders in Multi-Discriminator GAN

2022-01-24 · Zilong Zhao, Jiyue Huang, Stefanie Roos, Lydia Y. Chen

Generative Adversarial Networks (GANs) are increasingly adopted by the industry to synthesize realistic images. Due to data not being centrally available, Multi-Discriminator (MD)-GANs training framework employs multiple discriminators that have direct access to the real data. Distributedly training a joint GAN model entails the risk of free-riders, i.e., participants that aim to benefit from the common model while only pretending to participate in the training process. In this paper, we conduct the first characterization study of the impact of free-riders on MD-GAN. Based on two production prototypes of MD-GAN, we find that free-riders drastically reduce the ability of MD-GANs to produce images that are indistinguishable from real data, i.e., they increase the FID score -- the standard measure to assess the quality of generated images. To mitigate the model degradation, we propose a defense strategy against free-riders in MD-GAN, termed DFG. DFG distinguishes free-riders and benign participants through periodic probing and clustering of discriminators' responses based on a reference response of free-riders, which then allows the generator to exclude the detected free-riders from the training. Furthermore, we extend our defense, termed DFG+, to enable discriminators to filter out free-riders at the variant of MD-GAN that allows peer exchanges of discriminators networks. Extensive evaluation on various scenarios of free-riders, MD-GAN architecture, and three datasets show that our defenses effectively detect free-riders. With 1 to 5 free-riders, DFG and DFG+ averagely decreases FID by 5.22% to 11.53% for CIFAR10 and 5.79% to 13.22% for CIFAR100 in comparison to an attack without defense. In a shell, the proposed DFG(+) can effectively defend against free-riders without affecting benign clients at a negligible computation overhead.

📄 PDF Abstract BibTeX arXiv:2201.09967

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Free-riders in Federated Learning: Attacks and Defenses

2019-11-28 · Jierui Lin, Min Du, Jian Liu

Federated learning is a recently proposed paradigm that enables multiple clients to collaboratively train a joint model. It allows clients to train models locally, and leverages the parameter server to generate a global …

Anomaly DetectionFederated Learning

Rethinking the Defense Against Free-rider Attack From the Perspective of Model Weight Evolving Frequency

2022-06-11 · Jinyin Chen, Mingjun Li, Tao Liu, Haibin Zheng 외

Federated learning (FL) is a distributed machine learning approach where multiple clients collaboratively train a joint model without exchanging their data. Despite FL's unprecedented success in data privacy-preserving, …

Federated LearningPrivacy Preserving

FRIDA: Free-Rider Detection using Privacy Attacks

2024-10-07 · Pol G. Recasens, Ádám Horváth, Alberto Gutierrez-Torre, Jordi Torres 외

Federated learning is increasingly popular as it enables multiple parties with limited datasets and resources to train a high-performing machine learning model collaboratively. However, similarly to other collaborative s…

Federated Learning

Dynamic Free-Rider Detection in Federated Learning via Simulated Attack Patterns

2026-04-06 · Motoki Nakamura arxiv

Federated learning (FL) enables multiple clients to collaboratively train a global model by aggregating local updates without sharing private data. However, FL often faces the challenge of free-riders, clients who submit…

Federated Learning

On the Vulnerability of Parameter-Level Defenses to Model Merging

2026-06-29 · Kuangpu Guo, Qingyan Zheng, Jian Liang, Yongcan Yu 외 arxiv

The training-free integration of expert models via model merging has exposed significant security risks, enabling free-riders to combine specialized models without authorization. Recent works propose parameter-level defe…