English

Zero-Shot Decentralized Federated Learning

Artificial Intelligence 2025-10-01 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

CLIP has revolutionized zero-shot learning by enabling task generalization without fine-tuning. While prompting techniques like CoOp and CoCoOp enhance CLIP's adaptability, their effectiveness in Federated Learning (FL) remains an open challenge. Existing federated prompt learning approaches, such as FedCoOp and FedTPG, improve performance but face generalization issues, high communication costs, and reliance on a central server, limiting scalability and privacy. We propose Zero-shot Decentralized Federated Learning (ZeroDFL), a fully decentralized framework that enables zero-shot adaptation across distributed clients without a central coordinator. ZeroDFL employs an iterative prompt-sharing mechanism, allowing clients to optimize and exchange textual prompts to enhance generalization while drastically reducing communication overhead. We validate ZeroDFL on nine diverse image classification datasets, demonstrating that it consistently outperforms--or remains on par with--state-of-the-art federated prompt learning methods. More importantly, ZeroDFL achieves this performance in a fully decentralized setting while reducing communication overhead by 118x compared to FedTPG. These results highlight that our approach not only enhances generalization in federated zero-shot learning but also improves scalability, efficiency, and privacy preservation--paving the way for decentralized adaptation of large vision-language models in real-world applications.

Keywords

Cite

@article{arxiv.2509.26462,
  title  = {Zero-Shot Decentralized Federated Learning},
  author = {Alessio Masano and Matteo Pennisi and Federica Proietto Salanitri and Concetto Spampinato and Giovanni Bellitto},
  journal= {arXiv preprint arXiv:2509.26462},
  year   = {2025}
}

Comments

Accepted at International Joint Conference on Neural Networks (IJCNN) 2025. Code available at https://github.com/perceivelab/ZeroDFL

R2 v1 2026-07-01T06:08:04.275Z