SlideShare a Scribd company logo
1 of 64
Sequential MCMC Methods for
Parameter Estimation
of LTI Systems Subjected to Non-
stationary
Earthquake Excitations
Anshul Goyal
Under the guidance of
Dr. Arunasis Chakraborty
1
05-05-2014
05-05-2014
2
Contents
Contd.
• Bayesian and Monte Carlo Methods
 Bayesian State Estimation
 Sequential Importance Sampling (SIS Filter)
 Sequential Importance Re-sampling (SIR Filter)
 Bootstrap Filter (BF)
 Re-sampling Algorithms
• Simulations for SDOF Oscillator
 SIS (Degeneracy)
 Bootstrap (Sample Impoverishment)
 Handling Sample Impoverishment
• Introduction
 System Identification- A brief review
 Major research and contributions
 Motivation & Scope of present study
05-05-2014
3
• Synthetic Study
 Model (Mass, Stiffness and Damping Matrices)
 Numerical Results
-Identified Parameters and Modal Frequencies
-SIS v/s SIR v/s BF
- Multinomial v/s Wheel v/s Stratified v/s Systematic
• BRNS Building
 Model (Mass, Stiffness and Damping Matrices)
 Numerical Results
-Identified Parameters and Modal Frequencies
-SIS v/s SIR v/s BF
- Multinomial v/s Wheel v/s Stratified v/s Systematic
• Conclusions and Future Studies
30-08-2015
4
What is System Identification?
System identification is the field of mathematical modeling of the inverse
problem from the experimental data.
Introduction
30-08-2015
5
What is System Identification?
System identification is the field of mathematical modeling of the inverse
problem from the experimental data.
How to apply System Identification?
• The first step is to determine an appropriate form of the model (typically
a differential equation of certain order).
• In the second step, several statistical approaches are used to estimate the
unknown parameters of the model. This estimation is often done
iteratively.
• The model obtained is then tested to see whether it is an appropriate
representation of the system. If this is not the case, some more complex
model structure is considered, its parameters estimated and validated
again.
Introduction
30-08-2015
6
Schematic of
System
Identification
30-08-2015
7
Applications
There are two main purposes of model updating or system identification
of the structural system.
• Structural Health Monitoring
• Structural Control
Though system identification methods are useful for large and complex
structures where it is difficult to obtain the mathematical models directly,
it has some limitations.
• An appropriate model structure must be found. This can be a difficult
problem, particularly if the dynamics of structure is non-linear.
• The real life recorded data is not perfect always as these are always
disturbed by noises.
• The process may vary with time, which can cause problems if an
attempt is made to describe it with a time invariant model
30-08-2015
8
Dynamic State Estimation
State estimation is the process of using dynamic data from a system to
estimate quantities that give a complete description of the state according
to some representative model of it. Popular methods are:
KALMAN FILTERS
- 1960 by R Kalman
- Linear Gaussian
state space models
- Exact optimal
solutions
MONTE CARLO METHODS
- 1945 & 1949 by Ulam & Metropolis
- Linear as well as Non-linear systems
- Gaussian and Non- Gaussian state space
models
- Recursive estimation by approximating
integrals
30-08-2015
9
Major Research and Contributions
• Particle filter methods have been widely used in robotics and for
solving the tracking problems (Thrun, 2002). The application of
these methods to problems in structural mechanics is not yet
widely explored.
• (Ching et al., 2006) compared the performance of the Extended
kalman filter and particle filter by applying theses methods on
planar four-story shear building with time-varying system
parameters and non-linear hysteretic damping system with
unknown system parameters.
• (Manohar and Roy, 2006) identified the parameters of two single-
degree of freedom nonlinear oscillators, namely Duffing oscillator
& Coloumb oscillator.
• (Nasrellah and Manohar, 2011) did the combined computational
and experimental study using multiple test and sensor data for
structural system identification.
• (Rangaraj, 2012) used particle filter algorithm or identification of
fatigue cracks in vibrating beams.
30-08-2015
10
Motivation & Scope of present study
State estimation methods have wide scope in Structural Health
Monitoring as well as efficient control of structures. Models of
physical system always have uncertainties associated with them.
Hence, obtaining the parameters of the system optimally out of the
limited noise corrupted data is a challenge.
Scope of present study
• Implementation of the most common variants of Particle filter i.e
SIS, SIR and BF to both synthetic as well as field data.
• Parameter identification of a real life structure subjected to multi-
component non-stationary ground motion excitation using all the
three algorithms.
• The algorithm is very well able to identify the natural frequency
even in higher modes when the signal processing techniques are
generally not capable to do so.
30-08-2015
11
Bayesian and Monte Carlo Methods
The focus of dynamic state estimation techniques is to estimate the
state of the system using the measurement data.
Governing equation of system (Continuous form) :
X (t) = q (P(t),t)
X(t): response of the structure
P(t): Input force
q(.): relates the input to the output.
Discretized version:
Xk+1 =qk (Xk,wk)
Xk : state of the system at time t = k
wk: Model white noise
30-08-2015
12
Discretized Measurement equation:
Yk = hk(Xk, vk)
Yk : measurement at time t = k
vk : measurement noise
Measurements from the sensors:
Mk = [Y1, Y2, …., Yk]
Target:
Estimation of p(Xk |Mk)
This is equivalent to determining moments of Xk
μ = ∫ Xk p(Xk |Mk) dXk
σ = ∫(Xk − μ)T (Xk − μ)p(Xk |Mk)dXk
μ: first moment or mean
σ: second moment or variance
30-08-2015
13
Assumptions in Bayesian modeling :
• The sates follow a first order Markov process
p(Xk |X0:k-1) = p(Xk |Xk-1)
• The observations are independent of the given states.
At any time t using Bayes Theorem
Posterior:
p(X0:t|Y1:t) =
p(Y1:t|X 0:t)p(X 0:t)
∫ p(Y 1:t |X0:t)p(X 0:t)dX 0:t
Recursive Posterior:
p(X0:t+1|Y1:t+1) = p(X0:t|Y1:t)
p(Yt+1|Xt+1)p(Xt+1|Xt)
p(Yt+1|Y1:t)
Recursive Prediction:
p(Xt |Y1:t-1) = ∫p(Xt |Xt-1)p(Xt-1|Y1:t-1)dXt-1
30-08-2015
14
Recursive Prediction:
p(Xt |Y1:t-1) = ∫p(Xt|Xt-1)p(Xt-1|Y1:t-1)dXt-1
The above equations are modified when the model and the process noise
wk and vk are present.
Closed form expression of above equations are available when f (.) and
h(.) are linear and the noise wk and vk are Gaussian and this leads to well
known KALMAN FILTERS.
Difficulty: Computation of marginal of the posterior p(X0:t |Y1:t) as it
requires evaluation of complex high dimensional integrals.
What to do?
Exploit the cheap and faster computational facilities to develop methods
based on the Monte Carlo Simulations for approximating the integrals
30-08-2015
15
Sequential Importance Sampling (SIS Filter)
Target: Statistical problem of estimating the expected value of E[f(x)]
w.r.t some probabilistic distribution p(X)
E [f (X)] =∫f (X)p (X)dX
• In MC methods distribution is represented by random samples
rather than analytic function.
• Approximation is better for increased number of particles.
Difficulty
• Sometimes it becomes difficult to sample from p (X)
What to do?
• Sample from the importance distribution
I = ∫p(x)dx = ∫
𝑝(𝑥)
𝑞(𝑥)
. 𝑞(𝑥)𝑑𝑥
30-08-2015
16
∫ 𝑞(𝑥)𝑑𝑥 = 1
𝐼 = 𝐸 𝑞[
𝑝 𝑋
𝑞 𝑋
] =
1
𝑁
𝑖=1
𝑁
𝑝(𝑋 𝑖 )
𝑞(𝑋(𝑖))
Thus the above expectation E [f (X) represented as F(t) becomes
where the posterior can be approximated as:
Here wk
i is the normalized weight of the particles which
can be computed using an importance distribution
30-08-2015
17
The recursive form of the importance density is given by
which upon substitution in the above equation gives
30-08-2015
18
SIS Filter
Initiation:
• Draw N samples from prior distribution at t = 0
• Set the weights of all the particles as
1
𝑁
Prediction:
• Calculate the likelihood 𝑝 𝑌𝑘 𝑋 𝑘)
Weight updating:
• Update weights of all the particles using
Estimation:
• Perform the estimation using
30-08-2015
19
• One of the major problems associated with SIS filter is the degeneracy
What is Degeneracy?
Degeneracy is a process where all the particles have negligible weight
except one particle after few iterations. The variance of the importance
weights increases with time and it becomes impossible to control the
degeneracy phenomenon.
How to measure it?
Gordon,1993 proposed effective sample size Neff as the criteria of
degeneracy
• A very small value of Neff indicates severe degeneracy.
30-08-2015
20
How to control degeneracy of the samples?
(Arulampalam et al., 2002) suggested two ways
• Good choice of Importance density such that variance of weights
is reduced.
• Resampling: One of the most important step which differentiate
SIS to SIR and Bootstrap. Incorporation of resampling leads to
“Adaptive particle filters.”
30-08-2015
21
SIR , Bootstrap and Re-sampling
Algorithms
• Choice of optimal importance density
• Therefore the updated weights become:
• If Neff falls below the threshold resample the particles and set the
weights as
1
𝑁
• The Bootstrap filter is a special case of SIR filter where the
dynamic model is used as importance distribution and the
resampling is done at each step.
Key steps
30-08-2015
22
Simulations for SDOF Oscillator
• Example to illustrate the mathematics behind the algorithms.
• Governing equation of motion of SDOF oscillator
Mu¨ (t) + C u˙ (t) + K u (t) = −Mu¨g (t)
• Ground motion considered is 1940 El-centro earthquake.
- Duration of excitation: 40sec
- Time step for forward problem, dt = .01sec
• Assumed parameter for forward problem
- Mass: 40 kg
- Stiffness:60000N/m
- Damping : 15 N-s/m
- Natural frequency of oscillator: 38.72 rad/s
• Algorithm used for forward problem: β Newmark
30-08-2015
23
SDOF Oscillator
Elcentro excitation
30-08-2015
24
Response of SDOF Oscillator
Forward Problem
Inverse problem
SIS Filter: Ratio of Identified
stiffness to original
30-08-2015
25
Evolution of weights of particles
over time using SIS Filter
Evolution of posterior density over
time using SIS Filter
Degeneracy !!
How to tackle ??
Resample it !!
30-08-2015
26
Estimated states of the oscillator using SIS Filter
30-08-2015
27
Posterior evolution of distribution at iteration number a) initial, b) intermediate
(100) and c) final using Bootstrap Filter
Sample
Impoverishment !!
How to tackle it???
30-08-2015
28
Mean and Standard Deviation of the identified stiffness parameter
30-08-2015
29
Add Noise to tackle Sample Impoverishment !!
Expected value of stiffness by addition of
noise (2% expected value)
Convergence of the stiffness due to
addition of noise (2% expected value)
30-08-2015
30
Simulation Clips
Simulations videos demonstrate some of the above results
• Mean and convergence using Bootstrap Filter
• Evolution of particle weights using SIS Filter
30-08-2015
31
Synthetic Study
Model Details:
Dimensions of slab: 600×300×10 mm
Lumped mass of slab: 15.2 kg
Height of each story : 600mm
Column cross-section : 30 ×100 mm
Mass matrix
M =
Stiffness Matrix
K =
M1 0 0
0 M2 0
0 0 M3
k1 + k2 -k2 0
-k2 K2 + k3 -k3
0 -k3 k3
30-08-2015
32
Damping matrix is obtained by considering Rayleigh damping
C = α M + β K
α = ζ
2wiwj
wi + wj
β = ζ
2
wi + wj
m1,m2 and m3 : lumped mass at the floor levels
k1, k2 and k3 : stiffness of the each story.
α and β : Damping Coefficients
ζi : Damping ratio in ith mode
wi : natural frequency of the system in ith mode
Different earthquakes have been considered for synthetic study
.
• 1940 El-Centro
• 1989 Lomaprieta
• 1995 Kobe
• 1999 Chichi
• 2004 Parkfield
30-08-2015
33
Three Story Shear Building Model
30-08-2015
34
Forward Problem Parameters
Mass (kg) Stiffness (N/m) Damping (N-s/m) Natural Frequency (Hz)
15.2 41987 19.032 4.1565
15.2 76842 34.173 12.8093
15.2 74812 33.630 19.8511
Inverse Problem Details
• Domain for stiffness values [10000,90000 N/m]
• Domain for damping values [0, 50 N-s/m]
• Number of particles taken 100
• Likelihood function: Normal distribution [measurement, 0.001]
• Algorithms used : SIS, SIR and Bootstrap
30-08-2015
35
Ground Motion excitations
a) Elcentro, b) Lomaprieta, c) Chichi, d) Kobe and e) Parkfield
30-08-2015
36
Response of model due to
Lomaprieta Earthquake
Response of model due to
El-Centro Earthquake
30-08-2015
37
Inverse Problem Solution: Ratio of identified parameters to
original parameters using SIS Filter
30-08-2015
38
Inverse Problem Solution: Ratio of identified parameters to
original parameters using SIR Filter
30-08-2015
39
Inverse Problem Solution: Bootstrap Filter with a comparison
between the traditional re-sampling algorithms
Ratio of identified parameters to original
parameters: Elcentro Earthquake
Standard Deviation of identified stiffness:
Elcentro Earthquake
30-08-2015
40
Ratio of identified parameters to original
parameters: Lomaprieta Earthquake
Standard Deviation of identified stiffness:
Lomaprieta Earthquake
30-08-2015
41
Original and the estimated states of the model using Bootstrap filter
for Elcentro earthquake
30-08-2015
42
Mode shape of the identified structure to the original
30-08-2015
43
SIS v/s SIR v/s Bootstrap
• On the basis of identified frequency in first three modes
• On the basis of number of convergence steps
30-08-2015
44
Traditional Re-sampling algorithms(Multinomial v/s Wheel v/s Stratified v/s systematic)
• On the basis identified value of natural frequency
Systematic &
Stratified shows
best performance
30-08-2015
45
• On the basis identified parameter values to original values
30-08-2015
46
Effect of number of particles
30-08-2015
47
Sensitivity analysis on the basis of identified parameters to the original
Robust for
even very
low SNR
values
30-08-2015
48
BRNS Building
• Implementation of SIS, SIR and Bootstrap filter for parameter estimation of
BRNS building subjected to non-stationary recorded earthquake excitations
• Measurement data available for top and first story in both x and y
directions.
• Two set of data recording on 3rd and 21st September, 2009.
• Identified parameters:
• Stiffness values in both the directions at each
of the floor level
• coefficients α and β of the modal damping
matrix
30-08-2015
49
Model Details
• Model parameters of the BRNS building
30-08-2015
50
Mass Matrix
Stiffness Matrix
Damping Matrix
30-08-2015
51
BRNS Building
30-08-2015
52
Inverse problem details
• Domain for stiffness values
Stiffness Domain
K1x 1.2E8,1.4E8
K1y 1.8E8, 2.0E8
K2x 2.2E8, 2.4E8
K2y 3.0E8, 4.0E8
K3x 2.2E8, 2.4E8
K3y 3.0E8, 4.0E8
K4x 1.2E8 ,1.4E8
K4y 1.8E8, 2.0E8
30-08-2015
53
• Domain for a & b
Damping coefficients Domain
a 0.0005, 0.0015
b 0.01,0.03
• Number of particles taken 150
• Likelihood function: Normal distribution [measurement, 0.01]
• Algorithms used : SIS, SIR and Bootstrap
30-08-2015
54
Numerical Results
Ground excitations on 03/09/2009 Ground excitations on 21/09/2009
30-08-2015
55
Recorded response of BRNS
building on 3rd September,2009
Recorded response of BRNS
building on 21st September,2009
30-08-2015
56
Mean and convergence of identified stiffness to original values
30-08-2015
57
Original and estimated states of BRNS building a) first story x direction,
b)First story y direction, c) top story x direction and d) top story y
direction
30-08-2015
58
Identified Mode shapes of the BRNS building
30-08-2015
59
SIS v/s SIR v/s Bootstrap
• On the basis of identified frequency in eight modes
30-08-2015
60
Traditional Re-sampling algorithms(Multinomial v/s Wheel v/s Stratified v/s systematic)
• On the basis of identified frequency
30-08-2015
61
• On the basis of % error of the identified frequencies to the original
30-08-2015
62
Conclusions & Future work
• Fairly good results with the natural frequency and mode shapes of the
identified systems is close to the original system in case of both synthetic
as well as field data.
• Algorithm is very robust and is able to pick up the best value among the
samples generated at t = 0.
• Similar results obtained from SIS, SIR and Bootstrap when a similar pool of
simulated particles is used. However, the results vary slightly for the field
data.
• Sensitivity analysis using Bootstrap also proves the robustness for the
algorithm converging even for very low SNR values.
• Stratified and Systematic resamplings give better estimates than
Multinomial and Wheel resamplings for both the studies i.e. synthetic
model as well as BRNS building.
• Convergence is achieved faster when Multinomial and wheel re-samplings
are used.
30-08-2015
63
• Resampling leads to sample impoverishment. It becomes an issue to tackle
this for complex, large dynamical systems. The present study is dependent on
the particles simulated at t = 0. Also the domain dependency is reflected.
• The problem becomes trivial if one is able to sample from particles every
time from the updated posterior distribution.
Future works
• Improving the sampling strategies such that one is able to sample from
posterior with less computational effort.
• Implementation on Base isolated building with nonlinear characteristics.
• Large scale real life structures like bridges. One such bridge is the railway
overhead bridge connecting to the main campus of IIT Guwahati.
30-08-2015
64
THANK YOU

More Related Content

What's hot

Compit 2013 - Torsional Vibrations under Ice Impact
Compit 2013 - Torsional Vibrations under Ice ImpactCompit 2013 - Torsional Vibrations under Ice Impact
Compit 2013 - Torsional Vibrations under Ice ImpactSimulationX
 
Investigation of repeated blasts at Aitik mine using waveform cross correlation
Investigation of repeated blasts at Aitik mine using waveform cross correlationInvestigation of repeated blasts at Aitik mine using waveform cross correlation
Investigation of repeated blasts at Aitik mine using waveform cross correlationIvan Kitov
 
Seismic Analysis of Structures - III
Seismic Analysis of Structures - IIISeismic Analysis of Structures - III
Seismic Analysis of Structures - IIItushardatta
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMcsitconf
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMcscpconf
 
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...IJRES Journal
 
Advanced Stability Analysis of Control Systems with Variable Parameters
Advanced Stability Analysis of Control Systems with Variable ParametersAdvanced Stability Analysis of Control Systems with Variable Parameters
Advanced Stability Analysis of Control Systems with Variable Parametersjournal ijrtem
 
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...ijccmsjournal
 
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...ijccmsjournal
 
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEMEFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEMijctcm
 
On selection of periodic kernels parameters in time series prediction
On selection of periodic kernels parameters in time series predictionOn selection of periodic kernels parameters in time series prediction
On selection of periodic kernels parameters in time series predictioncsandit
 
Seismic Analysis of Structures - II
Seismic Analysis of Structures - IISeismic Analysis of Structures - II
Seismic Analysis of Structures - IItushardatta
 
Fault detection based on novel fuzzy modelling
Fault detection based on novel fuzzy modelling Fault detection based on novel fuzzy modelling
Fault detection based on novel fuzzy modelling csijjournal
 
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHMTHE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHMIJCSEA Journal
 

What's hot (18)

Compit 2013 - Torsional Vibrations under Ice Impact
Compit 2013 - Torsional Vibrations under Ice ImpactCompit 2013 - Torsional Vibrations under Ice Impact
Compit 2013 - Torsional Vibrations under Ice Impact
 
Investigation of repeated blasts at Aitik mine using waveform cross correlation
Investigation of repeated blasts at Aitik mine using waveform cross correlationInvestigation of repeated blasts at Aitik mine using waveform cross correlation
Investigation of repeated blasts at Aitik mine using waveform cross correlation
 
Seismic Analysis of Structures - III
Seismic Analysis of Structures - IIISeismic Analysis of Structures - III
Seismic Analysis of Structures - III
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
 
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
A High Order Continuation Based On Time Power Series Expansion And Time Ratio...
 
Advanced Stability Analysis of Control Systems with Variable Parameters
Advanced Stability Analysis of Control Systems with Variable ParametersAdvanced Stability Analysis of Control Systems with Variable Parameters
Advanced Stability Analysis of Control Systems with Variable Parameters
 
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
 
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
Computational Complexity Comparison Of Multi-Sensor Single Target Data Fusion...
 
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEMEFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
 
On selection of periodic kernels parameters in time series prediction
On selection of periodic kernels parameters in time series predictionOn selection of periodic kernels parameters in time series prediction
On selection of periodic kernels parameters in time series prediction
 
Chapter26
Chapter26Chapter26
Chapter26
 
Seismic Analysis of Structures - II
Seismic Analysis of Structures - IISeismic Analysis of Structures - II
Seismic Analysis of Structures - II
 
Fault detection based on novel fuzzy modelling
Fault detection based on novel fuzzy modelling Fault detection based on novel fuzzy modelling
Fault detection based on novel fuzzy modelling
 
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHMTHE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
 
Economia01
Economia01Economia01
Economia01
 
Master's thesis
Master's thesisMaster's thesis
Master's thesis
 
Paper 6 (azam zaka)
Paper 6 (azam zaka)Paper 6 (azam zaka)
Paper 6 (azam zaka)
 

Viewers also liked

творчество у.шекспира
творчество у.шекспиратворчество у.шекспира
творчество у.шекспираskripnik0708
 
The state of wireless security
The state of wireless security The state of wireless security
The state of wireless security nexussecurity
 
El banco de trujillo
El banco de trujilloEl banco de trujillo
El banco de trujillosolmariaa
 
Lessonplan.Montse Roquet.
Lessonplan.Montse Roquet.Lessonplan.Montse Roquet.
Lessonplan.Montse Roquet.montseroquet
 
Importance of Technology in Education
Importance of Technology in EducationImportance of Technology in Education
Importance of Technology in EducationRiza P. Abaño
 
Shg as BC UP-22-6-152 V2
Shg as BC UP-22-6-152 V2Shg as BC UP-22-6-152 V2
Shg as BC UP-22-6-152 V2Abhishek Lahiri
 
CVAndreaLJimenezGutierrezEnglishupdated
CVAndreaLJimenezGutierrezEnglishupdatedCVAndreaLJimenezGutierrezEnglishupdated
CVAndreaLJimenezGutierrezEnglishupdatedAndrea Jimenez
 
How to fix photo in a real quick way using iPiccy?
How to fix photo in a real quick way using iPiccy?How to fix photo in a real quick way using iPiccy?
How to fix photo in a real quick way using iPiccy?Enricque Rexy Niro
 

Viewers also liked (20)

Khurram_Asghar 01
Khurram_Asghar 01Khurram_Asghar 01
Khurram_Asghar 01
 
Wallapop
WallapopWallapop
Wallapop
 
Cheese
CheeseCheese
Cheese
 
творчество у.шекспира
творчество у.шекспиратворчество у.шекспира
творчество у.шекспира
 
The state of wireless security
The state of wireless security The state of wireless security
The state of wireless security
 
El banco de trujillo
El banco de trujilloEl banco de trujillo
El banco de trujillo
 
Lessonplan.Montse Roquet.
Lessonplan.Montse Roquet.Lessonplan.Montse Roquet.
Lessonplan.Montse Roquet.
 
Buletin 7
Buletin 7Buletin 7
Buletin 7
 
Buletin 4
Buletin 4Buletin 4
Buletin 4
 
Importance of Technology in Education
Importance of Technology in EducationImportance of Technology in Education
Importance of Technology in Education
 
wallapop
wallapopwallapop
wallapop
 
1 вопрос
1 вопрос1 вопрос
1 вопрос
 
Rachelandelena
RachelandelenaRachelandelena
Rachelandelena
 
Shg as BC UP-22-6-152 V2
Shg as BC UP-22-6-152 V2Shg as BC UP-22-6-152 V2
Shg as BC UP-22-6-152 V2
 
The Canals
The CanalsThe Canals
The Canals
 
Clickedu
ClickeduClickedu
Clickedu
 
CVAndreaLJimenezGutierrezEnglishupdated
CVAndreaLJimenezGutierrezEnglishupdatedCVAndreaLJimenezGutierrezEnglishupdated
CVAndreaLJimenezGutierrezEnglishupdated
 
2016 01-january property and economic overview
2016 01-january property and economic overview2016 01-january property and economic overview
2016 01-january property and economic overview
 
How to fix photo in a real quick way using iPiccy?
How to fix photo in a real quick way using iPiccy?How to fix photo in a real quick way using iPiccy?
How to fix photo in a real quick way using iPiccy?
 
Presentación1
Presentación1Presentación1
Presentación1
 

Similar to presentation_btp

Particle Learning in Online Tool Wear Diagnosis and Prognosis
Particle Learning in Online Tool Wear Diagnosis and PrognosisParticle Learning in Online Tool Wear Diagnosis and Prognosis
Particle Learning in Online Tool Wear Diagnosis and PrognosisJianlei Zhang, PhD
 
Universal approximators for Direct Policy Search in multi-purpose water reser...
Universal approximators for Direct Policy Search in multi-purpose water reser...Universal approximators for Direct Policy Search in multi-purpose water reser...
Universal approximators for Direct Policy Search in multi-purpose water reser...Andrea Castelletti
 
presentation.ppt
presentation.pptpresentation.ppt
presentation.pptWasiqAli28
 
DSD-NL 2018 Inverse Analysis for Workshop Anura3D MPM - Ghasemi Martinelli
DSD-NL 2018 Inverse Analysis for Workshop Anura3D MPM - Ghasemi MartinelliDSD-NL 2018 Inverse Analysis for Workshop Anura3D MPM - Ghasemi Martinelli
DSD-NL 2018 Inverse Analysis for Workshop Anura3D MPM - Ghasemi MartinelliDeltares
 
Tetiana Bogodorova "Data Science for Electric Power Systems"
Tetiana Bogodorova "Data Science for Electric Power Systems"Tetiana Bogodorova "Data Science for Electric Power Systems"
Tetiana Bogodorova "Data Science for Electric Power Systems"Lviv Startup Club
 
Oscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
Oscar Nieves (11710858) Computational Physics Project - Inverted PendulumOscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
Oscar Nieves (11710858) Computational Physics Project - Inverted PendulumOscar Nieves
 
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity InterventionVictor Asanza
 
accessible-streaming-algorithms
accessible-streaming-algorithmsaccessible-streaming-algorithms
accessible-streaming-algorithmsFarhan Zaki
 
ARIMA Model for analysis of time series data.ppt
ARIMA Model for analysis of time series data.pptARIMA Model for analysis of time series data.ppt
ARIMA Model for analysis of time series data.pptREFOTDEBuea
 
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)Bibhuti Prasad Nanda
 
Nafems15 Technical meeting on system modeling
Nafems15 Technical meeting on system modelingNafems15 Technical meeting on system modeling
Nafems15 Technical meeting on system modelingSDTools
 
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...ijccmsjournal
 
Optimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionOptimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionWookjin Choi
 
Nafems15 systeme
Nafems15 systemeNafems15 systeme
Nafems15 systemeSDTools
 

Similar to presentation_btp (20)

Particle Learning in Online Tool Wear Diagnosis and Prognosis
Particle Learning in Online Tool Wear Diagnosis and PrognosisParticle Learning in Online Tool Wear Diagnosis and Prognosis
Particle Learning in Online Tool Wear Diagnosis and Prognosis
 
Universal approximators for Direct Policy Search in multi-purpose water reser...
Universal approximators for Direct Policy Search in multi-purpose water reser...Universal approximators for Direct Policy Search in multi-purpose water reser...
Universal approximators for Direct Policy Search in multi-purpose water reser...
 
presentation.ppt
presentation.pptpresentation.ppt
presentation.ppt
 
DSD-NL 2018 Inverse Analysis for Workshop Anura3D MPM - Ghasemi Martinelli
DSD-NL 2018 Inverse Analysis for Workshop Anura3D MPM - Ghasemi MartinelliDSD-NL 2018 Inverse Analysis for Workshop Anura3D MPM - Ghasemi Martinelli
DSD-NL 2018 Inverse Analysis for Workshop Anura3D MPM - Ghasemi Martinelli
 
Tetiana Bogodorova "Data Science for Electric Power Systems"
Tetiana Bogodorova "Data Science for Electric Power Systems"Tetiana Bogodorova "Data Science for Electric Power Systems"
Tetiana Bogodorova "Data Science for Electric Power Systems"
 
Oscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
Oscar Nieves (11710858) Computational Physics Project - Inverted PendulumOscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
Oscar Nieves (11710858) Computational Physics Project - Inverted Pendulum
 
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
⭐⭐⭐⭐⭐ Finding a Dynamical Model of a Social Norm Physical Activity Intervention
 
Modeling full scale-data(2)
Modeling full scale-data(2)Modeling full scale-data(2)
Modeling full scale-data(2)
 
accessible-streaming-algorithms
accessible-streaming-algorithmsaccessible-streaming-algorithms
accessible-streaming-algorithms
 
ARIMA Model.ppt
ARIMA Model.pptARIMA Model.ppt
ARIMA Model.ppt
 
ARIMA Model for analysis of time series data.ppt
ARIMA Model for analysis of time series data.pptARIMA Model for analysis of time series data.ppt
ARIMA Model for analysis of time series data.ppt
 
ARIMA Model.ppt
ARIMA Model.pptARIMA Model.ppt
ARIMA Model.ppt
 
Unit1 pg math model
Unit1 pg math modelUnit1 pg math model
Unit1 pg math model
 
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
 
Nafems15 Technical meeting on system modeling
Nafems15 Technical meeting on system modelingNafems15 Technical meeting on system modeling
Nafems15 Technical meeting on system modeling
 
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
COMPUTATIONAL COMPLEXITY COMPARISON OF MULTI-SENSOR SINGLE TARGET DATA FUSION...
 
Optimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionOptimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detection
 
12 l1-harmonic methodology
12 l1-harmonic methodology12 l1-harmonic methodology
12 l1-harmonic methodology
 
Nafems15 systeme
Nafems15 systemeNafems15 systeme
Nafems15 systeme
 
KR 2014 - Montali - State-Boundedness in Data-Aware Dynamic Systems
KR 2014 - Montali - State-Boundedness in Data-Aware Dynamic SystemsKR 2014 - Montali - State-Boundedness in Data-Aware Dynamic Systems
KR 2014 - Montali - State-Boundedness in Data-Aware Dynamic Systems
 

More from Anshul Goyal, EIT

More from Anshul Goyal, EIT (7)

Resume_Goyal_Anshul_MS_Structural
Resume_Goyal_Anshul_MS_StructuralResume_Goyal_Anshul_MS_Structural
Resume_Goyal_Anshul_MS_Structural
 
Transcript iit guwahati
Transcript iit guwahatiTranscript iit guwahati
Transcript iit guwahati
 
Transcript UT Austin
Transcript UT AustinTranscript UT Austin
Transcript UT Austin
 
Uncertainty quantification
Uncertainty quantificationUncertainty quantification
Uncertainty quantification
 
Optimization
OptimizationOptimization
Optimization
 
Optimization
OptimizationOptimization
Optimization
 
Buckling_Carbon_nanotubes
Buckling_Carbon_nanotubesBuckling_Carbon_nanotubes
Buckling_Carbon_nanotubes
 

presentation_btp

  • 1. Sequential MCMC Methods for Parameter Estimation of LTI Systems Subjected to Non- stationary Earthquake Excitations Anshul Goyal Under the guidance of Dr. Arunasis Chakraborty 1 05-05-2014
  • 2. 05-05-2014 2 Contents Contd. • Bayesian and Monte Carlo Methods  Bayesian State Estimation  Sequential Importance Sampling (SIS Filter)  Sequential Importance Re-sampling (SIR Filter)  Bootstrap Filter (BF)  Re-sampling Algorithms • Simulations for SDOF Oscillator  SIS (Degeneracy)  Bootstrap (Sample Impoverishment)  Handling Sample Impoverishment • Introduction  System Identification- A brief review  Major research and contributions  Motivation & Scope of present study
  • 3. 05-05-2014 3 • Synthetic Study  Model (Mass, Stiffness and Damping Matrices)  Numerical Results -Identified Parameters and Modal Frequencies -SIS v/s SIR v/s BF - Multinomial v/s Wheel v/s Stratified v/s Systematic • BRNS Building  Model (Mass, Stiffness and Damping Matrices)  Numerical Results -Identified Parameters and Modal Frequencies -SIS v/s SIR v/s BF - Multinomial v/s Wheel v/s Stratified v/s Systematic • Conclusions and Future Studies
  • 4. 30-08-2015 4 What is System Identification? System identification is the field of mathematical modeling of the inverse problem from the experimental data. Introduction
  • 5. 30-08-2015 5 What is System Identification? System identification is the field of mathematical modeling of the inverse problem from the experimental data. How to apply System Identification? • The first step is to determine an appropriate form of the model (typically a differential equation of certain order). • In the second step, several statistical approaches are used to estimate the unknown parameters of the model. This estimation is often done iteratively. • The model obtained is then tested to see whether it is an appropriate representation of the system. If this is not the case, some more complex model structure is considered, its parameters estimated and validated again. Introduction
  • 7. 30-08-2015 7 Applications There are two main purposes of model updating or system identification of the structural system. • Structural Health Monitoring • Structural Control Though system identification methods are useful for large and complex structures where it is difficult to obtain the mathematical models directly, it has some limitations. • An appropriate model structure must be found. This can be a difficult problem, particularly if the dynamics of structure is non-linear. • The real life recorded data is not perfect always as these are always disturbed by noises. • The process may vary with time, which can cause problems if an attempt is made to describe it with a time invariant model
  • 8. 30-08-2015 8 Dynamic State Estimation State estimation is the process of using dynamic data from a system to estimate quantities that give a complete description of the state according to some representative model of it. Popular methods are: KALMAN FILTERS - 1960 by R Kalman - Linear Gaussian state space models - Exact optimal solutions MONTE CARLO METHODS - 1945 & 1949 by Ulam & Metropolis - Linear as well as Non-linear systems - Gaussian and Non- Gaussian state space models - Recursive estimation by approximating integrals
  • 9. 30-08-2015 9 Major Research and Contributions • Particle filter methods have been widely used in robotics and for solving the tracking problems (Thrun, 2002). The application of these methods to problems in structural mechanics is not yet widely explored. • (Ching et al., 2006) compared the performance of the Extended kalman filter and particle filter by applying theses methods on planar four-story shear building with time-varying system parameters and non-linear hysteretic damping system with unknown system parameters. • (Manohar and Roy, 2006) identified the parameters of two single- degree of freedom nonlinear oscillators, namely Duffing oscillator & Coloumb oscillator. • (Nasrellah and Manohar, 2011) did the combined computational and experimental study using multiple test and sensor data for structural system identification. • (Rangaraj, 2012) used particle filter algorithm or identification of fatigue cracks in vibrating beams.
  • 10. 30-08-2015 10 Motivation & Scope of present study State estimation methods have wide scope in Structural Health Monitoring as well as efficient control of structures. Models of physical system always have uncertainties associated with them. Hence, obtaining the parameters of the system optimally out of the limited noise corrupted data is a challenge. Scope of present study • Implementation of the most common variants of Particle filter i.e SIS, SIR and BF to both synthetic as well as field data. • Parameter identification of a real life structure subjected to multi- component non-stationary ground motion excitation using all the three algorithms. • The algorithm is very well able to identify the natural frequency even in higher modes when the signal processing techniques are generally not capable to do so.
  • 11. 30-08-2015 11 Bayesian and Monte Carlo Methods The focus of dynamic state estimation techniques is to estimate the state of the system using the measurement data. Governing equation of system (Continuous form) : X (t) = q (P(t),t) X(t): response of the structure P(t): Input force q(.): relates the input to the output. Discretized version: Xk+1 =qk (Xk,wk) Xk : state of the system at time t = k wk: Model white noise
  • 12. 30-08-2015 12 Discretized Measurement equation: Yk = hk(Xk, vk) Yk : measurement at time t = k vk : measurement noise Measurements from the sensors: Mk = [Y1, Y2, …., Yk] Target: Estimation of p(Xk |Mk) This is equivalent to determining moments of Xk μ = ∫ Xk p(Xk |Mk) dXk σ = ∫(Xk − μ)T (Xk − μ)p(Xk |Mk)dXk μ: first moment or mean σ: second moment or variance
  • 13. 30-08-2015 13 Assumptions in Bayesian modeling : • The sates follow a first order Markov process p(Xk |X0:k-1) = p(Xk |Xk-1) • The observations are independent of the given states. At any time t using Bayes Theorem Posterior: p(X0:t|Y1:t) = p(Y1:t|X 0:t)p(X 0:t) ∫ p(Y 1:t |X0:t)p(X 0:t)dX 0:t Recursive Posterior: p(X0:t+1|Y1:t+1) = p(X0:t|Y1:t) p(Yt+1|Xt+1)p(Xt+1|Xt) p(Yt+1|Y1:t) Recursive Prediction: p(Xt |Y1:t-1) = ∫p(Xt |Xt-1)p(Xt-1|Y1:t-1)dXt-1
  • 14. 30-08-2015 14 Recursive Prediction: p(Xt |Y1:t-1) = ∫p(Xt|Xt-1)p(Xt-1|Y1:t-1)dXt-1 The above equations are modified when the model and the process noise wk and vk are present. Closed form expression of above equations are available when f (.) and h(.) are linear and the noise wk and vk are Gaussian and this leads to well known KALMAN FILTERS. Difficulty: Computation of marginal of the posterior p(X0:t |Y1:t) as it requires evaluation of complex high dimensional integrals. What to do? Exploit the cheap and faster computational facilities to develop methods based on the Monte Carlo Simulations for approximating the integrals
  • 15. 30-08-2015 15 Sequential Importance Sampling (SIS Filter) Target: Statistical problem of estimating the expected value of E[f(x)] w.r.t some probabilistic distribution p(X) E [f (X)] =∫f (X)p (X)dX • In MC methods distribution is represented by random samples rather than analytic function. • Approximation is better for increased number of particles. Difficulty • Sometimes it becomes difficult to sample from p (X) What to do? • Sample from the importance distribution I = ∫p(x)dx = ∫ 𝑝(𝑥) 𝑞(𝑥) . 𝑞(𝑥)𝑑𝑥
  • 16. 30-08-2015 16 ∫ 𝑞(𝑥)𝑑𝑥 = 1 𝐼 = 𝐸 𝑞[ 𝑝 𝑋 𝑞 𝑋 ] = 1 𝑁 𝑖=1 𝑁 𝑝(𝑋 𝑖 ) 𝑞(𝑋(𝑖)) Thus the above expectation E [f (X) represented as F(t) becomes where the posterior can be approximated as: Here wk i is the normalized weight of the particles which can be computed using an importance distribution
  • 17. 30-08-2015 17 The recursive form of the importance density is given by which upon substitution in the above equation gives
  • 18. 30-08-2015 18 SIS Filter Initiation: • Draw N samples from prior distribution at t = 0 • Set the weights of all the particles as 1 𝑁 Prediction: • Calculate the likelihood 𝑝 𝑌𝑘 𝑋 𝑘) Weight updating: • Update weights of all the particles using Estimation: • Perform the estimation using
  • 19. 30-08-2015 19 • One of the major problems associated with SIS filter is the degeneracy What is Degeneracy? Degeneracy is a process where all the particles have negligible weight except one particle after few iterations. The variance of the importance weights increases with time and it becomes impossible to control the degeneracy phenomenon. How to measure it? Gordon,1993 proposed effective sample size Neff as the criteria of degeneracy • A very small value of Neff indicates severe degeneracy.
  • 20. 30-08-2015 20 How to control degeneracy of the samples? (Arulampalam et al., 2002) suggested two ways • Good choice of Importance density such that variance of weights is reduced. • Resampling: One of the most important step which differentiate SIS to SIR and Bootstrap. Incorporation of resampling leads to “Adaptive particle filters.”
  • 21. 30-08-2015 21 SIR , Bootstrap and Re-sampling Algorithms • Choice of optimal importance density • Therefore the updated weights become: • If Neff falls below the threshold resample the particles and set the weights as 1 𝑁 • The Bootstrap filter is a special case of SIR filter where the dynamic model is used as importance distribution and the resampling is done at each step. Key steps
  • 22. 30-08-2015 22 Simulations for SDOF Oscillator • Example to illustrate the mathematics behind the algorithms. • Governing equation of motion of SDOF oscillator Mu¨ (t) + C u˙ (t) + K u (t) = −Mu¨g (t) • Ground motion considered is 1940 El-centro earthquake. - Duration of excitation: 40sec - Time step for forward problem, dt = .01sec • Assumed parameter for forward problem - Mass: 40 kg - Stiffness:60000N/m - Damping : 15 N-s/m - Natural frequency of oscillator: 38.72 rad/s • Algorithm used for forward problem: β Newmark
  • 24. 30-08-2015 24 Response of SDOF Oscillator Forward Problem Inverse problem SIS Filter: Ratio of Identified stiffness to original
  • 25. 30-08-2015 25 Evolution of weights of particles over time using SIS Filter Evolution of posterior density over time using SIS Filter Degeneracy !! How to tackle ?? Resample it !!
  • 26. 30-08-2015 26 Estimated states of the oscillator using SIS Filter
  • 27. 30-08-2015 27 Posterior evolution of distribution at iteration number a) initial, b) intermediate (100) and c) final using Bootstrap Filter Sample Impoverishment !! How to tackle it???
  • 28. 30-08-2015 28 Mean and Standard Deviation of the identified stiffness parameter
  • 29. 30-08-2015 29 Add Noise to tackle Sample Impoverishment !! Expected value of stiffness by addition of noise (2% expected value) Convergence of the stiffness due to addition of noise (2% expected value)
  • 30. 30-08-2015 30 Simulation Clips Simulations videos demonstrate some of the above results • Mean and convergence using Bootstrap Filter • Evolution of particle weights using SIS Filter
  • 31. 30-08-2015 31 Synthetic Study Model Details: Dimensions of slab: 600×300×10 mm Lumped mass of slab: 15.2 kg Height of each story : 600mm Column cross-section : 30 ×100 mm Mass matrix M = Stiffness Matrix K = M1 0 0 0 M2 0 0 0 M3 k1 + k2 -k2 0 -k2 K2 + k3 -k3 0 -k3 k3
  • 32. 30-08-2015 32 Damping matrix is obtained by considering Rayleigh damping C = α M + β K α = ζ 2wiwj wi + wj β = ζ 2 wi + wj m1,m2 and m3 : lumped mass at the floor levels k1, k2 and k3 : stiffness of the each story. α and β : Damping Coefficients ζi : Damping ratio in ith mode wi : natural frequency of the system in ith mode Different earthquakes have been considered for synthetic study . • 1940 El-Centro • 1989 Lomaprieta • 1995 Kobe • 1999 Chichi • 2004 Parkfield
  • 34. 30-08-2015 34 Forward Problem Parameters Mass (kg) Stiffness (N/m) Damping (N-s/m) Natural Frequency (Hz) 15.2 41987 19.032 4.1565 15.2 76842 34.173 12.8093 15.2 74812 33.630 19.8511 Inverse Problem Details • Domain for stiffness values [10000,90000 N/m] • Domain for damping values [0, 50 N-s/m] • Number of particles taken 100 • Likelihood function: Normal distribution [measurement, 0.001] • Algorithms used : SIS, SIR and Bootstrap
  • 35. 30-08-2015 35 Ground Motion excitations a) Elcentro, b) Lomaprieta, c) Chichi, d) Kobe and e) Parkfield
  • 36. 30-08-2015 36 Response of model due to Lomaprieta Earthquake Response of model due to El-Centro Earthquake
  • 37. 30-08-2015 37 Inverse Problem Solution: Ratio of identified parameters to original parameters using SIS Filter
  • 38. 30-08-2015 38 Inverse Problem Solution: Ratio of identified parameters to original parameters using SIR Filter
  • 39. 30-08-2015 39 Inverse Problem Solution: Bootstrap Filter with a comparison between the traditional re-sampling algorithms Ratio of identified parameters to original parameters: Elcentro Earthquake Standard Deviation of identified stiffness: Elcentro Earthquake
  • 40. 30-08-2015 40 Ratio of identified parameters to original parameters: Lomaprieta Earthquake Standard Deviation of identified stiffness: Lomaprieta Earthquake
  • 41. 30-08-2015 41 Original and the estimated states of the model using Bootstrap filter for Elcentro earthquake
  • 42. 30-08-2015 42 Mode shape of the identified structure to the original
  • 43. 30-08-2015 43 SIS v/s SIR v/s Bootstrap • On the basis of identified frequency in first three modes • On the basis of number of convergence steps
  • 44. 30-08-2015 44 Traditional Re-sampling algorithms(Multinomial v/s Wheel v/s Stratified v/s systematic) • On the basis identified value of natural frequency Systematic & Stratified shows best performance
  • 45. 30-08-2015 45 • On the basis identified parameter values to original values
  • 47. 30-08-2015 47 Sensitivity analysis on the basis of identified parameters to the original Robust for even very low SNR values
  • 48. 30-08-2015 48 BRNS Building • Implementation of SIS, SIR and Bootstrap filter for parameter estimation of BRNS building subjected to non-stationary recorded earthquake excitations • Measurement data available for top and first story in both x and y directions. • Two set of data recording on 3rd and 21st September, 2009. • Identified parameters: • Stiffness values in both the directions at each of the floor level • coefficients α and β of the modal damping matrix
  • 49. 30-08-2015 49 Model Details • Model parameters of the BRNS building
  • 52. 30-08-2015 52 Inverse problem details • Domain for stiffness values Stiffness Domain K1x 1.2E8,1.4E8 K1y 1.8E8, 2.0E8 K2x 2.2E8, 2.4E8 K2y 3.0E8, 4.0E8 K3x 2.2E8, 2.4E8 K3y 3.0E8, 4.0E8 K4x 1.2E8 ,1.4E8 K4y 1.8E8, 2.0E8
  • 53. 30-08-2015 53 • Domain for a & b Damping coefficients Domain a 0.0005, 0.0015 b 0.01,0.03 • Number of particles taken 150 • Likelihood function: Normal distribution [measurement, 0.01] • Algorithms used : SIS, SIR and Bootstrap
  • 54. 30-08-2015 54 Numerical Results Ground excitations on 03/09/2009 Ground excitations on 21/09/2009
  • 55. 30-08-2015 55 Recorded response of BRNS building on 3rd September,2009 Recorded response of BRNS building on 21st September,2009
  • 56. 30-08-2015 56 Mean and convergence of identified stiffness to original values
  • 57. 30-08-2015 57 Original and estimated states of BRNS building a) first story x direction, b)First story y direction, c) top story x direction and d) top story y direction
  • 58. 30-08-2015 58 Identified Mode shapes of the BRNS building
  • 59. 30-08-2015 59 SIS v/s SIR v/s Bootstrap • On the basis of identified frequency in eight modes
  • 60. 30-08-2015 60 Traditional Re-sampling algorithms(Multinomial v/s Wheel v/s Stratified v/s systematic) • On the basis of identified frequency
  • 61. 30-08-2015 61 • On the basis of % error of the identified frequencies to the original
  • 62. 30-08-2015 62 Conclusions & Future work • Fairly good results with the natural frequency and mode shapes of the identified systems is close to the original system in case of both synthetic as well as field data. • Algorithm is very robust and is able to pick up the best value among the samples generated at t = 0. • Similar results obtained from SIS, SIR and Bootstrap when a similar pool of simulated particles is used. However, the results vary slightly for the field data. • Sensitivity analysis using Bootstrap also proves the robustness for the algorithm converging even for very low SNR values. • Stratified and Systematic resamplings give better estimates than Multinomial and Wheel resamplings for both the studies i.e. synthetic model as well as BRNS building. • Convergence is achieved faster when Multinomial and wheel re-samplings are used.
  • 63. 30-08-2015 63 • Resampling leads to sample impoverishment. It becomes an issue to tackle this for complex, large dynamical systems. The present study is dependent on the particles simulated at t = 0. Also the domain dependency is reflected. • The problem becomes trivial if one is able to sample from particles every time from the updated posterior distribution. Future works • Improving the sampling strategies such that one is able to sample from posterior with less computational effort. • Implementation on Base isolated building with nonlinear characteristics. • Large scale real life structures like bridges. One such bridge is the railway overhead bridge connecting to the main campus of IIT Guwahati.