paper-with-me

Papers

Constructing Adversarial Examples for Vertical Federated Learning: Optimal Client Corruption through Multi-Armed Bandit

2024-08-08 · Duanyi Yao, Songze Li, Ye Xue, Jin Liu

Vertical federated learning (VFL), where each participating client holds a subset of data features, has found numerous applications in finance, healthcare, and IoT systems. However, adversarial attacks, particularly through the injection of adversarial examples (AEs), pose serious challenges to the security of VFL models. In this paper, we investigate such vulnerabilities through developing a novel attack to disrupt the VFL inference process, under a practical scenario where the adversary is able to adaptively corrupt a subset of clients. We formulate the problem of finding optimal attack strategies as an online optimization problem, which is decomposed into an inner problem of adversarial example generation (AEG) and an outer problem of corruption pattern selection (CPS). Specifically, we establish the equivalence between the formulated CPS problem and a multi-armed bandit (MAB) problem, and propose the Thompson sampling with Empirical maximum reward (E-TS) algorithm for the adversary to efficiently identify the optimal subset of clients for corruption. The key idea of E-TS is to introduce an estimation of the expected maximum reward for each arm, which helps to specify a small set of competitive arms, on which the exploration for the optimal arm is performed. This significantly reduces the exploration space, which otherwise can quickly become prohibitively large as the number of clients increases. We analytically characterize the regret bound of E-TS, and empirically demonstrate its capability of efficiently revealing the optimal corruption pattern with the highest attack success rate, under various datasets of popular VFL tasks.

📄 PDF Abstract BibTeX arXiv:2408.04310

Code (1)

duanyiyao/E-TS-in-VFL pytorch

Tasks

Federated LearningThompson SamplingVertical Federated Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Constructing Adversarial Examples for Vertical Federated Learning: Optimal Client Corruption through Multi-Armed Bandit

2024-05-07 · The International Conference on Learning Representations (ICLR) 2024 5 · Duanyi Yao (HKUST), Songze Li (Southeast University), Ye Xue (Shenzhen Research Institute of Big Data, CUHK(SZ)) 외

Vertical federated learning (VFL), where each participating client holds a subset of data features, has found numerous applications in finance, healthcare, and IoT systems. However, adversarial attacks, particularly thro…

Federated LearningThompson SamplingVertical Federated Learning

Fedlearn-Algo: A flexible open-source privacy-preserving machine learning platform

2021-07-08 · Bo Liu, Chaowei Tan, Jiazhou Wang, Tao Zeng 외

In this paper, we present Fedlearn-Algo, an open-source privacy preserving machine learning platform. We use this platform to demonstrate our research and development results on privacy preserving machine learning algori…

BIG-bench Machine LearningBinary ClassificationFederated LearningPrivacy Preserving+1

Enhancing Cyber Resilience of Networked Microgrids using Vertical Federated Reinforcement Learning

2022-12-17 · Sayak Mukherjee, Ramij R. Hossain, YuAn Liu, Wei Du 외

This paper presents a novel federated reinforcement learning (Fed-RL) methodology to enhance the cyber resiliency of networked microgrids. We formulate a resilient reinforcement learning (RL) training setup which (a) gen…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

VFLGAN-TS: Vertical Federated Learning-based Generative Adversarial Networks for Publication of Vertically Partitioned Time-Series Data

2024-09-05 · Xun Yuan, Zilong Zhao, Prosanta Gope, Biplab Sikdar

In the current artificial intelligence (AI) era, the scale and quality of the dataset play a crucial role in training a high-quality AI model. However, often original data cannot be shared due to privacy concerns and reg…

AttributeFederated LearningGenerative Adversarial NetworkTime Series+1

Analyzing the Robustness of Decentralized Horizontal and Vertical Federated Learning Architectures in a Non-IID Scenario

2022-10-20 · Pedro Miguel Sánchez Sánchez, Alberto Huertas Celdrán, Enrique Tomás Martínez Beltrán, Daniel Demeter 외

Federated learning (FL) allows participants to collaboratively train machine and deep learning models while protecting data privacy. However, the FL paradigm still presents drawbacks affecting its trustworthiness since m…

Data PoisoningFederated LearningPrivacy PreservingVertical Federated Learning