LGCRDCJul 14, 2025

Domain Borders Are There to Be Crossed With Federated Few-Shot Adaptation

arXiv:2507.10160v1h-index: 23Has Code
Originality Incremental advance
AI Analysis

This work addresses practical deployment issues for Federated Learning in industrial settings with edge devices, though it appears incremental as an extension of existing frameworks.

The paper tackles the challenges of human labeling costs, covariate shift, and impractical model updates in Federated Learning by proposing FedAcross+, a framework that uses a pre-trained source model with a frozen backbone and classifier, allowing domain adaptation via a linear layer on resource-constrained devices. Experimental results show it achieves competitive adaptation with limited target samples and handles sporadic updates in non-stationary environments.

Federated Learning has emerged as a leading paradigm for decentralized, privacy-preserving learning, particularly relevant in the era of interconnected edge devices equipped with sensors. However, the practical implementation of Federated Learning faces three primary challenges: the need for human involvement in costly data labelling processes for target adaptation, covariate shift in client device data collection due to environmental factors affecting sensors, leading to discrepancies between source and target samples, and the impracticality of continuous or regular model updates in resource-constrained environments due to limited data transmission capabilities and technical constraints on channel availability and energy efficiency. To tackle these issues, we expand upon an efficient and scalable Federated Learning framework tailored for real-world client adaptation in industrial settings. This framework leverages a pre-trained source model comprising a deep backbone, an adaptation module, and a classifier running on a powerful server. By freezing the backbone and classifier during client adaptation on resource-constrained devices, we allow the domain adaptive linear layer to handle target domain adaptation, thus minimizing overall computational overhead. Furthermore, this setup, designated as FedAcross+, is extended to encompass the processing of streaming data, thereby rendering the solution suitable for non-stationary environments. Extensive experimental results demonstrate the effectiveness of FedAcross+ in achieving competitive adaptation on low-end client devices with limited target samples, successfully addressing the challenge of domain shift. Moreover, our framework accommodates sporadic model updates within resource-constrained environments, ensuring practical and seamless deployment.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes