Chicheng's Blog

PhD := Pathetic Human Dying, But Enjoyable.

0%

Globally and Locally Consistent Image Completion

[Paper][My minimal pytorch implementation]

What’s different?

  • Move the model to Pytorch
  • Using High Level API (tf.layers/tf.contrib)
  • add batch normalisation after dilated CNNimg
  • This model run on 64x64 size images
  • The structure of model has been changed a liitle bit since the smaller size image
  • Add the sigmoid function in the last layer of Completion

Paper Structure

img img

Paper optimization

img

The structure for this model

The result after only 20 steps (5 minutes)

<- Yeah .. I mean 5 min on CPU…

The generator has started to do something we want. The reason may be the reconstructed loss, which enables us to train it as a decoder.

And, the paper they trained

img

Still wondering

Which way of initialization will be better for this model?