Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Average pooling in CA #106

Open
FranYi opened this issue Oct 19, 2020 · 0 comments
Open

Average pooling in CA #106

FranYi opened this issue Oct 19, 2020 · 0 comments

Comments

@FranYi
Copy link

FranYi commented Oct 19, 2020

Hello, why don't you use the average sum of absolute values of the feature map to compute the channel-wise statistic z_c? For example, if one feature map is simplistically represented as [10,-10], then it's weight is 0; if the feature map is [10,10], then it's weight is 10. If we use the sum of absolute values, both feature maps have the same weight of 10. Besides, for two feature maps [-10,10] and [-1,1], which one should be given a higher weight? Thank you for your response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant