Highlight

Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)

Introduces the Exponential Linear Unit (ELU), an activation with negative values that speeds deep network training and improves accuracy over ReLUs.

Based on

Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)

By Djork-Arné Clevert, Thomas Unterthiner, Sepp HochreiterInternational Conference on Learning Representations
Read original article →

This paper introduces the exponential linear unit (ELU), a new activation function for deep neural networks. Like rectified linear units and their variants, ELUs alleviate the vanishing gradient problem through the identity for positive values, but unlike ReLUs they also take on negative values. These negative values push mean unit activations closer to zero, similar to batch normalization but with lower computational cost, which reduces the bias-shift effect and brings the normal gradient closer to the unit natural gradient. ELUs also saturate to a negative value for smaller inputs, giving a noise-robust deactivation state.

In experiments, ELUs lead to both faster learning and significantly better generalization than ReLUs and LReLUs on networks deeper than five layers. On CIFAR-100 ELU networks significantly outperform ReLU networks with batch normalization, while batch normalization does not further help ELU networks; ELU networks rank among the top reported CIFAR-10 results and give the best published CIFAR-100 result without multi-view evaluation or model averaging. On ImageNet they considerably speed up learning versus an equivalent ReLU network, reaching under 10% classification error for a single-crop, single model.

Abstract

The paper introduces the exponential linear unit (ELU), an activation that speeds up deep network learning and raises accuracy. Like ReLUs, ELUs avoid vanishing gradients via the identity for positive inputs, but their negative values push mean activations toward zero, reducing bias shift and bringing gradients closer to the natural gradient. ELUs saturate to a negative value for small inputs, giving noise-robust deactivation. Experiments show faster learning and better generalization than ReLUs and LReLUs, with top CIFAR results and under 10% single-crop ImageNet error.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

activation functionsexponential linear unitdeep learningvanishing gradientimage classification
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.