Related Experiment Video
Updated: Dec 21, 2025

Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
Theory of adaptive SVD regularization for deep neural networks
Mohammad Mahdi Bejani1, Mehdi Ghatee1
1Department of Computer Science, Faculty of Mathematics and Computer Science, Amirkabir University of Technology (Tehran Polytechnic), Iran.
This study introduces Adaptive SVD Regularization (ASR), a novel method to combat overfitting in deep learning models. ASR dynamically adjusts regularization during training, improving model accuracy and reducing validation loss without significant time overhead.
Area of Science:
- Machine Learning
- Deep Learning
- Artificial Intelligence
Background:
- Deep neural networks excel at complex tasks but are prone to overfitting.
- Existing regularization methods lack adaptability to dynamic training conditions.
Purpose of the Study:
- To propose and evaluate an adaptive regularization method based on Singular Value Decomposition (SVD) to mitigate overfitting in deep learning.
- To enhance model performance by dynamically adjusting regularization based on training characteristics.
Main Methods:
- Developed Adaptive SVD Regularization (ASR) by evaluating overfitting using condition numbers of synaptic matrices.
- When overfitting is detected, synaptic matrices are approximated using SVD.
- Incorporated a Tikhonov term to ensure synaptic weights converge to SVD approximations, addressing limitations of pure SVD approximation.
Main Results:
- ASR effectively overcomes overfitting, as demonstrated through visualizations and performance on benchmark datasets (MNIST, F-MNIST, SVHN, CIFAR-10, CIFAR-100).
- Achieved high accuracies: 99.4% (MNIST), 95.7% (F-MNIST), 97.1% (SVHN), 93.2% (CIFAR-10), and 55.6% (CIFAR-100).
- ASR improves overfitting and validation loss with a negligible increase in training time compared to non-regularized learning.
Conclusions:
- Adaptive SVD Regularization (ASR) offers an effective and efficient solution for dynamic overfitting in deep learning models.
- The proposed method demonstrates significant improvements in accuracy and generalization across various datasets and network configurations.
- ASR presents a viable alternative to static regularization techniques, adapting to the evolving nature of the training process.
Related Concept Videos
Neural Regulation
Regression Toward the Mean
Residuals and Least-Squares Property
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...
Calibration Curves: Linear Least Squares
For data that follow a straight line, the standard method for fitting is the linear...
Survival Tree
Building a Survival Tree
Constructing a...
Linear Approximation in Frequency Domain
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....