Theta-regularized Kriging: Modelling and Algorithms

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

Researchers from Wuhan University and Hubei Key Laboratory of Computational Science have introduced Theta-regularized Kriging (TRK), a novel surrogate model designed to enhance prediction accuracy and stability by penalizing the hyperparameter theta in the Gaussian stochastic process. The TRK model, derived from a maximum likelihood perspective, incorporates three distinct penalty methods: Lasso ($l_{1}$ regularization), Ridge ($l_{2}$ regularization), and Elastic-net. The authors developed a regularized optimization algorithm and a geometric search cross-validation (GSCV) tuning algorithm for implementation. Tested on nine numerical functions and two practical engineering examples, including Borehole simulation and steel column design optimization, TRK consistently outperformed existing penalized Kriging models (Universal Kriging, Penalized Blind Kriging, Modified Penalized Blind Kriging) in accuracy and stability. The source code for the proposed method and the OptRP MATLAB package for parameter optimization are publicly available on GitHub.

Key takeaway

Research scientists developing or applying Kriging models for computationally expensive simulations should consider integrating Theta-regularized Kriging (TRK). This approach, particularly the Ridge-penalized TR-RK variant, offers superior accuracy and stability compared to traditional Kriging and other penalized methods by specifically targeting the Gaussian stochastic process parameter $\bm{\theta}$. You can leverage the provided GSCV algorithm and OptRP MATLAB package to efficiently tune regularization parameters, potentially leading to more robust and precise surrogate models in engineering design and scientific computing.

Key insights

Theta-regularized Kriging improves prediction accuracy and stability by penalizing the Gaussian stochastic process's theta hyperparameter.

Principles

Method

The TRK model optimizes a modified log-likelihood function with Lasso, Ridge, or Elastic-net penalties on the Gaussian stochastic process parameter $\bm{\theta}$, using an iterative algorithm and a GSCV tuning method.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.