Papers › FLUX: Efficient Descriptor-Driven Clustered Federated Learning under Arbitrary...

FLUX: Efficient Descriptor-Driven Clustered Federated Learning under Arbitrary Distribution Shifts

27 Nov 2025NeurIPSarXiv:2511.22305added by Syntology

Dario Fenoglio, Mohan Li, Pietro Barbiero, Nicholas D. Lane, Marc Langheinrich, Martin Gjoreski

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

Federated Learning (FL) enables collaborative model training across multiple clients while preserving data privacy. Traditional FL methods often use a global model to fit all clients, assuming that clients' data are independent and identically distributed (IID). However, when this assumption does not hold, the global model accuracy may drop significantly, limiting FL applicability in real-world scenarios. To address this gap, we propose FLUX, a novel clustering-based FL (CFL) framework that addresses the four most common types of distribution shifts during both training and test time. To this end, FLUX leverages privacy-preserving client-side descriptor extraction and unsupervised clustering to ensure robust performance and scalability across varying levels and types of distribution shifts. Unlike existing CFL methods addressing non-IID client distribution shifts, FLUX i) does not require any prior knowledge of the types of distribution shifts or the number of client clusters, and ii) supports test-time adaptation, enabling unseen and unlabeled clients to benefit from the most suitable cluster-specific models. Extensive experiments across four standard benchmarks, two real-world datasets and ten state-of-the-art baselines show that FLUX improves performance and stability under diverse distribution shifts, achieving an average accuracy gain of up to 23 percentage points over the best-performing baselines, while maintaining computational and communication overhead comparable to FedAvg.

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="2511.22305")

Code

Syntology Ran 0 of 23 code samples harvested from 1 repository linked to this paper; 23 have no recorded run.

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

alfredoLimo/ANDA found in paper text by SyntologyMIT 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

23 samples harvested; 0 ran; 0 honoured the contract we drafted; 23 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.

23unverified

Licence: 0 of the 23 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 alfredoLimo/ANDA. “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.

load_full_datasets alfredoLimo/ANDA/utils.py found in paper text by Syntology unverified MIT (permissive) · c22f37ca60d19d5c · report
load_split_datasets alfredoLimo/ANDA/anda.py found in paper text by Syntology unverified MIT (permissive) · 8a90e00fbc6438a2 · report
load_split_datasets_dynamic alfredoLimo/ANDA/anda.py found in paper text by Syntology unverified MIT (permissive) · 1ac45089a2626181 · report
merge_data alfredoLimo/ANDA/utils.py found in paper text by Syntology unverified MIT (permissive) · 891ad5c80364290a · report
rotate_dataset alfredoLimo/ANDA/utils.py found in paper text by Syntology unverified MIT (permissive) · f25dc7f07588f5ef · report
split_feature_label_skew alfredoLimo/ANDA/split_fn.py found in paper text by Syntology unverified MIT (permissive) · 16b64a18e3b128ea · report
split_feature_skew alfredoLimo/ANDA/split_fn.py found in paper text by Syntology unverified MIT (permissive) · b3f9f679b86f0f1a · report
split_label_skew alfredoLimo/ANDA/split_fn.py found in paper text by Syntology unverified MIT (permissive) · 34f5c3f4ed761f12 · report
split_trDA_teDR_Px alfredoLimo/ANDA/split_fn_trDA_teDR.py found in paper text by Syntology unverified MIT (permissive) · 1f69dcd04d3f2669 · report
split_trDA_teDR_Py alfredoLimo/ANDA/split_fn_trDA_teDR.py found in paper text by Syntology unverified MIT (permissive) · 5ac81bec1fce01f8 · report
split_trDA_teDR_Py_x alfredoLimo/ANDA/split_fn_trDA_teDR.py found in paper text by Syntology unverified MIT (permissive) · ea6e92d7f70005eb · report
split_trDA_teND_Px alfredoLimo/ANDA/split_fn_trDA_teND.py found in paper text by Syntology unverified MIT (permissive) · df47519878157bdc · report
split_trDA_teND_Py alfredoLimo/ANDA/split_fn_trDA_teND.py found in paper text by Syntology unverified MIT (permissive) · 1f13b30ca7272d28 · report
split_trDA_teND_Py_x alfredoLimo/ANDA/split_fn_trDA_teND.py found in paper text by Syntology unverified MIT (permissive) · 954e8bca36512ae7 · report
split_trDR_teDR_Px alfredoLimo/ANDA/split_fn_trDR_teDR.py found in paper text by Syntology unverified MIT (permissive) · 52b9d39b5ebfd351 · report
split_trDR_teDR_Py alfredoLimo/ANDA/split_fn_trDR_teDR.py found in paper text by Syntology unverified MIT (permissive) · 8b5656660ffeffc5 · report
split_trDR_teDR_Py_x alfredoLimo/ANDA/split_fn_trDR_teDR.py found in paper text by Syntology unverified MIT (permissive) · e62892cf1a395368 · report
split_trDR_teND_Px alfredoLimo/ANDA/split_fn_trDR_teND.py found in paper text by Syntology unverified MIT (permissive) · 3b2a66cafa3dde80 · report
split_trDR_teND_Py alfredoLimo/ANDA/split_fn_trDR_teND.py found in paper text by Syntology unverified MIT (permissive) · fe9c2fef71e10aed · report
split_trDR_teND_Py_x alfredoLimo/ANDA/split_fn_trDR_teND.py found in paper text by Syntology unverified MIT (permissive) · 3dc06bc3aaf65d01 · report
split_trND_teDR_Px alfredoLimo/ANDA/split_fn_trND_teDR.py found in paper text by Syntology unverified MIT (permissive) · 843c09ae939ba769 · report
split_trND_teDR_Py alfredoLimo/ANDA/split_fn_trND_teDR.py found in paper text by Syntology unverified MIT (permissive) · 3e9ecc25052592ac · report
split_trND_teDR_Py_x alfredoLimo/ANDA/split_fn_trND_teDR.py found in paper text by Syntology unverified MIT (permissive) · 2c85ea3b5c8a86a3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2511.22305, was issued in November 2025, 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