paper-with-me

홈 › Papers

FedAvg for HAR: Exploring the Tradeoff Between Personalized and Generalization Accuracy

2026-07-03 · Andrea De Luna, Susanna Peretti, Chiara Contoli, Alessandro Bogliolo arxiv

The federated learning (FL) paradigm fosters distributed pervasive computing combined with artificial intelligence techniques, allowing for optimized data usage and improved mitigation of privacy concerns. Indeed, model training occurs on the client's local devices, and model parameters are subsequently shared with a centralized server. However, there is a need to find a tradeoff between models' personalization and generalization capabilities. In this paper, we design and implement several testing scenarios devoted to evaluating and comparing the centralized, local, and federated paradigm performances. We also design and implement a scenario that emulates a change in clients' data. We then present experimental results of the FedAvg algorithm applied to the Human Activity Recognition (HAR) domain to understand the trade-off between personalized and generalized accuracy. Results show that, although FedAvg confirms a higher degree of personalization capabilities while keeping a high degree of generalization with respect to the traditional centralized learning, this result is not so obvious under stressful conditions, such as when varying class distribution over clients.

📄 PDF Abstract BibTeX arXiv:2607.03334

Code (0)

등록된 구현이 없습니다.

Tasks

Human Activity RecognitionFederated Learning

Similar Papers 제목 키워드 기반

Personalized Heterogeneous Federated Learning with Gradient Similarity

2021-09-29 · Jing Xie, Xiang Yin, Xiyi Zhang, Juan Chen 외

In the conventional federated learning (FL), the local models of multiple clients are trained independently by their privacy data, and the center server generates the shared global model by aggregating local models. How…

Federated Learning

Regularizing and Aggregating Clients with Class Distribution for Personalized Federated Learning

2024-06-12 · Gyuejeong Lee, Daeyoung Choi

Personalized federated learning (PFL) enables customized models for clients with varying data distributions. However, existing PFL methods often incur high computational and communication costs, limiting their practical …

Federated LearningPersonalized Federated Learning

Local Performance vs. Out-of-Distribution Generalization: An Empirical Analysis of Personalized Federated Learning in Heterogeneous Data Environments

2025-10-28 · Mortesa Hussaini, Jan Theiß, Anthony Stein arxiv

In the context of Federated Learning with heterogeneous data environments, local models tend to converge to their own local model optima during local training steps, deviating from the overall data distributions. Aggrega…

Personalized Federated Learning

Federated Accelerated Stochastic Gradient Descent

2020-06-16 · NeurIPS 2020 12 · Honglin Yuan, Tengyu Ma

We propose Federated Accelerated Stochastic Gradient Descent (FedAc), a principled acceleration of Federated Averaging (FedAvg, also known as Local SGD) for distributed optimization. FedAc is the first provable accelerat…

Distributed Optimization

Tackling Feature-Classifier Mismatch in Federated Learning via Prompt-Driven Feature Transformation

2024-07-23 · Xinghao Wu, Jianwei Niu, Xuefeng Liu, Mingjia Shi 외

In traditional Federated Learning approaches like FedAvg, the global model underperforms when faced with data heterogeneity. Personalized Federated Learning (PFL) enables clients to train personalized models to fit their…

Contrastive LearningFederated LearningPersonalized Federated Learning