CRAIDCNov 8, 2024

QuanCrypt-FL: Quantized Homomorphic Encryption with Pruning for Secure Federated Learning

arXiv:2411.05260v15 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses privacy and efficiency issues in Federated Learning for decentralized machine learning applications, though it appears incremental as it builds on existing encryption and optimization techniques.

The paper tackles the problem of computational overhead and privacy vulnerabilities in Federated Learning by proposing QuanCrypt-FL, which combines quantization and pruning with homomorphic encryption to reduce training time by up to 3x while maintaining accuracy comparable to Vanilla-FL.

Federated Learning has emerged as a leading approach for decentralized machine learning, enabling multiple clients to collaboratively train a shared model without exchanging private data. While FL enhances data privacy, it remains vulnerable to inference attacks, such as gradient inversion and membership inference, during both training and inference phases. Homomorphic Encryption provides a promising solution by encrypting model updates to protect against such attacks, but it introduces substantial communication overhead, slowing down training and increasing computational costs. To address these challenges, we propose QuanCrypt-FL, a novel algorithm that combines low-bit quantization and pruning techniques to enhance protection against attacks while significantly reducing computational costs during training. Further, we propose and implement mean-based clipping to mitigate quantization overflow or errors. By integrating these methods, QuanCrypt-FL creates a communication-efficient FL framework that ensures privacy protection with minimal impact on model accuracy, thereby improving both computational efficiency and attack resilience. We validate our approach on MNIST, CIFAR-10, and CIFAR-100 datasets, demonstrating superior performance compared to state-of-the-art methods. QuanCrypt-FL consistently outperforms existing method and matches Vanilla-FL in terms of accuracy across varying client. Further, QuanCrypt-FL achieves up to 9x faster encryption, 16x faster decryption, and 1.5x faster inference compared to BatchCrypt, with training time reduced by up to 3x.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes