English

Federated Learning for Commercial Image Sources

Computer Vision and Pattern Recognition 2025-07-18 v1 Image and Video Processing

Abstract

Federated Learning is a collaborative machine learning paradigm that enables multiple clients to learn a global model without exposing their data to each other. Consequently, it provides a secure learning platform with privacy-preserving capabilities. This paper introduces a new dataset containing 23,326 images collected from eight different commercial sources and classified into 31 categories, similar to the Office-31 dataset. To the best of our knowledge, this is the first image classification dataset specifically designed for Federated Learning. We also propose two new Federated Learning algorithms, namely Fed-Cyclic and Fed-Star. In Fed-Cyclic, a client receives weights from its previous client, updates them through local training, and passes them to the next client, thus forming a cyclic topology. In Fed-Star, a client receives weights from all other clients, updates its local weights through pre-aggregation (to address statistical heterogeneity) and local training, and sends its updated local weights to all other clients, thus forming a star-like topology. Our experiments reveal that both algorithms perform better than existing baselines on our newly introduced dataset.

Keywords

Cite

@article{arxiv.2507.12903,
  title  = {Federated Learning for Commercial Image Sources},
  author = {Shreyansh Jain and Koteswar Rao Jerripothula},
  journal= {arXiv preprint arXiv:2507.12903},
  year   = {2025}
}

Comments

Published in the Proceedings of IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2023 with DOI: 10.1109/WACV56688.2023.00647

R2 v1 2026-07-01T04:05:41.157Z