paper-with-me

Papers

Generalizing Pooling Functions in Convolutional Neural Networks: Mixed, Gated, and Tree

2015-09-30 · Chen-Yu Lee, Patrick W. Gallagher, Zhuowen Tu

We seek to improve deep neural networks by generalizing the pooling operations that play a central role in current architectures. We pursue a careful exploration of approaches to allow pooling to learn and to adapt to complex and variable patterns. The two primary directions lie in (1) learning a pooling function via (two strategies of) combining of max and average pooling, and (2) learning a pooling function in the form of a tree-structured fusion of pooling filters that are themselves learned. In our experiments every generalized pooling operation we explore improves performance when used in place of average or max pooling. We experimentally demonstrate that the proposed pooling operations provide a boost in invariance properties relative to conventional pooling and set the state of the art on several widely adopted benchmark datasets; they are also easy to implement, and can be applied within various deep neural network architectures. These benefits come with only a light increase in computational overhead during training and a very modest increase in the number of model parameters.

📄 PDF Abstract BibTeX arXiv:1509.08985

Code (2)

BeanGreen247/Python-AI-Arts tf
cypw/DPNs tf

Tasks

Image Classification

Similar Papers 제목 키워드 기반

MorphoActivation: Generalizing ReLU activation function by mathematical morphology

2022-07-13 · Santiago Velasco-Forero, Jesús Angulo

This paper analyses both nonlinear activation functions and spatial max-pooling for Deep Convolutional Neural Networks (DCNNs) by means of the algebraic basis of mathematical morphology. Additionally, a general family of…

Using the Choquet Integral in the Pooling Layer in Deep Learning Networks

2022-05-06 · elsvier 2022 5 · Camila Alves Dias1(&), Jéssica C. S. Bueno2, Eduardo N. Borges1, Silvia S. C. Botelho1 외

This paper aims to introduce the proposal of replacing the usual pooling functions by the Choquet integral in Deep Learning Networks. The Choquet integral is an aggregation function studied and applied in several areas, …

Learnable Discrete Wavelet Pooling (LDW-Pooling) For Convolutional Networks

2021-09-13 · Bor-Shiun Wang, Jun-Wei Hsieh, Ming-Ching Chang, Ping-Yang Chen 외

Pooling is a simple but essential layer in modern deep CNN architectures for feature aggregation and extraction. Typical CNN design focuses on the conv layers and activation functions, while leaving the pooling layers wi…

Convergence of Deep Neural Networks with General Activation Functions and Pooling

2022-05-13 · Wentao Huang, Yuesheng Xu, Haizhang Zhang

Deep neural networks, as a powerful system to represent high dimensional complex functions, play a key role in deep learning. Convergence of deep neural networks is a fundamental issue in building the mathematical founda…

Self-Attention Graph Pooling

2019-04-17 · Junhyun Lee, Inyeop Lee, Jaewoo Kang

Advanced methods of applying deep learning to structured data such as graphs have been proposed in recent years. In particular, studies have focused on generalizing convolutional neural networks to graph data, which incl…

Graph Classification