paper-with-me

홈 › Papers

TurboSVM-FL: Boosting Federated Learning through SVM Aggregation for Lazy Clients

2024-01-22 · Mengdi Wang, Anna Bodonhelyi, Efe Bozkir, Enkelejda Kasneci

Federated learning is a distributed collaborative machine learning paradigm that has gained strong momentum in recent years. In federated learning, a central server periodically coordinates models with clients and aggregates the models trained locally by clients without necessitating access to local data. Despite its potential, the implementation of federated learning continues to encounter several challenges, predominantly the slow convergence that is largely due to data heterogeneity. The slow convergence becomes particularly problematic in cross-device federated learning scenarios where clients may be strongly limited by computing power and storage space, and hence counteracting methods that induce additional computation or memory cost on the client side such as auxiliary objective terms and larger training iterations can be impractical. In this paper, we propose a novel federated aggregation strategy, TurboSVM-FL, that poses no additional computation burden on the client side and can significantly accelerate convergence for federated classification task, especially when clients are "lazy" and train their models solely for few epochs for next global aggregation. TurboSVM-FL extensively utilizes support vector machine to conduct selective aggregation and max-margin spread-out regularization on class embeddings. We evaluate TurboSVM-FL on multiple datasets including FEMNIST, CelebA, and Shakespeare using user-independent validation with non-iid data distribution. Our results show that TurboSVM-FL can significantly outperform existing popular algorithms on convergence rate and reduce communication rounds while delivering better test metrics including accuracy, F1 score, and MCC.

📄 PDF Abstract BibTeX arXiv:2401.12012

Code (1)

https://gitlab.lrz.de/hctl/TurboSVM-FL 공식 구현

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Blockchain Assisted Decentralized Federated Learning (BLADE-FL) with Lazy Clients

2020-12-02 · Jun Li, Yumeng Shao, Ming Ding, Chuan Ma 외

Federated learning (FL), as a distributed machine learning approach, has drawn a great amount of attention in recent years. FL shows an inherent advantage in privacy preservation, since users' raw data are processed loca…

Federated Learning

Blockchain Assisted Decentralized Federated Learning (BLADE-FL): Performance Analysis and Resource Allocation

2021-01-18 · Jun Li, Yumeng Shao, Kang Wei, Ming Ding 외

Federated learning (FL), as a distributed machine learning paradigm, promotes personal privacy by local data processing at each client. However, relying on a centralized server for model aggregation, standard FL is vulne…

Federated Learning

Dysco: Dynamic Subspace Boosting to Mitigate LoRA Interference in Federated Learning

2026-07-15 · Haobo Zhang, Jiankun Wang, Suraj Rajendran, Weishen Pan 외 arxiv

Federated fine-tuning of large pre-trained models increasingly relies on Low-Rank Adaptation (LoRA) to reduce communication and computation, but heterogeneous clients can make adapter aggregation unstable. We identify th…

Federated Learning

FeDABoost: Fairness Aware Federated Learning with Adaptive Boosting

2025-10-03 · Tharuka Kasthuri Arachchige, Veselka Boeva, Shahrooz Abghari arxiv

This work focuses on improving the performance and fairness of Federated Learning (FL) in non IID settings by enhancing model aggregation and boosting the training of underperforming clients. We propose FeDABoost, a nove…

Federated Learning

Secure Decentralized Federated Learning via Gossip and Virtual Voting

2026-07-09 · Amirhossein Taherpour, Xiaodong Wang arxiv

Decentralized federated learning (DFL) removes the central server by letting nodes exchange model updates through peer-to-peer gossip, but existing gossip-based methods often lack provenance finality and resilience to By…

Federated Learning