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.
你可能也喜欢
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 …
In structural health monitoring (SHM), revealing the underlying correlations of monitoring data is of considerable significance, both theoretically and practically. In contrast to the traditional correlation analysis for numerical data, this study seeks to analyse the correlation of probability distributions of inter-sensor monitoring data. Due to induced by some commonly shared random excitations, many structural responses measured at different locations are usually correlated in distributions. Clarifying and quantifying such distributional correlations not only enables a more comprehensive understanding of the essential dependence properties of SHM data, but also has appealing application values; however, statistical methods pertinent to this topic are rare. To this end, this article proposes a novel approach using functional data analysis techniques. The monitoring data collected by each sensor are divided into time …
In this study, we propose a machine‐learning‐based approach to identify the modal parameters of the output‐only data for structural health monitoring (SHM) that makes full use of the characteristic of independence of modal responses and the principle of machine learning. By taking advantage of the independent feature of each mode, we use the principle of unsupervised learning, turning the training process of the neural network into the process of modal separation. A self‐coding neural network is designed to identify the structural modal parameters from the vibration data of structures. The mixture signals, that is, the structural response data, are used as the input of the neural network. Then, we use a complex loss function to restrict the training process of the neural network, making the output of the third layer the modal responses we want, and the weights of the last two layers are mode shapes. The neural …
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 …