paper-with-me

홈 › Papers

LSHFed: Robust and Communication-Efficient Federated Learning with Locally-Sensitive Hashing Gradient Mapping

2025-11-03 · Guanjie Cheng, Mengzhen Yang, Xinkui Zhao, Shuyi Yu, Tianyu Du, Yangyang Wu, Mengying Zhu, Shuiguang Deng arxiv

Federated learning (FL) enables collaborative model training across distributed nodes without exposing raw data, but its decentralized nature makes it vulnerable in trust-deficient environments. Inference attacks may recover sensitive information from gradient updates, while poisoning attacks can degrade model performance or induce malicious behaviors. Existing defenses often suffer from high communication and computation costs, or limited detection precision. To address these issues, we propose LSHFed, a robust and communication-efficient FL framework that simultaneously enhances aggregation robustness and privacy preservation. At its core, LSHFed incorporates LSHGM, a novel gradient verification mechanism that projects high-dimensional gradients into compact binary representations via multi-hyperplane locally-sensitive hashing. This enables accurate detection and filtering of malicious gradients using only their irreversible hash forms, thus mitigating privacy leakage risks and substantially reducing transmission overhead. Extensive experiments demonstrate that LSHFed maintains high model performance even when up to 50% of participants are collusive adversaries while achieving up to a 1000x reduction in gradient verification communication compared to full-gradient methods.

📄 PDF Abstract BibTeX arXiv:2511.01296

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FedHAP: Federated Hashing with Global Prototypes for Cross-silo Retrieval

2022-07-12 · Meilin Yang, Jian Xu, Yang Liu, Wenbo Ding

Deep hashing has been widely applied in large-scale data retrieval due to its superior retrieval efficiency and low storage cost. However, data are often scattered in data silos with privacy concerns, so performing centr…

Deep HashingFederated LearningRetrieval

Federated Multiple Label Hashing (FedMLH): Communication Efficient Federated Learning on Extreme Classification Tasks

2021-10-23 · Zhenwei Dai, Chen Dun, Yuxin Tang, Anastasios Kyrillidis 외

Federated learning enables many local devices to train a deep learning model jointly without sharing the local data. Currently, most of federated training schemes learns a global model by averaging the parameters of loca…

ClassificationFederated Learning

Adaptive Federated Dropout: Improving Communication Efficiency and Generalization for Federated Learning

2020-11-08 · Nader Bouacida, Jiahui Hou, Hui Zang, Xin Liu

With more regulations tackling users' privacy-sensitive data protection in recent years, access to such data has become increasingly restricted and controversial. To exploit the wealth of data generated and located at di…

BIG-bench Machine LearningFederated Learning

Efficient and Secure Federated Learning for Financial Applications

2023-03-15 · Tao Liu, Zhi Wang, Hui He, Liangliang Lin 외

The conventional machine learning (ML) and deep learning approaches need to share customers' sensitive information with an external credit bureau to generate a prediction model that opens the door to privacy leakage. Thi…

Federated Learning

Locally Linear Hashing for Extracting Non-Linear Manifolds

2014-06-01 · CVPR 2014 6 · Go Irie, Zhenguo Li, Xiao-Ming Wu, Shih-Fu Chang

Previous efforts in hashing intend to preserve data variance or pairwise affinity, but neither is adequate in capturing the manifold structures hidden in most visual data. In this paper, we tackle this problem by reconst…

Quantization