LGFeb 18, 2016

Revise Saturated Activation Functions

arXiv:1602.05980v277 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of training deep neural networks with activation functions, potentially offering improved alternatives for researchers and practitioners, though it is incremental as it builds on existing functions.

The paper revisits saturated activation functions (logistic sigmoid and tanh) and shows that rescaling the logistic sigmoid and penalizing tanh's negative part can achieve performance comparable to or better than non-saturated functions like ReLU on deep convolutional networks, contradicting prior beliefs about saturation causing slow convergence.

In this paper, we revise two commonly used saturated functions, the logistic sigmoid and the hyperbolic tangent (tanh). We point out that, besides the well-known non-zero centered property, slope of the activation function near the origin is another possible reason making training deep networks with the logistic function difficult to train. We demonstrate that, with proper rescaling, the logistic sigmoid achieves comparable results with tanh. Then following the same argument, we improve tahn by penalizing in the negative part. We show that "penalized tanh" is comparable and even outperforms the state-of-the-art non-saturated functions including ReLU and leaky ReLU on deep convolution neural networks. Our results contradict to the conclusion of previous works that the saturation property causes the slow convergence. It suggests further investigation is necessary to better understand activation functions in deep architectures.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes