Dingfan Chen, Tribhuvanesh Orekondy, Mario Fritz
We lifted 6 functions out of this paper's own repositories and ran 5 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| DingfanChen/GS-WGAN | — | 5 of 6 |
| Function | Status | Where it lives |
|---|---|---|
| GBlock | Ran | DingfanChen/GS-WGAN/source/models.py code served (permissive licence) · get_code("53f434fe0e4156d9") |
| GeneratorResNet | Ran | DingfanChen/GS-WGAN/source/models.py code served (permissive licence) · get_code("355560a376ffab86") |
| SpectralNorm | Ran | DingfanChen/GS-WGAN/source/models.py code served (permissive licence) · get_code("ce077451cdef92e9") |
| l2_norm | Ran | DingfanChen/GS-WGAN/source/models.py code served (permissive licence) · get_code("a84f15a80e3dbb2a") |
| pixel_norm | Ran | DingfanChen/GS-WGAN/source/models.py code served (permissive licence) · get_code("8806db0f5a8e90fe") |
| one_hot_embedding | Not yet run | DingfanChen/GS-WGAN/source/models.py code served (permissive licence) · get_code("9bf347796ee07467") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
The wide-spread availability of rich data has fueled the growth of machine learning applications in numerous domains. However, growth in domains with highlysensitive data (e.g., medical) is largely hindered as the private nature of data prohibits it from being shared. To this end, we propose Gradient-sanitized Wasserstein Generative Adversarial Networks (GS-WGAN), which allows releasing a sanitized form of the sensitive data with rigorous privacy guarantees. In contrast to prior work, our approach is able to distort gradient information more precisely, and thereby enabling training deeper models which generate more informative samples. Moreover, our formulation naturally allows for training GANs in both centralized and federated (i.e., decentralized) data scenarios. Through extensive experiments, we find our approach consistently outperforms state-of-the-art approaches across multiple metrics (e.g., sample quality) and datasets. Code and models are available at https://github.com/DingfanChen/GS-WGAN. 34th Conference on Neural Information Processing Systems (NeurIPS 2020),
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2006.08265")
get_code_for_paper("2006.08265")
have("2006.08265")
Connect an agent — have() is free.