2018
DOI: 10.1155/2018/8196906
|View full text |Cite
|
Sign up to set email alerts
|

Multiactivation Pooling Method in Convolutional Neural Networks for Image Recognition

Abstract: Convolutional neural networks (CNNs) are becoming more and more popular today. CNNs now have become a popular feature extractor applying to image processing, big data processing, fog computing, etc. CNNs usually consist of several basic units like convolutional unit, pooling unit, activation unit, and so on. In CNNs, conventional pooling methods refer to 2×2 max-pooling and average-pooling, which are applied after the convolutional or ReLU layers. In this paper, we propose a Multiactivation Pooling (MAP) Metho… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
5

Citation Types

0
22
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
6
1

Relationship

0
7

Authors

Journals

citations
Cited by 28 publications
(23 citation statements)
references
References 34 publications
(49 reference statements)
0
22
0
Order By: Relevance
“…2) Average Pooling: It has a function u(x,y) (i.e., window function) to the input data, and selects the average value for each input data on the preceding layer feature map [135], [136]…”
Section: ) Convolutional Neural Network (Cnn)mentioning
confidence: 99%
See 2 more Smart Citations
“…2) Average Pooling: It has a function u(x,y) (i.e., window function) to the input data, and selects the average value for each input data on the preceding layer feature map [135], [136]…”
Section: ) Convolutional Neural Network (Cnn)mentioning
confidence: 99%
“…And the large pooling has M value as 4, 8, 16, which always have a dependency on input image size. So, [136], in their paper, proposed a Multi-activation pooling method in order to satisfy the need of a large pooling region. This method allows top-p activations to pass through the pooling rate.…”
Section: ) Convolutional Neural Network (Cnn)mentioning
confidence: 99%
See 1 more Smart Citation
“…In addition, the picture could be huge if it is calculated in the number of pixels, for which the program should contain pooling system to combine multiple numbers together. [11][12][13][14][15][16][17][18] The "pooling" function is:…”
Section: Convolutional Neural Network Approachmentioning
confidence: 99%
“…Besides, for obtaining more possible characteristics, the program could rotate the picture to different angle to mimic any possible visual angle in the reality. First of all, the original two-dimensional array (or matrix) is [[0, 1, 2, 3], [4,5,6,7], [8,9,10,11], [12,13,14,15]]. Then, after reversing the picture, it becomes [[0, 4, 8, 12], [1,5,9,13], [2,6,10,14], [3,7,11,15]], which enables the convolution to cover more characteristics from different angle.…”
Section: Convolutional Neural Network Approachmentioning
confidence: 99%