paper-with-me

Papers

Piecewise Linear Units Improve Deep Neural Networks

2021-08-02 · Jordan Inturrisi, Sui Yang Khoo, Abbas Kouzani, Riccardo Pagliarella

The activation function is at the heart of a deep neural networks nonlinearity; the choice of the function has great impact on the success of training. Currently, many practitioners prefer the Rectified Linear Unit (ReLU) due to its simplicity and reliability, despite its few drawbacks. While most previous functions proposed to supplant ReLU have been hand-designed, recent work on learning the function during training has shown promising results. In this paper we propose an adaptive piecewise linear activation function, the Piecewise Linear Unit (PiLU), which can be learned independently for each dimension of the neural network. We demonstrate how PiLU is a generalised rectifier unit and note its similarities with the Adaptive Piecewise Linear Units, namely adaptive and piecewise linear. Across a distribution of 30 experiments, we show that for the same model architecture, hyperparameters, and pre-processing, PiLU significantly outperforms ReLU: reducing classification error by 18.53% on CIFAR-10 and 13.13% on CIFAR-100, for a minor increase in the number of neurons. Further work should be dedicated to exploring generalised piecewise linear units, as well as verifying these results across other challenging domains and larger problems.

📄 PDF Abstract BibTeX arXiv:2108.00700

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Importance of Normalisation Layers in Deep Learning with Piecewise Linear Activation Units

2015-08-03 · Zhibin Liao, Gustavo Carneiro

Deep feedforward neural networks with piecewise linear activations are currently producing the state-of-the-art results in several public datasets. The combination of deep learning models and piecewise linear activation …

General ClassificationImage Classification

Nearly-tight VC-dimension and pseudodimension bounds for piecewise linear neural networks

2017-03-08 · Peter L. Bartlett, Nick Harvey, Chris Liaw, Abbas Mehrabian

We prove new upper and lower bounds on the VC-dimension of deep neural networks with the ReLU activation function. These bounds are tight for almost the entire range of parameters. Letting $W$ be the number of weights an…

Learning Activation Functions to Improve Deep Neural Networks

2014-12-21 · Forest Agostinelli, Matthew Hoffman, Peter Sadowski, Pierre Baldi

Artificial neural networks typically have a fixed, non-linear activation function at each neuron. We have designed a novel form of piecewise linear activation function that is learned independently for each neuron using …

Image Classification

On the Number of Linear Regions of Deep Neural Networks

2014-02-08 · NeurIPS 2014 12 · Guido Montúfar, Razvan Pascanu, Kyunghyun Cho, Yoshua Bengio

We study the complexity of functions computable by deep feedforward neural networks with piecewise linear activations in terms of the symmetries and the number of linear regions that they have. Deep networks are able to …

Optimal Piecewise Linear Function Approximation for GPU-based Applications

2015-10-10 · Daniel Berjón, Guillermo Gallego, Carlos Cuevas, Francisco Morán 외

Many computer vision and human-computer interaction applications developed in recent years need evaluating complex and continuous mathematical functions as an essential step toward proper operation. However, rigorous eva…

GPU