{"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/optimizing-the-collaboration-structure-in","title":"Optimizing the Collaboration Structure in Cross-Silo Federated Learning","arxiv_id":"2306.06508","date":"2023-06-10","proceeding":null,"authors":["Wenxuan Bao","Haohan Wang","Jun Wu","Jingrui He"],"abstract":"In federated learning (FL), multiple clients collaborate to train machine learning models together while keeping their data decentralized. Through utilizing more training data, FL suffers from the potential negative transfer problem: the global FL model may even perform worse than the models trained with local data only. In this paper, we propose FedCollab, a novel FL framework that alleviates negative transfer by clustering clients into non-overlapping coalitions based on their distribution distances and data quantities. As a result, each client only collaborates with the clients having similar data distributions, and tends to collaborate with more clients when it has less data. We evaluate our framework with a variety of datasets, models, and types of non-IIDness. Our results demonstrate that FedCollab effectively mitigates negative transfer across a wide range of FL algorithms and consistently outperforms other clustered FL algorithms.","url_abs":"https://arxiv.org/abs/2306.06508v1","url_pdf":"https://arxiv.org/pdf/2306.06508v1.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":"optimizing-the-collaboration-structure-in","repo_url":"https://github.com/baowenxuan/fedcollab","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"federated-learning","task_name":"Federated Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2306.06508","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2306.06508"}},"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":"deterministic:regex_extraction","url":"https://github.com/baowenxuan/FedCollab","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/baowenxuan/fedcollab","reach":{"status":"ok"}}],"summary":{"ran":3,"ran_draft_wrong":2,"unverified":2},"by_repo_kind":{"official":{"samples":7,"ran":5,"repositories":1}},"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":7,"samples":[{"code_sha256_prefix":"89d57889dd353028","entry":"DiscEstimateClient","repo":"baowenxuan/fedcollab","repo_kind":"official","path":"src/collab/disc_estimate.py","file_url":"https://github.com/baowenxuan/fedcollab/blob/HEAD/src/collab/disc_estimate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"89d57889dd353028"}},{"code_sha256_prefix":"9215fba7313dfe73","entry":"LinearDivergenceEstimator","repo":"baowenxuan/fedcollab","repo_kind":"official","path":"src/collab/disc_estimate.py","file_url":"https://github.com/baowenxuan/fedcollab/blob/HEAD/src/collab/disc_estimate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9215fba7313dfe73"}},{"code_sha256_prefix":"9bec0cc8649e94a5","entry":"MLPDivergenceEstimator","repo":"baowenxuan/fedcollab","repo_kind":"official","path":"src/collab/disc_estimate.py","file_url":"https://github.com/baowenxuan/fedcollab/blob/HEAD/src/collab/disc_estimate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9bec0cc8649e94a5"}},{"code_sha256_prefix":"4a6b89d847b99e18","entry":"get_labels","repo":"baowenxuan/fedcollab","repo_kind":"official","path":"src/collab/disc_estimate.py","file_url":"https://github.com/baowenxuan/fedcollab/blob/HEAD/src/collab/disc_estimate.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4a6b89d847b99e18"}},{"code_sha256_prefix":"b5f51987cdb58bc4","entry":"stratified_split","repo":"baowenxuan/fedcollab","repo_kind":"official","path":"src/collab/disc_estimate.py","file_url":"https://github.com/baowenxuan/fedcollab/blob/HEAD/src/collab/disc_estimate.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b5f51987cdb58bc4"}},{"code_sha256_prefix":"6b7a7fe9a6459d71","entry":"DiscEstimateServer","repo":"baowenxuan/fedcollab","repo_kind":"official","path":"src/collab/disc_estimate.py","file_url":"https://github.com/baowenxuan/fedcollab/blob/HEAD/src/collab/disc_estimate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6b7a7fe9a6459d71"}},{"code_sha256_prefix":"8836005a3a584daa","entry":"MLPDivergenceEstimatorWithFeatureExtractor","repo":"baowenxuan/fedcollab","repo_kind":"official","path":"src/collab/disc_estimate.py","file_url":"https://github.com/baowenxuan/fedcollab/blob/HEAD/src/collab/disc_estimate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8836005a3a584daa"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}