Related Experiment Video
Updated: Nov 25, 2025

13:19
Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
9.7K
Robust Stochastic Gradient Descent With Student-t Distribution Based First-Order Momentum
IEEE Transactions on Neural Networks and Learning Systems
|December 16, 2020
Summary
This study introduces t-Adam, a novel stochastic gradient optimization method using the student-t distribution to enhance deep learning robustness against noisy data. It effectively outperforms standard methods in various machine learning tasks.
Area of Science:
- Machine Learning
- Deep Learning
- Optimization
Background:
- Deep neural networks achieve success using stochastic gradient descent (SGD) methods.
- Machine learning algorithms struggle with noisy data, particularly in robotics, obscuring true patterns.
- Robustness against outliers is crucial for reliable performance in noisy environments.
Purpose of the Study:
- To develop a novel SGD optimization method with inherent robustness to noise.
- To improve the performance of deep learning models in the presence of data imperfections.
- To enhance outlier detection and rejection within optimization algorithms.
Main Methods:
- Proposing a new SGD optimization method based on the robust student-t distribution.
- Integrating the core idea into existing SGD algorithms, including Adam, creating t-Adam.
- Evaluating the performance of the proposed method across diverse machine learning tasks.
Main Results:
- The proposed t-Adam algorithm demonstrates superior robustness against noisy data compared to standard Adam.
- Integrated methods show improved performance over their original versions on regression, classification, and reinforcement learning tasks.
- The student-t distribution effectively enhances outlier detection and data handling in optimization.
Conclusions:
- The novel student-t distribution-based approach significantly improves the robustness of SGD optimization.
- t-Adam and related methods offer a powerful solution for deep learning in noisy conditions.
- This work advances optimization techniques for more reliable machine learning applications.
More Related Videos
Related Concept Videos
Student t Distribution
11.7K
The population standard deviation is rarely known in many day-to-day examples of statistics. When the sample sizes are large, it is easy to estimate the population standard deviation using a confidence interval, which provides results close enough to the original value. However, statisticians ran into problems when the sample size was small. A small sample size caused inaccuracies in the confidence interval.
The Student t distribution was developed by William S. Goset (1876–1937) of the...
The Student t distribution was developed by William S. Goset (1876–1937) of the...
11.7K
Estimating Population Mean with Unknown Standard Deviation
8.6K
In practice, we rarely know the population standard deviation. In the past, when the sample size was large, this did not present a problem to statisticians. They used the sample standard deviation s as an estimate for σ and proceeded as before to calculate a confidence interval with close enough results. However, statisticians ran into problems when the sample size was small. A small sample size caused inaccuracies in the confidence interval.
William S. Gosset (1876–1937) of the...
William S. Gosset (1876–1937) of the...
8.6K
Conservation of Momentum: Introduction
16.2K
The total momentum of a system consisting of N interacting objects is constant in time or is conserved. A system must meet two requirements for its momentum to be conserved:
16.2K
Linear Momentum in Control Volume
1.2K
Newton's second law is applied to obtain the linear momentum in a control volume in a fluid system. According to this law, the rate of change of linear momentum is equal to the sum of external forces acting on the system. When a control volume matches the fluid system at a specific moment, the forces acting on both are identical. Reynolds transport theorem helps explain this by breaking down the system's linear momentum into two components: the rate of change of linear momentum within...
1.2K
Distributions to Estimate Population Parameter
4.8K
The accurate values of population parameters such as population proportion, population mean, and population standard deviation (or variance) are usually unknown. These are fixed values that can only be estimated from the data collected from the samples. The estimates of each of these parameters are sample proportion, the sample mean, and sample standard deviation (or variance). To obtain the values of these sample statistics, data are required that have particular distribution and central...
4.8K
Choosing Between z and t Distribution
3.4K
The z and the Student t distribution estimate the population mean using the sample mean and standard deviation. However, to decide which distribution to use for a calculation, one needs to determine the sample size, the nature of the distribution, and whether the population standard deviation is known. If the population standard deviation is known and the population is normally distributed, or if the sample size is greater than 30, the z distribution is preferred. The Student t distribution is...
3.4K

