Papers › GPFL: Simultaneously Learning Global and Personalized Feature Information for...

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

20 Aug 2023ICCV 2023 1arXiv:2308.10279archive 2025-07-28

Jianqing Zhang, Yang Hua, Hao Wang, Tao Song, Zhengui Xue, Ruhui Ma, Jian Cao, Haibing Guan

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 achieve personalization in FL. However, from the perspective of feature extraction, most existing pFL methods only focus on extracting global or personalized feature information during local training, which fails to meet the collaborative learning and personalization goals of pFL. To address this, we propose a new pFL method, named GPFL, to simultaneously learn global and personalized feature information on each client. We conduct extensive experiments on six datasets in three statistically heterogeneous settings and show the superiority of GPFL over ten state-of-the-art methods regarding effectiveness, scalability, fairness, stability, and privacy. Besides, GPFL mitigates overfitting and outperforms the baselines by up to 8.99% in accuracy.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2308.10279")

Code

Syntology Ran 9 of 17 code samples harvested from 3 repositories linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 1 ran; community (archive-listed): 14 samples from 2 repositories, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

TsingZ0/GPFL officialmentioned on GitHubpytorchApache-2.0 report
TsingZ0/PFL-Non-IID mentioned on GitHubpytorch report
TsingZ0/PFLlib mentioned on GitHubpytorch report
hpdic/pfllib mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 9 ran; 1 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
6ran · our draft was wrong
2ran
8unverified

Licence: 7 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

read_client_data TsingZ0/GPFL/system/utils/data_utils.py official repository ran Apache-2.0 (permissive) · 10541ee086fd6a62 · report
read_client_data_text TsingZ0/GPFL/system/utils/data_utils.py official repository unverified Apache-2.0 (permissive) · 736b76e55626f3c9 · report
read_data TsingZ0/GPFL/system/utils/data_utils.py official repository unverified Apache-2.0 (permissive) · 2e468f03b54c3418 · report
Client TsingZ0/PFL-Non-IID/system/flcore/clients/clientgpfl.py community (archive-listed) ran Apache-2.0 (permissive) · 8929ca61a00a2583 · report
process_Shakespeare TsingZ0/PFL-Non-IID/system/flcore/clients/clientgpfl.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 13727b959b74cb36 · report
process_image TsingZ0/PFL-Non-IID/system/flcore/clients/clientgpfl.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · eeaf321abdedfa1f · report
process_text TsingZ0/PFL-Non-IID/system/flcore/clients/clientgpfl.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · bff598ba2b65008a · report
read_client_data hpdic/pfllib/system/flcore/servers/servergpfl.py community (archive-listed) ran · our draft was wrong GPL-2.0 (copyleft) · pointer only · 7799eb022e517561 · report
read_client_data_Shakespeare hpdic/pfllib/system/flcore/servers/servergpfl.py community (archive-listed) ran · our draft was wrong GPL-2.0 (copyleft) · pointer only · 21133f47510f0aa7 · report
read_client_data_text hpdic/pfllib/system/flcore/servers/servergpfl.py community (archive-listed) ran · our draft was wrong GPL-2.0 (copyleft) · pointer only · 550b82dd9e22c065 · report
read_data TsingZ0/PFL-Non-IID/system/flcore/clients/clientgpfl.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 8eebe137489ff326 · report
DLG hpdic/pfllib/system/flcore/servers/servergpfl.py community (archive-listed) unverified GPL-2.0 (copyleft) · pointer only · 13db9ccc30531592 · report
GPFL hpdic/pfllib/system/flcore/servers/servergpfl.py community (archive-listed) unverified GPL-2.0 (copyleft) · pointer only · fea4d1bd49a3042c · report
Server hpdic/pfllib/system/flcore/servers/servergpfl.py community (archive-listed) unverified GPL-2.0 (copyleft) · pointer only · e93a0125a4576b1a · report
clientGPFL TsingZ0/PFL-Non-IID/system/flcore/clients/clientgpfl.py community (archive-listed) unverified Apache-2.0 (permissive) · 41ee6597f1025216 · report
read_client_data TsingZ0/PFL-Non-IID/system/flcore/clients/clientgpfl.py community (archive-listed) unverified Apache-2.0 (permissive) · ee5f6af39c3092db · report
read_data hpdic/pfllib/system/flcore/servers/servergpfl.py community (archive-listed) unverified GPL-2.0 (copyleft) · pointer only · ec2d71958844cb8f · report

Tasks

FairnessFederated LearningPersonalized Federated LearningPrivacy Preserving

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

FocusGPFL

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections