Vertical Federated Learning with Missing Features During Training and Inference
Pedro Valdeira, Shiqiang Wang, Yuejie Chi
TL;DR
This work tackles missing feature blocks in vertical federated learning by introducing LASER-VFL, a method that shares representation and fusion-model parameters across a tractable family of predictors and employs task-sampling to cover many subsets of observed features without exponential cost. The approach enables training and inference with any subset of feature blocks, provides rigorous convergence guarantees for nonconvex objectives and, under PL, linear convergence to a neighborhood of the optimum, and demonstrates strong empirical gains across diverse datasets and missing-data patterns. LASER-VFL further shows robustness to missing features, scalable performance with increasing numbers of clients, and even advantages when all features are available, due to a dropout-like regularization effect from task sampling. The work thus broadens the practical applicability of VFL by ensuring data efficiency and resilience to client dropouts and incomplete observations, with public code available for replication.
Abstract
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 $\mathcal{O}({1}/{\sqrt{T}})$ convergence rate for nonconvex objectives and, under the Polyak-Ł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.
