Papers › Federated Inference: Toward Privacy-Preserving Collaborative and Incentivized Model Serving

Federated Inference: Toward Privacy-Preserving Collaborative and Incentivized Model Serving

9 Feb 2026arXiv:2603.02214added by Syntology

Jungwon Seo, Ferhat Ozgur Catak, Chunming Rong, Jaeyeon Jang

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 Inference (FI) studies how independently trained and privately owned models can collaborate at inference time without sharing data or model parameters. While recent work has explored secure and distributed inference from disparate perspectives, a unified abstraction and system-level understanding of FI remain lacking. This paper positions FI as a distinct collaborative paradigm, complementary to federated learning, and identifies two fundamental requirements that govern its feasibility: inference-time privacy preservation and meaningful performance gains through collaboration. We formalize FI as a protected collaborative computation, analyze its core design dimensions, and examine the structural trade-offs that arise when privacy constraints, non-IID data, and limited observability are jointly imposed at inference time. Through a concrete instantiation and empirical analysis, we highlight recurring friction points in privacy-preserving inference, ensemble-based collaboration, and incentive alignment. Our findings suggest that FI exhibits system-level behaviors that cannot be directly inherited from training-time federation or classical ensemble methods. Overall, this work provides a unifying perspective on FI and outlines open challenges that must be addressed to enable practical, scalable, and privacy-preserving collaborative inference systems.

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.02214")

Code

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

By repository: found in paper text by Syntology: 16 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.

thejungwon/FedSEI 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; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

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 thejungwon/FedSEI. “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.

ResNet18 thejungwon/FedSEI/experiments/ensemble/federated_ensemble.py found in paper text by Syntology unverified no licence file found · pointer only · 307430501c786d82 · report
ResNet18 thejungwon/FedSEI/experiments/ensemble/federated_ensemble_reward.py found in paper text by Syntology unverified no licence file found · pointer only · 234adf3a20684520 · report
benchmark_plain_inference thejungwon/FedSEI/experiments/SMPC-single_host/benchmark_crypten_cnn.py found in paper text by Syntology unverified no licence file found · pointer only · a0bf5e360d8db7d2 · report
build_cnn thejungwon/FedSEI/experiments/SMPC-single_host/benchmark_crypten_cnn.py found in paper text by Syntology unverified no licence file found · pointer only · 0810c5b90ad81ede · report
build_dummy_input thejungwon/FedSEI/experiments/SMPC-multi-host/benchmark_crypten_multi_host_cpu.py found in paper text by Syntology unverified no licence file found · pointer only · b64830ff09cf9089 · report
build_dummy_input thejungwon/FedSEI/experiments/SMPC-single_host/benchmark_crypten_mlp.py found in paper text by Syntology unverified no licence file found · pointer only · 1ea99899f5148c95 · report
build_mlp thejungwon/FedSEI/experiments/SMPC-single_host/benchmark_crypten_mlp.py found in paper text by Syntology unverified no licence file found · pointer only · 64b8b025ee0abdad · report
create_model thejungwon/FedSEI/experiments/SMPC-multi-host/benchmark_crypten_multi_host_cpu.py found in paper text by Syntology unverified no licence file found · pointer only · 179e85b77c8e18a7 · report
create_model thejungwon/FedSEI/experiments/SMPC-single_host/benchmark_crypten_parties_cpu.py found in paper text by Syntology unverified no licence file found · pointer only · 6bb2f681d33d8154 · report
get_client_ckpt_path thejungwon/FedSEI/experiments/ensemble/federated_ensemble.py found in paper text by Syntology unverified no licence file found · pointer only · ae58a902e7d525c9 · report
load_compiled_artifact thejungwon/FedSEI/PoC/client/client.py found in paper text by Syntology unverified no licence file found · pointer only · cb34b1c0d6be77dd · report
make_dummy_data thejungwon/FedSEI/experiments/ensemble/crypten_smpc_ensemble_dummy.py found in paper text by Syntology unverified no licence file found · pointer only · 7dd44eb3c569ce81 · report
model_name_for_log thejungwon/FedSEI/experiments/SMPC-single_host/benchmark_crypten_parties_cpu.py found in paper text by Syntology unverified no licence file found · pointer only · e429888fd4e260ab · report
resolve_device thejungwon/FedSEI/experiments/ensemble/federated_ensemble.py found in paper text by Syntology unverified no licence file found · pointer only · 72ea7e7838bbe6fd · report
summarize_runs thejungwon/FedSEI/experiments/SMPC-multi-host/benchmark_crypten_multi_host_cpu.py found in paper text by Syntology unverified no licence file found · pointer only · 152b1136652820f5 · report
tta_augment_plain thejungwon/FedSEI/experiments/ensemble/crypten_smpc_ensemble_dummy.py found in paper text by Syntology unverified no licence file found · pointer only · 42e8b2db53ba20ed · report

Results from the paper

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