Related Experiment Video
Updated: Jul 12, 2025

13:19
Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
9.2K
A Robust Initialization of Residual Blocks for Effective ResNet Training Without Batch Normalization
IEEE Transactions on Neural Networks and Learning Systems
|October 27, 2023
Summary
Weight initialization is crucial for training normalization-free neural networks. A minor modification to ResNet block summation enables effective initialization, achieving competitive results on image datasets without extra regularization.
Area of Science:
- Computer Science
- Artificial Intelligence
- Machine Learning
Background:
- Batch normalization is a standard component in modern neural networks.
- Practical issues with batch normalization have spurred research into normalization-free architectures.
- Effective training of normalization-free networks remains a challenge.
Purpose of the Study:
- To investigate the role of weight initialization in training ResNet-like normalization-free networks.
- To propose a simple modification to improve initialization for these networks.
- To demonstrate the efficacy of the proposed method on benchmark datasets.
Main Methods:
- A novel, slight modification to the summation operation within ResNet blocks was introduced.
- This modification facilitates correct weight initialization for the entire network.
- The modified architecture was trained and evaluated on CIFAR-10, CIFAR-100, and ImageNet datasets.
Main Results:
- The proposed weight initialization strategy enables successful training of normalization-free ResNet-like networks.
- The modified architecture achieved competitive performance on CIFAR-10, CIFAR-100, and ImageNet.
- No additional regularization or algorithmic changes were required.
Conclusions:
- Weight initialization is a critical factor for normalization-free deep learning models.
- A simple modification to block summation can effectively initialize ResNet-like architectures.
- This approach offers a viable alternative to batch normalization without performance compromise.
Related Concept Videos
Residuals and Least-Squares Property
7.4K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.4K
Survival Tree
88
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
88
Residual Plots
4.6K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
When the residual values are plotted against the variable x, it is called a residual...
4.6K
Bootstrapping
612
The term "bootstrap" originated in the 19th century as a metaphor for self-improvement or achieving something independently, without external assistance. This concept extends to statistical bootstrapping, a self-contained method for estimating population parameters through resampling, even though it can be computationally intensive. Developed by the American statistician Dr. Bradley Efron in 1979, bootstrapping provides a robust way to perform inference when the original sample size is...
612
Neural Control of Respiration
2.5K
The neural regulation of respiration is a meticulously coordinated process primarily controlled by the respiratory centers located within the brainstem. These centers, composed of specialized neurons, transmit nerve impulses that control the contraction and relaxation of our respiratory muscles.
Respiratory Centers in the Brainstem
Two primary areas comprise the respiratory center: the medullary respiratory center in the medulla oblongata and the pontine respiratory group in the pons. The...
Respiratory Centers in the Brainstem
Two primary areas comprise the respiratory center: the medullary respiratory center in the medulla oblongata and the pontine respiratory group in the pons. The...
2.5K
Parameters Affecting Nonlinear Elimination: Zero-Order Input, First-Order Absorption and Two-Compartment Model
70
Drugs administered through various routes can lead to nonlinear elimination, resulting in complex pharmacokinetic behaviors crucial to understanding efficacious drug dosing.
When a drug is administered through a constant intravenous infusion and eliminated via nonlinear pharmacokinetics, it follows zero-order input. For example, oral drugs undergo first-order absorption upon administration and are eliminated through nonlinear pharmacokinetics.
In the case of subcutaneously administered drugs,...
When a drug is administered through a constant intravenous infusion and eliminated via nonlinear pharmacokinetics, it follows zero-order input. For example, oral drugs undergo first-order absorption upon administration and are eliminated through nonlinear pharmacokinetics.
In the case of subcutaneously administered drugs,...
70

