{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/progfed-effective-communication-and-1","title":"ProgFed: Effective, Communication, and Computation Efficient Federated Learning by Progressive Training","arxiv_id":"2110.05323","date":"2021-10-11","proceeding":null,"authors":["Hui-Po Wang","Sebastian U. Stich","Yang He","Mario Fritz"],"abstract":"Federated learning is a powerful distributed learning scheme that allows numerous edge devices to collaboratively train a model without sharing their data. However, training is resource-intensive for edge devices, and limited network bandwidth is often the main bottleneck. Prior work often overcomes the constraints by condensing the models or messages into compact formats, e.g., by gradient compression or distillation. In contrast, we propose ProgFed, the first progressive training framework for efficient and effective federated learning. It inherently reduces computation and two-way communication costs while maintaining the strong performance of the final models. We theoretically prove that ProgFed converges at the same asymptotic rate as standard training on full models. Extensive results on a broad range of architectures, including CNNs (VGG, ResNet, ConvNets) and U-nets, and diverse tasks from simple classification to medical image segmentation show that our highly effective training approach saves up to $20\\%$ computation and up to $63\\%$ communication costs for converged models. As our approach is also complimentary to prior work on compression, we can achieve a wide range of trade-offs by combining these techniques, showing reduced communication of up to $50\\times$ at only $0.1\\%$ loss in utility. Code is available at https://github.com/hui-po-wang/ProgFed.","url_abs":"https://arxiv.org/abs/2110.05323v3","url_pdf":"https://arxiv.org/pdf/2110.05323v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"progfed-effective-communication-and-1","repo_url":"https://github.com/a514514772/progfed","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"progfed-effective-communication-and-1","repo_url":"https://github.com/hui-po-wang/progfed","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"federated-learning","task_name":"Federated Learning"},{"task_slug":"image-segmentation","task_name":"Image Segmentation"},{"task_slug":"medical-image-segmentation","task_name":"Medical Image Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[{"method_slug":"1x1-convolution","method_name":"1x1 Convolution"},{"method_slug":"average-pooling","method_name":"Average Pooling"},{"method_slug":"batch-normalization","method_name":"Batch Normalization"},{"method_slug":"bottleneck-residual-block","method_name":"Bottleneck Residual Block"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"global-average-pooling","method_name":"Global Average Pooling"},{"method_slug":"kaiming-initialization","method_name":"Kaiming Initialization"},{"method_slug":"max-pooling","method_name":"Max Pooling"},{"method_slug":"relu","method_name":"ReLU"},{"method_slug":"residual-block","method_name":"Residual Block"},{"method_slug":"residual-connection","method_name":"Residual Connection"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2110.05323","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2110.05323"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hui-po-wang/progfed","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/a514514772/progfed","reach":null}],"summary":{"ran_draft_wrong":1,"unverified":16},"by_repo_kind":{"official":{"samples":17,"ran":1,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"fc505935053e95fd","entry":"hadamard_rotation_reverse","repo":"a514514772/progfed","repo_kind":"official","path":"fl_utils.py","file_url":"https://github.com/a514514772/progfed/blob/HEAD/fl_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fc505935053e95fd"}},{"code_sha256_prefix":"bc52bc416489dfab","entry":"accuracy","repo":"hui-po-wang/progfed","repo_kind":"official","path":"utils.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bc52bc416489dfab"}},{"code_sha256_prefix":"b6d18bda1a223527","entry":"add_dp_noise","repo":"hui-po-wang/progfed","repo_kind":"official","path":"quantization.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/quantization.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b6d18bda1a223527"}},{"code_sha256_prefix":"802e94968a21f96e","entry":"combine_dequantization","repo":"a514514772/progfed","repo_kind":"official","path":"fl_utils.py","file_url":"https://github.com/a514514772/progfed/blob/HEAD/fl_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"802e94968a21f96e"}},{"code_sha256_prefix":"e74b43ecaac25ae7","entry":"combine_quantization","repo":"hui-po-wang/progfed","repo_kind":"official","path":"quantization.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/quantization.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e74b43ecaac25ae7"}},{"code_sha256_prefix":"18e31c431c76dd56","entry":"convnet","repo":"hui-po-wang/progfed","repo_kind":"official","path":"models/convnet.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/models/convnet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"18e31c431c76dd56"}},{"code_sha256_prefix":"1dec658fa1c9eb5f","entry":"get_outdim","repo":"hui-po-wang/progfed","repo_kind":"official","path":"models/model_utils.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/models/model_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1dec658fa1c9eb5f"}},{"code_sha256_prefix":"0a5d4af66055e016","entry":"linear_dequantization","repo":"a514514772/progfed","repo_kind":"official","path":"fl_utils.py","file_url":"https://github.com/a514514772/progfed/blob/HEAD/fl_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0a5d4af66055e016"}},{"code_sha256_prefix":"9256737dcb816d37","entry":"loss_prox","repo":"hui-po-wang/progfed","repo_kind":"official","path":"fl_utils.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/fl_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9256737dcb816d37"}},{"code_sha256_prefix":"2e9f2a01123f7bb8","entry":"make_layers","repo":"hui-po-wang/progfed","repo_kind":"official","path":"models/vgg.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/models/vgg.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2e9f2a01123f7bb8"}},{"code_sha256_prefix":"211d11b1d33333e4","entry":"noniid","repo":"hui-po-wang/progfed","repo_kind":"official","path":"fl_utils.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/fl_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"211d11b1d33333e4"}},{"code_sha256_prefix":"985e0af71e7442e3","entry":"resnet18","repo":"hui-po-wang/progfed","repo_kind":"official","path":"models/resnet.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/models/resnet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"985e0af71e7442e3"}},{"code_sha256_prefix":"a465e5dfb7d431b1","entry":"resnet34","repo":"hui-po-wang/progfed","repo_kind":"official","path":"models/resnet.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/models/resnet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a465e5dfb7d431b1"}},{"code_sha256_prefix":"564cac17d754ae0f","entry":"resnet50","repo":"hui-po-wang/progfed","repo_kind":"official","path":"models/resnet.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/models/resnet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"564cac17d754ae0f"}},{"code_sha256_prefix":"8af2a79bfe0213c9","entry":"update_model_global_optim","repo":"a514514772/progfed","repo_kind":"official","path":"fl_utils.py","file_url":"https://github.com/a514514772/progfed/blob/HEAD/fl_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8af2a79bfe0213c9"}},{"code_sha256_prefix":"305019eddb7a5f28","entry":"vgg11_bn","repo":"hui-po-wang/progfed","repo_kind":"official","path":"models/vgg.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/models/vgg.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"305019eddb7a5f28"}},{"code_sha256_prefix":"20e419cb19c5a145","entry":"vgg13_bn","repo":"hui-po-wang/progfed","repo_kind":"official","path":"models/vgg.py","file_url":"https://github.com/hui-po-wang/progfed/blob/HEAD/models/vgg.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"20e419cb19c5a145"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}