Federated Learning for Deforestation Detection: A Distributed Approach with Satellite Imagery

📅 2025-09-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address the challenge of balancing data privacy and collaborative efficiency in satellite imagery-based deforestation detection, this paper proposes the first federated learning framework tailored for semantic segmentation of remote sensing images. The framework adopts a decentralized architecture, enabling heterogeneous models—including YOLOS-small and Faster R-CNN with ResNet50 or MobileNetV3—to be trained locally on edge satellite nodes. Federated orchestration is efficiently implemented via Flower and Ray, eliminating the need to upload raw data while jointly optimizing a global model. Evaluated on public remote sensing datasets, the approach achieves high-precision localization of deforested areas. Experimental results demonstrate significant improvements in cross-domain collaborative detection performance, while preserving data privacy and ensuring computational scalability. This work provides a deployable, distributed solution for privacy-sensitive Earth observation tasks.

Technology Category

Application Category

📝 Abstract
Accurate identification of deforestation from satellite images is essential in order to understand the geographical situation of an area. This paper introduces a new distributed approach to identify as well as locate deforestation across different clients using Federated Learning (FL). Federated Learning enables distributed network clients to collaboratively train a model while maintaining data privacy and security of the active users. In our framework, a client corresponds to an edge satellite center responsible for local data processing. Moreover, FL provides an advantage over centralized training method which requires combining data, thereby compromising with data security of the clients. Our framework leverages the FLOWER framework with RAY framework to execute the distributed learning workload. Furthermore, efficient client spawning is ensured by RAY as it can select definite amount of users to create an emulation environment. Our FL framework uses YOLOS-small (a Vision Transformer variant), Faster R-CNN with a ResNet50 backbone, and Faster R-CNN with a MobileNetV3 backbone models trained and tested on publicly available datasets. Our approach provides us a different view for image segmentation-based tasks on satellite imagery.
Problem

Research questions and friction points this paper is trying to address.

Detecting deforestation using satellite imagery
Applying federated learning for distributed privacy
Evaluating vision models for segmentation tasks
Innovation

Methods, ideas, or system contributions that make the work stand out.

Federated Learning for distributed deforestation detection
Combines FLOWER and RAY frameworks for execution
Uses Vision Transformer and CNN models
🔎 Similar Papers
No similar papers found.