CRLGOct 1, 2025

SVDefense: Effective Defense against Gradient Inversion Attacks via Singular Value Decomposition

arXiv:2510.03319v1Has Code
Originality Incremental advance
AI Analysis

This addresses privacy risks in federated learning for resource-constrained embedded platforms, offering a practical and robust solution against adaptive adversaries.

The paper tackles the vulnerability of federated learning to gradient inversion attacks by proposing SVDefense, a defense framework using truncated Singular Value Decomposition, which outperforms existing methods in privacy protection with minimal accuracy loss across applications like image classification and human activity recognition.

Federated learning (FL) enables collaborative model training without sharing raw data but is vulnerable to gradient inversion attacks (GIAs), where adversaries reconstruct private data from shared gradients. Existing defenses either incur impractical computational overhead for embedded platforms or fail to achieve privacy protection and good model utility at the same time. Moreover, many defenses can be easily bypassed by adaptive adversaries who have obtained the defense details. To address these limitations, we propose SVDefense, a novel defense framework against GIAs that leverages the truncated Singular Value Decomposition (SVD) to obfuscate gradient updates. SVDefense introduces three key innovations, a Self-Adaptive Energy Threshold that adapts to client vulnerability, a Channel-Wise Weighted Approximation that selectively preserves essential gradient information for effective model training while enhancing privacy protection, and a Layer-Wise Weighted Aggregation for effective model aggregation under class imbalance. Our extensive evaluation shows that SVDefense outperforms existing defenses across multiple applications, including image classification, human activity recognition, and keyword spotting, by offering robust privacy protection with minimal impact on model accuracy. Furthermore, SVDefense is practical for deployment on various resource-constrained embedded platforms. We will make our code publicly available upon paper acceptance.

Foundations

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

Your Notes