paper-with-me

Papers

GTV: Generating Tabular Data via Vertical Federated Learning

2023-02-03 · Zilong Zhao, Han Wu, Aad van Moorsel, Lydia Y. Chen

Generative Adversarial Networks (GANs) have achieved state-of-the-art results in tabular data synthesis, under the presumption of direct accessible training data. Vertical Federated Learning (VFL) is a paradigm which allows to distributedly train machine learning model with clients possessing unique features pertaining to the same individuals, where the tabular data learning is the primary use case. However, it is unknown if tabular GANs can be learned in VFL. Demand for secure data transfer among clients and GAN during training and data synthesizing poses extra challenge. Conditional vector for tabular GANs is a valuable tool to control specific features of generated data. But it contains sensitive information from real data - risking privacy guarantees. In this paper, we propose GTV, a VFL framework for tabular GANs, whose key components are generator, discriminator and the conditional vector. GTV proposes an unique distributed training architecture for generator and discriminator to access training data in a privacy-preserving manner. To accommodate conditional vector into training without privacy leakage, GTV designs a mechanism training-with-shuffling to ensure that no party can reconstruct training data with conditional vector. We evaluate the effectiveness of GTV in terms of synthetic data quality, and overall training scalability. Results show that GTV can consistently generate high-fidelity synthetic tabular data of comparable quality to that generated by centralized GAN algorithm. The difference on machine learning utility can be as low as to 2.7%, even under extremely imbalanced data distributions across clients and different number of clients.

📄 PDF Abstract BibTeX arXiv:2302.01706

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy PreservingVertical Federated Learning

Similar Papers 제목 키워드 기반

Communication-Efficient Vertical Federated Learning with Limited Overlapping Samples

2023-03-28 · ICCV 2023 1 · Jingwei Sun, Ziyue Xu, Dong Yang, Vishwesh Nath 외

Federated learning is a popular collaborative learning approach that enables clients to train a global model without sharing their local data. Vertical federated learning (VFL) deals with scenarios in which the data on c…

Federated LearningVertical Federated Learning

FedVS: Straggler-Resilient and Privacy-Preserving Vertical Federated Learning for Split Models

2023-04-26 · Songze Li, Duanyi Yao, Jin Liu

In a vertical federated learning (VFL) system consisting of a central server and many distributed clients, the training data are vertically partitioned such that different features are privately stored on different clien…

Federated LearningPrivacy PreservingVertical Federated Learning

TabVFL: Improving Latent Representation in Vertical Federated Learning

2024-04-27 · Mohamed Rashad, Zilong Zhao, Jeremie Decouchant, Lydia Y. Chen

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 a…

Federated LearningRepresentation LearningVertical Federated Learning

De-VertiFL: A Solution for Decentralized Vertical Federated Learning

2024-10-08 · Alberto Huertas Celdrán, Chao Feng, Sabyasachi Banik, Gerome Bovet 외

Federated Learning (FL), introduced in 2016, was designed to enhance data privacy in collaborative model training environments. Among the FL paradigm, horizontal FL, where clients share the same set of features but diffe…

Federated LearningPrivacy PreservingVertical Federated Learning

FedTabDiff: Federated Learning of Diffusion Probabilistic Models for Synthetic Mixed-Type Tabular Data Generation

2024-01-11 · Timur Sattarov, Marco Schreyer, Damian Borth

Realistic synthetic tabular data generation encounters significant challenges in preserving privacy, especially when dealing with sensitive information in domains like finance and healthcare. In this paper, we introduce …

AttributeDenoisingFederated LearningTabular Data Generation