Deep Learning in Geotechnical Engineering: A Critical Assessment of PINNs and Operator Learning
Krishna Kumar
TL;DR
The study benchmarks ML approaches against traditional solvers for 1D geotechnical problems, revealing that MLPs catastrophically fail in extrapolation ($S(t)=S_\infty(1-e^{-\alpha t})$) and PINNs are thousands of times slower with less accuracy than finite differences for forward problems like $u_{tt}=c^2u_{xx}$; DeepONet demands thousands of training samples and still trails direct solutions in speed. Automatic differentiation through forward solvers yields superior performance for inverse problems, delivering sub-percent parameter recovery efficiently. The work concludes that ML offers limited general forward-modeling value in geotechnics, but can be valuable for digital twins with fixed geometry or pattern recognition within the training envelope, provided rigorous site-based validation and physics constraints are enforced. Practical guidance is provided via break-even analyses and recommended workflow: prioritize AD for inversions, apply site-aware cross-validation, and reserve neural networks for genuinely expensive forward problems or niche data-assimilation tasks.
Abstract
Deep learning methods -- physics-informed neural networks (PINNs), deep operator networks (DeepONet), and graph network simulators (GNS) -- are increasingly proposed for geotechnical problems. This paper tests these methods against traditional solvers on canonical problems: wave propagation and beam-foundation interaction. PINNs run 90,000 times slower than finite difference with larger errors. DeepONet requires thousands of training simulations and breaks even only after millions of evaluations. Multi-layer perceptrons fail catastrophically when extrapolating beyond training data -- the common case in geotechnical prediction. GNS shows promise for geometry-agnostic simulation but faces scaling limits and cannot capture path-dependent soil behavior. For inverse problems, automatic differentiation through traditional solvers recovers material parameters with sub-percent accuracy in seconds. We recommend: use automatic differentiation for inverse problems; apply site-based cross-validation to account for spatial autocorrelation; reserve neural networks for problems where traditional solvers are genuinely expensive and predictions remain within the training envelope. When a method is four orders of magnitude slower with less accuracy, it is not a viable replacement for proven solvers.
