AI Navigate

Formal verification of tree-based machine learning models for lateral spreading

arXiv cs.LG / 3/19/2026

📰 NewsIdeas & Deep AnalysisTools & Practical UsageModels & Research

Key Points

  • The paper encodes trained tree ensembles as logical formulas for an SMT solver to verify physical specifications across the entire input domain in geotechnical hazard prediction.
  • Four geotechnical specifications (water table depth, PGA monotonicity, distance safety, and flat-ground safety) are formalized and checked against XGBoost ensembles and Explainable Boosting Machines trained on the Christchurch earthquake lateral spreading dataset.
  • The unconstrained EBM (80.1% accuracy) violates all four specifications, while a fully constrained EBM (67.2% accuracy) satisfies three of four, illustrating a trade-off between accuracy and physical compliance.
  • SHAP analysis on counterexamples shows that post-hoc explanations cannot substitute formal verification, supporting a verify-fix-verify loop and formal certification for deploying physically consistent ML models in safety-critical contexts.

Abstract

Machine learning models for geotechnical hazard prediction can achieve high accuracy while learning physically inconsistent relationships from sparse or biased training data. Current remedies (post-hoc explainability, such as SHAP and LIME, and training-time constraints) either diagnose individual predictions approximately or restrict model capacity without providing exhaustive guarantees. This paper encodes trained tree ensembles as logical formulas in a Satisfiability Modulo Theories (SMT) solver and checks physical specifications across the entire input domain, not just sampled points. Four geotechnical specifications (water table depth, PGA monotonicity, distance safety, and flat-ground safety) are formalized as decidable logical formulas and verified via SMT against both XGBoost ensembles and Explainable Boosting Machines (EBMs) trained on the 2011 Christchurch earthquake lateral spreading dataset (7,291 sites, four features). The SMT solver either produces a concrete counterexample where a specification fails or proves that no violation exists. The unconstrained EBM (80.1% accuracy) violates all four specifications. A fully constrained EBM (67.2%) satisfies three of four specifications, demonstrating that iterative constraint application guided by verification can progressively improve physical consistency. A Pareto analysis of 33 model variants reveals a persistent trade-off, as none of the variants studied achieve both greater than 80% accuracy and full compliance with the specified set. SHAP analysis of specification counterexamples shows that the offending feature can rank last, demonstrating that post-hoc explanations do not substitute for formal verification. These results establish a verify-fix-verify engineering loop and a formal certification for deploying physically consistent ML models in safety-critical geotechnical applications.