Jove
Visualize
Contact Us

Related Concept Videos

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

98
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...
98
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

7.8K
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...
7.8K
Parametric Survival Analysis: Weibull and Exponential Methods01:14

Parametric Survival Analysis: Weibull and Exponential Methods

544
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
544
Regression Toward the Mean01:52

Regression Toward the Mean

6.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.3K
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation01:24

One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation

659
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...
659
Propagation of Uncertainty from Random Error00:59

Propagation of Uncertainty from Random Error

929
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...
929

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Food Web Similarity Increases With Productivity Similarity at a Continental Scale.

Ecology letters·2026
Same author

Federated Learning in Offline and Online EMG Decoding: A Privacy and Performance Perspective.

IEEE transactions on neural systems and rehabilitation engineering : a publication of the IEEE Engineering in Medicine and Biology Society·2026
Same author

Graph-Theoretic Analysis of Belief System Dynamics under Logic Constraints.

Scientific reports·2019
Same journal

Computationally efficient application of Sequential Monte Carlo expectation maximization to confined single particle tracking.

Control Conference (ECC) ... European. European Control Conference·2022
Same journal

Estimation of general time-varying single particle tracking linear models using local likelihood.

Control Conference (ECC) ... European. European Control Conference·2021
See all related articles
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Video

Updated: Aug 24, 2025

Design and Application of a Fault Detection Method Based on Adaptive Filters and Rotational Speed Estimation for an Electro-Hydrostatic Actuator
06:45

Design and Application of a Fault Detection Method Based on Adaptive Filters and Rotational Speed Estimation for an Electro-Hydrostatic Actuator

Published on: October 28, 2022

1.7K

On Acceleration of Gradient-Based Empirical Risk Minimization using Local Polynomial Regression.

Ekaterina Trimbach1, Edward Duc Hien Nguyen2, César A Uribe2

  • 1École Polytechnique Fédérale de Lausanne and Moscow Institute of Physics and Technology.

Control Conference (ECC) ... European. European Control Conference
|October 25, 2022
PubMed
Summary
This summary is machine-generated.

We introduce accelerated Local Polynomial Interpolation-based Gradient Descent (LPI-GD) for empirical risk minimization. Our new methods improve oracle complexity, offering faster convergence for strongly convex and smooth loss functions compared to existing gradient descent techniques.

More Related Videos

An R-Based Landscape Validation of a Competing Risk Model
05:37

An R-Based Landscape Validation of a Competing Risk Model

Published on: September 16, 2022

2.2K
Assessing Cerebral Autoregulation via Oscillatory Lower Body Negative Pressure and Projection Pursuit Regression
11:26

Assessing Cerebral Autoregulation via Oscillatory Lower Body Negative Pressure and Projection Pursuit Regression

Published on: December 10, 2014

12.4K

Related Experiment Videos

Last Updated: Aug 24, 2025

Design and Application of a Fault Detection Method Based on Adaptive Filters and Rotational Speed Estimation for an Electro-Hydrostatic Actuator
06:45

Design and Application of a Fault Detection Method Based on Adaptive Filters and Rotational Speed Estimation for an Electro-Hydrostatic Actuator

Published on: October 28, 2022

1.7K
An R-Based Landscape Validation of a Competing Risk Model
05:37

An R-Based Landscape Validation of a Competing Risk Model

Published on: September 16, 2022

2.2K
Assessing Cerebral Autoregulation via Oscillatory Lower Body Negative Pressure and Projection Pursuit Regression
11:26

Assessing Cerebral Autoregulation via Oscillatory Lower Body Negative Pressure and Projection Pursuit Regression

Published on: December 10, 2014

12.4K

Area of Science:

  • Optimization
  • Machine Learning Theory

Background:

  • Empirical risk minimization (ERM) is central to machine learning.
  • Existing methods like Gradient Descent (GD) and Stochastic Gradient Descent (SGD) have limitations in convergence speed.
  • Local Polynomial Interpolation-based Gradient Descent (LPI-GD) offers improved oracle complexity for certain problems.

Purpose of the Study:

  • To accelerate the Local Polynomial Interpolation-based Gradient Descent (LPI-GD) method.
  • To analyze the theoretical performance of accelerated LPI-GD for ERM problems.
  • To empirically validate the performance gains of LPI-GD and its accelerated variants.

Main Methods:

  • Analysis of LPI-GD for strongly convex and smooth loss functions with η-Hölder continuity.
  • Development of two novel accelerated methods building upon LPI-GD.
  • Empirical evaluation comparing LPI-GD, accelerated LPI-GD, GD, and SGD.

Main Results:

  • The theoretical oracle complexity of LPI-GD is established as for accuracy ε, with scaling as .
  • Proposed accelerated LPI-GD methods achieve an improved oracle complexity of .
  • Empirical results demonstrate LPI-GD's superior performance over GD and SGD in specific scenarios, with accelerated methods showing further gains.

Conclusions:

  • Accelerated LPI-GD provides significant theoretical and empirical advantages for solving ERM problems.
  • The proposed methods offer a promising direction for faster optimization in machine learning.
  • This work presents the first empirical validation of local polynomial interpolation-based gradient methods.