Abstract: In structural health monitoring, data quality is crucial to the performance of data-driven methods for structural damage identification, condition assessment, and safety warning. However, structural health monitoring systems often suffer from data imperfection, resulting in some entries being unusable in a data matrix. Discrete missing points are relatively easy to recover based on known adjacent points, whereas segments of continuous missing data are more common and also more challenging to recover in a practical scenario. Formulating the data recovery task as an optimization problem for matrix completion, we present a convolutional neural network to achieve simultaneous recovery for multi-channel data with the awareness of group sparsity. The data recovery process based on compressive sensing is formulated as a regression problem and achieved in the neural network. The basis matrix is utilized as the input and the incomplete data matrix as the output to provide partial information for approximation. Basis coefficient optimization is performed via convolutional operation. Group sparsity regularization is applied while updating the kernel of the convolutional layer. The recovery can be readily obtained after optimization (training) without further validation and testing. The proposed method does not need intact data prepared in advance for training; also, it can handle sporadic data loss and make the most of interrupted information. Recovery ability evaluations on synthetic data, field-test data, and monitoring data of seismic response indicate that the proposed method achieves a good recovery result with high loss ratio and continuous data loss. The code is available at https://github.com/dawnnao/Group-sparsity-aware-CNN.
你可能也喜欢
Surrogate model methods are widely used in structural reliability assessment, but conventional sampling methods require a large number of experimental points to construct a surrogate model. Inspired by the learning process of the AlphaGo, which is essentially optimization of sampling, we proposed a deep reinforcement learning (DRL)-based sampling method for structural reliability assessment. First, the sampling space and the existing samples are transformed into an array that is treated as the state in DRL. Second, a deep neural network is designed as the agent to observe the sampling space and select new experimental points, which are treated as actions. Finally, a reward function is proposed to guide the deep neural network to select experimental points along the limit state surface. Two numerical examples including a benchmark problem are employed to illustrate the sampling ability of the proposed …
Compressive sensing has been studied and applied in structural health monitoring for data acquisition and reconstruction, wireless data transmission, structural modal identification, and spare damage identification. The key issue in compressive sensing is finding the optimal solution for sparse optimization. In the past several years, many algorithms have been proposed in the field of applied mathematics. In this article, we propose a machine learning–based approach to solve the compressive-sensing data-reconstruction problem. By treating a computation process as a data flow, the solving process of compressive sensing–based data reconstruction is formalized into a standard supervised-learning task. The prior knowledge, i.e. the basis matrix and the compressive sensing–sampled signals, is used as the input and the target of the network; the basis coefficient matrix is embedded as the parameters of a certain …
Structural health monitoring (SHM) systems provide opportunities to understand the structural behaviors remotely in real-time. However, anomalous measurement data are frequently collected from structures, which greatly affect the results of further analyses. Hence, detecting anomalous data is crucial for SHM systems. In this article, we present a simple yet efficient approach that incorporates complementary information obtained from multi-view local binary patterns (LBP) and random forests (RF) to distinguish data anomalies. Acceleration data are first converted into gray-scale image data. The LBP texture features are extracted in three different views from the converted images, which are further aggregated as the anomaly representation for the final RF prediction. Consequently, multiple types of data anomalies can be accurately identified. Extensive experiments validated on an acceleration dataset acquired on a …
Structural health monitoring systems continuously monitor the operational state of structures, generating a large amount of monitoring data during the process. The structural responses of extreme events, such as earthquakes, ship collisions, or typhoons, could be captured and further analyzed. However, it is challenging to identify these extreme events due to the interference of faulty data. Real-world monitoring systems suffer from frequent misidentification and false alarms. Unfortunately, it is difficult to improve the system’s built-in algorithms, especially the deep neural networks, partly because the current neural networks only output results and do not provide an interpretable decision-making basis. In this study, a deep learning-based method with visual interpretability is proposed to identify seismic data under sensor faults interference. The transfer learning technique is employed to learn the features of seismic data and faulty data with efficiency. A post-hoc interpretation algorithm termed Gradient-weighted Class Activation Mapping (Grad-CAM) is embedded into the neural networks to uncover the interest regions that support the output decision. The in-situ seismic responses of a cable-stayed long-span bridge are used for method verification. The results show that the proposed method can effectively identify seismic data mixed with various types of faulty data while providing good interpretability.