Pith. sign in

REVIEW 1 cited by

Linearly Constrained Weights: Reducing Activation Shift for Faster Training of Neural Networks

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2403.13833 v1 pith:THJGSKUP submitted 2024-03-08 cs.NE cs.LGstat.ML

Linearly Constrained Weights: Reducing Activation Shift for Faster Training of Neural Networks

classification cs.NE cs.LGstat.ML
keywords activationnetworkshiftneuralconstrainedconvolutionalfeedforwardgradient
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

In this paper, we first identify activation shift, a simple but remarkable phenomenon in a neural network in which the preactivation value of a neuron has non-zero mean that depends on the angle between the weight vector of the neuron and the mean of the activation vector in the previous layer. We then propose linearly constrained weights (LCW) to reduce the activation shift in both fully connected and convolutional layers. The impact of reducing the activation shift in a neural network is studied from the perspective of how the variance of variables in the network changes through layer operations in both forward and backward chains. We also discuss its relationship to the vanishing gradient problem. Experimental results show that LCW enables a deep feedforward network with sigmoid activation functions to be trained efficiently by resolving the vanishing gradient problem. Moreover, combined with batch normalization, LCW improves generalization performance of both feedforward and convolutional networks.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Hidden Boundary Motion in Transformer Optimization: Function-Space Orthogonalization of Affine Weight and Bias Updates

    cs.LG 2026-07 conditional novelty 6.0

    In an AdamW-trained Transformer, the weight-induced translation ΔWμ is about 135× larger than the explicit bias step and accounts for 99.4% of actual boundary motion; removing it changes training speed and accuracy in...