paper-with-me

홈 › Papers

Training Neural Networks by Using Power Linear Units (PoLUs)

2018-02-01 · Yikang Li, Pak Lun Kevin Ding, Baoxin Li

In this paper, we introduce "Power Linear Unit" (PoLU) which increases the nonlinearity capacity of a neural network and thus helps improving its performance. PoLU adopts several advantages of previously proposed activation functions. First, the output of PoLU for positive inputs is designed to be identity to avoid the gradient vanishing problem. Second, PoLU has a non-zero output for negative inputs such that the output mean of the units is close to zero, hence reducing the bias shift effect. Thirdly, there is a saturation on the negative part of PoLU, which makes it more noise-robust for negative inputs. Furthermore, we prove that PoLU is able to map more portions of every layer's input to the same space by using the power function and thus increases the number of response regions of the neural network. We use image classification for comparing our proposed activation function with others. In the experiments, MNIST, CIFAR-10, CIFAR-100, Street View House Numbers (SVHN) and ImageNet are used as benchmark datasets. The neural networks we implemented include widely-used ELU-Network, ResNet-50, and VGG16, plus a couple of shallow networks. Experimental results show that our proposed activation function outperforms other state-of-the-art models with most networks.

📄 PDF Abstract BibTeX arXiv:1802.00212

Code (1)

awur978/Autoencoder tf

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

The POLUSA Dataset: 0.9M Political News Articles Balanced by Time and Outlet Popularity

2020-05-27 · Lukas Gebhard, Felix Hamborg

News articles covering policy issues are an essential source of information in the social sciences and are also frequently used for other use cases, e.g., to train NLP language models. To derive meaningful insights from …

Articles

Moderate Adaptive Linear Units (MoLU)

2023-02-27 · Hankyul Koh, Joon-Hyuk Ko, Wonho Jhe

We propose a new high-performance activation function, Moderate Adaptive Linear Units (MoLU), for the deep neural network. The MoLU is a simple, beautiful and powerful activation function that can be a good main activati…

Data-driven model predictive control of battery storage units

2024-07-06 · Johannes B. Lipka, Christian A. Hans

In many state-of-the-art control approaches for power systems with storage units, an explicit model of the storage dynamics is required. With growing numbers of storage units, identifying these dynamics can be cumbersome…

Model Predictive Control

Automated Sizing and Training of Efficient Deep Autoencoders using Second Order Algorithms

2023-08-11 · Kanishka Tyagi, Chinmay Rane, Michael Manry

We propose a multi-step training method for designing generalized linear classifiers. First, an initial multi-class linear classifier is found through regression. Then validation error is minimized by pruning of unnecess…

Philosophy

A Methodology for Automatic Selection of Activation Functions to Design Hybrid Deep Neural Networks

2018-10-27 · Marchisio Alberto, Hanif Muhammad Abdullah, Rehman Semeen, Martina Maurizio 외

Activation functions influence behavior and performance of DNNs. Nonlinear activation functions, like Rectified Linear Units (ReLU), Exponential Linear Units (ELU) and Scaled Exponential Linear Units (SELU), outperform t…