paper-with-me

홈 › Papers

FLAM: Evaluating Model Performance with Aggregatable Measures in Federated Learning

2026-05-08 · Fabian Stricker, Jose A. Peregrina, David Bermbach, Christian Zirpins arxiv

Performance evaluation is essential for assessing the quality of machine learning (ML) models and guiding deployment decisions. In federated learning (FL), assessing the performance is challenging because data are distributed across participants. Consequently, the coordinator must rely on locally computed evaluation metrics and aggregate them to assess the global model. A key challenge is that common aggregation strategies, such as weighted averaging based on the local samples per participant, do not always produce the same results as centralized evaluation. Existing definitions of performance evaluation are largely tailored to accuracy and do not generalize to other metrics, leading to inconsistencies between participant-based and centralized evaluation. However, such discrepancies are inconsistent with the FL objective and lead to a wrong calculation of the metric. To address this issue, we examine the underlying reasons for these discrepancies and propose FLAM, a performance evaluation method based on aggregatable measures that yields the same results as centralized evaluation without the need for a global test dataset.

📄 PDF Abstract BibTeX arXiv:2605.07962

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FLAME: Adaptive and Reactive Concept Drift Mitigation for Federated Learning Deployments

2024-10-02 · Ioannis Mavromatis, Stefano De Feo, Aftab Khan

This paper presents Federated Learning with Adaptive Monitoring and Elimination (FLAME), a novel solution capable of detecting and mitigating concept drift in Federated Learning (FL) Internet of Things (IoT) environments…

Federated Learning

Flamingo: Multi-Round Single-Server Secure Aggregation with Applications to Private Federated Learning

2023-08-19 · Yiping Ma, Jess Woods, Sebastian Angel, Antigoni Polychroniadou 외

This paper introduces Flamingo, a system for secure aggregation of data across a large set of clients. In secure aggregation, a server sums up the private inputs of clients and obtains the result without learning anythin…

Federated Learning

FLAMe: Federated Learning with Attention Mechanism using Spatio-Temporal Keypoint Transformers for Pedestrian Fall Detection in Smart Cities

2024-12-19 · Byeonghun Kim, Byeongjoon Noh

In smart cities, detecting pedestrian falls is a major challenge to ensure the safety and quality of life of citizens. In this study, we propose a novel fall detection system using FLAMe (Federated Learning with Attentio…

Federated Learning

FLAMMABLE: A Multi-Model Federated Learning Framework with Multi-Model Engagement and Adaptive Batch Sizes

2025-10-12 · Shouxu Lin, Zimeng Pan, Yuhang Yao, Haeyoung Noh 외 arxiv

Multi-Model Federated Learning (MMFL) is an emerging direction in Federated Learning (FL) where multiple models are trained in parallel, generally on various datasets. Optimizing the models' accuracies and training times…

Federated Learning

Privacy-Preserving Federated Learning via Homomorphic Adversarial Networks

2024-12-02 · Wenhan Dong, Chao Lin, Xinlei He, Xinyi Huang 외

Privacy-preserving federated learning (PPFL) aims to train a global model for multiple clients while maintaining their data privacy. However, current PPFL protocols exhibit one or more of the following insufficiencies: c…

Federated LearningPrivacy Preserving