LGMLOct 24, 2024

FastSurvival: Hidden Computational Blessings in Training Cox Proportional Hazards Models

arXiv:2410.19081v1h-index: 8NIPS
AI Analysis

This work addresses computational bottlenecks in survival analysis for applications in healthcare, business, and manufacturing, representing a novel method for a known bottleneck.

The paper tackled the problem of training Cox proportional hazards models efficiently in high-dimensional settings by proposing new optimization methods that exploit hidden mathematical structures, resulting in monotonic loss decrease, global convergence, and enabling the construction of very sparse high-quality models.

Survival analysis is an important research topic with applications in healthcare, business, and manufacturing. One essential tool in this area is the Cox proportional hazards (CPH) model, which is widely used for its interpretability, flexibility, and predictive performance. However, for modern data science challenges such as high dimensionality (both $n$ and $p$) and high feature correlations, current algorithms to train the CPH model have drawbacks, preventing us from using the CPH model at its full potential. The root cause is that the current algorithms, based on the Newton method, have trouble converging due to vanishing second order derivatives when outside the local region of the minimizer. To circumvent this problem, we propose new optimization methods by constructing and minimizing surrogate functions that exploit hidden mathematical structures of the CPH model. Our new methods are easy to implement and ensure monotonic loss decrease and global convergence. Empirically, we verify the computational efficiency of our methods. As a direct application, we show how our optimization methods can be used to solve the cardinality-constrained CPH problem, producing very sparse high-quality models that were not previously practical to construct. We list several extensions that our breakthrough enables, including optimization opportunities, theoretical questions on CPH's mathematical structure, as well as other CPH-related applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes