TableDiffusion
收藏资源简介:
TableDiffusion是一个专注于提供差分隐私生成模型的项目,用于敏感表格数据。其目标是合成数据,保持原始数据集的统计特性,同时确保个人信息的隐私。
TableDiffusion is a project dedicated to providing differentially private generative models for sensitive tabular data. Its objective is to synthesize data that preserves the statistical properties of the original dataset while ensuring the privacy of personal information.
TableDiffusion 数据集概述
数据集目的
TableDiffusion 是一个专注于提供针对敏感表格数据的差分隐私生成模型的项目。其目标是在确保个体信息隐私的同时,合成能够维持原始数据集统计特性的数据。
主要模型
项目中最显著的模型是 TableDiffusion,这是首个针对表格数据的差分隐私扩散模型。该模型的实现位于 tablediffusion/models/table_diffusion.py。
使用限制
- 研究用途:此代码库仅供研究使用,目前不适用于生产环境。
- 隐私保证:当前实现可能无法保证隐私保护,因为种子和采样器设置不适合生产环境。
引用信息
Truda, Gianluca. "Generating tabular datasets under differential privacy." arXiv preprint arXiv:2308.14784 (2023).
@article{truda2023generating, title={Generating tabular datasets under differential privacy}, author={Truda, Gianluca}, journal={arXiv preprint arXiv:2308.14784}, year={2023} }




