Characterizing signal propagation to close the performance gap in unnormalized ResNets
Batch Normalization is a key component in almost all state-of-the-art image classifiers, but it also introduces practical challenges: it breaks the independence between training examples within a batch, can incur compute and memory overhead, and often results in unexpected bugs. Building on recent theoretical analyses of deep ResNets at initialization, we propose a simple set of analysis tools to characterize signal propagation on the forward pass, and leverage these tools to design highly performant ResNets without activation normalization layers. Crucial to our success is an adapted version of the recently proposed Weight Standardization. Our analysis tools show how this technique preserves the signal in networks with ReLU or Swish activation functions by ensuring that the per-channel activation means do not grow with depth. Across a range of FLOP budgets, our networks attain performance competitive with the state-of-the-art EfficientNets on ImageNet.
Code (4)
Methods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
DenseHybrid: Hybrid Anomaly Detection for Dense Open-set Recognition
Anomaly detection can be conceived either through generative modelling of regular training data or by discriminating with respect to negative training data. These two approaches exhibit different failure modes. Consequen…
Anomaly DetectionOpen Set LearningScene SegmentationSemantic SegmentationA Deep Learning Framework for Two-Dimensional, Multi-Frequency Propagation Factor Estimation
Accurately estimating the refractive environment over multiple frequencies within the marine atmospheric boundary layer is crucial for the effective deployment of radar technologies. Traditional parabolic equation simula…
Image-to-Image TranslationCharacterizing the non-monotonic behavior of mutual information along biochemical reaction cascades
Cells sense environmental signals and transmit information intracellularly through changes in the abundance of molecular components. Such molecular abundances can be measured in single cells and exhibit significant heter…
Interpreting deep urban sound classification using Layer-wise Relevance Propagation
After constructing a deep neural network for urban sound classification, this work focuses on the sensitive application of assisting drivers suffering from hearing loss. As such, clear etiology justifying and interpretin…
ClassificationSound ClassificationFlow Sampling: Learning to Sample from Unnormalized Densities via Denoising Conditional Processes
Sampling from unnormalized densities is analogous to the generative modeling problem, but the target distribution is defined by a known energy function instead of data samples. Because evaluating the energy function is o…