Papers › Vertical Federated Learning with Missing Features During Training and Inference

Vertical Federated Learning with Missing Features During Training and Inference

29 Oct 2024arXiv:2410.22564archive 2025-07-28

Pedro Valdeira, Shiqiang Wang, Yuejie Chi

Vertical federated learning trains models from feature-partitioned datasets across multiple clients, who collaborate without sharing their local data. Standard approaches assume that all feature partitions are available during both training and inference. Yet, in practice, this assumption rarely holds, as for many samples only a subset of the clients observe their partition. However, not utilizing incomplete samples during training harms generalization, and not supporting them during inference limits the utility of the model. Moreover, if any client leaves the federation after training, its partition becomes unavailable, rendering the learned model unusable. Missing feature blocks are therefore a key challenge limiting the applicability of vertical federated learning in real-world scenarios. To address this, we propose LASER-VFL, a vertical federated learning method for efficient training and inference of split neural network-based models that is capable of handling arbitrary sets of partitions. Our approach is simple yet effective, relying on the sharing of model parameters and on task-sampling to train a family of predictors. We show that LASER-VFL achieves a 𝒪(1/√(T)) convergence rate for nonconvex objectives and, under the Polyak-{\L}ojasiewicz inequality, it achieves linear convergence to a neighborhood of the optimum. Numerical experiments show improved performance of LASER-VFL over the baselines. Remarkably, this is the case even in the absence of missing features. For example, for CIFAR-100, we see an improvement in accuracy of 19.3% when each of four feature blocks is observed with a probability of 0.5 and of 9.5% when all features are observed. The code for this work is available at https://github.com/Valdeira/LASER-VFL.

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

Code

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

By repository: official repository: 14 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

valdeira/laser-vfl officialmentioned in papermentioned on GitHubpytorchMIT 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

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

1ran · honoured contract
1ran · our draft was wrong
12unverified

Licence: 0 of the 14 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 valdeira/laser-vfl. “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.

get_f1 valdeira/laser-vfl/methods/laser.py official repository ran · honoured contract fingerprinted MIT (permissive) · 9ae52284718dca6a · report
time_decorator valdeira/laser-vfl/methods/laser.py official repository ran · our draft was wrong MIT (permissive) · 606bc3d38cb0e034 · report
create_batches Valdeira/LASER-VFL/models/mimic_model_utils.py official repository unverified MIT (permissive) · 8205a45bb88f06e9 · report
create_vocab Valdeira/LASER-VFL/models/mimic_model_utils.py official repository unverified MIT (permissive) · f072b73bd6e99eec · report
drop_mask Valdeira/LASER-VFL/models/model_utils.py official repository unverified MIT (permissive) · 68a9caf3d546a3af · report
get_block_from_input Valdeira/LASER-VFL/models/mlp.py official repository unverified MIT (permissive) · 199475957adeabb0 · report
init Valdeira/LASER-VFL/models/mimic_model_utils.py official repository unverified MIT (permissive) · d4531a69fbf2a306 · report
powerset_except_empty Valdeira/LASER-VFL/utils.py official repository unverified MIT (permissive) · e01b59a9fae0804f · report
random_argmax_along_axis Valdeira/LASER-VFL/methods/ensemble.py official repository unverified MIT (permissive) · f2757b67c45c9a98 · report
setup_task Valdeira/LASER-VFL/utils.py official repository unverified MIT (permissive) · 526af6c6453d5dff · report
slice_cifar_block Valdeira/LASER-VFL/models/resnet18.py official repository unverified MIT (permissive) · ef3138827a00dc20 · report
split_into_chunks Valdeira/LASER-VFL/models/lstm.py official repository unverified MIT (permissive) · 8d2e97e2a9f5617b · report
task_to_hyperparameters Valdeira/LASER-VFL/models/model_utils.py official repository unverified MIT (permissive) · b87834f1696a21ae · report
train_laser valdeira/laser-vfl/methods/laser.py official repository unverified MIT (permissive) · b74bfdd5b8f5829f · report

Tasks

Federated LearningVertical Federated Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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