LGMLMar 15, 2022

Deep Learning without Shortcuts: Shaping the Kernel with Tailored Rectifiers

U of Toronto
arXiv:2203.08120v130 citationsh-index: 24
Originality Highly original
AI Analysis

This work addresses the challenge of training truly deep networks without shortcuts, which could benefit researchers and practitioners in deep learning by offering simpler architectures.

The paper tackled the problem of training deep neural networks without shortcuts or normalization by developing a new transformation compatible with Leaky ReLUs, achieving validation accuracies competitive with ResNets and better than prior methods like EOC, with no degradation in performance as depth increases.

Training very deep neural networks is still an extremely challenging task. The common solution is to use shortcut connections and normalization layers, which are both crucial ingredients in the popular ResNet architecture. However, there is strong evidence to suggest that ResNets behave more like ensembles of shallower networks than truly deep ones. Recently, it was shown that deep vanilla networks (i.e. networks without normalization layers or shortcut connections) can be trained as fast as ResNets by applying certain transformations to their activation functions. However, this method (called Deep Kernel Shaping) isn't fully compatible with ReLUs, and produces networks that overfit significantly more than ResNets on ImageNet. In this work, we rectify this situation by developing a new type of transformation that is fully compatible with a variant of ReLUs -- Leaky ReLUs. We show in experiments that our method, which introduces negligible extra computational cost, achieves validation accuracies with deep vanilla networks that are competitive with ResNets (of the same width/depth), and significantly higher than those obtained with the Edge of Chaos (EOC) method. And unlike with EOC, the validation accuracies we obtain do not get worse with depth.

Code Implementations1 repo
Foundations

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

Your Notes