LGLOMar 17

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

arXiv:2603.1698311.2h-index: 1
Predicted impact top 90% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for formal verification to deploy physically consistent ML models in safety-critical geotechnical applications, though it is incremental as it builds on existing verification methods applied to a specific domain.

The paper tackled the problem of ensuring physical consistency in tree-based machine learning models for geotechnical hazard prediction by encoding them as logical formulas and verifying specifications across the entire input domain using an SMT solver. The result showed that an unconstrained model (80.1% accuracy) violated all specifications, while a constrained one (67.2% accuracy) satisfied three out of four, revealing a trade-off between accuracy and compliance.

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.

Foundations

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

Your Notes