https://github.com/arogozhnikov/deepmmd-gan

Yet another (very simple) approach for adversarial training.

https://github.com/arogozhnikov/deepmmd-gan

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Yet another (very simple) approach for adversarial training.

Basic Info
  • Host: GitHub
  • Owner: arogozhnikov
  • License: apache-2.0
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 9.46 MB
Statistics
  • Stars: 17
  • Watchers: 5
  • Forks: 9
  • Open Issues: 2
  • Releases: 0
Created almost 9 years ago · Last pushed almost 9 years ago
Metadata Files
Readme License

README.md

DeepMMD-GAN

Yet another (very simple) approach for adversarial training.

  • GANs are adversarial networks, no need to introduce those.
  • MMD is maximum mean discrepancy (see e.g. this presentation by A. Smola), it is based on a very simple idea of how to detect difference between distributions.

A decade ago MMD was very popular, notable property of MMD (compared to other tests) is that it works well with kernels.

MMD was already combined with GANs, see e.g.

In my experiments something closer to traditional GANs was considered, because "discriminator" tries to find an appropriate mapping to maximize MMD.

Technical details

Using pytorch for implementation, I am building upon DCGAN (official implementation from pytorch repo).

Discriminator also contains BatchNormalization at the last layer to ensure the scale of output, that's quite critical, as otherwise you can scale output to get enormous MMD.

Probably, it is among shortest implementations of GANs.

Results and observations

I haven't done much tuning, but here what was found

  • I have observed no divergences when experimenting, things are rather stable (at the same time at 64*64 definitely buggy fake pictures are appearing)
  • quality of produced images isn't awesome, though comparable with other approaches
  • results for different sizes of projections (2 ** 8 to 2 ** 15) aren't very different, while latter are quite slow and slightly worse (this was removed from the final version)

Owner

  • Name: Alex Rogozhnikov
  • Login: arogozhnikov
  • Kind: user
  • Location: San Francisco
  • Company: Aperture Science

ML + Science, einops, scientific tools

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 9
  • Total Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
arogozhnikov i****m@g****m 9

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 1.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • deep0learning (1)
  • sumorday (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels