Scientists Taught a Neural Network to Predict GPU Failures—But the Real Breakthrough Is How It Handles Competing Risks
A deep learning model that predicts when Titan GPUs will fail, even with multiple failure causes.
Jie Min, Yueyao Wang, and Mengkun Chen propose SSH-Net (Structured Segmented Hazard Deep Neural Network) for failure time prediction under competing risks. The model aligns neural network structure with data structures, using separate sub-networks for different covariate groups and outputting cause-specific hazard functions with a penalized log-likelihood loss. Its accuracy is validated via simulation using Brier score, AUC, and RMSE, and it is demonstrated on Titan GPU failure time data.
- SSH-Net uses separate sub-networks for different covariate groups, aligning the neural architecture with physical system hierarchies.
- Validated with Brier score, AUC, and RMSE on Titan GPU failure time data from real-world logs.
- Reduces hyperparameter tuning complexity by associating network structure with data structure.
Why It Matters
Better GPU failure prediction means lower data center downtime, smarter maintenance scheduling, and reduced operational costs.