Continual-learning-based framework for structural damage recognition

Read original: arXiv:2408.15513 - Published 8/29/2024 by Jiangpeng Shu, Jiawei Zhang, Reachsak Ly, Fangzheng Lin, Yuanfeng Duan
Total Score

0

👁️

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Reinforced concrete structures often experience multi-damage, which requires large neural networks and data storage for damage recognition using convolutional neural networks (CNNs).
  • Conventional CNNs also face challenges with catastrophic forgetting and training inefficiency as the number of tasks increases during continual learning.
  • This study proposes a continual-learning-based damage recognition model (CLDRM) that integrates the learning without forgetting continual learning method into the ResNet-34 architecture.
  • The CLDRM framework aims to address the issues of multi-damage recognition and continual learning in reinforced concrete structures.

Plain English Explanation

Reinforced concrete structures are commonly used in construction, but they can experience multiple types of damage over time. When using convolutional neural networks (CNNs) to recognize these various types of damage, it typically requires a large number of neural network models, parameters, and data storage.

Additionally, as the number of damage recognition tasks increases over time (a process called "continual learning"), traditional CNNs can experience "catastrophic forgetting." This means they forget how to accurately recognize previous types of damage as they learn to recognize new ones.

To address these challenges, the researchers developed a "continual-learning-based damage recognition model" (CLDRM). This model combines a continual learning technique called "learning without forgetting" with the ResNet-34 neural network architecture. The goal is to enable the CLDRM to recognize multiple types of damage in reinforced concrete structures while avoiding the issues of large model size and catastrophic forgetting.

Technical Explanation

The researchers designed three experiments to test the feasibility and effectiveness of the CLDRM framework for four different damage recognition tasks. By gradually fusing features during the continual learning process, the CLDRM was able to outperform other methods and achieve high accuracy in damage recognition and classification.

As the number of recognition tasks increased, the CLDRM also experienced smaller decreases in accuracy for previously learned tasks, compared to traditional approaches. This suggests the CLDRM is better able to retain knowledge from earlier tasks while learning new ones.

The results indicate that the CLDRM framework can successfully perform damage recognition and classification with reasonable accuracy and efficiency. It reduces both the prediction time and data storage required by about 75% compared to other methods across the four continual learning tasks.

Critical Analysis

The paper provides a promising approach to address the challenges of multi-damage recognition and continual learning in reinforced concrete structures. By integrating the "learning without forgetting" technique into a ResNet-based architecture, the CLDRM framework demonstrates the ability to maintain high accuracy across an increasing number of recognition tasks.

However, the paper does not discuss potential limitations or areas for further research. For example, it would be valuable to understand how the CLDRM performs on a wider variety of damage types, or how it scales to even larger numbers of continual learning tasks. Additionally, the paper could benefit from a more thorough comparison to other continual learning methods beyond the specific techniques mentioned.

Overall, the CLDRM framework appears to be a promising step forward in addressing the challenges of damage recognition in reinforced concrete structures. Further research and validation of the approach could help solidify its effectiveness and applicability in real-world settings.

Conclusion

This study presents a continual-learning-based damage recognition model (CLDRM) that integrates a continual learning technique with the ResNet-34 neural network architecture. The CLDRM framework aims to overcome the limitations of traditional convolutional neural networks in recognizing multiple types of damage in reinforced concrete structures, as well as the challenges of catastrophic forgetting during continual learning.

Through a series of experiments, the researchers demonstrate that the CLDRM is able to maintain high accuracy across an increasing number of recognition tasks, while also reducing the overall model size and data storage requirements. These results suggest the CLDRM could be a valuable tool for efficiently and effectively monitoring the condition of reinforced concrete structures over time.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

👁️

Total Score

0

Continual-learning-based framework for structural damage recognition

Jiangpeng Shu, Jiawei Zhang, Reachsak Ly, Fangzheng Lin, Yuanfeng Duan

Multi-damage is common in reinforced concrete structures and leads to the requirement of large number of neural networks, parameters and data storage, if convolutional neural network (CNN) is used for damage recognition. In addition, conventional CNN experiences catastrophic forgetting and training inefficiency as the number of tasks increases during continual learning, leading to large accuracy decrease of previous learned tasks. To address these problems, this study proposes a continuallearning-based damage recognition model (CLDRM) which integrates the learning without forgetting continual learning method into the ResNet-34 architecture for the recognition of damages in RC structures as well as relevant structural components. Three experiments for four recognition tasks were designed to validate the feasibility and effectiveness of the CLDRM framework. In this way, it reduces both the prediction time and data storage by about 75% in four tasks of continuous learning. Three experiments for four recognition tasks were designed to validate the feasibility and effectiveness of the CLDRM framework. By gradual feature fusion, CLDRM outperformed other methods by managed to achieve high accuracy in the damage recognition and classification. As the number of recognition tasks increased, CLDRM also experienced smaller decrease of the previous learned tasks. Results indicate that the CLDRM framework successfully performs damage recognition and classification with reasonable accuracy and effectiveness.

Read more

8/29/2024

DeepDamageNet: A two-step deep-learning model for multi-disaster building damage segmentation and classification using satellite imagery
Total Score

0

DeepDamageNet: A two-step deep-learning model for multi-disaster building damage segmentation and classification using satellite imagery

Irene Alisjahbana (Mullet), Jiawei Li (Mullet), Ben (Mullet), Strong, Yue Zhang

Satellite imagery has played an increasingly important role in post-disaster building damage assessment. Unfortunately, current methods still rely on manual visual interpretation, which is often time-consuming and can cause very low accuracy. To address the limitations of manual interpretation, there has been a significant increase in efforts to automate the process. We present a solution that performs the two most important tasks in building damage assessment, segmentation and classification, through deep-learning models. We show our results submitted as part of the xView2 Challenge, a competition to design better models for identifying buildings and their damage level after exposure to multiple kinds of natural disasters. Our best model couples a building identification semantic segmentation convolutional neural network (CNN) to a building damage classification CNN, with a combined F1 score of 0.66, surpassing the xView2 challenge baseline F1 score of 0.28. We find that though our model was able to identify buildings with relatively high accuracy, building damage classification across various disaster types is a difficult task due to the visual similarity between different damage levels and different damage distribution between disaster types, highlighting the fact that it may be important to have a probabilistic prior estimate regarding disaster damage in order to obtain accurate predictions.

Read more

5/9/2024

Improving Data-aware and Parameter-aware Robustness for Continual Learning
Total Score

0

Improving Data-aware and Parameter-aware Robustness for Continual Learning

Hanxi Xiao, Fan Lyu

The goal of Continual Learning (CL) task is to continuously learn multiple new tasks sequentially while achieving a balance between the plasticity and stability of new and old knowledge. This paper analyzes that this insufficiency arises from the ineffective handling of outliers, leading to abnormal gradients and unexpected model updates. To address this issue, we enhance the data-aware and parameter-aware robustness of CL, proposing a Robust Continual Learning (RCL) method. From the data perspective, we develop a contrastive loss based on the concepts of uniformity and alignment, forming a feature distribution that is more applicable to outliers. From the parameter perspective, we present a forward strategy for worst-case perturbation and apply robust gradient projection to the parameters. The experimental results on three benchmarks show that the proposed method effectively maintains robustness and achieves new state-of-the-art (SOTA) results. The code is available at: https://github.com/HanxiXiao/RCL

Read more

5/28/2024

Deep learning architectures for data-driven damage detection in nonlinear dynamic systems
Total Score

0

Deep learning architectures for data-driven damage detection in nonlinear dynamic systems

Harrish Joseph, Giuseppe Quaranta, Biagio Carboni, Walter Lacarbonara

The primary goal of structural health monitoring is to detect damage at its onset before it reaches a critical level. The in-depth investigation in the present work addresses deep learning applied to data-driven damage detection in nonlinear dynamic systems. In particular, autoencoders (AEs) and generative adversarial networks (GANs) are implemented leveraging on 1D convolutional neural networks. The onset of damage is detected in the investigated nonlinear dynamic systems by exciting random vibrations of varying intensity, without prior knowledge of the system or the excitation and in unsupervised manner. The comprehensive numerical study is conducted on dynamic systems exhibiting different types of nonlinear behavior. An experimental application related to a magneto-elastic nonlinear system is also presented to corroborate the conclusions.

Read more

7/8/2024