You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to caffe...@googlegroups.com
Hi,
Is it possible with Caffe to do cross maps pooling?
For example, to average the outputs of each 8 maps ?
Thanks.
Yangqing Jia
unread,
Aug 24, 2014, 2:12:52 AM8/24/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ran Manor, caffe...@googlegroups.com
You can decompose that to a group convolution with 1/8 being the
weights (initialized as this constant value), and then if you want to
do spatial pooling, add a normal pooling layer on the top.
Yangqing
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Yangqing Jia, caffe...@googlegroups.com
Thanks. And if I want to do max pooling between the maps?
Yangqing Jia
unread,
Aug 24, 2014, 2:37:40 AM8/24/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ran Manor, caffe...@googlegroups.com
Then a custom pooling needs to be written :) Would not be too hard
though, computation wise it will look like the local response
normalization layer albeit much simpler.
Yangqing