paper-with-me

홈 › Papers

Why ReLU Units Sometimes Die: Analysis of Single-Unit Error Backpropagation in Neural Networks

2018-12-14 · Scott C. Douglas, Jiutian Yu

Recently, neural networks in machine learning use rectified linear units (ReLUs) in early processing layers for better performance. Training these structures sometimes results in "dying ReLU units" with near-zero outputs. We first explore this condition via simulation using the CIFAR-10 dataset and variants of two popular convolutive neural network architectures. Our explorations show that the output activation probability Pr[y>0] is generally less than 0.5 at system convergence for layers that do not employ skip connections, and this activation probability tends to decrease as one progresses from input layer to output layer. Employing a simplified model of a single ReLU unit trained by a variant of error backpropagation, we then perform a statistical convergence analysis to explore the model's evolutionary behavior. Our analysis describes the potentially-slower convergence speeds of dying ReLU units, and this issue can occur regardless of how the weights are initialized.

📄 PDF Abstract BibTeX arXiv:1812.05981

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

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

2015-11-23 · Djork-Arné Clevert, Thomas Unterthiner, Sepp Hochreiter

We introduce the "exponential linear unit" (ELU) which speeds up learning in deep neural networks and leads to higher classification accuracies. Like rectified linear units (ReLUs), leaky ReLUs (LReLUs) and parametrized …

General ClassificationImage Classification

Equivalent and Approximate Transformations of Deep Neural Networks

2019-05-27 · Abhinav Kumar, Thiago Serra, Srikumar Ramalingam

Two networks are equivalent if they produce the same output for any given input. In this paper, we study the possibility of transforming a deep neural network to another network with a different number of units or layers…

Improving neural networks with bunches of neurons modeled by Kumaraswamy units: Preliminary study

2015-05-11 · Jakub Mikolaj Tomczak

Deep neural networks have recently achieved state-of-the-art results in many machine learning problems, e.g., speech recognition or object recognition. Hitherto, work on rectified linear units (ReLU) provides empirical a…

Object Recognitionspeech-recognitionSpeech Recognition

Towards Fast Computation of Certified Robustness for ReLU Networks

2018-04-25 · ICML 2018 7 · Tsui-Wei Weng, huan zhang, Hongge Chen, Zhao Song 외

Verifying the robustness property of a general Rectified Linear Unit (ReLU) network is an NP-complete problem [Katz, Barrett, Dill, Julian and Kochenderfer CAV17]. Although finding the exact minimum adversarial distortio…

CPU

The effect of Target Normalization and Momentum on Dying ReLU

2020-05-13 · Isac Arnekvist, J. Frederico Carvalho, Danica Kragic, Johannes A. Stork

Optimizing parameters with momentum, normalizing data values, and using rectified linear units (ReLUs) are popular choices in neural network (NN) regression. Although ReLUs are popular, they can collapse to a constant fu…