Skip to content

VachanVY/DreamNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamNet

  • The purpose of the repository is to visualize what the layers in the Convolutional Network see when we amplify the activation in the neurons

DreamNet working

  • DreamNet.png
  • For understanding DreamNet in detail see the jupyter notebook

Results

  • Monalisa: mixed0 to mixed10

    monalisa0 monalisa1 monalisa2 monalisa3 monalisa4 monalisa5 monalisa6 monalisa7 monalisa8 monalisa9 monalisa10 monalisa11
  • Sky: act30 and mixed3

    sky sky1
  • Scenery:

    GIF GIF1

Ablations

  • Without clipping the gradients, the images are disrupted

    not_clipping_grads

  • Not normalizing the gradients doesn't affect the resultant image, therefore you should normalize the gradients to see the results


Further Inspection which can be done

  • The following repo was created using the Inception Model pre-trained on Imagenet which contains many classes
  • Will update this repo to include results by different pre-trained Models, and then finetuned on different tasks like dog classification,...

References

About

Seeing What Deep Convolutional Networks Dream

Resources

License

Stars

Watchers

Forks