Search papers, labs, and topics across Lattice.
This paper introduces the Federated Hash Projected Latent Factor (FHPLF) model, which integrates Hash Learning into Federated Learning to enhance privacy while reducing communication overhead. By replacing real-valued gradient matrices with binary gradient-like matrices and employing Projected Hamming Distance for improved representation, FHPLF addresses the limitations of traditional methods that compromise model accuracy. Experimental results across four datasets show that FHPLF outperforms existing state-of-the-art approaches, achieving a significant balance between accuracy, efficiency, and privacy protection.
FHPLF reduces communication costs and enhances privacy without sacrificing model accuracy, outperforming traditional methods in real-world applications.
Hash Learning (HL) is an efficient representation learning approach that maps real-valued data into compact binary representations. Traditional HL methods typically require users to upload personal data to a central server, which is incompatible with increasingly stringent data security regulations. Federated Learning (FL) provides a decentralized paradigm for learning globally optimal models without centralizing private data. However, most FL methods rely on transmitting large-scale real-valued gradient information, leading to high communication overhead and potential privacy risks. Integrating HL into FL is a promising solution. Nevertheless, existing HL methods suffer from limited representational capacity of binary codes, which may degrade model accuracy. To address this challenge, we propose a Federated Hash Projected Latent Factor (FHPLF) model. FHPLF introduces three key innovations: (a) replacing real-valued gradient matrices with binary gradient-like matrices, significantly reducing computation, storage, and communication costs while enhancing privacy protection; (b) leveraging Projected Hamming Distance for similarity modeling, which captures the importance of individual binary bits to improve representation capability; and (c) proposing a Secure Binary Gradient Reassembly and Privacy-Enhanced Upload (SBG-PEU) strategy to further reduce the risk of user interaction leakage during transmission. Extensive experiments on four real-world datasets demonstrate that FHPLF consistently outperforms state-of-the-art HL and FL methods, achieving a favorable trade-off among accuracy, efficiency, and privacy preservation.