TabVFL: Improving Latent Representation in Vertical Federated Learning
Mohamed Rashad, Zilong Zhao, Jeremie Decouchant, and Lydia Y. Chen

TL;DR
TabVFL introduces a novel federated learning framework that enhances latent feature representations, preserves feature correlations, and improves robustness in vertical federated learning on tabular data.
Contribution
It proposes a new distributed framework that jointly learns latent representations, maintains feature correlations, and enhances robustness against client failures in VFL.
Findings
Outperforms prior methods with 26.12% F1-score improvement.
Effectively preserves feature correlations across participants.
Provides robustness against client failures during training.
Abstract
Autoencoders are popular neural networks that are able to compress high dimensional data to extract relevant latent information. TabNet is a state-of-the-art neural network model designed for tabular data that utilizes an autoencoder architecture for training. Vertical Federated Learning (VFL) is an emerging distributed machine learning paradigm that allows multiple parties to train a model collaboratively on vertically partitioned data while maintaining data privacy. The existing design of training autoencoders in VFL is to train a separate autoencoder in each participant and aggregate the latent representation later. This design could potentially break important correlations between feature data of participating parties, as each autoencoder is trained on locally available features while disregarding the features of others. In addition, traditional autoencoders are not specifically…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks
MethodsGated Linear Unit · Dense Connections · Batch Normalization · Residual Connection · TabNet
