paper-with-me

Papers

Cronus: Robust and Heterogeneous Collaborative Learning with Black-Box Knowledge Transfer

2019-12-24 · Hongyan Chang, Virat Shejwalkar, Reza Shokri, Amir Houmansadr

Collaborative (federated) learning enables multiple parties to train a model without sharing their private data, but through repeated sharing of the parameters of their local models. Despite its advantages, this approach has many known privacy and security weaknesses and performance overhead, in addition to being limited only to models with homogeneous architectures. Shared parameters leak a significant amount of information about the local (and supposedly private) datasets. Besides, federated learning is severely vulnerable to poisoning attacks, where some participants can adversarially influence the aggregate parameters. Large models, with high dimensional parameter vectors, are in particular highly susceptible to privacy and security attacks: curse of dimensionality in federated learning. We argue that sharing parameters is the most naive way of information exchange in collaborative learning, as they open all the internal state of the model to inference attacks, and maximize the model's malleability by stealthy poisoning attacks. We propose Cronus, a robust collaborative machine learning framework. The simple yet effective idea behind designing Cronus is to control, unify, and significantly reduce the dimensions of the exchanged information between parties, through robust knowledge transfer between their black-box local models. We evaluate all existing federated learning algorithms against poisoning attacks, and we show that Cronus is the only secure method, due to its tight robustness guarantee. Treating local models as black-box, reduces the information leakage through models, and enables us using existing privacy-preserving algorithms that mitigate the risk of information leakage through the model's output (predictions). Cronus also has a significantly lower sample complexity, compared to federated learning, which does not bind its security to the number of participants.

📄 PDF Abstract BibTeX arXiv:1912.11279

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy PreservingTransfer Learning

Similar Papers 제목 키워드 기반

CronusVLA: Transferring Latent Motion Across Time for Multi-Frame Prediction in Manipulation

2025-06-24 · Hao Li, Shuai Yang, Yilun Chen, Yang Tian 외

Recent vision-language-action (VLA) models built on pretrained vision-language models (VLMs) have demonstrated strong generalization across manipulation tasks. However, they remain constrained by a single-frame observati…

ChunkingVision-Language-Action

FedAL: Black-Box Federated Knowledge Distillation Enabled by Adversarial Learning

2023-11-28 · Pengchao Han, Xingyan Shi, Jianwei Huang

Knowledge distillation (KD) can enable collaborative learning among distributed clients that have different model architectures and do not share their local data and model parameters with others. Each client updates its …

Knowledge DistillationTransfer Learning

Collaborative Deep Reinforcement Learning

2017-02-19 · Kaixiang Lin, Shu Wang, Jiayu Zhou

Besides independent learning, human learning process is highly improved by summarizing what has been learned, communicating it with peers, and subsequently fusing knowledge from different sources to assist the current le…

Deep Reinforcement LearningKnowledge DistillationOpenAI Gymreinforcement-learning+3

Transfer Learning for Bayesian Optimization on Heterogeneous Search Spaces

2023-09-28 · Zhou Fan, Xinran Han, Zi Wang

Bayesian optimization (BO) is a popular black-box function optimization method, which makes sequential decisions based on a Bayesian model, typically a Gaussian process (GP), of the function. To ensure the quality of the…

Bayesian OptimizationTransfer Learning

VLA-Hijack: A Transferable Patch Attack against Vision-Language-Action Models via Visual Proprioception Hijacking

2026-05-27 · Jiyuan Fu, Kaixun Jiang, Jingkai Jia, Zhaoyu Chen 외 arxiv

While Vision-Language-Action (VLA) models have emerged as powerful generalist policies, their severe vulnerability to adversarial patches significantly hinders their deployment in safety-critical domains. Moreover, exist…