paper-with-me

Papers

Batch-normalized Maxout Network in Network

2015-11-09 · Jia-Ren Chang, Yong-Sheng Chen

This paper reports a novel deep architecture referred to as Maxout network In Network (MIN), which can enhance model discriminability and facilitate the process of information abstraction within the receptive field. The proposed network adopts the framework of the recently developed Network In Network structure, which slides a universal approximator, multilayer perceptron (MLP) with rectifier units, to exact features. Instead of MLP, we employ maxout MLP to learn a variety of piecewise linear activation functions and to mediate the problem of vanishing gradients that can occur when using rectifier units. Moreover, batch normalization is applied to reduce the saturation of maxout units by pre-conditioning the model and dropout is applied to prevent overfitting. Finally, average pooling is used in all pooling layers to regularize maxout MLP in order to facilitate information abstraction in every receptive field while tolerating the change of object position. Because average pooling preserves all features in the local patch, the proposed MIN model can enforce the suppression of irrelevant information during training. Our experiments demonstrated the state-of-the-art classification performance when the MIN model was applied to MNIST, CIFAR-10, and CIFAR-100 datasets and comparable performance for SVHN dataset.

📄 PDF Abstract BibTeX arXiv:1511.02583

Code (1)

JohnBensen1000/machine_learning tf

Tasks

Image Classification

Methods 이 논문이 사용한 방법론

Maxout The Maxout Unit is a generalization of the ReLU and the leaky ReLU functions. It is a…
Average Pooling 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Maxout Polytopes

2025-09-25 · Andrei Balakin, Shelby Cox, Georg Loho, Bernd Sturmfels arxiv

Maxout polytopes are defined by feedforward neural networks with maxout activation function and non-negative weights after the first layer. We characterize the parameter spaces and extremal f-vectors of maxout polytopes …

Deep Maxout Network Gaussian Process

2022-08-08 · Libin Liang, Ye Tian, Ge Cheng

Study of neural networks with infinite width is important for better understanding of the neural network in practical application. In this work, we derive the equivalence of the deep, infinite-width maxout network and th…

Bayesian Inference

Improving Deep Neural Networks with Probabilistic Maxout Units

2013-12-20 · Jost Tobias Springenberg, Martin Riedmiller

We present a probabilistic variant of the recently introduced maxout unit. The success of deep neural networks utilizing maxout can partly be attributed to favorable performance under dropout, when compared to rectified …

General Classificationimage-classificationImage Classification

Deep Maxout Network-based Feature Fusion and Political Tangent Search Optimizer enabled Transfer Learning for Thalassemia Detection

2023-08-03 · Hemn Barzan Abdalla, Awder Ahmed, Guoquan Li, Nasser Mustafa 외

Thalassemia is a heritable blood disorder which is the outcome of a genetic defect causing lack of production of hemoglobin polypeptide chains. However, there is less understanding of the precise frequency as well as sha…

Data AugmentationTransfer Learning

On the expressivity of sparse maxout networks

2025-10-15 · Moritz Grillo, Tobias Hofmann arxiv

We study the expressivity of sparse maxout networks, where each neuron takes a fixed number of inputs from the previous layer and employs a, possibly multi-argument, maxout activation. This setting captures key character…