• 沒有找到結果。

A neural network approach for structural identification and diagnosis of a building from seismic response data

N/A
N/A
Protected

Academic year: 2021

Share "A neural network approach for structural identification and diagnosis of a building from seismic response data"

Copied!
20
0
0

加載中.... (立即查看全文)

全文

(1)

A neural network approach for structural identication and

diagnosis of a building from seismic response data

C. S. Huang

∗;†

, S. L. Hung, C. M. Wen and T. T. Tu

Department of Civil Engineering; National Chiao Tung University; Hsinchu 30050; Taiwan

SUMMARY

This work presents a novel procedure for identifying the dynamic characteristics of a building and diagnosing whether the building has been damaged by earthquakes, using a back-propagation neural network approach. The dynamic characteristics are directly evaluated from the weighting matrices of the neural network trained by observed acceleration responses and input base excitations. Whether the building is damaged under a large earthquake is assessed by comparing the modal parameters and responses for this large earthquake with those for a small earthquake that has not caused this building any damage. The feasibility of the approach is demonstrated through processing the dynamic responses of a ve-storey steel frame, subjected to dierent strengths of the Kobe earthquake, in shaking table tests. Copyright ? 2002 John Wiley & Sons, Ltd.

KEY WORDS: system identication; damage assessment; neural network; earthquake responses

1. INTRODUCTION

A structure may sustain damage either when subjected to severe loading like a strong earth-quake or when its material deteriorates. Damage is traditionally assessed by visual inspection, which is costly and inecient. Various innovative sensor technologies have recently been developed and applied to monitor buildings and infrastructure. It is desirable to use the mea-sured data to determine whether a structure is damaged and, further, the nature of any such damage.

The damage of a structure is conventionally assessed from observed dynamic responses by detecting changes in the modal parameters of the structure. The concept underlying such an

Correspondence to: C. S. Huang, Department of Civil Engineering, National Chiao Tung University, 1001

Ta-Hsueh Road, Hsinchu 30050, Taiwan.

E-mail: cshuang@cc.nctu.edu.tw

Contract=grant sponsor: National Science Council, R.O.C.; contract=grant number: NSC-90-2211-E-009-031.

Received 10 November 2001 Revised 25 April 2002 ?

(2)

approach is that damage to a structure reduces its natural frequencies, increases the modal damping, and changes the modal shapes. Hearn and Testa [1] applied a perturbation method to process measured dynamic responses of a steel frame in a laboratory, and found that changes in natural frequencies and modal damping are good indices for damage. However, from dynamic tests on bridges, Alampalli and Fu [2] and Salawu and Williams [3] concluded that the change in natural frequencies is not suciently sensitive to detect local damage in the structure. The results of Salawu and Williams [3] indicate that the modal assurance criterion (MAC) and the co-ordinate modal assurance criterion (CMAC) are useful in detect-ing local structural change. Usdetect-ing modal parameters, Koh et al. [4] proposed an improved-condensation method to estimate the stiness matrix that corresponds to observed degrees of freedom. Then, these authors detected local structural changes by quantifying changes in stiness.

Over the last two decades, articial neural networks (ANN) have gradually been established as a powerful tool in pattern recognition, signal processing, control and complex mapping problems, because of their excellent learning capacity and their high tolerance to partially inaccurate data. Articial neural networks have, recently, been further applied to assess damage in structures. Wu et al. [5] used a back-propagation neural network (BPN) to elucidate damage states in a three-storey frame by numerical simulation. The Fourier spectra of the acceleration responses and the stiness of members were, respectively, used in the input and output layers of the neural network. Elkordy et al. [6] used a back-propagation neural network with modal shapes in the input layer, to detect the simulated damage of structures. Szewczyk and Hajela [7] applied an improved counter-propagation neural network to evaluate a reduction in the member stiness of a frame structure with nine bending elements, by using measured static displacements under prescribed loads. Pandey and Barai [8] detected damage in a bridge truss by applying ANN of multilayer perceptron architectures to numerically simulated data. Using static displacements, natural frequencies and modal shapes, Zhao et al. [9] applied a counter-propagation neural network to locate damage in beams and frames. Masri et al. [10] established a method for detecting damage, based on non-linear system identication, in which measured displacement, velocity, acceleration responses and input forces were used to train a back-propagation neural network.

As the rst stage of structural damage assessment, this study employed a BPN to diagnose whether a building is damaged by detecting changes in its modal parameters and the dynamic responses in earthquakes. Such work has not yet been discussed in published literature. Only the measured acceleration responses and input base excitations are used to train the neural network. A procedure is also proposed for determining the dynamic characteristics (natural frequencies, modal damping and modal shapes) of the system from trained neural networks. Modal parameters are rst employed to diagnose the global changes to the building in earth-quakes. Moreover, the trained ANN, based on measured data from the building without any damage in a small earthquake, is employed to predict the responses of the structure under other earthquakes. The considerable dierences between the predicted and measured responses further indicate that damage occurred in the building. The dynamic responses of a ve-storey steel frame, subjected to various strengths of the Kobe earthquake in shaking table tests, are processed to demonstrate the applicability of the proposed method. The steel frame was shaken to yield in a large magnitude earthquake.

(3)

2 2 2 1 1 1 Ni Nh No i j k Hidden layer y1 x1

Input layer Output layer

x2 xNi y2 yNo vjk wij xk yi

Figure 1. A typical three-layer neural network.

2. ARTIFICIAL NEURAL NETWORK

An ANN model is a system with inputs and outputs based on biological nerves. The system can be composed of many computational elements that operate in parallel and are arranged in patterns similar to biological neural nets. A neural network is typically characterized by its computational elements, its network topology and the learning algorithm used. Among the several dierent types of ANN, the feedforward, multilayered, supervised neural network with the error backpropagation algorithm—the BPN [11]—is by far the most frequently applied neural network learning model, due to its simplicity.

The architecture of BP networks, depicted in Figure 1, includes an input layer, one or more hidden layers, and an output layer. The nodes in each layer are connected to each node in the adjacent layer. Notably, Hecht–Nielsen [12] proved that one hidden layer of neurons suces to model any solution surface of practical interest. Hence, a network with only one hidden layer is considered in this study. Before an ANN can be used, it must be trained from an existing training set of pairs of input–output elements. The training of a supervised neural network using a BP learning algorithm normally involves three stages. The rst stage is the data feed forward. The computed output of the ith node in output layer is dened as follows:

yi= g  Nh  j=1(wijg  N i  k=1 vjkxk+ j  + wi)  ; i = 1; 2; : : : ; No (1)

where wij is the connective weight between nodes in the hidden layer and those in the output

layer; vjk is the connective weight between nodes in the input layer and those in the hidden

layer; wi (or j) are bias terms that represent the threshold of the transfer function g, and

xk is the input of the kth node in the input layer. Terms Ni; Nh, and No are the number of

nodes in input, hidden, and output layers, respectively. The transfer function can be linear or non-linear.

(4)

The second stage is error BP through the network. During training, a system error func-tion is used to monitor the performance of the network. This funcfunc-tion is often dened as follows: E(W) = 1 2P P  p=1( ˜YpYp)( ˜YpYp) T (2) where ˜Y= ( ˜y12· · ·i· · ·N

o); Y = (y1y2· · ·yi· · ·yNo); ˜yi is the desired (or measured) value of output node i, and W = (v11v12· · ·vjk· · ·vNhNi12· · ·Nhw11w12· · ·wij· · · : wNoNhw1w2 · · ·wNo).

The nal stage is the adjustment of the weights. The standard BP algorithm uses a gradient descent approach with a constant step length (learning ratio) to train the network.

W(k+1)= W(k)+ W(k) (3)

W(k)= @E

@W(k) (4)

where  is the constant, general learning ratio in the range, [0; 1]. The superscript index (k), indicates the kth learning iteration. BP supervised neural network learning models, however, always take an extended period to learn. Moreover, the convergence of a BP neural network is strongly depends upon the use of a learning rate (). Herein, a more eective adaptive L-BFGS learning algorithm, [13] based on the limited memory Broyden–Fletcher–Goldfarb–Shanno (BFGS) [14] quasi Newton second-order method, with an inexact line search algorithm, is employed. In the conventional BFGS method, the approximation, Hk+1, to the inverse Hessian

matrix of the error function, E, is updated by

Hk+1= (I− kskzTk)Hk(I− kzksTk) +ksksTk VkTHkVk+ksksTk (5) where k= 1=zTksk (6) Vk= I− kzksTk (7) sk= W(k+1)W(k) (8) zk= gk+1gk (9) and gk=@W@E(k) (10)

Rather than forming the matrix Hk in the BFGS method, the vectors sk and yk rst dene and

(5)

preceding few iterations. Therefore, the nal stage of adjusting weights in a supervised ANN is modied as follows:

W(k+1)= W(k)+ kdk (11)

The search direction is given by

dk=Hkgk+ kdk−1 (12) where k= zT (k−1)H(k−1)g(k−1) zT (k−1)d(k−1) (13) The step length, k, is mathematically adapted during the learning process, according to

the inexact line search algorithm. This algorithm is used rather than a constant learning ratio in the L-BFGS learning algorithm [13]. It is based on three sequential operations bracketing, sectioning, and interpolation. The bracketing operation brackets the potential step length, , between two points, through a series of function evaluations. Sectioning then takes the two points of the bracket, for example 1 and 2, as the initial points, reduces the step size

piecemeal, and determines the minimum between the points, to a desired degree of accuracy. Finally, quadratic interpolation approach takes the three points, 1; 2, and (1+ 2)=2, to t a

parabola and thus determine the step length, k. Accordingly, the step length, k, must satisfy

the following conditions in each iteration [13]: E(W(k)+ 

kdk)6E(W(k)) + k(E(W(k))Tdk) (0; 1) and k¿0 (14) E(W(k)+ 

kdk)Tdk¿(E(W(k))Tdk (; 1) and k¿0 (15) E(W(k)+ 

kdk)Td(k+1)¡0 (16)

Hence, the problem of trial and error selection of a learning ratio in the conventional BP algorithm is avoided in the adaptive L-BFGS learning algorithm.

3. STRATEGY FOR DAMAGE DIAGNOSIS

The basic concept behind the proposed methodology is that a structural system behaves lin-early in small earthquakes that may frequently occur in seismically active areas. The structural system, however, may experience varying degrees of damage in large earthquakes, exhibit-ing non-linear behaviour. Thus, trainexhibit-ing an ANN to represent faithfully the linear responses of the undamaged system, using the responses observed in small earthquakes, yields notable prediction errors for the non-linear responses. In real applications, damage in secondary struc-tural components may also cause such a prediction error. However, modal parameters are good indices for conrming damage in primary structural components. Damage to secondary structural components does not typically, signicantly change the modal parameters.

(6)

) ( 2t f ) (t fl ) ( 1t f

Input layer Hidden layer Output layer

x..1 (t −1) x1 (t) .. x..2 (t) x3 (t) .. x..4 (t) xk (t) .. x..2 (t −1) xk (t −1) .. x1 (t −m) .. x2 (t −m) .. xk (t −m) f1(t −n) f2(t −n) fl (t −n) ..

Figure 2. Topology of a neural network for modelling responses of a structure in earthquakes.

3.1. Construction of an ANN for a linear dynamic system

Acceleration responses are normally measured in monitoring the responses of a structure in an earthquake. Therefore, these measured data are used to train an ANN. Figure 2 illustrates the proposed architecture of the ANN, where fl(ti), with i = 0; 1; 2; : : : ; n, represents input

base accelerations, corresponding to component l at (ti) time step, while xk(tj), with

j = 0; 1; 2; : : : ; m, represents the observed acceleration responses of the kth degree of freedom relative to the base at the (tj) time step. Herein, a non-linear transfer function is used

(7)

and dened as, g(y) =      1 when y¿1 y when 16y61 1 when y¡1 (17)

Notably, the values for nodes in the input layer are usually normalized to the range between 1 and 1 in training an ANN. Consequently, the argument of the transfer function is rarely larger than 1 or less than 1.

Following the procedure given earlier for establishing a BPN and using the observed re-sponses of the target structure in a small earthquake, enables the connective weights and thresholds to be determined and an appropriate ANN to be established for the structural system.

3.2. Estimation of modal parameters

Careful investigation of the ANN established in the previous section reveals that the network yields a linear system if the transfer function is linear. The normalization of the values in the input nodes is such that the responses in the output layer are approximately related to the values of the input nodes by the following linear relationship.

{Y}= [W ][V ]{X}+ ([W ]{v}+{w}) (18) where {Y}= ( x1(t); x2(t); : : : ; xk(t))T; {X}= ( XF)T  X= ( x1(t1) x2(t1)· · ·xk(t1) x1(t2) x2(t2)· · ·xk(t2)· · · x1(tm)x2(tm)· · ·xk(tm)) F= (f1(t)f2(t)· · ·fl(t)f1(t1)f2(t1)· · ·fl(t1)· · ·f1(tn)f2(tn)· · ·fl(tn))

The elements of [W ] and [V ] are wij and vij, respectively, and the elements of {w} and {v} are wi and vi. Carefully expanding Equation (18) yields

           x1(t) x2(t) .. . xk(t)            = m  i=1 ˆ W1(i)            x1(ti) x2(ti) .. . xk(ti)            + n  j=0 ˆ W2(j)            f1(tj) f2(tj) .. . fl(tj)            +{C} (19) where [ ˆW1 Wˆ2] = [W ][V ]; {C}= [W ]{v}+{w}; Wˆ1= [ ˆW1(1)Wˆ (2) 1 · · ·Wˆ (m) 1 ] ˆ W2= [ ˆW2(0)Wˆ (1) 2 · · ·Wˆ (n) 2 ]

(8)

Equation (19) is similar to the time-series model, ARX. The ARX model equates the equations of motion of a structural system. The dynamic characteristics of the system can be determined from the coecient matrices of AR [15]. Constructing the matrix

[G] =          0 I 0 0 0 0 0 I 0 0 .. . ... ... ... ... 0 0 0 0 I ˆ W1(m) Wˆ1(m−1) · · ·1(2) Wˆ1(1)          (20)

enables the modal parameters to be determined from the eigenvalues and eigenvectors of [G] [16]. Let k and { k} represent the kth eigenvalue and eigenvector of [G], respectively. The

eigenvalue, k, is normally a complex number, equal to ak+ ibk. The corresponding natural

frequency and modal damping of the structural system are given by

˜k= 

2

k + 2k (21)

k=k= ˜k (22)

where ˜k is the pseudo-undamped circular natural frequency; k is the modal damping ratio;

k= 1 t tan −1bk ak  (23) k= 1 2t ln(a 2 k+ b2k) (24)

and t1 is the sampling rate of measurement.

The special composition of [G] in Equation (20) yields the following property of its eigen-vectors:

{ k}= ({ k}1T; k{ k}T1; 2k{ k}T1; : : : ; km−1{ k}T1)T (25)

where { k}1 is the complex modal shape of the system, corresponding to the natural

fre-quency, ˜k.

Notably, the formulation shown above is easily extended to cases with multiple hidden layers, by modifying only the denitions for ˆW1(i), ˆW2(j) and {C} in Equation (19).

Various ANNS with the architecture given in Figure 2, can be established, from the mea-sured responses of a structure in earthquakes with various magnitudes. The modal parameters for the structure in dierent earthquakes can be determined from the established ANNs, by the above approach. Considerable changes in modal parameters, corresponding to dierent ANNs, indicate signicant changes in the properties of the structure in dierent earthquakes.

An index commonly used to evaluate the correlation of modal shapes obtained from dierent ANNs, is based on the modal assurance criterion (MAC) [17] dened as

MAC(iR;iC) = |T iRiC|2 T iRiRiCTiC (26)

(9)

where * denotes the complex conjugate, iR and iC represent the ith complex mode shapes

for the reference state and the current state to which it is to be compared, respectively. Apparently, two corresponding modes are highly correlated if the MAC value is close to one, and uncorrelated if it is near zero.

As shown in the following section, the MAC value is not very sensitive to the changes in modal shapes for the cases considered here. Thus, an index proposed by Trifunac [18] for modal shapes in a proportional damping system, is adopted here. The index is dened as

e =  (iRaiC)T(iRaiC) T iRiR 1=2 (27) where the complex constant, a, is obtained by minimizing (iRaiC)T(iRaiC). Equation

(27) reveals that e is close to zero when the two modal shapes are highly correlated. 3.3. Prediction error in responses from the established ANN

The ANN established for a linear structural system is expected to be able to predict accurately the current responses, from previously measured responses and inputs, if the structural system remains linear and the modal properties do not signicantly change. However, when the structural system is damaged or has deteriorated, it will exhibit non-linear behaviour resulting in a large error in the responses of this damaged structure, predicted by the ANN trained for the healthy, linear structure. The indexes proposed by Masri et al. can be used to quantify this error. [10] However, for simplicity, only the mean absolute error (MAE) between the output predicted by the trained ANN, and the measured acceleration responses is computed for each degree of freedom, and is dened as

MAE(i) =1 T

T



t=1|yim(t)yip(t)| (28)

where i represents the ith degree of freedom, and yim and yipare the normalized measurements

and the predicted responses for the ith degree of freedom, respectively. Notably, throughout this paper, the measurements for various base excitations were independently normalized such that the maximum responses were normalized to 0.9.

4. APPLICATION TO A FRAME IN SHAKING TABLE TESTS

Shaking table tests are often performed in a laboratory to examine the behaviour of structures in earthquakes. The National Center for Research in Earthquake Engineering in Taiwan un-dertook a series of shaking table tests on a 3 m long, 2 m wide, and 6:5 m high steel frame [19] (Figure 3) to generate a set of earthquake response data for this benchmark model of a ve-storey steel structure. Lead blocks were piled on each oor such that the mass of each oor was approximately 3664 kg. The frames were subjected to the base excitation of the Kobe earthquake, weakened by various levels. The displacement, velocity and acceleration response histories of each oor were recorded during the shaking table tests. Additionally, some strain gauges were also installed in one of the columns and near the rst oor. The sampling rate of the raw data was 1000 Hz. These raw data were reproduced with a 200 Hz

(10)

Figure 3. A photo and simple sketch of a ve-storey steel frame.

sampling rate by taking one data point out of every ve raw data points to save computational time and to match to the typical sampling rate for real applications.

Notably, it was reported [19] that the frame responded linearly when it subjected to 8, 10, 20, 40, and 52% of the strength of the Kobe earthquake. Measured strains and visual inspection revealed that 60% of the strength of the Kobe earthquake input caused the steel columns near the rst oor to yield. In the following, only the responses and inputs in the long span direction are discussed.

(11)

-0.12 -0.08 -0.04 0 0.04 0.08 0.12 A cceler atio n ( g ) -0.2 -0.1 0 0.1 0.2 A cceler atio n ( g ) -0.15 -0.1 -0.05 0 0.05 0.1 0.15 Ac ce le ra ti on (g) -0.15 -0.1 -0.05 0 0.05 0.1 0.15 A cceler atio n ( g ) -0.2 -0.1 0 0.1 0.2 A cceler atio n ( g ) 0 5 10 15 20 25 Time (sec.) -0.08 -0.04 0 0.04 0.08 A cceler atio n ( g ) 5th floor 4th floor 3rd floor 2nd floor 1st floor input excitation

(12)

5 6 7 8 9 10 11 12 Time(sec) -0.6 -0.3 0 0.3 0.6 -0.7 -0.35 0 0.35 0.7 no rm al iz ed re sp o n se s -1 -0.5 0 0.5 1 5th floor 3rd floor 1st floor

Figure 5. Comparison between the measured (solid line) and predicted (dash line) responses for 8% Kobe earthquake input.

4.1. Examination of the frame at 8% of the strength of the Kobe earthquake

Figure 4 depicts time histories of the acceleration responses of each oor, when the steel frame was subjected to 8% of the strength of the Kobe earthquake. The steel frame responded linearly at this level. The large responses between 4.5 and 12:5 s were used to train an ANN

(13)

Table I. Comparison of the identied modal parameters for 8% Kobe earthquake input.

Method Mode Frequency (Hz) Damping (%) MAC e (%)

Present 1 1.40 1.56 1.00 0.38 2 4.53 0.17 1.00 0.15 3 8.23 0.17 1.00 0.31 4 12.39 0.13 1.00 0.47 5 15.99 0.11 1.00 0.47 Subspace 1 1.40 1.30 = = 2 4.53 0.16 = = 3 8.23 0.19 = = 4 12.39 0.13 = = 5 15.99 0.10 = =

Note: =: no data available.

and thus, to some extent, reduce the noise eect. The architecture of the ANN is as shown in Figure 2, with k = 5, l = 1, m = n = 30 and ten nodes in the hidden layer. This architecture was used throughout this paper. The acceleration responses of each oor relative to the base were used to train an ANN. Figure 5 shows the excellent correspondence between the observed responses and the computed responses from the trained ANN for the 1st, 3rd, and 5th oors. It is noted that the computed responses in Figure 5 were obtained from the trained ANN by using the observed data as input of the ANN.

Table I lists the identied modal parameters obtained from the trained ANN, which ex-cellently agree with those obtained by Huang and Lin [20] who used a subspace technique to process the same response data. This consistency conrms the correctness of the proposed procedure of determining the modal parameters from an ANN.

4.2. Examination of the frame in the Kobe earthquake with various reduction levels The measured acceleration responses of the frame under the base excitations with various reduction levels of the Kobe earthquake, enables the corresponding ANNs to be established and the corresponding modal parameters to be determined. Table II summarizes the results, in which the values, MAC and e, designate the correlation between the modal shapes for an input of 20% Kobe earthquake and those for inputs with other reduction levels.

Table II reveals that the frequencies for each mode generally decrease as the excitation mag-nitude increases, but the changes in frequency are quite small. Generally, the modal damping values increase with excitation magnitude. The modal damping values for the 60% Kobe earthquake are much greater than those for the 10% Kobe. Interestingly, only the damping for the rst mode exceeds 1% while the damping for the other modes is typically much less than 1%. The MAC values in Table II indicate that the modal shapes for the 20% Kobe earthquake are likely to correlate closely with those for other excitations. However, e values clearly show that the modal shapes of the higher modes (3–5th) for the 60% Kobe earthquake notably dier from those for the 20% Kobe earthquake, since the corresponding e values ex-ceed 10%. Apparently, the e values are more sensitive to the dierences in modal shapes than the MAC values. The damping and e values truly reect the fact of possible damage of the frame under the 60% Kobe earthquake input.

(14)

Table II. Identied modal parameters for dierent inputs.

Excitation Mode Frequency (Hz) Damping (%) MAC e (%)

1 1.40 1.65 1.00 1.00 2 4.53 0.18 1.00 0.59 10% Kobe 3 8.24 0.22 1.00 0.66 4 12.38 0.16 1.00 0.79 5 16.00 0.16 1.00 1.17 1 1.39 1.73 = = 2 4.53 0.25 = = 20% Kobe 3 8.23 0.28 = = 4 12.37 0.18 = = 5 15.97 0.15 = = 1 1.38 2.42 1.00 0.65 2 4.50 0.47 1.00 0.92 40% Kobe 3 8.18 0.19 1.00 2.26 4 12.36 0.21 1.00 6.58 5 15.93 0.07 1.00 4.54 1 1.37 2.89 1.00 0.42 2 4.49 0.69 1.00 1.13 52% Kobe 3 8.14 0.53 1.00 3.36 4 12.33 0.15 1.00 5.48 5 15.91 0.58 1.00 6.83 1 1.35 3.73 1.00 2.21 2 4.45 0.92 1.00 5.24 60% Kobe 3 8.07 0.84 0.99 11.52 4 12.24 0.83 0.98 13.42 5 15.88 0.26 0.98 13.13

Note: =: no data available.

4.3. Identifying modal parameters from windowed responses

Although using more data to train an ANN yields a more accurate network, it is interesting to investigate the changes in modal parameters identied from dierent portions of response records. The responses from t = 4:5 to 12:5s were divided into nine segments, each of 4s, each of which overlays 3:5s of the previous one. Table III presents the modal parameters, identied by ANNs trained with dierent segments of data for the 20 and 60% Kobe earthquakes. Notably, the e values for the rst segment were computed with reference to the modal shapes obtained using the responses between t = 4:5 and 12:5 s, while the e values for other segments refer to the modal shapes for the rst segment.

Table III shows that using dierent segments of data leads to no signicant variation in the identied frequencies. These frequencies are substantially consistent with those in Table II, obtained by using the entire response. The damping values do dier somewhat with dif-ferent segments of data, perhaps because the damping matrix in the equations of motion is articially dened, such that the damping coecients for a real structure may change as it vibrates. Interestingly, the modal shapes obtained from dierent segments for the 20% Kobe

(15)

earthquake input show no signicant dierences. However, considerable dierences in higher modal shapes are observed for dierent segments in the 60% Kobe earthquake input, indicating non-linear responses in this case.

4.4. Prediction error of the trained ANN

The responses at a moderate reduction level (say, 20%) of the Kobe earthquake input were selected to establish the ANN to predict the responses to other inputs. Figure 6 shows an excellent agreement between the observed responses and the computed responses from the trained ANN for the 1st, 3rd and 5th oors subjected to the 20% Kobe earthquake input. Figure 7 compares the measured and predicted responses for the 60% Kobe earthquake input. Notably, the observed data were used as input of the trained ANN to obtain the computed responses in Figures 6 and 7. Comparing Figures 6 and 7 reveals that the discrepancies between prediction and measurement for the 60% Kobe earthquake input far exceed those for the 20% Kobe earthquake input. Figure 7 shows that there are high frequency responses between t = 5:5 and 6:5 s, which lead to large prediction errors. It should be mentioned that the responses in Figures 6 and 7 were normalized according to the maximum responses in each gure, respectively.

The MAE values of each oor for various reduction levels of the Kobe earthquake are divided by the MAE value for the 20% Kobe earthquake and presented in Figure 8. The small changes in the modal parameters for the frame with dierent inputs, discussed in the earlier sections, cause the prediction errors to increase for the 10, 40 and 52% Kobe earthquake inputs. The relative MAE values for the responses to the 60% Kobe earthquake input greatly exceed the other relative MAE values, conrming the reported non-linear responses to the 60% Kobe earthquake input [17]. Further investigation is required to determine whether the larger relative MAE values for the rst and second oors in the 60% Kobe earthquake input follow from the yielding of the columns near the rst oor.

5. CONCLUDING REMARKS

This work has presented a novel procedure for diagnosing a structure from its earthquake acceleration responses, using an ANN model. The diagnosis is based on the fact that damage to a structure induces non-linear structural responses to earthquakes and considerably changes both the modal parameters of an equivalent linear system and the output errors predicted by a neural network trained for the structure without any damage. The modal parameters are directly estimated from the weighting matrices in the ANN model. The output prediction errors for each measured degree of freedom of the structure are determined from the measured responses to various earthquakes, and the corresponding prediction of the ANN model trained by data for a small earthquake.

The proposed method of estimating the modal parameters has been veried by excellent agreement between the present results and those results obtained by a subspace method, for a ve-storey steel frame under base excitation in a shaking table test. The proposed diag-nosis procedure has also been applied to the acceleration responses of the steel frame under base excitations with dierent reduction levels of the Kobe earthquake in shaking table tests.

(16)

Table III. Identied modal parameters from windowed responses. Excitation Parameter Mode Segment Mean ( ) STD # ( ) = 1 23456789 1 1.39 1.39 1.39 1.39 1.39 1.40 1.40 1.40 1.40 1.40 0.0050 0.0036 2 4.53 4.53 4.53 4.53 4.53 4.53 4.53 4.53 4.53 4.53 0 0 Frequency (Hz) 3 8.23 8.23 8.23 8.23 8.23 8.23 8.23 8.23 8.23 8.23 0 0 4 12.37 12.37 12.38 12.38 12.38 12.38 12.38 12.38 12.38 12.38 0.0042 0.0003 5 15.97 15.96 15.97 15.97 15.98 15.97 15.99 15.98 15.98 15.97 0.0083 0.0005 1 1.76 1.80 1.57 1.22 0.92 1.16 1.48 1.39 1.32 1.40 0.27 0.19 2 0.27 0.28 0.27 0.27 0.26 0.23 0.18 0.19 0.18 0.24 0.04 0.17 20% Damping (%) 3 0.29 0.30 0.28 0.26 0.28 0.24 0.23 0.15 0.23 0.25 0.14 0.17 4 0.21 0.20 0.20 0.19 0.18 0.20 0.15 0.15 0.11 0.18 0.03 0.18 5 0.16 0.17 0.11 0.08 0.10 0.03 0.12 0.10 0.09 0.11 0.04 0.37 10 :07 0.05 0.08 0.13 0.24 0.25 0.38 0.43 0.52 0.26 0.16 0.62 20 :15 0.05 0.06 0.12 0.16 0.18 0.56 0.57 0.54 0.28 0.22 0.78 e (%) 3 0 :15 0.02 0.24 0.29 0.28 0.48 0.66 0.63 0.56 0.42 0.17 0.42 40 :56 0.49 0.38 0.56 0.74 1.02 0.99 1.47 1.45 0.89 0.39 0.44 50 :42 0.48 1.05 0.93 0.82 2.47 2.27 1.84 2.27 1.52 0.73 0.48 1 1.35 1.35 1.35 1.35 1.35 1.35 1.35 1.35 1.37 1.36 0.0068 0.0051 2 4.44 4.43 4.44 4.44 4.44 4.46 4.48 4.47 4.48 4.45 0.0183 0.0041 Frequency (Hz) 3 8.05 8.04 8.03 8.06 8.06 8.07 8.13 8.16 8.22 8.09 0.0608 0.0075 4 12.24 12.23 12.24 12.25 12.25 12.26 12.25 12.26 12.28 12.25 0.0137 0.0011 5 15.88 15.88 15.88 15.88 15.88 15.89 15.89 15.90 15.88 15.88 0.0068 0.0004 1 4.11 3.99 4.04 3.57 3.33 3.07 2.90 2.91 2.75 3.41 0.51 0.15 2 1.00 1.05 1.04 1.05 0.98 0.95 0.67 0.50 0.42 0.85 0.24 0.28 60% Damping (%) 3 0.69 0.77 0.73 0.90 1.01 1.66 0.86 1.04 0.53 0.91 0.30 0.34 4 0.91 0.89 0.86 0.88 0.81 0.70 0.56 0.68 0.57 0.76 0.13 0.17 5 0.23 0.19 0.15 0.17 0.18 0.16 0.16 0.33 0.29 0.21 0.06 0.29 1 0.85 0.78 0.79 0.51 0.54 1.32 1.46 1.44 1.58 1.05 0.41 0.39 21 :04 0.57 0.39 0.39 0.82 2.46 3.50 3.74 4.09 2.00 1.52 0.76 e (%) 3 1 :83 1.62 3.12 4.58 2.97 4.86 8.11 7.87 7.35 5.06 2.31 0.46 41 :68 1.35 0.99 3.01 1.55 6.10 5.95 3.13 7.21 3.66 2.28 0.62 51 1 :48 5.81 6.11 8.16 7.22 9.88 18.14 23.68 28.98 13.50 8.36 0.62 Note : : Referring to modal shapes obtained by using the responses from t=4 :5t o1 2 :5 s. # : Standard deviation.

(17)

-0.6 -0.3 0 0.3 0.6 norm al iz ed re sp o n se s -0.7 -0.35 0 0.35 0.7 n o rm aliz ed r es p o n se s -1 -0.5 0 0.5 1 n o rmal ize d res p o n se s 5 6 7 8 9 10 11 12 Time (sec.) 0 0.005 0.01 prediction er ror 0 0.01 0.02 pre d ic ti on er ro r 0 0.02 0.04 0.06 pred iction err o r 5th floor 3rd floor 1st floor

Figure 6. Comparison of the measured (solid line) and predicted (dash line) responses for 20% Kobe earthquake input.

(18)

-0.6 -0.3 0 0.3 0.6 n o rm al iz ed r es p o n se s -0.7 -0.35 0 0.35 0.7 n o rm aliz ed r es p o n se s -1 -0.5 0 0.5 1 no rmalized res p o n ses 5 6 7 8 9 10 11 12 Time (sec.) 0 0.02 0.04 0.06 0.08 pred ic tio n err o r 0 0.05 0.1 0.15 0.2 pr edic ti on erro r 0 0.2 0.4 0.6 0.8 pr ed ic ti on erro r 5th floor 3rd floor 1st floor

Figure 7. Comparison of the measured (solid line) and predicted (dash line) responses for 60% Kobe earthquake input.

(19)

0 2 4 6 8 10 10% 40% 52% 60% Excitation Relative MAE

1st floor 2nd floor 3rd floor 4th floor 5th floor

Figure 8. Relative mean absolute errors of predictions for the Kobe earthquake inputs with various reduction levels.

The reported non-linear responses to the 60% Kobe earthquake input were found to change signicantly modal shapes and damping values from those for the frame in the 20% Kobe earthquake input. Considerable prediction errors were also found when the ANN model, trained with responses to the 20% Kobe earthquake input, was used to predict the responses to the 60% Kobe earthquake input. However, no signicant changes were found in the modal param-eters obtained from the responses for the 8, 10, 20, 40, and 52% Kobe earthquake inputs that caused no damage to the frame. The prediction errors of the ANN, trained using the responses to the 20% Kobe earthquake, for the responses to the 10, 40 and 52% Kobe earthquake in-puts were much smaller than that for the 60% Kobe earthquake input responses. These results show the applicability of the proposed procedure in diagnosing whether a structure is healthy. Future work should apply the proposed approach to measurements in the eld to show (or even improve) its capacity to process possibly incomplete measurements, substantially corrupted by noise. Moreover, the ability of the proposed approach to detect the location of damage should also be further veried or improved.

ACKNOWLEDGEMENTS

This work reported herein was supported by the National Science Council, R.O.C. through research grant no. NSC90-2211-E-009-031. This support is gratefully acknowledged. The appreciation is also extended to the National Center for Research on Earthquake Engineering for providing shaking table testing data.

REFERENCES

1. Hearn G, Testa RB. Modal analysis for damage detection in structures. Journal of Structural Engineering (ASCE) 1991; 117(10):3042–3063.

2. Alampalli S, Fu GK. Full scale dynamic monitoring of highway bridges. Structural Engineering in Natural Hazards Mitigation, vol. 1, 1993; 1602–1607.

(20)

3. Salawu OS, Williams C. Bridge assessment using forced-vibration testing. Journal of Structural Engineering (ASCE) 1995; 121(2):161–173.

4. Koh CG, See LM, Balenra T. Damage detection of buildings: Numerical and experimental studies. Journal of Structural Engineering (ASCE) 1995; 121(8):1155 –1160.

5. Wu X, Ghaboussi J, Garrett JH. Use of neural networks in detection of structural damage. Computers and Structures, 1992; 42(4):649 – 659.

6. Elkordy MF, Chang KC, Lee GC. Neural networks trained by analytically simulated damage states. Journal of Computing in Civil Engineering (ASCE) 1993; 7(2):130 –145.

7. Szewczyk ZP, Hajela P. Damage detection in structures based on feature-sensitive neural network. Journal of Computing in Civil Engineering (ASCE) 1994; 8(2):163 –178.

8. Pandey PC, Barai SV. Multilayer perceptron in damage detection of bridge structures. Computers and Structures 1995; 54(4):597– 608.

9. Zhao J, Ivan JN, DeWolf JT. Structural damage detection using articial neural networks. Journal of Infrastructure Systems (ASCE) 1998; 4(3):93 –101.

10. Masri SF, Smyth AW, Chassiakos AG, Caughey TK, Hunter NF. Application of neural networks for detection of changes in nonlinear systems. Journal of Engineering Mechanics (ASCE) 2000; 126(7):666 – 676. 11. Rumelhart DE, Hinton GE, Williams RJ. Learning international representation by error propagation. In Parallel

Distributed Processing, Rumelhart DE, et al. (eds). The MIT Press: Cambridge, MA, 1986; 318 –362. 12. Hecht-Nielsen R. Theory of the back propagation neural network. Proceedings of International Joint Conference

on Neural Networks. IEEE: New York, 1989; 1:593 – 605.

13. Hung SL, Lin YL. application of an L-BFGS neural network learning algorithm in engineering analysis and design. Proceedings of the 2nd National Conference on Structural Engineering. Chinese Society of Structural Engineering: Taiwan, R.O.C., 1994 (in Chinese).

14. Nocedal J. Updating quasi-Newton matrix with limited storage. Mathematics of Computation 1980; 35:20 –33. 15. Huang CS. Structural identication from ambient vibration measurement using the multivariate AR model.

Journal of Sound and Vibration 2001; 241(3):337–359.

16. Huang CS. A study on techniques for analyzing ambient vibration measurement (II)-time series methods. Report No. NCREE-99-018, National Center for Research on Earthquake Engineering. R. O. C., 1999 (in Chinese). 17. Allemang RL, Brown DL. A correlation coecient for modal vector analysis. Proceedings of the rst

International Model Analysis Conference, Bethel, Connecticut, U.S.A., 1983; 110 –116.

18. Trifunac D. Comparisons between ambient and forced vibration experiments. Earthquake Engineering and Structural Dynamics 1972; 1:133 –150.

19. Yeh SC, Cheng CP, Loh CH. Shaking table tests on scaled down ve-story steel structures. NCREE Report No. NCREE-99-002, National Center for Research on Earthquake Engineering, R.O.C., 1999 (in Chinese). 20. Huang CS, Lin HL. Modal identication of structures from ambient vibration, free vibration, and seismic

response data via a subspace approach. Earthquake Engineering and Structural Dynamics 2001; 30:1857– 1878.

數據

Figure 1. A typical three-layer neural network.
Figure 2. Topology of a neural network for modelling responses of a structure in earthquakes.
Figure 3. A photo and simple sketch of a ve-storey steel frame.
Figure 4. Response histories for 8% Kobe earthquake input.
+7

參考文獻

相關文件

• The memory storage unit holds instructions and data for a running program.. • A bus is a group of wires that transfer data from one part to another (data,

○ Propose a method to check the connectivity of the graph based on the Warshall algorithm and introduce an improved approach, then apply it to increase the accuracy of the

• The memory storage unit holds instructions and data for a running program.. • A bus is a group of wires that transfer data from one part to another (data,

Bootstrapping is a general approach to statistical in- ference based on building a sampling distribution for a statistic by resampling from the data at hand.. • The

The research proposes a data oriented approach for choosing the type of clustering algorithms and a new cluster validity index for choosing their input parameters.. The

In this paper, we have studied a neural network approach for solving general nonlinear convex programs with second-order cone constraints.. The proposed neural network is based on

Define instead the imaginary.. potential, magnetic field, lattice…) Dirac-BdG Hamiltonian:. with small, and matrix

„ A socket is a file descriptor that lets an application read/write data from/to the network. „ Once configured the