I've implemented a stacked Independent subpace analysis(ISA) network similar to the one in research paper mentioned below for unsupervised feature extraction. It consists of 2 ISA layers stacked one after another. Each ISA layer has two two layers in it. The first layer of the ISA captures square nonlineaity relationships in the input image patch. The second layer groups the response with respect to subpace size. It is very similar to Independent component analysis except it groups dependant sources together and these dependent groups are independent of each other. PCA is used at the beginning of each layer for dimensionality reduction.

My goal is visualize the features (weights at each layer) and the feature maps. Since the dimensions are reduced, the visualization is not straight forward. What is the best way for me to visualize the feature maps/features?

Also, how was figure 4 achieved in this paper?

Conference Paper Representation Learning: A Unified Deep Learning Framework f...

Similar questions and discussions