LGMar 20, 2025

FedAWA: Adaptive Optimization of Aggregation Weights in Federated Learning Using Client Vectors

arXiv:2503.15842v120 citationsh-index: 6CVPR
Originality Incremental advance
AI Analysis

This addresses data heterogeneity challenges in federated learning for privacy-preserving distributed machine learning, though it appears incremental as it builds on prior aggregation strategies.

The paper tackles data heterogeneity in federated learning by proposing FedAWA, which adaptively adjusts aggregation weights using client vectors to align updates with the global direction, resulting in enhanced stability and generalization of the global model.

Federated Learning (FL) has emerged as a promising framework for distributed machine learning, enabling collaborative model training without sharing local data, thereby preserving privacy and enhancing security. However, data heterogeneity resulting from differences across user behaviors, preferences, and device characteristics poses a significant challenge for federated learning. Most previous works overlook the adjustment of aggregation weights, relying solely on dataset size for weight assignment, which often leads to unstable convergence and reduced model performance. Recently, several studies have sought to refine aggregation strategies by incorporating dataset characteristics and model alignment. However, adaptively adjusting aggregation weights while ensuring data security-without requiring additional proxy data-remains a significant challenge. In this work, we propose Federated learning with Adaptive Weight Aggregation (FedAWA), a novel method that adaptively adjusts aggregation weights based on client vectors during the learning process. The client vector captures the direction of model updates, reflecting local data variations, and is used to optimize the aggregation weight without requiring additional datasets or violating privacy. By assigning higher aggregation weights to local models whose updates align closely with the global optimization direction, FedAWA enhances the stability and generalization of the global model. Extensive experiments under diverse scenarios demonstrate the superiority of our method, providing a promising solution to the challenges of data heterogeneity in federated learning.

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