Papers › FedBCD:Communication-Efficient Accelerated Block Coordinate Gradient Descent for...

FedBCD:Communication-Efficient Accelerated Block Coordinate Gradient Descent for Federated Learning

5 Mar 2026arXiv:2603.05116added by Syntology

Junkang Liu, Fanhua Shang, Yuanyuan Liu, Hongying Liu, Yuangang Li, YunXiang Gong

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Although Federated Learning has been widely studied in recent years, there are still high overhead expenses in each communication round for large-scale models such as Vision Transformer. To lower the communication complexity, we propose a novel Federated Block Coordinate Gradient Descent (FedBCGD) method for communication efficiency. The proposed method splits model parameters into several blocks, including a shared block and enables uploading a specific parameter block by each client, which can significantly reduce communication overhead. Moreover, we also develop an accelerated FedBCGD algorithm (called FedBCGD+) with client drift control and stochastic variance reduction. To the best of our knowledge, this paper is the first work on parameter block communication for training large-scale deep models. We also provide the convergence analysis for the proposed algorithms. Our theoretical results show that the communication complexities of our algorithms are a factor 1/N lower than those of existing methods, where N is the number of parameter blocks, and they enjoy much faster convergence than their counterparts. Empirical results indicate the superiority of the proposed algorithms compared to state-of-the-art algorithms. The code is available at https://github.com/junkangLiu0/FedBCGD.

PaperPDFCode 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="2603.05116")

Code

Syntology Ran 2 of 16 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

junkangLiu0/FedBCGD found in paper text by Syntology report

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; 2 ran; 1 honoured the contract we drafted; 14 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
1ran · fixture could not drive it
14unverified

Licence: 16 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 junkangLiu0/FedBCGD. “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.

drop_path junkangLiu0/FedBCGD/vit_model.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · fe7d4321dbeef661 · report
pil_loader junkangLiu0/FedBCGD/dataset/tiny_imagenet.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 1df9a5ffd9b38c34 · report
ResNet10 junkangLiu0/FedBCGD/models/resnet.py found in paper text by Syntology unverified no licence file found · pointer only · 0c476b33924be46e · report
ResNet18 junkangLiu0/FedBCGD/models/resnet.py found in paper text by Syntology unverified no licence file found · pointer only · 2a2273f5859157b9 · report
ResNet34 junkangLiu0/FedBCGD/models/resnet.py found in paper text by Syntology unverified no licence file found · pointer only · 779e90045d3680d8 · report
accimage_loader junkangLiu0/FedBCGD/dataset/tiny_imagenet.py found in paper text by Syntology unverified no licence file found · pointer only · 1ab70033e19f0d48 · report
blockVGG junkangLiu0/FedBCGD/models/VGG.py found in paper text by Syntology unverified no licence file found · pointer only · a070d59ac8a182c7 · report
default_loader junkangLiu0/FedBCGD/dataset/tiny_imagenet.py found in paper text by Syntology unverified no licence file found · pointer only · f8455b2ed4982ac2 · report
deit_tiny junkangLiu0/FedBCGD/models/DeiTTiny.py found in paper text by Syntology unverified no licence file found · pointer only · c85b4fb48916556b · report
drop_path_f junkangLiu0/FedBCGD/model.py found in paper text by Syntology unverified no licence file found · pointer only · 2202fd90583e6341 · report
find_cls junkangLiu0/FedBCGD/dirichlet_data.py found in paper text by Syntology unverified no licence file found · pointer only · 8585520f9491c162 · report
get_data_loader junkangLiu0/FedBCGD/FedBCGD.py found in paper text by Syntology unverified no licence file found · pointer only · f6feefbc37e07e56 · report
vit_base_patch16_224 junkangLiu0/FedBCGD/vit_model.py found in paper text by Syntology unverified no licence file found · pointer only · d7c42c9e714cbf81 · report
vit_base_patch16_224_in21k junkangLiu0/FedBCGD/vit_model.py found in paper text by Syntology unverified no licence file found · pointer only · 7ea1677c2a7788dc · report
window_partition junkangLiu0/FedBCGD/model.py found in paper text by Syntology unverified no licence file found · pointer only · 1244e2f07fb63623 · report
window_reverse junkangLiu0/FedBCGD/model.py found in paper text by Syntology unverified no licence file found · pointer only · d14e0252b43325ae · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.05116, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

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