Questions tagged [average-pooling]
2 questions
4
votes
1 answer
Is it effective to concatenate the results of mean-pooling and max-pooling?
Is it popular or effective to concatenate the results of mean-pooling and max-pooling, to get the invariance of the latter and the expressivity of the former?

user3180
- 598
- 3
- 14
2
votes
1 answer
Is there any reason behind bias towards max pooling over avg pooling?
Consider the following excerpt taken from the chapter named Using convolutions to generalize from the textbook titled Deep Learning with PyTorch by Eli Stevens et al.
Downsampling could in principle occur in different ways. Scaling an
image by half…

hanugm
- 3,571
- 3
- 18
- 50