paper-with-me

Papers

Loss-Guided Model Sharing and Local Learning Correction in Decentralized Federated Learning for Crop Disease Classification

2025-05-29 · Denis Mamba Kabala, Adel Hafiane, Laurent Bobelin, Raphael Canals

Crop disease detection and classification is a critical challenge in agriculture, with major implications for productivity, food security, and environmental sustainability. While deep learning models such as CNN and ViT have shown excellent performance in classifying plant diseases from images, their large-scale deployment is often limited by data privacy concerns. Federated Learning (FL) addresses this issue, but centralized FL remains vulnerable to single-point failures and scalability limits. In this paper, we introduce a novel Decentralized Federated Learning (DFL) framework that uses validation loss (Loss_val) both to guide model sharing between peers and to correct local training via an adaptive loss function controlled by weighting parameter. We conduct extensive experiments using PlantVillage datasets with three deep learning architectures (ResNet50, VGG16, and ViT_B16), analyzing the impact of weighting parameter, the number of shared models, the number of clients, and the use of Loss_val versus Loss_train of other clients. Results demonstrate that our DFL approach not only improves accuracy and convergence speed, but also ensures better generalization and robustness across heterogeneous data environments making it particularly well-suited for privacy-preserving agricultural applications.

📄 PDF Abstract BibTeX arXiv:2505.23063

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

Adaptive Loss 설명 없음

Similar Papers 제목 키워드 기반

ADKO: Agentic Decentralized Knowledge Optimization

2026-05-08 · Lucas Nerone Rillo, Zhanhong Jiang, Nastaran Saadati, Aditya Balu 외 arxiv

We present Agentic Decentralized Knowledge Optimization (ADKO), a framework for collaborative black-box optimization across autonomous agents that achieves sample efficiency, privacy preservation, heterogeneous-objective…

Neural Architecture Search

Local Differential Privacy in Decentralized Optimization

2019-02-16 · Hanshen Xiao, Yu Ye, Srinivas Devadas

Privacy concerns with sensitive data are receiving increasing attention. In this paper, we study local differential privacy (LDP) in interactive decentralized optimization. By constructing random local aggregators, we pr…

The Effectiveness of Local Updates for Decentralized Learning under Data Heterogeneity

2024-03-23 · Tongle Wu, Zhize Li, Ying Sun

We revisit two fundamental decentralized optimization methods, Decentralized Gradient Tracking (DGT) and Decentralized Gradient Descent (DGD), with multiple local updates. We consider two settings and demonstrate that in…

FedEFC: Federated Learning Using Enhanced Forward Correction Against Noisy Labels

2025-04-08 · Seunghun Yu, Jin-Hyun Ahn, Joonhyuk Kang

Federated Learning (FL) is a powerful framework for privacy-preserving distributed learning. It enables multiple clients to collaboratively train a global model without sharing raw data. However, handling noisy labels in…

Federated LearningPrivacy Preserving

Low-pass Personalized Subgraph Federated Recommendation

2026-03-20 · Wooseok Sim, Hogun Park arxiv

Federated Recommender Systems (FRS) preserve privacy by training decentralized models on client-specific user-item subgraphs without sharing raw data. However, FRS faces a unique challenge: subgraph structural imbalance,…