Papers › FOOGD: Federated Collaboration for Both Out-of-distribution Generalization and Detection

FOOGD: Federated Collaboration for Both Out-of-distribution Generalization and Detection

15 Oct 2024arXiv:2410.11397archive 2025-07-28

Xinting Liao, Weiming Liu, Pengyang Zhou, Fengyuan Yu, Jiahe Xu, Jun Wang, Wenjie Wang, Chaochao Chen, Xiaolin Zheng

Federated learning (FL) is a promising machine learning paradigm that collaborates with client models to capture global knowledge. However, deploying FL models in real-world scenarios remains unreliable due to the coexistence of in-distribution data and unexpected out-of-distribution (OOD) data, such as covariate-shift and semantic-shift data. Current FL researches typically address either covariate-shift data through OOD generalization or semantic-shift data via OOD detection, overlooking the simultaneous occurrence of various OOD shifts. In this work, we propose FOOGD, a method that estimates the probability density of each client and obtains reliable global distribution as guidance for the subsequent FL process. Firstly, SM3D in FOOGD estimates score model for arbitrary distributions without prior constraints, and detects semantic-shift data powerfully. Then SAG in FOOGD provides invariant yet diverse knowledge for both local covariate-shift generalization and client performance generalization. In empirical validations, FOOGD significantly enjoys three main advantages: (1) reliably estimating non-normalized decentralized distributions, (2) detecting semantic shift data via score values, and (3) generalizing to covariate-shift data by regularizing feature extractor. The prejoct is open in https://github.com/XeniaLLL/FOOGD-main.git.

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

Code

Syntology Ran 10 of 12 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 8 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 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.

xenialll/foogd-main officialmentioned in papermentioned 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

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

2ran · our draft was wrong
8ran
2unverified

Licence: 12 of the 12 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 XeniaLLL/FOOGD-main. “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.

SE_kernel XeniaLLL/FOOGD-main/src/algorithms/FOOGD/ksd.py official repository ran no licence file found · pointer only · 2347ddf282a47878 · report
SE_kernel_multi XeniaLLL/FOOGD-main/src/algorithms/FOOGD/ksd.py official repository ran no licence file found · pointer only · 437515ae11d6b153 · report
anneal_langevin_dynamics XeniaLLL/FOOGD-main/src/algorithms/FOOGD/functional.py official repository ran no licence file found · pointer only · e53fb6349536a307 · report
compute_auroc XeniaLLL/FOOGD-main/src/utils/accuracy.py official repository ran fingerprinted no licence file found · pointer only · 581a8583346c6d6e · report
compute_fnr XeniaLLL/FOOGD-main/src/utils/accuracy.py official repository ran fingerprinted no licence file found · pointer only · ed9d175eff211a68 · report
conv1x1 XeniaLLL/FOOGD-main/src/models/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · 50efec97e3cc12bc · report
conv3x3 XeniaLLL/FOOGD-main/src/models/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · 7e98e1d315e2ea27 · report
langevin_dynamics XeniaLLL/FOOGD-main/src/algorithms/FOOGD/functional.py official repository ran no licence file found · pointer only · 5e49b512be46ee83 · report
sample XeniaLLL/FOOGD-main/src/algorithms/FOOGD/functional.py official repository ran no licence file found · pointer only · e21b938b56a7bf4e · report
trace_SE_kernel_multi XeniaLLL/FOOGD-main/src/algorithms/FOOGD/ksd.py official repository ran no licence file found · pointer only · 7f9376da27ec7817 · report
get_server_and_client XeniaLLL/FOOGD-main/src/utils/main_utils.py official repository unverified no licence file found · pointer only · 50817bc217ceccd7 · report
make_save_path XeniaLLL/FOOGD-main/src/utils/main_utils.py official repository unverified no licence file found · pointer only · 46f608336b42cbd4 · report

Tasks

Federated LearningOut-of-Distribution Generalization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SAG

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