Related Experiment Video
Updated: Dec 6, 2025

13:19
Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
9.8K
A Minibatch Proximal Stochastic Recursive Gradient Algorithm Using a Trust-Region-Like Scheme and Barzilai-Borwein
IEEE Transactions on Neural Networks and Learning Systems
|October 6, 2020
Summary
We introduce mSRGTR-BB, a novel algorithm for regularized empirical risk minimization. This method offers faster convergence than existing techniques, demonstrating superior performance in machine learning optimization tasks.
Area of Science:
- Optimization
- Machine Learning
- Convex Analysis
Background:
- Regularized empirical risk minimization (ERM) is a common problem in machine learning.
- These problems involve minimizing the sum of smooth convex functions and a nonsmooth convex function with a proximal mapping.
- Existing methods may not offer optimal convergence rates for these complex optimization landscapes.
Purpose of the Study:
- To propose a new algorithm, mSRGTR-BB (minibatch proximal stochastic recursive gradient algorithm with Barzilai-Borwein stepsizes).
- To analyze the convergence properties of mSRGTR-BB for both strongly and nonstrongly convex functions.
- To compare the performance of mSRGTR-BB against state-of-the-art methods in machine learning optimization.
Main Methods:
- Development of the mSRGTR-BB algorithm, incorporating a trust-region-like scheme for stepsize selection.
- Utilizing the Barzilai-Borwein method for automatic stepsize computation.
- Theoretical analysis to prove linear convergence in expectation for various convexity conditions.
Main Results:
- mSRGTR-BB achieves linear convergence in expectation for strongly and nonstrongly convex objective functions.
- The algorithm demonstrates a faster convergence rate compared to the minibatch proximal semistochastic gradient method (mS2GD).
- Numerical experiments show mSRGTR-BB's performance is competitive with, and sometimes exceeds, mS2GD and other modern proximal stochastic gradient methods.
Conclusions:
- mSRGTR-BB is an effective and efficient algorithm for solving regularized empirical risk minimization problems.
- The proposed method offers significant improvements in convergence speed and overall performance.
- mSRGTR-BB represents a valuable advancement for optimization in machine learning applications.
Related Concept Videos
Propagation of Uncertainty from Random Error
1.5K
An experiment often consists of more than a single step. In this case, measurements at each step give rise to uncertainty. Because the measurements occur in successive steps, the uncertainty in one step necessarily contributes to that in the subsequent step. As we perform statistical analysis on these types of experiments, we must learn to account for the propagation of uncertainty from one step to the next. The propagation of uncertainty depends on the type of arithmetic operation performed on...
1.5K
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation
980
This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...
On...
980
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
199
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
199
Step-Growth Polymerization: Overview
4.1K
Step-growth or condensation polymerization is a stepwise reaction of bi or multifunctional monomers to form long-chain polymers. As all the monomers are reactive, most of the monomers are consumed at the early stages of the reaction to form small chains of reactive oligomers, which then combine to form long polymer chains in the late stages. Hence, the reaction has to proceed for a long time to achieve high molecular weight polymers.
Many natural and synthetic polymers are produced by...
Many natural and synthetic polymers are produced by...
4.1K
Bootstrapping
738
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...
738
Randomized Experiments
8.6K
The randomization process involves assigning study participants randomly to experimental or control groups based on their probability of being equally assigned. Randomization is meant to eliminate selection bias and balance known and unknown confounding factors so that the control group is similar to the treatment group as much as possible. A computer program and a random number generator can be used to assign participants to groups in a way that minimizes bias.
Simple randomization
Simple...
Simple randomization
Simple...
8.6K