Related Experiment Video
Updated: Aug 12, 2026

An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
Mini-batch Estimation for Deep Cox Models: Statistical Foundations and Practical Guidance
Lang Zeng1, Weijing Tang2, Zhao Ren3
1Department of Biostatistics and Health Data Science, University of Pittsburgh.
Stochastic gradient descent (SGD) optimizes a different objective than standard partial-likelihood for Cox neural networks. This study introduces the mini-batch maximum partial-likelihood estimator (mb-MPLE), proving its statistical consistency and optimal convergence rates.
Area of Science:
- Machine Learning
- Statistical Modeling
- Survival Analysis
Background:
- Stochastic Gradient Descent (SGD) is commonly used for optimizing deep Cox neural networks (Cox-NN).
- SGD updates model parameters using mini-batches, optimizing the average mini-batch partial-likelihood, which differs from the standard partial-likelihood.
Purpose of the Study:
- To develop and analyze the statistical properties of the mini-batch maximum partial-likelihood estimator (mb-MPLE) for Cox-NN.
- To provide theoretical guarantees and practical guidance for using SGD in Cox models.
Main Methods:
- Theoretical analysis of the mini-batch maximum partial-likelihood estimator (mb-MPLE).
- Establishing consistency and convergence rates for mb-MPLE in Cox-NN and Cox regression.
- Characterizing SGD dynamics, including the impact of learning rate and batch size ratios.
Main Results:
- mb-MPLE for Cox-NN is consistent and achieves optimal minimax convergence rates.
- For linear Cox regression, mb-MPLE is $\sqrt{n}$-consistent and asymptotically normal, with variance approaching the information lower bound as batch size increases.
- The ratio of learning rate to batch size is critical for SGD in Cox-NN; SGD iterative convergence is characterized for Cox regression.
Conclusions:
- The developed mb-MPLE provides a statistically sound and efficient method for optimizing Cox models using SGD.
- Theoretical insights and practical guidance are offered for hyperparameter tuning and ensuring convergence.
- mb-MPLE demonstrates effectiveness in large-scale applications where standard methods are intractable.
Related Concept Videos
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation
On...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Distributions to Estimate Population Parameter
Mechanistic Models: Compartment Models in Individual and Population Analysis
Estimating Population Standard Deviation
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...