paper-with-me

Papers

Alpha-Integration Pooling for Convolutional Neural Networks

2018-11-08 · Hayoung Eom, Heeyoul Choi

Convolutional neural networks (CNNs) have achieved remarkable performance in many applications, especially in image recognition tasks. As a crucial component of CNNs, sub-sampling plays an important role for efficient training or invariance property, and max-pooling and arithmetic average-pooling are commonly used sub-sampling methods. In addition to the two pooling methods, however, there could be many other pooling types, such as geometric average, harmonic average, and so on. Since it is not easy for algorithms to find the best pooling method, usually the pooling types are assumed a priority, which might not be optimal for different tasks. In line with the deep learning philosophy, the type of pooling can be driven by data for a given task. In this paper, we propose {\it $\alpha$-integration pooling} ($\alpha$I-pooling), which has a trainable parameter $\alpha$ to find the type of pooling. $\alpha$I-pooling is a general pooling method including max-pooling and arithmetic average-pooling as a special case, depending on the parameter $\alpha$. Experiments show that $\alpha$I-pooling outperforms other pooling methods including max-pooling, in image recognition tasks. Also, it turns out that each layer has different optimal pooling type.

📄 PDF Abstract BibTeX arXiv:1811.03436

Code (0)

등록된 구현이 없습니다.

Tasks

Philosophy

Similar Papers 제목 키워드 기반

Fractional Max-Pooling

2014-12-18 · Benjamin Graham

Convolutional networks almost always incorporate some form of spatial pooling, and very often it is alpha times alpha max-pooling with alpha=2. Max-pooling act on the hidden layers of the network, reducing their size by …

Image Classification

A New Multiple Max-pooling Integration Module and Cross Multiscale Deconvolution Network Based on Image Semantic Segmentation

2020-03-25 · Hongfeng You, Shengwei Tian, Long Yu, Xiang Ma 외

To better retain the deep features of an image and solve the sparsity problem of the end-to-end segmentation model, we propose a new deep convolutional network model for medical image pixel segmentation, called MC-Net. T…

DecoderSegmentationSemantic Segmentation

Image Classification using Fuzzy Pooling in Convolutional Kolmogorov-Arnold Networks

2024-07-23 · Ayan Igali, Pakizar Shamoi

Nowadays, deep learning models are increasingly required to be both interpretable and highly accurate. We present an approach that integrates Kolmogorov-Arnold Network (KAN) classification heads and Fuzzy Pooling into co…

Deep Learningimage-classificationImage ClassificationKolmogorov-Arnold Networks

Long-Range Feature Propagating for Natural Image Matting

2021-09-25 · Qinglin Liu, Haozhe Xie, Shengping Zhang, Bineng Zhong 외

Natural image matting estimates the alpha values of unknown regions in the trimap. Recently, deep learning based methods propagate the alpha values from the known regions to unknown regions according to the similarity be…

Image Matting

Improving the Sample-Complexity of Deep Classification Networks with Invariant Integration

2022-02-08 · Matthias Rath, Alexandru Paul Condurache

Leveraging prior knowledge on intraclass variance due to transformations is a powerful method to improve the sample complexity of deep neural networks. This makes them applicable to practically important use-cases where …

Rotated MNIST