Papers › Personalized Federated Learning with Feature Alignment and Classifier Collaboration

Personalized Federated Learning with Feature Alignment and Classifier Collaboration

20 Jun 2023arXiv:2306.11867archive 2025-07-28

Jian Xu, Xinyi Tong, Shao-Lun Huang

Data heterogeneity is one of the most challenging issues in federated learning, which motivates a variety of approaches to learn personalized models for participating clients. One such approach in deep neural networks based tasks is employing a shared feature representation and learning a customized classifier head for each client. However, previous works do not utilize the global knowledge during local representation learning and also neglect the fine-grained collaboration between local classifier heads, which limit the model generalization ability. In this work, we conduct explicit local-global feature alignment by leveraging global semantic knowledge for learning a better representation. Moreover, we quantify the benefit of classifier combination for each client as a function of the combining weights and derive an optimization problem for estimating optimal weights. Finally, extensive evaluation results on benchmark datasets with various heterogeneous data scenarios demonstrate the effectiveness of our proposed method. Code is available at https://github.com/JianXu95/FedPAC

PaperPDFCodeCode 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="2306.11867")

Code

Syntology Ran 12 of 16 code samples harvested from 3 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 7 ran with no contract checked.

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

jianxu95/fedpac officialmentioned in paperpytorch report
KarhouTam/FL-bench mentioned on GitHubpytorchGPL-3.0 report
bdemo/pfedbred_public 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

16 samples harvested; 12 ran; 1 honoured the contract we drafted; 4 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
4ran · our draft was wrong
7ran
4unverified

Licence: 10 of the 16 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.

LocalUpdate_FedPAC jianxu95/fedpac/methods/fedpac.py official repository ran no licence file found · pointer only · 2a9ddc0dd4e3eb52 · report
get_protos jianxu95/fedpac/methods/fedpac.py official repository ran · our draft was wrong no licence file found · pointer only · 8d5aa33ca2074482 · report
CoV TsingZ0/PFL-Non-IID/system/flcore/servers/servergpfl.py community (archive-listed) ran Apache-2.0 (permissive) · 3d7abb4a25cdc3d6 · report
GCE TsingZ0/PFL-Non-IID/system/flcore/servers/servergpfl.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · f4e4dd636edb7a83 · report
SGD_lrs bdemo/pfedbred_public/Algorithms/pFedBreD/pFedBreD_ns/pFedBreD_ns_lg/localpFedBreD_ns_lg.py community (archive-listed) ran no licence file found · pointer only · 3f19a8a64245b86d · report
get_loss bdemo/pfedbred_public/Algorithms/pFedBreD/pFedBreD_ns/pFedBreD_ns_lg/localpFedBreD_ns_lg.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 9b0f0a1490e44f65 · report
get_optimizer bdemo/pfedbred_public/Algorithms/pFedBreD/pFedBreD_ns/pFedBreD_ns_lg/localpFedBreD_ns_lg.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · af4dae2e3838a37b · report
kl_Optimizer bdemo/pfedbred_public/Algorithms/pFedBreD/pFedBreD_ns/pFedBreD_ns_lg/localpFedBreD_ns_lg.py community (archive-listed) ran no licence file found · pointer only · 05ae25b2ba9129de · report
lpFedBreD_ns_lg bdemo/pfedbred_public/Algorithms/pFedBreD/pFedBreD_ns/pFedBreD_ns_lg/localpFedBreD_ns_lg.py community (archive-listed) ran no licence file found · pointer only · 23b46954f2e378be · report
ns_iter_Optimizer bdemo/pfedbred_public/Algorithms/pFedBreD/pFedBreD_ns/pFedBreD_ns_lg/localpFedBreD_ns_lg.py community (archive-listed) ran no licence file found · pointer only · 7572a34779528911 · report
read_client_data TsingZ0/PFL-Non-IID/system/flcore/servers/servergpfl.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 54f545b907254f8e · report
read_data TsingZ0/PFL-Non-IID/system/flcore/servers/servergpfl.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 863a33ba4360cc7f · report
GPFL TsingZ0/PFL-Non-IID/system/flcore/servers/servergpfl.py community (archive-listed) unverified Apache-2.0 (permissive) · 20ebf8e1ec9753ab · report
Server TsingZ0/PFL-Non-IID/system/flcore/servers/servergpfl.py community (archive-listed) unverified Apache-2.0 (permissive) · 88dc6530e6a80133 · report
lbase bdemo/pfedbred_public/Algorithms/pFedBreD/pFedBreD_ns/pFedBreD_ns_lg/localpFedBreD_ns_lg.py community (archive-listed) unverified no licence file found · pointer only · 1fc5a7086ab14b31 · report
ns_Optimizer bdemo/pfedbred_public/Algorithms/pFedBreD/pFedBreD_ns/pFedBreD_ns_lg/localpFedBreD_ns_lg.py community (archive-listed) unverified no licence file found · pointer only · da41de3f29c80bf9 · report

Tasks

Federated LearningPersonalized Federated LearningRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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