Miaoyun Zhao, Yulai Cong, Lawrence Carin
We lifted 4 functions out of this paper's own repositories and ran 2 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 |
|---|---|---|
| miaoyunzhao/gantransferlimiteddata | canonical | 1 of 3 |
| MiaoyunZhao/GANTransferLimitedData | — | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| AdaFM | Ran | MiaoyunZhao/GANTransferLimitedData/gan_training/models/resnet2_AdaFM.py code served (permissive licence) · get_code("9817eac6ef952160") |
| actvn | Ran | miaoyunzhao/gantransferlimiteddata/gan_training/models/resnet2_AdaFM.py code served (permissive licence) · get_code("528d68028ecbc5ce") |
| equal_lr | Not yet run | miaoyunzhao/gantransferlimiteddata/gan_training/models/resnet2_AdaFM.py code served (permissive licence) · get_code("e83d6694a7c61840") |
| snconv2d | Not yet run | miaoyunzhao/gantransferlimiteddata/gan_training/models/resnet2_AdaFM.py code served (permissive licence) · get_code("9325e7584baf8e2c") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Recent work has shown generative adversarial networks (GANs) can generate highly realistic images, that are often indistinguishable (by humans) from real images. Most images so generated are not contained in the training dataset, suggesting potential for augmenting training sets with GAN-generated data. While this scenario is of particular relevance when there are limited data available, there is still the issue of training the GAN itself based on that limited data. To facilitate this, we leverage existing GAN models pretrained on large-scale datasets (like ImageNet) to introduce additional knowledge (which may not exist within the limited data), following the concept of transfer learning. Demonstrated by natural-image generation, we reveal that low-level filters (those close to observations) of both the generator and discriminator of pretrained GANs can be transferred to facilitate generation in a perceptuallydistinct target domain with limited training data. To further adapt the transferred filters to the target domain, we propose adaptive filter modulation (AdaFM). An extensive set of experiments is presented to demonstrate the effectiveness of the proposed techniques on generation with limited data.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2002.11810")
get_code_for_paper("2002.11810")
have("2002.11810")
Connect an agent — have() is free.