paper-with-me

Papers

GPFL: A Gradient Projection-Based Client Selection Framework for Efficient Federated Learning

2024-03-26 · Shijie Na, Yuzhi Liang, Siu-Ming Yiu

Federated learning client selection is crucial for determining participant clients while balancing model accuracy and communication efficiency. Existing methods have limitations in handling data heterogeneity, computational burdens, and independent client treatment. To address these challenges, we propose GPFL, which measures client value by comparing local and global descent directions. We also employ an Exploit-Explore mechanism to enhance performance. Experimental results on FEMINST and CIFAR-10 datasets demonstrate that GPFL outperforms baselines in Non-IID scenarios, achieving over 9\% improvement in FEMINST test accuracy. Moreover, GPFL exhibits shorter computation times through pre-selection and parameter reuse in federated learning.

📄 PDF Abstract BibTeX arXiv:2403.17833

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

GPFL Graph Path Feature Learning is a probabilistic rule learner optimized to mine instantiated first-order logic rules from knowledge graphs. Instantiated rules contain constants…

Similar Papers 제목 키워드 기반

GPFL: Simultaneously Learning Global and Personalized Feature Information for Personalized Federated Learning

2023-08-20 · ICCV 2023 1 · Jianqing Zhang, Yang Hua, Hao Wang, Tao Song 외

Federated Learning (FL) is popular for its privacy-preserving and collaborative learning capabilities. Recently, personalized FL (pFL) has received attention for its ability to address statistical heterogeneity and achie…

FairnessFederated LearningPersonalized Federated LearningPrivacy Preserving

Personalized Federated Learning with Contextualized Generalization

2021-06-24 · Xueyang Tang, Song Guo, Jingcai Guo

The prevalent personalized federated learning (PFL) usually pursues a trade-off between personalization and generalization by maintaining a shared global model to guide the training process of local models. However, the …

Federated LearningPersonalized Federated Learning

GPflowOpt: A Bayesian Optimization Library using TensorFlow

2017-11-10 · Nicolas Knudde, Joachim van der Herten, Tom Dhaene, Ivo Couckuyt

A novel Python framework for Bayesian optimization known as GPflowOpt is introduced. The package is based on the popular GPflow library for Gaussian processes, leveraging the benefits of TensorFlow including automatic di…

Bayesian OptimisationBayesian OptimizationGaussian ProcessesGPU

AFBS:Buffer Gradient Selection in Semi-asynchronous Federated Learning

2025-06-15 · Chaoyi Lu, Yiding Sun, Jinqian Chen, Zhichuan Yang 외

Asynchronous federated learning (AFL) accelerates training by eliminating the need to wait for stragglers, but its asynchronous nature introduces gradient staleness, where outdated gradients degrade performance. Existing…

Federated Learning

GPflux: A Library for Deep Gaussian Processes

2021-04-12 · Vincent Dutordoir, Hugh Salimbeni, Eric Hambro, John McLeod 외

We introduce GPflux, a Python library for Bayesian deep learning with a strong emphasis on deep Gaussian processes (DGPs). Implementing DGPs is a challenging endeavour due to the various mathematical subtleties that aris…

Deep LearningGaussian Processes