paper-with-me

Papers

ZORRO: Zero-Knowledge Robustness and Privacy for Split Learning (Full Version)

2025-09-11 · Nojan Sheybani, Alessandro Pegoraro, Jonathan Knauer, Phillip Rieger, Elissa Mollakuqe, Farinaz Koushanfar, Ahmad-Reza Sadeghi arxiv

Split Learning (SL) is a distributed learning approach that enables resource-constrained clients to collaboratively train deep neural networks (DNNs) by offloading most layers to a central server while keeping in- and output layers on the client-side. This setup enables SL to leverage server computation capacities without sharing data, making it highly effective in resource-constrained environments dealing with sensitive data. However, the distributed nature enables malicious clients to manipulate the training process. By sending poisoned intermediate gradients, they can inject backdoors into the shared DNN. Existing defenses are limited by often focusing on server-side protection and introducing additional overhead for the server. A significant challenge for client-side defenses is enforcing malicious clients to correctly execute the defense algorithm. We present ZORRO, a private, verifiable, and robust SL defense scheme. Through our novel design and application of interactive zero-knowledge proofs (ZKPs), clients prove their correct execution of a client-located defense algorithm, resulting in proofs of computational integrity attesting to the benign nature of locally trained DNN portions. Leveraging the frequency representation of model partitions enables ZORRO to conduct an in-depth inspection of the locally trained models in an untrusted environment, ensuring that each client forwards a benign checkpoint to its succeeding client. In our extensive evaluation, covering different model architectures as well as various attack strategies and data scenarios, we show ZORRO's effectiveness, as it reduces the attack success rate to less than 6\% while causing even for models storing \numprint{1000000} parameters on the client-side an overhead of less than 10 seconds.

📄 PDF Abstract BibTeX arXiv:2509.09787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ZoRRO: A Zero-Weight Personalized Recommender System for Scalable News Recommendation

2026-07-12 · Johannes Kruse, Ryotaro Shimizu, Kasper Lindskow, Jon Tofteskov 외 arxiv

We present ZoRRO (Zero-Weight Personalized Recommender System), a zero-weight, training-free framework for personalized news recommendation designed for scalable real-world deployment. ZoRRO outperforms strong neural bas…

SplitAgent: A Privacy-Preserving Distributed Architecture for Enterprise-Cloud Agent Collaboration

2026-03-09 · Jianshu She arxiv

Enterprise adoption of cloud-based AI agents faces a fundamental privacy dilemma: leveraging powerful cloud models requires sharing sensitive data, while local processing limits capability. Current agent frameworks like …

Zorro: A Flexible and Differentiable Parametric Family of Activation Functions That Extends ReLU and GELU

2024-09-28 · Matias Roodschild, Jorge Gotay-Sardiñas, Victor A. Jimenez, Adrian Will

Even in recent neural network architectures such as Transformers and Extended LSTM (xLSTM), and traditional ones like Convolutional Neural Networks, Activation Functions are an integral part of nearly all neural networks…

Zorro: the masked multimodal transformer

2023-01-23 · Adrià Recasens, Jason Lin, Joāo Carreira, Drew Jaegle 외

Attention-based models are appealing for multimodal processing because inputs from multiple modalities can be concatenated and fed to a single backbone network - thus requiring very little fusion engineering. The resulti…

Audio TaggingMultimodal Deep LearningSelf-Supervised LearningVideo Retrieval

SplitFed: When Federated Learning Meets Split Learning

2020-04-25 · Chandra Thapa, M. A. P. Chamikara, Seyit Camtepe, Lichao Sun

Federated learning (FL) and split learning (SL) are two popular distributed machine learning approaches. Both follow a model-to-data scenario; clients train and test machine learning models without sharing raw data. SL p…

BIG-bench Machine LearningFederated Learning