paper-with-me

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 an integer multiplicative factor alpha. The amazing by-product of discarding 75% of your data is that you build into the network a degree of invariance with respect to translations and elastic distortions. However, if you simply alternate convolutional layers with max-pooling layers, performance is limited due to the rapid reduction in spatial size, and the disjoint nature of the pooling regions. We have formulated a fractional version of max-pooling where alpha is allowed to take non-integer values. Our version of max-pooling is stochastic as there are lots of different ways of constructing suitable pooling regions. We find that our form of fractional max-pooling reduces overfitting on a variety of datasets: for instance, we improve on the state-of-the art for CIFAR-100 without even using dropout.

📄 PDF Abstract BibTeX arXiv:1412.6071

Code (5)

BendeguzToth/Fun-with-ConvNets
JonasWechsler/DeepLearningLab5 tf
VladimirGol/KerasFractionalMaxPooling tf
facebookresearch/SparseConvNet pytorch
laplacetw/vgg-like-cifar10 tf

Tasks

Image Classification

Similar Papers 제목 키워드 기반

An Enhanced Hybrid MobileNet

2017-12-13 · Hong-Yen Chen, Chung-Yen Su

Complicated and deep neural network models can achieve high accuracy for image recognition. However, they require a huge amount of computations and model parameters, which are not suitable for mobile and embedded devices…

FA-RPN: Floating Region Proposals for Face Detection

2018-12-13 · CVPR 2019 6 · Mahyar Najibi, Bharat Singh, Larry S. Davis

We propose a novel approach for generating region proposals for performing face-detection. Instead of classifying anchor boxes using features from a pixel in the convolutional feature map, we adopt a pooling-based approa…

Face DetectionRegion Proposal

SNOW: Subscribing to Knowledge via Channel Pooling for Transfer & Lifelong Learning of Convolutional Neural Networks

2020-05-01 · ICLR 2020 1 · Chungkuk Yoo, Bumsoo Kang, Minsik Cho

SNOW is an efficient learning method to improve training/serving throughput as well as accuracy for transfer and lifelong learning of convolutional neural networks based on knowledge subscription. SNOW selects the top-K …

image-classificationImage ClassificationLifelong learning

Reduced Order Fractional Fourier Transform A New Variant to Fractional Signal Processing Definition and Properties

2018-04-17

In this paper, a new variant to fractional signal processing is proposed known as the Reduced Order Fractional Fourier Transform. Various properties satisfied by its transformation kernel is derived. The properties assoc…

Fractional-order Jacobian Matrix Differentiation and Its Application in Artificial Neural Networks

2025-06-09 · Xiaojun Zhou, Chunna Zhao, Yaqun Huang, Chengli Zhou 외

Fractional-order differentiation has many characteristics different from integer-order differentiation. These characteristics can be applied to the optimization algorithms of artificial neural networks to obtain better r…

GPU