SiloFuse: Cross-silo Synthetic Data Generation with Latent Tabular Diffusion Models
Aditya Shankar, Hans Brouwer, Rihan Hai, Lydia Chen
TL;DR
SiloFuse addresses the challenge of cross-silo, vertically partitioned tabular data synthesis by adopting a distributed latent diffusion framework that operates on latent embeddings rather than raw features. Autoencoders encode client data into continuous latents, which are centralized and modeled with a diffusion backbone, while local decoders recover synthetic data at each client, preserving privacy and data on-premise. The framework employs a stacked two-step training regime that decouples autoencoder and diffusion training, reducing communication rounds to a single round and mitigating gradient leakage risks. Empirical results on nine datasets show SiloFuse achieving competitive resemblance and downstream utility compared with centralized diffusion methods, with notable gains over GAN baselines, and demonstrate robustness to client re-partitioning and privacy considerations when synthetic data is shared post-generation.
Abstract
Synthetic tabular data is crucial for sharing and augmenting data across silos, especially for enterprises with proprietary data. However, existing synthesizers are designed for centrally stored data. Hence, they struggle with real-world scenarios where features are distributed across multiple silos, necessitating on-premise data storage. We introduce SiloFuse, a novel generative framework for high-quality synthesis from cross-silo tabular data. To ensure privacy, SiloFuse utilizes a distributed latent tabular diffusion architecture. Through autoencoders, latent representations are learned for each client's features, masking their actual values. We employ stacked distributed training to improve communication efficiency, reducing the number of rounds to a single step. Under SiloFuse, we prove the impossibility of data reconstruction for vertically partitioned synthesis and quantify privacy risks through three attacks using our benchmark framework. Experimental results on nine datasets showcase SiloFuse's competence against centralized diffusion-based synthesizers. Notably, SiloFuse achieves 43.8 and 29.8 higher percentage points over GANs in resemblance and utility. Experiments on communication show stacked training's fixed cost compared to the growing costs of end-to-end training as the number of training iterations increases. Additionally, SiloFuse proves robust to feature permutations and varying numbers of clients.
