paper-with-me

홈 › Papers

Pooling Methods in Deep Neural Networks, a Review

2020-09-16 · Hossein Gholamalinezhad, Hossein Khosravi

Nowadays, Deep Neural Networks are among the main tools used in various sciences. Convolutional Neural Network is a special type of DNN consisting of several convolution layers, each followed by an activation function and a pooling layer. The pooling layer is an important layer that executes the down-sampling on the feature maps coming from the previous layer and produces new feature maps with a condensed resolution. This layer drastically reduces the spatial dimension of input. It serves two main purposes. The first is to reduce the number of parameters or weights, thus lessening the computational cost. The second is to control the overfitting of the network. An ideal pooling method is expected to extract only useful information and discard irrelevant details. There are a lot of methods for the implementation of pooling operation in Deep Neural Networks. In this paper, we reviewed some of the famous and useful pooling methods.

📄 PDF Abstract BibTeX arXiv:2009.07485

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Graph Pooling for Graph Neural Networks: Progress, Challenges, and Opportunities

2022-04-15 · Chuang Liu, Yibing Zhan, Jia Wu, Chang Li 외

Graph neural networks have emerged as a leading architecture for many graph-level tasks, such as graph classification and graph generation. As an essential component of the architecture, graph pooling is indispensable fo…

Graph ClassificationGraph Generation

Short-Term Load Forecasting Using Time Pooling Deep Recurrent Neural Network

2021-09-26 · Elahe Khoshbakhti Vaygan, Roozbeh Rajabi, Abouzar Estebsari

Integration of renewable energy sources and emerging loads like electric vehicles to smart grids brings more uncertainty to the distribution system management. Demand Side Management (DSM) is one of the approaches to red…

Load ForecastingManagement

Learning Hierarchical Review Graph Representations for Recommendation

2020-04-24 · Yong liu, Susen Yang, Yinan Zhang, Chunyan Miao 외

The user review data have been demonstrated to be effective in solving different recommendation problems. Previous review-based recommendation methods usually employ sophisticated compositional models, such as Recurrent …

Graph AttentionGraph Neural Network

Deep Neural-Kernel Machines

2020-07-13 · Siamak Mehrkanoon

In this chapter we review the main literature related to the recent advancement of deep neural-kernel architecture, an approach that seek the synergy between two powerful class of models, i.e. kernel-based models and art…

Universal Pooling -- A New Pooling Method for Convolutional Neural Networks

2019-07-26 · Junhyuk Hyun, Hongje Seong, Euntai Kim

Pooling is one of the main elements in convolutional neural networks. The pooling reduces the size of the feature map, enabling training and testing with a limited amount of computation. This paper proposes a new pooling…

Diversity