I read this article "ufldf", it evolves visualization of hidden layers in autoencoder, but I'm confused how to visualize filters for a convolution neural networks. In my opinion, for the first convolution layer, to visualize filters, it need this equation:
And for second convolution layer, it should project filters into original input space, but I don't know how to do it.