quiver icon indicating copy to clipboard operation
quiver copied to clipboard

Support output for Global Pooling layers

Open kretes opened this issue 7 years ago • 2 comments

Global Average and Max Pooling are used as an alternative to FC layers. they are very handy for vizualization. what quiver can do is show the convolution layers output that are input to GAP but GAP calculates average activation for a single channel of previous convolution.

it would be good to show this number alongside the visualized output of convolution layer if the next layer is GAP or GMP.

kretes avatar Nov 18 '16 22:11 kretes

And furthermore there is yet another architecture where GAP is followed by a dense layer before given to softmax layer: http://cnnlocalization.csail.mit.edu/

supporting this as well would be really cool.

Actually those are the types of architectures that allow a built-in localization of classified item

kretes avatar Nov 19 '16 08:11 kretes

I agree that this would be a fabulous addition.

dan-1d avatar Nov 21 '16 20:11 dan-1d