paper-with-me

홈 › Papers

Mitigating Adversarial Attacks in Federated Learning with Trusted Execution Environments

2023-09-13 · Simon Queyrut, Valerio Schiavoni, Pascal Felber

The main premise of federated learning (FL) is that machine learning model updates are computed locally to preserve user data privacy. This approach avoids by design user data to ever leave the perimeter of their device. Once the updates aggregated, the model is broadcast to all nodes in the federation. However, without proper defenses, compromised nodes can probe the model inside their local memory in search for adversarial examples, which can lead to dangerous real-world scenarios. For instance, in image-based applications, adversarial examples consist of images slightly perturbed to the human eye getting misclassified by the local model. These adversarial images are then later presented to a victim node's counterpart model to replay the attack. Typical examples harness dissemination strategies such as altered traffic signs (patch attacks) no longer recognized by autonomous vehicles or seemingly unaltered samples that poison the local dataset of the FL scheme to undermine its robustness. Pelta is a novel shielding mechanism leveraging Trusted Execution Environments (TEEs) that reduce the ability of attackers to craft adversarial samples. Pelta masks inside the TEE the first part of the back-propagation chain rule, typically exploited by attackers to craft the malicious samples. We evaluate Pelta on state-of-the-art accurate models using three well-established datasets: CIFAR-10, CIFAR-100 and ImageNet. We show the effectiveness of Pelta in mitigating six white-box state-of-the-art adversarial attacks, such as Projected Gradient Descent, Momentum Iterative Method, Auto Projected Gradient Descent, the Carlini & Wagner attack. In particular, Pelta constitutes the first attempt at defending an ensemble model against the Self-Attention Gradient attack to the best of our knowledge. Our code is available to the research community at https://github.com/queyrusi/Pelta.

📄 PDF Abstract BibTeX arXiv:2309.07197

Code (1)

queyrusi/pelta 공식 구현 pytorch

Tasks

Autonomous VehiclesFederated Learning

Similar Papers 제목 키워드 기반

Enabling Trustworthy Federated Learning via Remote Attestation for Mitigating Byzantine Threats

2025-08-30 · Chaoyu Zhang, Heng Jin, Shanghao Shi, Hexuan Yu 외 arxiv

Federated Learning (FL) has gained significant attention for its privacy-preserving capabilities, enabling distributed devices to collaboratively train a global model without sharing raw data. However, its distributed na…

Federated Learning

Pelta: Shielding Transformers to Mitigate Evasion Attacks in Federated Learning

2023-08-08 · Simon Queyrut, Yérom-David Bromberg, Valerio Schiavoni

The main premise of federated learning is that machine learning model updates are computed locally, in particular to preserve user data privacy, as those never leave the perimeter of their device. This mechanism supposes…

Adversarial AttackFederated Learning

Mitigating Leakage in Federated Learning with Trusted Hardware

2020-11-10 · Javad Ghareh Chamani, Dimitrios Papadopoulos

In federated learning, multiple parties collaborate in order to train a global model over their respective datasets. Even though cryptographic primitives (e.g., homomorphic encryption) can help achieve data privacy in th…

Federated Learning

Robust Federated Learning under Adversarial Attacks via Loss-Based Client Clustering

2025-08-18 · Emmanouil Kritharakis, Dusan Jakovetic, Antonios Makris, Konstantinos Tserpes arxiv

Federated Learning (FL) enables collaborative model training across multiple clients without sharing private data. We consider FL scenarios wherein FL clients are subject to adversarial (Byzantine) attacks, while the FL …

Federated Learning

PPFL: Privacy-preserving Federated Learning with Trusted Execution Environments

2021-04-29 · Fan Mo, Hamed Haddadi, Kleomenis Katevas, Eduard Marin 외

We propose and implement a Privacy-preserving Federated Learning ($PPFL$) framework for mobile systems to limit privacy leakages in federated learning. Leveraging the widespread presence of Trusted Execution Environments…

CPUFederated LearningPrivacy Preserving