Git Product home page Git Product logo

exploiting-gan-internal-capacity's Introduction

Exploiting GAN Internal Capacity for High-Quality Reconstruction of Natural Images

Code for reproducing experiments in "Exploiting GAN Internal Capacity for High-Quality Reconstruction of Natural Images"

This directory contains associated source code to invert BigGAN generator for 128x128 resolution. Requires Tensorflow.

Generation of Random Samples:

Generate 1000 random samples of BigGAN generator:

  $> python random_sample.py random_sample.json

Inversion of the Generator:

The optimization is split into two steps according to the paper: First step, invesion to the latent space:

  $> python inversion.py params_latent.json

Second step, inversion to the dense layer:

  $> python inversion.py params_dense.json

Interpolation:

Generate interpolations between the inverted images and generated images:

  $> python interpolation.py params_dense.json

Segmentation:

Segment inverted images by clustering the attention map:

  $> python segmentation.py params_dense.json

Note: to replicate the experiments on real images from ImageNet, first a hdf5 file must be created with random images from the dataset, similar to the procedure in "random_sample.py". Then, the two step of optimization must be executed (modify the "dataset:" parameter in params_latent.json to consider custom datasets).

exploiting-gan-internal-capacity's People

Contributors

marcospividori avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.