Thursday, August 27, 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 Technology and Engineering

Correction: Graph Neural Networks Improve Building Structure Characterization for Seismic Risk Assessment

August 27, 2026
in Technology and Engineering
Reading Time: 6 mins read
0
Correction: Graph Neural Networks Improve Building Structure Characterization for Seismic Risk Assessment

Correction: Graph Neural Networks Improve Building Structure Characterization for Seismic Risk Assessment

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

A correction to a widely discussed artificial-intelligence framework for assessing earthquake risk has substantially revised the reported performance of the system, lowering its headline validation accuracy while still leaving it ahead of the conventional machine-learning methods tested in the study. The framework, known as Building Structural Type Prediction using Graph Neural Networks, or BSPGNN, is designed to infer the structural categories of buildings from physical and spatial information. Its purpose is not simply to label buildings, but to improve estimates of how urban areas may respond when an earthquake strikes. Such estimates are central to seismic-risk assessment, because emergency planners need to know which structures are likely to be vulnerable, how damage may be distributed across a city, and where rescue or reinforcement efforts should be concentrated. The correction, published in the International Journal of Disaster Risk Science, states that mistakes in version control caused an earlier draft of the text and data to remain in the final article. The authors say all models were re-evaluated under a unified protocol during revision, but the synchronized results were not correctly transferred into the published version.

The changes affect the study’s central comparison between BSPGNN and three alternative approaches: a random forest model, a support vector machine, and a conventional graph convolutional network. In the corrected account, BSPGNN achieved 85.51 percent validation accuracy. The revised figure replaces the previously reported performance of 87.31 percent, which had been presented as a major advantage over the baselines. The corrected results also revise the scores attributed to the other methods. Random forest achieved 69.79 percent, support vector machine reached 66.75 percent, and the conventional graph convolutional network obtained 79.04 percent. These numbers preserve a substantial lead for BSPGNN, but they alter the scale of that lead and clarify that the comparison concerns validation accuracy rather than training accuracy. That distinction is crucial in machine learning. Training accuracy measures how well a model reproduces labels in the data used to develop it, whereas validation accuracy measures performance on data held aside for evaluation. A model can perform extremely well on its training examples while failing to generalize to unfamiliar buildings, a problem known as overfitting.

The framework addresses a difficult classification problem. Urban buildings can be grouped by structural type, including reinforced-concrete buildings, steel structures, confined masonry, unreinforced masonry, and masonry whose specific status is unknown. The source article abbreviates these categories as RC, S, MCF, MUR, and MR, respectively. Structural type matters because buildings made from different materials and assembled according to different construction practices can respond very differently to ground motion. Yet those categories are not always easy to identify from remotely available data. A building’s footprint, height, and number of stories may provide useful clues, but visually or geometrically similar structures can belong to different classes. In dense neighborhoods, for example, reinforced or confined masonry buildings may share comparable outlines, while unreinforced and unknown masonry categories can overlap in the available measurements. The correction retains the authors’ conclusion that these ambiguities cannot be resolved reliably by examining every building as an isolated object. Information about neighboring structures and the organization of the surrounding urban fabric can supply additional signals that individual-building models cannot access.

That is where the graph-based design enters. In a graph representation of a city, each building can be treated as a node, while connections between nearby or otherwise related buildings form edges. The node can carry attributes such as footprint geometry, height, and story count. The edges encode spatial relationships, allowing the model to combine a building’s own characteristics with information from its neighborhood. BSPGNN uses a GraphSAGE-based inductive architecture, a class of graph neural-network methods that learns how to aggregate information from sampled neighbors. “Inductive” means the system is intended to generate predictions for nodes not seen during the original training process, rather than merely memorizing labels for a fixed graph. Neighborhood sampling also makes it possible to process large networks without repeatedly examining every building in an entire city. The corrected article says the framework uses aggregation functions, including examples such as long short-term memory aggregators, to combine information from surrounding nodes. Through repeated aggregation, the system can capture not only immediate adjacency but higher-order topological dependencies extending through local clusters.

This mechanism differs from the way the conventional baselines operate. A support vector machine seeks a decision boundary that separates classes in a feature space, while a random forest combines the outputs of many decision trees trained on variations of the data and features. Both can detect relationships among footprint, height, and story count, but in the comparison described by the authors they do not directly model the spatial network linking buildings. The conventional graph convolutional network does incorporate neighboring information, yet BSPGNN is reported to perform better under the corrected validation protocol. The authors attribute that advantage to GraphSAGE’s neighborhood sampling and aggregation strategy, which they argue can preserve useful structural context while reducing the influence of local noise in crowded urban environments. The corrected text states that BSPGNN improved on the graph convolutional network by more than 6 percentage points and exceeded random forest by more than 15 points. It also says the model produced the highest precision across most categories, with particularly strong results for the challenging MUR and MR classes. Precision, in this context, measures how often buildings assigned to a category actually belong to that category, an important consideration when predictions are used to estimate exposure to earthquake damage.

The correction also changes the interpretation of the traditional models’ performance. The earlier article had described support vector machine accuracy as 76.22 percent and suggested that both non-spatial methods reached a plateau near 78 percent. The revised text instead reports 66.75 percent for support vector machine and 69.79 percent for random forest. The authors continue to argue that the individual building features possess meaningful discriminative power, particularly for categories with distinctive vertical characteristics. High-rise reinforced-concrete buildings, for instance, may display combinations of height and story count that distinguish them from many lower-rise structures. But the corrected results indicate that those features alone are less powerful than the original publication suggested. The revision therefore strengthens, rather than weakens, the case for testing spatially informed methods: if isolated-building models remain around the 70 percent level while a graph model reaches 85.51 percent on the synchronized validation set, the surrounding urban context appears to contribute important predictive information. At the same time, the correction is a reminder that a strong numerical result is meaningful only when the data splits, evaluation procedures, and model comparisons are consistently documented.

To make the revised findings visible, the authors updated Table 1 and Figures 6 and 7. Table 1 presents the performance-based comparison of BSPGNN with the other methods. Figure 6 compares metrics for each structural class, allowing readers to see whether a model’s overall score is driven by easy categories or reflects balanced performance across difficult ones. Figure 7 compares predicted and actual building labels in the validation set, providing a more direct view of classification errors. These updates are not cosmetic. In multi-class prediction, a single overall accuracy can conceal systematic failures, especially when some categories are much more common than others. A model might achieve a high aggregate score by correctly identifying a dominant class while misclassifying a less frequent but highly vulnerable building type. Class-wise precision and related measures can expose that imbalance. Likewise, a comparison of predicted and actual labels can reveal whether errors are concentrated between structurally similar categories, such as the two masonry groupings, or distributed across the entire classification task. The corrected figures are intended to align those visual summaries with the final, synchronized validation results rather than with the outdated draft.

The authors have also amended the study’s conclusion. The original statement described BSPGNN as achieving a training accuracy of 87.3 percent, compared with 77.94 percent for random forest, 76.2 percent for support vector machine, and 82.38 percent for the graph convolutional network. The corrected conclusion now identifies the relevant measure as validation accuracy and gives the revised values: 85.51 percent for BSPGNN, 69.79 percent for random forest, 66.75 percent for support vector machine, and 79.04 percent for the graph convolutional network. For earthquake science, the practical importance of the framework will depend on more than a single benchmark. Its predictions would need to be tested across cities, construction eras, mapping systems, and earthquake-prone regions with different building traditions. Training data must also represent the full range of structural conditions, including informal construction and uncertain labels. Nevertheless, the correction leaves a clear technical message: building-level seismic exposure models may benefit from representing cities as interconnected systems rather than collections of independent structures. By combining physical attributes with neighborhood topology, graph neural networks could help transform incomplete urban data into more informative maps of earthquake vulnerability, provided their performance is evaluated with rigorous, reproducible protocols.

Subject of Research: Graph neural networks for building structural-type classification and seismic risk assessment

Subject of Research: Technology and Engineering

Article Title: Correction: GNN-Based Building Structure Characterization Framework for Seismic Risk Assessment

Article References: Ma, J., An, L., Wang, Z., Xie, Y., Lin, X., & Zhang, Z. (2026). Correction: GNN-Based Building Structure Characterization Framework for Seismic Risk Assessment. International Journal of Disaster Risk Science, 17(2), 420-426. https://doi.org/10.1007/s13753-026-00704-2

Image Credits: AI Generated

DOI: 10.1007/s13753-026-00704-2

Keywords: graph neural networks, seismic risk assessment, building classification, earthquake vulnerability, GraphSAGE, structural types, urban exposure modeling, machine learning

Cite this news

SCIENMAG. (August 27, 2026). Correction: Graph Neural Networks Improve Building Structure Characterization for Seismic Risk Assessment. https://scienmag.com/correction-graph-neural-networks-improve-building-structure-characterization-for-seismic-risk-assessment/

SCIENMAG. "Correction: Graph Neural Networks Improve Building Structure Characterization for Seismic Risk Assessment." Scienmag, 27 August 2026, https://scienmag.com/correction-graph-neural-networks-improve-building-structure-characterization-for-seismic-risk-assessment/. Accessed 27 August 2026.

SCIENMAG. "Correction: Graph Neural Networks Improve Building Structure Characterization for Seismic Risk Assessment." Scienmag. August 27, 2026. https://scienmag.com/correction-graph-neural-networks-improve-building-structure-characterization-for-seismic-risk-assessment/

Tags: building damage prediction accuracybuilding response prediction during earthquakesBuilding Structural Type Predictionbuilding structural type prediction using GNNscomparison of GNN and traditional modelscomparison of GNNs and traditional machine learning in structural assessmentcorrection in AI-based structural analysiscorrection in scientific research methodologydata correction in AI disaster risk studiesdisaster planning using AIearthquake damage assessmentearthquake vulnerability estimation with AIGraph Neural Networks for seismic riskGraph neural networks for seismic risk assessmentimpact of model validation accuracy on disaster risk toolsimpact of model validation errorsmachine learning for earthquake damage predictionmachine learning in disaster risk managementseismic risk assessment frameworksspatial data analysis for seismic resiliencestructural categorization for earthquake resiliencestructural classification for disaster preparednessurban seismic risk modelingurban seismic vulnerability analysis
Share26Tweet16
Previous Post

Alkali Brines Gradually Destroy Refractory Stardust on Asteroid Bennu

Next Post

Study reveals racial and gender disparities in food insecurity among college students

Related Posts

Baseline Nutrition May Influence Ketogenic Diet Effectiveness in Children With Drug-Resistant Epilepsy
Technology and Engineering

Baseline Nutrition May Influence Ketogenic Diet Effectiveness in Children With Drug-Resistant Epilepsy

August 27, 2026
New toolbox analyzes microplastic-tissue interactions in two freshwater benthic organisms
Technology and Engineering

New toolbox analyzes microplastic-tissue interactions in two freshwater benthic organisms

August 27, 2026
Nanodiamond-Doped Ionic Crystals Could Enable Better Composite Electrolytes
Technology and Engineering

Nanodiamond-Doped Ionic Crystals Could Enable Better Composite Electrolytes

August 27, 2026
AI Tool Uses TC-Net to Predict Student Dropouts and Personalize Interventions
Technology and Engineering

AI Tool Uses TC-Net to Predict Student Dropouts and Personalize Interventions

August 27, 2026
Turning Agro-Waste into Xylan Prebiotics Could Boost Gut Health
Technology and Engineering

Turning Agro-Waste into Xylan Prebiotics Could Boost Gut Health

August 27, 2026
Sunscreen chemicals accumulate differently across eye tissues in Baltic Sea fish
Technology and Engineering

Sunscreen chemicals accumulate differently across eye tissues in Baltic Sea fish

August 27, 2026
Next Post
Study reveals racial and gender disparities in food insecurity among college students

Study reveals racial and gender disparities in food insecurity among college students

  • Mothers who receive childcare support from maternal grandparents show more

    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

  • Study reveals racial and gender disparities in food insecurity among college students
  • Correction: Graph Neural Networks Improve Building Structure Characterization for Seismic Risk Assessment
  • Alkali Brines Gradually Destroy Refractory Stardust on Asteroid Bennu
  • Cortical microenvironment orchestrates early immune organization and osteoclast formation during bone healing

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,150 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