CVAug 8, 2025

FedX: Explanation-Guided Pruning for Communication-Efficient Federated Learning in Remote Sensing

arXiv:2508.06256v1h-index: 8IEEE J Sel Top Appl Earth Obs Remote Sens
Originality Incremental advance
AI Analysis

This addresses communication efficiency for remote sensing applications where data centralization is restricted, but it is incremental as it builds on existing pruning methods.

The paper tackles the communication overhead in federated learning for remote sensing image classification by proposing FedX, which uses explanation-guided pruning to reduce model size without performance loss, achieving significant parameter reduction and enhanced generalization on datasets like BigEarthNet-S2 and EuroSAT.

Federated learning (FL) enables the collaborative training of deep neural networks across decentralized data archives (i.e., clients), where each client stores data locally and only shares model updates with a central server. This makes FL a suitable learning paradigm for remote sensing (RS) image classification tasks, where data centralization may be restricted due to legal and privacy constraints. However, a key challenge in applying FL to RS tasks is the communication overhead caused by the frequent exchange of large model updates between clients and the central server. To address this issue, in this paper we propose a novel strategy (denoted as FedX) that uses explanation-guided pruning to reduce communication overhead by minimizing the size of the transmitted models without compromising performance. FedX leverages backpropagation-based explanation methods to estimate the task-specific importance of model components and prunes the least relevant ones at the central server. The resulting sparse global model is then sent to clients, substantially reducing communication overhead. We evaluate FedX on multi-label scene classification using the BigEarthNet-S2 dataset and single-label scene classification using the EuroSAT dataset. Experimental results show the success of FedX in significantly reducing the number of shared model parameters while enhancing the generalization capability of the global model, compared to both unpruned model and state-of-the-art pruning methods. The code of FedX will be available at https://git.tu-berlin.de/rsim/FedX.

Foundations

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

Your Notes