Active-Passive Federated Learning for Vertically Partitioned Multi-view Data
Jiyuan Liu, Xinwang Liu, Siqi Wang, Xingchen Hu, Qing Liao, Xinhang Wan, Yi Zhang, Xin Lv, Kunlun He
TL;DR
The paper tackles unreliable collaboration in vertical federated learning for vertically partitioned multi-view data by introducing Active-Passive Federated Learning (APFed), where one active client trains a full model with passive clients only assisting during training, enabling independent inference thereafter. APFed formalizes a loss decomposition $L = L_A + \sum_{p=1}^M \lambda_p L_p$ and demonstrates how gradients from passive clients integrate to update the active encoder and the shared task module. Two concrete instantiations, APFed-R (reconstruction loss) and APFed-C (contrastive loss), are proposed and evaluated on MNIST, FMNIST, CIFAR10, and CIFAR100 with multi-view splits, outperforming vertical FL baselines and single-view alternatives. The results show robustness to unpredictable collaboration and provide guidance on selecting the trade-off parameter $\lambda$, highlighting practical deployment implications for privacy-preserving, multi-view learning.
Abstract
Vertical federated learning is a natural and elegant approach to integrate multi-view data vertically partitioned across devices (clients) while preserving their privacies. Apart from the model training, existing methods requires the collaboration of all clients in the model inference. However, the model inference is probably maintained for service in a long time, while the collaboration, especially when the clients belong to different organizations, is unpredictable in real-world scenarios, such as concellation of contract, network unavailablity, etc., resulting in the failure of them. To address this issue, we, at the first attempt, propose a flexible Active-Passive Federated learning (APFed) framework. Specifically, the active client is the initiator of a learning task and responsible to build the complete model, while the passive clients only serve as assistants. Once the model built, the active client can make inference independently. In addition, we instance the APFed framework into two classification methods with employing the reconstruction loss and the contrastive loss on passive clients, respectively. Meanwhile, the two methods are tested in a set of experiments and achieves desired results, validating their effectiveness.
