Beneath every city lies a question that engineers and planners have long struggled to answer: where, exactly, will the ground give way? A team of researchers has brought that answer into sharper focus, developing a machine learning framework that predicts land subsidence susceptibility with 98.5% accuracy by rethinking not just how models are trained, but what they are trained on. In doing so, they have addressed one of the quieter crises of the built world — the slow, invisible sinking of ground beneath infrastructure, driven by depleting aquifers and expanding urban weight — and offered a mo
Advanced ML models with optimized sampling predict land subsidence with 98% accuracy
The model learns by contrast. You need examples of places that didn't subside.
Why does the absence data matter so much? Can't you just use the places where subsidence happened and let the model figure out the rest?
The model learns by contrast. If you only show it subsidence, it has no sense of what normal looks like. You need examples of places that didn't subside—but which ones? If you pick them randomly, you might accidentally choose areas that are geographically similar to the subsidence zones, which confuses the learning. The new approach uses geographic principles to pick absence data that actually represents the diversity of the landscape.
So this is about sampling strategy, not about the algorithm itself?
It's both. The sampling gives you better raw material to work with. But then you still have to tune the models—SVR and CNN both have dozens of settings that affect how they learn. The team used an optimization algorithm inspired by grey wolf hunting, enhanced with other strategies, to find the best combination of settings automatically.
Why grey wolves specifically?
It's a metaphor. The algorithm treats the search for optimal settings like a pack hunting prey. The alpha wolf leads, the others follow and explore. It's a way of balancing exploration—trying new combinations—with exploitation—refining what already works. The metaphor helps the algorithm avoid getting stuck in local dead ends.
And the 98.5% accuracy—what does that actually mean in practice?
The AUC-ROC of 0.9853 means the model is extremely good at ranking areas by risk. If you pick a random high-risk area and a random low-risk area, the model will correctly identify which is which 98.5% of the time. When they mapped the predictions onto real subsidence zones, over 97% of actual subsidence fell into the high-risk category. So it's not just a number—it translates to real spatial accuracy.
Could this work for other kinds of geological hazards?
That's the implication. The approach is general: better sampling based on geographic principles, combined with optimized machine learning. Anywhere you're trying to predict where something will happen on a landscape—landslides, flooding, erosion—this framework could apply. The hard part is getting good training data. Once you have it, the optimization methods can handle the rest.
El Pulso
- The core vulnerability in subsidence prediction has always been the absence data — choosing which stable locations to include in training sets is largely arbitrary, and poor choices silently corrupt everything a model learns.
- Researchers introduced a geographically grounded hybrid sampling method, anchoring absence data selection in two foundational spatial principles: proximity shapes similarity, and scale shapes process.
- Two machine learning architectures — a classical SVR and a deep-learning CNN — were then optimized using a wolf-pack-inspired algorithm enhanced with reinforcement learning, squeezing performance out of both feature selection and hyperparameter tuning simultaneously.
- The resulting models achieved AUC-ROC scores above 0.98, and when projected onto real terrain, correctly classified over 96% of known subsidence zones as high or very high risk.
- SHAP analysis gave the models a second kind of value beyond accuracy — interpretability — allowing geologists to understand not just the prediction, but the reasoning behind it.
- The framework now points toward broader application across other geologically vulnerable regions, arriving precisely as urban expansion and aquifer depletion make the stakes of getting this wrong ever higher.
Beneath every city lies a question that engineers and planners have long struggled to answer: where, exactly, will the ground give way? A team of researchers has brought that answer into sharper focus, developing a machine learning framework that predicts land subsidence susceptibility with 98.5% accuracy by rethinking not just how models are trained, but what they are trained on. In doing so, they have addressed one of the quieter crises of the built world — the slow, invisible sinking of ground beneath infrastructure, driven by depleting aquifers and expanding urban weight — and offered a more reliable map for those who must decide where to build and where to brace.
Predicting where the ground will sink is harder than it sounds — not because subsidence data is scarce, but because the absence of subsidence is vast and shapeless. Training a machine learning model requires knowing not just where the ground has sunk, but where it reliably hasn't. Choose those negative examples poorly, and the model learns the wrong lessons entirely. A research team has now solved both halves of this problem, producing a subsidence susceptibility framework that achieves 98.5% accuracy and correctly maps known risk zones with remarkable spatial fidelity.
The first innovation was in how absence data was generated. Rather than selecting non-subsiding locations arbitrarily, the team grounded their sampling in two core geographic principles: nearby places tend to resemble each other, and processes at one scale shape processes at others. This hybrid approach produced training data that better reflected the actual geography of the study area, giving the models a more honest picture of the landscape before they ever began learning.
The second innovation was in how the models themselves were tuned. Working with both Support Vector Regression and Convolutional Neural Networks, the researchers used an optimization algorithm modeled on grey wolf hunting behavior — augmented with strategies from other nature-inspired methods and guided by Q-learning — to simultaneously refine which input features the models used and how their internal settings were configured. The result was two finely calibrated systems: the SVR achieved an AUC-ROC of 0.9853, while the CNN reached 0.9833, with over 96% of real subsidence zones falling into the highest risk categories on both models' maps.
Critically, the team also applied SHAP analysis to make the models' reasoning transparent — identifying which variables drove predictions and why. This interpretability transforms the tool from a black box into something geologists and urban planners can actually interrogate and trust. As aquifers deplete and cities press outward onto uncertain ground, the ability to predict subsidence with this level of precision and clarity offers a meaningful guide for where to build, where to monitor, and where to prepare for the earth to move.
Predicting where the ground will sink is harder than it sounds. You need data on places where subsidence has happened, yes, but you also need reliable data on places where it hasn't—and that's where most prediction models stumble. A team of researchers has now developed a way to gather that absence data more intelligently, then trained machine learning models on it with such precision that they can identify high-risk subsidence zones with 98.5% accuracy.
The problem sits at the foundation of how these models learn. When you're trying to predict land subsidence susceptibility—the likelihood that ground in a given area will sink—you train your algorithm on two kinds of information: locations where subsidence actually occurred, and locations where it didn't. The second category is vast and shapeless. How do you choose which non-subsiding areas to include in your training set? Choose poorly, and your model learns the wrong patterns. The researchers proposed a new hybrid sampling approach grounded in two fundamental principles of geography: that nearby places tend to be similar to each other, and that processes operating at one scale influence processes at other scales. Using these principles, they generated absence data that better represented the actual geography of the study area.
With better training data in hand, they then tackled a second challenge: optimizing the machine learning models themselves. They employed two different algorithms—Support Vector Regression (SVR), a classical machine learning workhorse, and Convolutional Neural Networks (CNN), a deep learning approach that excels at finding spatial patterns. But both models have many adjustable settings, called hyperparameters, that dramatically affect performance. Finding the best combination is computationally expensive. The team used an advanced optimization algorithm inspired by the hunting behavior of grey wolves, enhanced with strategies borrowed from other nature-inspired algorithms and guided by Q-learning, a reinforcement learning technique. This multi-layered approach allowed them to simultaneously optimize both the features fed into the models and the hyperparameters controlling how they learn.
The results were striking. The SVR model, when optimized and trained on the new sampling dataset, achieved an Area Under the Receiver Operating Characteristic Curve (AUC-ROC) of 0.9853—a measure of how well it distinguishes high-risk from low-risk areas. Its root mean squared error was 0.2449, and its R² value was 0.7600. The CNN model performed even slightly better: an AUC-ROC of 0.9833, a lower error of 0.2328, and an R² of 0.7831. When the researchers mapped these predictions back onto the actual study area, they found that 97.54% of known subsidence zones fell into the high or very high susceptibility classes according to the SVR model, and 96.57% according to the CNN model. The spatial agreement was remarkable—the models weren't just producing good numbers on a test set; they were correctly identifying where the ground actually sinks.
The researchers also used a technique called SHAP (SHapley Additive exPlanations) to understand which features—which input variables—mattered most to the models' predictions. This transparency matters because it lets geologists and engineers understand not just what the model predicts, but why. The combination of better data, smarter optimization, and interpretable results suggests a path forward for other regions vulnerable to subsidence. As cities expand, as aquifers deplete, as the ground shifts beneath us, the ability to predict where and how much it will sink becomes increasingly valuable. This work shows that with careful attention to how you prepare your data and how you tune your algorithms, you can achieve the precision needed to guide real decisions about where to build, where to monitor, and where to prepare for the ground to move.
Citas Notables
The spatial sampling of absence data can improve the performance of machine learning models in predicting land subsidence susceptibility— Study findings
The generated LSS maps showed strong spatial agreement with mapped land subsidence occurrence areas, with 97.54% and 96.57% of these areas located in high and very high susceptibility classes— Study results