Friday, September 11, 2026
Science
No Result
View All Result
  • Login
  • HOME
  • SCIENCE NEWS
  • CONTACT US
  • HOME
  • SCIENCE NEWS
  • CONTACT US
No Result
View All Result
Scienmag
No Result
View All Result
Home Science News Earth Science

Hybrid graph surrogate model predicts seismic response of steel building portfolios

September 11, 2026
in Earth Science
Violet Maxwell
By Violet Maxwell Scienmag Editorial Profile - Natural Hazards
Reading Time: 6 mins read
0
Hybrid graph surrogate model predicts seismic response of steel building portfolios

Hybrid graph surrogate model predicts seismic response of steel building portfolios

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

When an earthquake strikes a city, the question that keeps engineers and emergency planners awake at night is not whether the ground will shake—it is which buildings will bend, which will crack, and which will collapse. Answering that question across an entire urban portfolio, potentially tens of thousands of structures at once, has long forced researchers into a difficult compromise. The most accurate tools, finite-element analyses that simulate the nonlinear behavior of every beam and column, are far too slow to run at city scale. The fastest tools, simplified empirical correlations, are fast precisely because they ignore too much of what makes each building unique. A new study published in the Bulletin of Earthquake Engineering proposes a way out of this trade-off, using graph neural networks to blend physics-based simulation with data-driven learning—and the results cut prediction errors by more than half compared with conventional approaches.

The work, carried out by Shandy Rianto and Xinzheng Lu of the Department of Civil Engineering at Tsinghua University in Beijing, addresses a stubborn problem in regional seismic damage assessment. Traditional regional models typically describe buildings using a handful of coarse attributes—height, construction era, occupancy class—and then map those attributes to damage states through simplified relationships. The approach is computationally cheap, but it flattens away the very details that govern how a structure actually behaves under strong shaking: the arrangement of its frames, the distribution of member stiffness, the topology of its lateral-force-resisting system.

At the other extreme sit multi-degree-of-freedom, or MDOF, models, which condense a building into a stack of lumped masses connected by nonlinear shear or flexural springs. These models can reproduce hysteretic behavior—strength and stiffness deterioration under cyclic loading—reasonably well, but they must be parameterized from limited structural data. When those parameters are assigned from generic statistical rules rather than from the building’s actual design, the simulated response can drift far from reality. Meanwhile, machine learning surrogates trained to imitate finite-element analysis have grown popular, but most of them ingest buildings as fixed-length feature vectors. A vector, however long, cannot natively capture the fact that a structure is a network of connected members whose behavior depends on adjacency, hierarchy, and load paths.

The Tsinghua team’s insight was to represent each building as a graph. In this representation, nodes correspond to structural components or stories, and edges encode the physical connections between them—beam-to-column joints, story-to-story coupling, lateral load transfer. Node features carry engineering attributes such as member dimensions, material properties, and story masses, while edge features describe connectivity and geometry. Graph neural networks, or GNNs, are uniquely suited to such data because their message-passing architecture propagates information along the actual edges of the structure. During each layer of the network, a node aggregates features from its neighbors, transforms them, and passes the result onward. After several rounds of message passing, each node’s embedding reflects not just its own properties but the structural context in which it sits—exactly the kind of relational reasoning that fixed vectors struggle to supply.

The framework the researchers developed is not a single model but a spectrum of data-physics integration strategies, offering three distinct surrogate modeling approaches. Two of them are hybrid schemes that retain an MDOF model as the physics backbone and use graph-based learning to correct or enrich its predictions. In effect, the MDOF simulation provides a physically consistent first estimate of the seismic response, and the GNN learns the systematic discrepancies between that estimate and the true nonlinear finite-element response, using the graph-structured description of each building to explain why the simplified model falls short for a particular structure. This division of labor matters: the physics component constrains the prediction to plausible dynamic behavior, while the data component supplies building-specific nuance that generic parameterization cannot capture.

The third approach is more ambitious—a physics-aware, end-to-end GNN that estimates seismic responses directly from the graph representation, embedding structural mechanics knowledge into the network’s architecture and training rather than relying on an intermediate simulation step. This end-to-end route eliminates the need to run even a simplified MDOF simulation at prediction time, promising the greatest speed, while the embedded physics keeps the network from learning spurious correlations that would fail under earthquakes unlike those in its training set.

To train and validate these models, the researchers drew on established datasets of seismic designs, nonlinear models, and response simulations for steel moment-resisting frame buildings—a class of structure whose ductile steel connections and frame-based lateral systems make them a natural testbed for graph methods. Steel moment frames were modeled with nonlinear hysteretic behavior consistent with the deterioration phenomena documented in the earthquake engineering literature, and the ground-motion demand was characterized through intensity measures that capture spectral shape, not just peak acceleration. The graph-based structural representation dataset compiled for the study has been deposited in the Science Data Bank, making both the dataset and the GNN algorithms available to other researchers—a transparency move that matters in a field where reproducibility of machine learning benchmarks has often lagged behind headline accuracy claims.

The benchmark comparisons are where the framework makes its case. Against traditional parameterization-based MDOF modeling—the standard practice when only coarse building data are available—the proposed approaches reduced response estimation errors by more than 50 percent. They also outperformed commonly used data-driven surrogates that rely on fixed-length vector features, confirming the central hypothesis: the accuracy bottleneck in regional machine learning for earthquakes is not merely the amount of training data but the adequacy of the structural representation itself. When the model can see the building as a connected system rather than as a list of attributes, it learns correspondences that map far more faithfully onto actual structural behavior.

The timing of this work is no accident. Cities worldwide are generating increasingly rich digital descriptions of their building stock—digital twins, semantic city information models, and detailed urban survey databases that record geometry, materials, and structural systems at a fidelity unimaginable when the first regional loss estimation tools were assembled in the 1980s. The missing ingredient has been a computational method that can exploit this detail at scale. Full finite-element analysis of a million-building portfolio remains impractical even with modern GPU clusters, but a trained GNN performs inference in a fraction of a second per building, once trained. The hybrid framework thus occupies a sweet spot: fidelity approaching refined structural simulation, speed approaching that of the crudest empirical tools.

The practical stakes extend well beyond academic benchmarks. Rapid post-earthquake damage assessment determines where rescue teams are sent first, which hospitals are presumed operational, and how emergency budgets are allocated in the hours and days after a major event. Pre-earthquake risk mapping, in turn, drives retrofit prioritization and insurance pricing for entire metropolitan building stocks. In both scenarios, systematic over- or under-estimation of damage has real consequences: misallocated resources, mispriced risk, and misplaced confidence in buildings that may not perform as the regional model assumes. A surrogate that halves the estimation error without slowing the analysis down changes the reliability of every downstream decision.

There are, of course, caveats inherent to the approach. Surrogate models inherit the distributional boundaries of their training data; a GNN trained on code-compliant steel moment frames cannot be trusted, without retraining, to predict the response of unreinforced masonry or irregular older buildings that behave in fundamentally different ways. The physics-aware design mitigates but does not eliminate extrapolation risk, which is precisely why the authors emphasize the hybrid tiered structure—users can choose the level of data-physics integration appropriate to their data availability and confidence requirements. The authors also note the framework’s applicability hinges on the quality of the urban-scale databases feeding it, though the trend line for such data availability is clearly pointing upward.

What the study ultimately demonstrates is a conceptual shift in how the field thinks about structural representation for machine learning. For a decade, progress in seismic surrogates came largely from better regression architectures stacked on top of the same hand-engineered feature vectors. This work argues that the representation itself—whether the model perceives a building as a graph of connected physical components—is a first-order determinant of accuracy. Given the field’s trajectory, graph-based hybrid surrogates are likely to spread quickly beyond steel moment frames to shear-wall buildings, reinforced concrete frames, and increasingly to million-scale urban clusters, where related AI frameworks are already being developed for city-scale simulation.

The research was supported by the National Natural Science Foundation of China. As urban populations in seismically active regions continue to grow, tools that can predict, quickly and accurately, how an entire city’s buildings will respond to shaking are moving from academic aspiration to operational necessity. This study offers a concrete, open, and demonstrably accurate step in that direction—teaching machines to see buildings the way structural engineers do: as systems, not statistics.

Subject of Research: Graph-based data-physics hybrid surrogate modeling using graph neural networks for seismic response estimation of steel moment-frame building portfolios at regional scale

Subject of Research: Earth Science

Article Title: Graph-based data-physics hybrid surrogate modeling for seismic response estimation of steel moment frame building portfolios

Article References: Rianto, S., & Lu, X. (2026). Graph-based data-physics hybrid surrogate modeling for seismic response estimation of steel moment frame building portfolios. Bulletin of Earthquake Engineering. https://doi.org/10.1007/s10518-026-02629-z

Image Credits: AI Generated

DOI: 10.1007/s10518-026-02629-z

Keywords: Graph neural networks, Hybrid modeling, Seismic analysis, Surrogate model, Multi-degree-of-freedom model, Steel moment frames

Cite Scienmag News

Violet Maxwell. (September 11, 2026). Hybrid graph surrogate model predicts seismic response of steel building portfolios. Scienmag. https://scienmag.com/hybrid-graph-surrogate-model-predicts-seismic-response-of-steel-building-portfolios/

Violet Maxwell. "Hybrid graph surrogate model predicts seismic response of steel building portfolios." Scienmag, 11 September 2026, https://scienmag.com/hybrid-graph-surrogate-model-predicts-seismic-response-of-steel-building-portfolios/. Accessed 11 September 2026.

Violet Maxwell. "Hybrid graph surrogate model predicts seismic response of steel building portfolios." Scienmag. September 11, 2026. https://scienmag.com/hybrid-graph-surrogate-model-predicts-seismic-response-of-steel-building-portfolios/

Tags: city-scale structural analysisdata-driven seismic modelingearthquake damage assessmentearthquake damage modelingEarthquake engineeringfinite element analysis limitationshybrid graph neural network modelshybrid graph neural networksmachine learning in civil engineeringMachine learning in earthquake engineeringnonlinear building behavior simulationnonlinear structural behavior modelingphysics-based and data-driven modelingphysics-based simulation integrationregional seismic damage assessmentregional seismic damage predictionSeismic response predictionseismic risk mitigationsteel building response under seismic loadsurban building portfolio assessmenturban building portfolio risk evaluation
Share26Tweet16
Previous Post

TLR4/MYD88 pathway dysregulation drives breast cancer progression in Egyptian women

Next Post

Seeing soccer strategy: GAF images and convolutional LSTM predict match tactics

Related Posts

Greenland sea ice and Arctic winds shape Himalayan summer rainfall
Earth Science

Greenland sea ice and Arctic winds shape Himalayan summer rainfall

September 11, 2026
Machine learning improves classification of oceanic basalt in research
Earth Science

Machine learning improves classification of oceanic basalt in research

September 11, 2026
How oblique bedding gives rockslides lateral resistance: Shanyang case study
Earth Science

How oblique bedding gives rockslides lateral resistance: Shanyang case study

September 11, 2026
Human activities strongly influence forest edge effects across China
Earth Science

Human activities strongly influence forest edge effects across China

September 11, 2026
Taxonomic groups differ in what drives richness–depth gradients
Earth Science

Taxonomic groups differ in what drives richness–depth gradients

September 11, 2026
Rice Rises as Sugarcane Fades: Water Scarcity Quietly Rewrites India’s Crop Map
Earth Science

Rice Rises as Sugarcane Fades: Water Scarcity Quietly Rewrites India’s Crop Map

September 11, 2026
Next Post
Seeing soccer strategy: GAF images and convolutional LSTM predict match tactics

Seeing soccer strategy: GAF images and convolutional LSTM predict match tactics

  • Mothers who receive childcare support from maternal grandparents show more optimized

    Mothers who receive childcare support from maternal grandparents show more parental warmth, finds NTU Singapore study

    27656 shares
    Share 11059 Tweet 6912
  • University of Seville Breaks 120-Year-Old Mystery, Revises a Key Einstein Concept

    1061 shares
    Share 424 Tweet 265
  • Bee body mass, pathogens and local climate influence heat tolerance

    682 shares
    Share 273 Tweet 171
  • Researchers record first-ever images and data of a shark experiencing a boat strike

    546 shares
    Share 218 Tweet 137
  • Groundbreaking Clinical Trial Reveals Lubiprostone Enhances Kidney Function

    531 shares
    Share 212 Tweet 133
Science

Embark on a thrilling journey of discovery with Scienmag.com—your ultimate source for cutting-edge breakthroughs. Immerse yourself in a world where curiosity knows no limits and tomorrow’s possibilities become today’s reality!

RECENT NEWS

  • Deep-Learning Framework Crop-GPA 2.0 Cracks the Shared Genetic Code of Crop Traits Across Species
  • New polyaniline–alumina nanocomposite enables sensitive diazomethane gas detection
  • Solar System Offers Clues to Rocky Exoplanets
  • Seeing soccer strategy: GAF images and convolutional LSTM predict match tactics

Categories

  • Agriculture
  • Anthropology
  • Archaeology
  • Athmospheric
  • Biology
  • Biotechnology
  • Blog
  • Bussines
  • Cancer
  • Chemistry
  • Climate
  • Earth Science
  • Editorial Policy
  • Marine
  • Mathematics
  • Medicine
  • Pediatry
  • Policy
  • Psychology & Psychiatry
  • Science Education
  • Social Science
  • Space
  • Technology and Engineering

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 5,151 other subscribers

© 2025 Scienmag - Science Magazine

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • HOME
  • SCIENCE NEWS
  • CONTACT US

© 2025 Scienmag - Science Magazine

Discover more from Science

Subscribe now to keep reading and get access to the full archive.

Continue reading