Deepak Menghani edited sectionFormatting_yo.tex  about 8 years ago

Commit id: 40c9e279d7be019829f7a1b0af35f5a994f9dd81

deletions | additions      

       

We have been able to construct simple gradients of a neuron with respect to the input image. Gradients of neurons at different layers of VGG net are shown below in Fig[].  [Insert figure1]  [Insert figure2]  [Insert figure3]  [Insert figure4]  From these results it seems, that the neurons in the early layers, do not contain information rich enough for us to sample and work backwards from. However, neurons further down the layers represent more abstract and macro feature from the image eg. a neuron which fires up when the input image contains an ear.  We think it would be ideal for us to re-construct the image using sampled activations from some layer in the middle as we hypothesize that the information contained is maximal somewhere in between the first and last layer. We aim to do experiments to figure out which layer would be the best to work with using our reconstruction algorithm.