Hi,
In the video “What are deep ConvNets learning?” Andrew presented a way to visualize what activations are learning from the image from the paper of Matthew D. Zeiler “Visualizing and Understanding Convolutional Networks”. I read the paper which overall stated that the visualization is done using deconvolutional network, where the inputs are the activations and the output is the reconstructed image. The layers are comprised of unpooling and transpose convolution layers. I am not getting how can transpose convolution reconstruct the image. In case anyone understood the paper and have an idea how this works can you please clarify the process or suggest relevant resources.
Thank you in advance.