Federated Learning of Low-Rank One-Shot Image Detection Models in Edge Devices with Scalable Accuracy and Compute Complexity
Abdul Hannaan, Zubair Shah, Aiman Erbad, Amr Mohamed, Ali Safa
TL;DR
LoRa-FL tackles efficient federated training of one-shot image detection on resource-limited edge devices by updating only low-rank adapters in a Siamese detector, while freezing backbone weights. It implements $W_i = A_i B_i$ with rank $k$ to minimize communication and compute without sacrificing detection performance. Experiments on MNIST and CIFAR-10 under IID and non-IID conditions show favorable accuracy with moderate $k$ and substantial resource savings, demonstrating scalable deployment for heterogeneous edge environments. The work provides a practical, open-source framework for privacy-preserving, low-rank federated learning in compact vision tasks.
Abstract
This paper introduces a novel federated learning framework termed LoRa-FL designed for training low-rank one-shot image detection models deployed on edge devices. By incorporating low-rank adaptation techniques into one-shot detection architectures, our method significantly reduces both computational and communication overhead while maintaining scalable accuracy. The proposed framework leverages federated learning to collaboratively train lightweight image recognition models, enabling rapid adaptation and efficient deployment across heterogeneous, resource-constrained devices. Experimental evaluations on the MNIST and CIFAR10 benchmark datasets, both in an independent-and-identically-distributed (IID) and non-IID setting, demonstrate that our approach achieves competitive detection performance while significantly reducing communication bandwidth and compute complexity. This makes it a promising solution for adaptively reducing the communication and compute power overheads, while not sacrificing model accuracy.
