Papers › Deep Learning without Shortcuts: Shaping the Kernel with Tailored Rectifiers

Deep Learning without Shortcuts: Shaping the Kernel with Tailored Rectifiers

15 Mar 2022ICLR 2022 4arXiv:2203.08120archive 2025-07-28

Guodong Zhang, Aleksandar Botev, James Martens

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2203.08120")

Code

Syntology Ran 14 of 24 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 7 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 11 ran; found in paper text by Syntology: 6 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

deepmind/dks officialmentioned in paperjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 14 ran; 7 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
4ran
10unverified

Licence: 0 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_bentid deepmind/dks/dks/base/activation_transform.py official repository ran fingerprinted Apache-2.0 (permissive) · b803f9baa24bfd4f · report
_calc_c_curv deepmind/dks/dks/base/activation_transform.py official repository ran · honoured contract Apache-2.0 (permissive) · 4a9bd4aba951f2ee · report
_calc_c_slope deepmind/dks/dks/base/activation_transform.py official repository ran · honoured contract Apache-2.0 (permissive) · af6685abaca2e383 · report
_elu deepmind/dks/dks/base/activation_transform.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 66703fda3e8cfbe3 · report
_estimate_2d_gaussian_mean deepmind/dks/dks/base/activation_transform.py official repository ran · honoured contract Apache-2.0 (permissive) · b4a306c2c7f07155 · report
_gelu deepmind/dks/dks/base/activation_transform.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · c8c394e2c6a1a2ce · report
_gelu_exact deepmind/dks/dks/base/activation_transform.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 45c504b4c4b5cb39 · report
_get_roots_cache_file deepmind/dks/dks/base/activation_transform.py official repository ran · our draft was wrong Apache-2.0 (permissive) · fecba24c85a8383c · report
_softplus deepmind/dks/dks/base/activation_transform.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 8e18417d18243196 · report
_swish deepmind/dks/dks/base/activation_transform.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 2c59e2c9e3970f5a · report
_transform_activation deepmind/dks/dks/base/activation_transform.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 5afc010dc0e842f8 · report
_calc_c_map deepmind/dks/dks/base/activation_transform.py official repository unverified Apache-2.0 (permissive) · 3e9f86b459eecc31 · report
_calc_q_slope_1 deepmind/dks/dks/base/activation_transform.py official repository unverified Apache-2.0 (permissive) · 95c482d63878f89f · report
_compute_output_params deepmind/dks/dks/base/activation_transform.py official repository unverified Apache-2.0 (permissive) · 518f8f86235bcdf2 · report
_estimate_gaussian_mean deepmind/dks/dks/base/activation_transform.py official repository unverified Apache-2.0 (permissive) · 17cfc190249b5d4f · report
_leaky_relu deepmind/dks/dks/base/activation_transform.py official repository unverified Apache-2.0 (permissive) · 8bd5c8a0631e8f17 · report
_precompute_or_load_roots deepmind/dks/dks/base/activation_transform.py official repository unverified Apache-2.0 (permissive) · 9c3d8825878c6315 · report
_solve_for_activation_params deepmind/dks/dks/base/activation_transform.py official repository unverified Apache-2.0 (permissive) · 95b55a581b4926c8 · report
broadcast_in_dim_equivalent deepmind/kfac_jax/kfac_jax/_src/tag_graph_matcher.py found in paper text by Syntology ran Apache-2.0 (permissive) · 987e113518340066 · report
compatible_sum deepmind/kfac_jax/kfac_jax/_src/curvature_blocks/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · dc1b986b1be917d4 · report
eval_jaxpr_eqn deepmind/kfac_jax/kfac_jax/_src/tag_graph_matcher.py found in paper text by Syntology ran Apache-2.0 (permissive) · 42474a82097165d1 · report
get_and_verify_loss_meta deepmind/kfac_jax/kfac_jax/_src/layers_and_loss_tags.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 14e10e479569a361 · report
get_loss_outputs deepmind/kfac_jax/kfac_jax/_src/layers_and_loss_tags.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b4a5e9703e6605e1 · report
reshape_equivalent deepmind/kfac_jax/kfac_jax/_src/tag_graph_matcher.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ee339b16cfba7ff0 · report

Tasks

Deep Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockConvolutionGlobal Average PoolingKaiming InitializationMax PoolingReLUResidual BlockResidual Connection

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections