SlideShare a Scribd company logo
1 of 29
Particle Learning in Online Tool Wear
Diagnosis and Prognosis
Zhang, JianLei
Advisor: Starly, Binil
Department of Industrial and Systems Engineering
NC State University
Raleigh, NC, 27695, USA →
For Citation:
Zhang, Jianlei, Binil Starly, Yi Cai, Paul H. Cohen, and Yuan-Shin Lee.
"Particle learning in online tool wear diagnosis and prognosis." Journal of
Manufacturing Processes (2017).
Economic Significance of Tool Wear Prediction
• Fail to detect tool wear
Affect the workpiece quality
Damage workpiece, its fixtures, and tool
holder
Lead to extended machine downtime
Undesirable inventory management
2
• The growing demand and wide applications
Assure the surface quality of final parts
Increase machining process uptime
Efficient use of the cutting tools
Cutting Tool – Image Courtesy of Sandvik Coromant →
Tool Type and Wear Types
3
• Cutting tool Wear
Crater Wear
Nose radius wear
Notch Wear
Flank Wear
(Astakhov, 2006).
(Yildiz, et al., 2008)
• On relief face, Tool Wears are categorized
by their zones
Zone C, VBC is the Nose Wear
Zone B, VBB is the flank wear
Zone N, VBN is notch wear
Overall Research Motivation
4
Monitoring the tool wear Estimate the RULPredict tool wear
http://www.lgam.info/remaining-useful-life
→
Summary of the Tool Wear Prognosis Approaches
→
Literature Review: Bayesian Updating with Growth
Curves
• Generate a large number of the growth curves
prms, i = at2 + bt + c
• The posterior probabilities of the tool wear
growth curves get updated by the likelihood
P(path = prms growth curve| test result)
∝P(test result|path = true prms growth curve)
×P(path = prms growth curve)
• Likelihood L= exp[-(p-pm)2/k]
• Iteratively updates the posterior probabilities
of the growth curves
6
(Karandikar, et al. 2013a, 2013b, 2013c, 2014a, 2014b)
10 sample prms growth curves
(Karandikar, et al. 2013)
Literature Review: Nonlinear Transition
Function with Intrusive Sensors
• Feature extraction and selection from accelerometers and Force
sensors
• Regression analysis for system observation function
• System Transition function, which incorporates the Taylor’
equation, is nonlinear
• Particle filter updates the estimation of the parameters
• Prediction of the tool wear
• RUL get estimated every run 7
(Wang, et al. 2015a, Wang, et al. 2015b, Wang, et al. 2013)
Literature Review: Finite Difference as System
Transition Function
• Root mean square (RMS) of the power signal of spindle motor is collected
• Kalman filter and particle filter are applied
• Applied following system model to realize tool wear prediction via online
measurement
• System transition functions: Assume the tool wear process subject to the first
order finite difference
(Niaki, et al. 2015)
8
VB(k) = VB(k-1) + VB’(k-1)×MR×Δt + w1(k)
VB’(k) = VB’(k-1) + w2(k)
Research Motivation (Desired Solution)
• Incorporate indirect measurement into model
• Utilize the nonintrusive sensor
• Predict the tool wear and RUL
• Minimize calculation cost
• Algorithm should be robust and accurate
• Applicable to variety of workpiece and tool materials
9
Particle Learning Approach
1. Online Updating of Parameters in System Transition
Function
2. Build System Observation Function via Indirect
Measurement
3. Online System State Estimation and Prediction
4. One-Step and Two-Step Prediction of Tool Wear
10
→
Task 1: Online Updating
• System transition function
xt+1 = f(xt) + ωt, ωt subjects to certain distribution
• General Bayesian Updating
xt+1 ∼ p(xt+1|xt, θ)
– it can only use direct or indirect measurement
– a closed form system transition function need to be
developed
11
Task 1: Assumption of System Transition Model
• Markovian state transition
The current state only related to the last state
• Linear transition function
The current state have linear relation with the last state
• Assume the System Transition Function is: First Order
Autoregression
xt|xt-1, θ ~ N(α+βxt-1, τ2), here, θ = (α, β, τ2)
(Lopes, et al. 2011)
12
Task 2: Incorporate Indirect Measurement
• System observation function
yt = g(xt) +et
here, et ~ Normal(0, σ2)
• Assume the relashionship is linear
𝑉𝐵 = K1 + K2. RMSvibration
here, 𝑉𝐵 is the estimated tool wear
(yt is the VB at time t)
13
Task 3: Online System State Estimation and
Prediction
• State filtering probability distribution
Updating:
p(xt, θ|yt) =
p yt xt p(xt|yt−1)
p(yt|yt−1)
(Bayes’ theorem)
• State prediction probability distribution:
Prediction:
p(xt+1|yt) = p(xt+1 |xt)p(xt|yt)dxt (Marginal distribution)
where yt = (y1, …, yt)
How to solve them!?
The integration with respect to xt-1 and implement Bayes’ theorem are
both analytically intractable and/or computationally costly.
• Probability Distribution
pN(𝑥) = {𝑥 𝑡
(𝑖)
}𝑖=1
𝑁
=
1
𝑁 𝑖=1
𝑁
𝛿(𝑥)(𝑖) (Dirac
Measure)
Bayes’ theorem for Updating
p(xt, θ|yt+1) ∝ p yt+1 xt, θ p(xt, θ|yt)
𝑥𝑡
(𝑖)
, θ(𝑖)
= sample from 𝑥𝑡
(𝑖)
, θ(𝑖)
with weights ∝p yt+1 𝑥𝑡
(𝑖)
,θ(𝑖)
Marginal distribution for Prediction
p(xt+1|yt) = p(xt+1 |xt)p(xt|yt)dxt
Dirac Measure:
𝛿x(A) = 1A(x) =
0, 𝑥 ∉ 𝐴
1, 𝑥 ∈ 𝐴
Dirac Measure:
Makes an intractable calculation into tractable Robust algorithm
𝑥𝑡+1
(𝑖)
= sample from p(xt+1|𝑥𝑡
(𝑖)
)
Task 3: Online System State Estimation
and Prediction
Task 4: Conduct Experiments to Validate
Proposed Method
16
• Install the vibration sensor, the DAQ,
and laptop for data collection
• Install the cutter and workpiece
• Repeatedly execute the cutting
• During every cutting process, the
signal get collected
• After each cut, microscope measure
the flank wear
• Analyze the experiment data
• Try several different cutting
conditions
(Niaki, Wang, Gao, Laine Mears)
17
Task 4: Experiment Conditions
Workpiece material steel 4142
(cold rolled, 40-45HRC)
Each single cutting pass 37.0mm
Spindle speed 500rpm
Surface speed 19.81m/min
chip load 0.05mm
Radial depth of cut 6.5mm
axial depth of cut 0.5mm
3-axis vibration sensor Kistler accelerometers
8762A10
Sensor Sample rate 1652Khz
Feed rate 50 mm/min
Task 4: Vibration Trend vs Time Step
18
Tool Nose Wear Vibration Example Images on right show tool nose wear micrographs.
Table 1. Flank Wear Measurement and Vibration Index
Replication 1 Replication 2
Test
Flank
Wear
Vibration
Index
Test
Flank
Wear
Vibration
Index
# (μm) ×10-3
(g) # (μm) ×10-3
(g)
1.1 159 11.6336 2.1 85 11.5215
1.2 175 13.2887 2.2 94 12.2370
1.3 175 13.7673 2.3 98 11.7758
1.4 179 13.9541 2.4 99 11.9476
1.5 179 13.6441 2.5 106 12.2356
1.6 180 13.5912 2.6 110 12.9962
1.7 180 15.9381 2.7 115 13.7390
1.8 184 18.6700 2.8 142 13.6430
1.9 191 18.7381 2.9 183 17.5361
1.10 199 20.0806 2.10 186 18.0902
1.11 214 20.2440 2.11 287 20.2915
1.12 220 20.9609 2.12 305 22.0541
1.13 248 24.5650 2.13 330 25.8142
1.14 274 27.4840
1.15 299 28.4834
Scale bar 500µm.
Task 5: Online Updating with Indirect Measurement
Replication 1
The parameters α, β, τ2, and σ2 is
estimated and updated by the
measurement of the RMS of the
vibration sensor for every cut
• α ∈ (-0.0412 -0.0155 0.0141),
With 95% confidence level,
• β ∈ (0.9702 1.1188 1.2530)
With 95% confidence level
19
Task 5: Online Updating with Indirect Measurement
Replication 2
The parameters α, β, τ2, and σ2
get estimated and updated by the
measurement of the RMS of the
vibration sensor for every cut
• α∈(-0.0277, -0.0111, 0.0052),
With 95% confidence level,
• β∈(1.1201, 1.2254 1.3491)
With 95% confidence level
Reject β =1 in first order finite difference method
Task 6: Online Tool Wear Diagnosis with Indirect
Measurement
21
Replication 1 Replication 2
Task 7: Online Tool Wear One-Step Ahead
Prediction
22
Replication 1 Replication 2
Task 8: Online Tool Wear Two-Step Ahead
Prediction
23
For two-step ahead tool wear prediction, following two equations run once
Three-step ahead run twice, and so on.
pN(μ) = pN(α)+ pN(β)pN(x)
where μ is the mean for the normal distribution
pN(x) = resample N particles from Norm(pN(μ), τ2)
Task 8: Online Tool Wear Two-Step Ahead
Prediction
24
Replication 1 Replication 2
Task 9: Online RUL Prediction
25
pN(μ) = pN(α)+ pN(β)pN(x)
where μ is the mean for the normal distribution
pN(x) = resample N particles from Norm(pN(μ), τ2)
Set criterion of the tool wear as 0.3 mm
Set 90 percentile of the tool wear as the reference
By looping through following equations
until the certain percentile tool wear reaches the tool wear criterion, the
number of loops can be used to predict the RUL.
Task 9: Online RUL
26
Replication 1 Replication 2
• Incorporated the indirect measurement
• Realized online updating the model parameters
• Realize tool wear online estimation and prediction
• Realize the RUL prediction
• Certify the First Order Regression as System Transition
• Particle Learning as a robust and no closed form formula
is needed
27
Conclusion
28
Limitations of Proposed Method
• Assumption on linearity of the System Transition and
Observation Function
• Assumption on the Markov process in System Transition
Function
System transition function
xt+1 = f(xt) + ωt, ωt subjects to certain distribution
which may not capture all the dynamics of the system
• NCSU
29
Acknowledgement
• DMDII 15-16-08 • NSF Travel award
For Citation:
Zhang, Jianlei, Binil Starly, Yi Cai, Paul H. Cohen, and Yuan-Shin
Lee. "Particle learning in online tool wear diagnosis and
prognosis." Journal of Manufacturing Processes (2017).

More Related Content

What's hot

Chaos Suppression and Stabilization of Generalized Liu Chaotic Control System
Chaos Suppression and Stabilization of Generalized Liu Chaotic Control SystemChaos Suppression and Stabilization of Generalized Liu Chaotic Control System
Chaos Suppression and Stabilization of Generalized Liu Chaotic Control Systemijtsrd
 
PHM2106-Presentation-Hubbard
PHM2106-Presentation-HubbardPHM2106-Presentation-Hubbard
PHM2106-Presentation-HubbardCharles Hubbard
 
Image orientation classification analysis
Image orientation classification analysisImage orientation classification analysis
Image orientation classification analysisRohit Dandona
 
Vlsi implementation of adaptive kalman filter for
Vlsi implementation of adaptive kalman filter forVlsi implementation of adaptive kalman filter for
Vlsi implementation of adaptive kalman filter foreSAT Publishing House
 
Enhancing the performance of kmeans algorithm
Enhancing the performance of kmeans algorithmEnhancing the performance of kmeans algorithm
Enhancing the performance of kmeans algorithmHadi Fadlallah
 

What's hot (6)

Chaos Suppression and Stabilization of Generalized Liu Chaotic Control System
Chaos Suppression and Stabilization of Generalized Liu Chaotic Control SystemChaos Suppression and Stabilization of Generalized Liu Chaotic Control System
Chaos Suppression and Stabilization of Generalized Liu Chaotic Control System
 
PHM2106-Presentation-Hubbard
PHM2106-Presentation-HubbardPHM2106-Presentation-Hubbard
PHM2106-Presentation-Hubbard
 
Cap 12
Cap 12Cap 12
Cap 12
 
Image orientation classification analysis
Image orientation classification analysisImage orientation classification analysis
Image orientation classification analysis
 
Vlsi implementation of adaptive kalman filter for
Vlsi implementation of adaptive kalman filter forVlsi implementation of adaptive kalman filter for
Vlsi implementation of adaptive kalman filter for
 
Enhancing the performance of kmeans algorithm
Enhancing the performance of kmeans algorithmEnhancing the performance of kmeans algorithm
Enhancing the performance of kmeans algorithm
 

Similar to Particle Learning in Online Tool Wear Diagnosis and Prognosis

Efficient analytical and hybrid simulations using OpenSees
Efficient analytical and hybrid simulations using OpenSeesEfficient analytical and hybrid simulations using OpenSees
Efficient analytical and hybrid simulations using OpenSeesopenseesdays
 
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
 
Vibration Isolation of an Air Compressor by using Sandwich Mount Isolators
Vibration Isolation of an Air Compressor by using Sandwich Mount IsolatorsVibration Isolation of an Air Compressor by using Sandwich Mount Isolators
Vibration Isolation of an Air Compressor by using Sandwich Mount IsolatorsIRJET Journal
 
ANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
ANN Based Prediction Model as a Condition Monitoring Tool for Machine ToolsANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
ANN Based Prediction Model as a Condition Monitoring Tool for Machine ToolsIJMER
 
ANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
ANN Based Prediction Model as a Condition Monitoring Tool for Machine ToolsANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
ANN Based Prediction Model as a Condition Monitoring Tool for Machine ToolsIJMER
 
Automated Tuning and Controller Design for DC-DC Boost Converter
Automated Tuning and Controller Design  for DC-DC Boost ConverterAutomated Tuning and Controller Design  for DC-DC Boost Converter
Automated Tuning and Controller Design for DC-DC Boost ConverterIRJET Journal
 
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...Aminullah Assagaf
 
Real Time Implementation of Active Noise Control
Real Time Implementation of Active Noise ControlReal Time Implementation of Active Noise Control
Real Time Implementation of Active Noise ControlChittaranjan Baliarsingh
 
Failure Prediction Using Interaction between Parallel Links of FA Equipment
Failure Prediction Using Interaction between Parallel Links of FA EquipmentFailure Prediction Using Interaction between Parallel Links of FA Equipment
Failure Prediction Using Interaction between Parallel Links of FA EquipmentMasanoriHaga1
 
Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...eSAT Publishing House
 
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
 
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 ParametersIJRTEMJOURNAL
 
3.4 pushover analysis
3.4 pushover analysis3.4 pushover analysis
3.4 pushover analysisNASRIN AFROZ
 
Project report on simulink analysis of tool chtter vibration on lathe.
Project report on simulink analysis of tool chtter vibration on lathe.Project report on simulink analysis of tool chtter vibration on lathe.
Project report on simulink analysis of tool chtter vibration on lathe.Devanshu Yadav
 
Multiple Sensors Soft-Failure Diagnosis Based on Kalman Filter
Multiple Sensors Soft-Failure Diagnosis Based on Kalman FilterMultiple Sensors Soft-Failure Diagnosis Based on Kalman Filter
Multiple Sensors Soft-Failure Diagnosis Based on Kalman Filtersipij
 
Ispiv omni3 d-jin
Ispiv omni3 d-jinIspiv omni3 d-jin
Ispiv omni3 d-jinJinWang135
 

Similar to Particle Learning in Online Tool Wear Diagnosis and Prognosis (20)

Efficient analytical and hybrid simulations using OpenSees
Efficient analytical and hybrid simulations using OpenSeesEfficient analytical and hybrid simulations using OpenSees
Efficient analytical and hybrid simulations using OpenSees
 
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...
 
Vibration Isolation of an Air Compressor by using Sandwich Mount Isolators
Vibration Isolation of an Air Compressor by using Sandwich Mount IsolatorsVibration Isolation of an Air Compressor by using Sandwich Mount Isolators
Vibration Isolation of an Air Compressor by using Sandwich Mount Isolators
 
IMU General Introduction
IMU General IntroductionIMU General Introduction
IMU General Introduction
 
ANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
ANN Based Prediction Model as a Condition Monitoring Tool for Machine ToolsANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
ANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
 
ANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
ANN Based Prediction Model as a Condition Monitoring Tool for Machine ToolsANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
ANN Based Prediction Model as a Condition Monitoring Tool for Machine Tools
 
1789 1800
1789 18001789 1800
1789 1800
 
1789 1800
1789 18001789 1800
1789 1800
 
Automated Tuning and Controller Design for DC-DC Boost Converter
Automated Tuning and Controller Design  for DC-DC Boost ConverterAutomated Tuning and Controller Design  for DC-DC Boost Converter
Automated Tuning and Controller Design for DC-DC Boost Converter
 
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
 
Real Time Implementation of Active Noise Control
Real Time Implementation of Active Noise ControlReal Time Implementation of Active Noise Control
Real Time Implementation of Active Noise Control
 
Failure Prediction Using Interaction between Parallel Links of FA Equipment
Failure Prediction Using Interaction between Parallel Links of FA EquipmentFailure Prediction Using Interaction between Parallel Links of FA Equipment
Failure Prediction Using Interaction between Parallel Links of FA Equipment
 
Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...
 
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
 
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
 
3.4 pushover analysis
3.4 pushover analysis3.4 pushover analysis
3.4 pushover analysis
 
Project report on simulink analysis of tool chtter vibration on lathe.
Project report on simulink analysis of tool chtter vibration on lathe.Project report on simulink analysis of tool chtter vibration on lathe.
Project report on simulink analysis of tool chtter vibration on lathe.
 
Multiple Sensors Soft-Failure Diagnosis Based on Kalman Filter
Multiple Sensors Soft-Failure Diagnosis Based on Kalman FilterMultiple Sensors Soft-Failure Diagnosis Based on Kalman Filter
Multiple Sensors Soft-Failure Diagnosis Based on Kalman Filter
 
tracking.ppt
tracking.ppttracking.ppt
tracking.ppt
 
Ispiv omni3 d-jin
Ispiv omni3 d-jinIspiv omni3 d-jin
Ispiv omni3 d-jin
 

Recently uploaded

Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationBoston Institute of Analytics
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknowmakika9823
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxTanveerAhmed817946
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 

Recently uploaded (20)

Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project Presentation
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Decoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in ActionDecoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in Action
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptx
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 

Particle Learning in Online Tool Wear Diagnosis and Prognosis

  • 1. Particle Learning in Online Tool Wear Diagnosis and Prognosis Zhang, JianLei Advisor: Starly, Binil Department of Industrial and Systems Engineering NC State University Raleigh, NC, 27695, USA → For Citation: Zhang, Jianlei, Binil Starly, Yi Cai, Paul H. Cohen, and Yuan-Shin Lee. "Particle learning in online tool wear diagnosis and prognosis." Journal of Manufacturing Processes (2017).
  • 2. Economic Significance of Tool Wear Prediction • Fail to detect tool wear Affect the workpiece quality Damage workpiece, its fixtures, and tool holder Lead to extended machine downtime Undesirable inventory management 2 • The growing demand and wide applications Assure the surface quality of final parts Increase machining process uptime Efficient use of the cutting tools Cutting Tool – Image Courtesy of Sandvik Coromant →
  • 3. Tool Type and Wear Types 3 • Cutting tool Wear Crater Wear Nose radius wear Notch Wear Flank Wear (Astakhov, 2006). (Yildiz, et al., 2008) • On relief face, Tool Wears are categorized by their zones Zone C, VBC is the Nose Wear Zone B, VBB is the flank wear Zone N, VBN is notch wear
  • 4. Overall Research Motivation 4 Monitoring the tool wear Estimate the RULPredict tool wear http://www.lgam.info/remaining-useful-life →
  • 5. Summary of the Tool Wear Prognosis Approaches →
  • 6. Literature Review: Bayesian Updating with Growth Curves • Generate a large number of the growth curves prms, i = at2 + bt + c • The posterior probabilities of the tool wear growth curves get updated by the likelihood P(path = prms growth curve| test result) ∝P(test result|path = true prms growth curve) ×P(path = prms growth curve) • Likelihood L= exp[-(p-pm)2/k] • Iteratively updates the posterior probabilities of the growth curves 6 (Karandikar, et al. 2013a, 2013b, 2013c, 2014a, 2014b) 10 sample prms growth curves (Karandikar, et al. 2013)
  • 7. Literature Review: Nonlinear Transition Function with Intrusive Sensors • Feature extraction and selection from accelerometers and Force sensors • Regression analysis for system observation function • System Transition function, which incorporates the Taylor’ equation, is nonlinear • Particle filter updates the estimation of the parameters • Prediction of the tool wear • RUL get estimated every run 7 (Wang, et al. 2015a, Wang, et al. 2015b, Wang, et al. 2013)
  • 8. Literature Review: Finite Difference as System Transition Function • Root mean square (RMS) of the power signal of spindle motor is collected • Kalman filter and particle filter are applied • Applied following system model to realize tool wear prediction via online measurement • System transition functions: Assume the tool wear process subject to the first order finite difference (Niaki, et al. 2015) 8 VB(k) = VB(k-1) + VB’(k-1)×MR×Δt + w1(k) VB’(k) = VB’(k-1) + w2(k)
  • 9. Research Motivation (Desired Solution) • Incorporate indirect measurement into model • Utilize the nonintrusive sensor • Predict the tool wear and RUL • Minimize calculation cost • Algorithm should be robust and accurate • Applicable to variety of workpiece and tool materials 9
  • 10. Particle Learning Approach 1. Online Updating of Parameters in System Transition Function 2. Build System Observation Function via Indirect Measurement 3. Online System State Estimation and Prediction 4. One-Step and Two-Step Prediction of Tool Wear 10 →
  • 11. Task 1: Online Updating • System transition function xt+1 = f(xt) + ωt, ωt subjects to certain distribution • General Bayesian Updating xt+1 ∼ p(xt+1|xt, θ) – it can only use direct or indirect measurement – a closed form system transition function need to be developed 11
  • 12. Task 1: Assumption of System Transition Model • Markovian state transition The current state only related to the last state • Linear transition function The current state have linear relation with the last state • Assume the System Transition Function is: First Order Autoregression xt|xt-1, θ ~ N(α+βxt-1, τ2), here, θ = (α, β, τ2) (Lopes, et al. 2011) 12
  • 13. Task 2: Incorporate Indirect Measurement • System observation function yt = g(xt) +et here, et ~ Normal(0, σ2) • Assume the relashionship is linear 𝑉𝐵 = K1 + K2. RMSvibration here, 𝑉𝐵 is the estimated tool wear (yt is the VB at time t) 13
  • 14. Task 3: Online System State Estimation and Prediction • State filtering probability distribution Updating: p(xt, θ|yt) = p yt xt p(xt|yt−1) p(yt|yt−1) (Bayes’ theorem) • State prediction probability distribution: Prediction: p(xt+1|yt) = p(xt+1 |xt)p(xt|yt)dxt (Marginal distribution) where yt = (y1, …, yt) How to solve them!? The integration with respect to xt-1 and implement Bayes’ theorem are both analytically intractable and/or computationally costly.
  • 15. • Probability Distribution pN(𝑥) = {𝑥 𝑡 (𝑖) }𝑖=1 𝑁 = 1 𝑁 𝑖=1 𝑁 𝛿(𝑥)(𝑖) (Dirac Measure) Bayes’ theorem for Updating p(xt, θ|yt+1) ∝ p yt+1 xt, θ p(xt, θ|yt) 𝑥𝑡 (𝑖) , θ(𝑖) = sample from 𝑥𝑡 (𝑖) , θ(𝑖) with weights ∝p yt+1 𝑥𝑡 (𝑖) ,θ(𝑖) Marginal distribution for Prediction p(xt+1|yt) = p(xt+1 |xt)p(xt|yt)dxt Dirac Measure: 𝛿x(A) = 1A(x) = 0, 𝑥 ∉ 𝐴 1, 𝑥 ∈ 𝐴 Dirac Measure: Makes an intractable calculation into tractable Robust algorithm 𝑥𝑡+1 (𝑖) = sample from p(xt+1|𝑥𝑡 (𝑖) ) Task 3: Online System State Estimation and Prediction
  • 16. Task 4: Conduct Experiments to Validate Proposed Method 16 • Install the vibration sensor, the DAQ, and laptop for data collection • Install the cutter and workpiece • Repeatedly execute the cutting • During every cutting process, the signal get collected • After each cut, microscope measure the flank wear • Analyze the experiment data • Try several different cutting conditions (Niaki, Wang, Gao, Laine Mears)
  • 17. 17 Task 4: Experiment Conditions Workpiece material steel 4142 (cold rolled, 40-45HRC) Each single cutting pass 37.0mm Spindle speed 500rpm Surface speed 19.81m/min chip load 0.05mm Radial depth of cut 6.5mm axial depth of cut 0.5mm 3-axis vibration sensor Kistler accelerometers 8762A10 Sensor Sample rate 1652Khz Feed rate 50 mm/min
  • 18. Task 4: Vibration Trend vs Time Step 18 Tool Nose Wear Vibration Example Images on right show tool nose wear micrographs. Table 1. Flank Wear Measurement and Vibration Index Replication 1 Replication 2 Test Flank Wear Vibration Index Test Flank Wear Vibration Index # (μm) ×10-3 (g) # (μm) ×10-3 (g) 1.1 159 11.6336 2.1 85 11.5215 1.2 175 13.2887 2.2 94 12.2370 1.3 175 13.7673 2.3 98 11.7758 1.4 179 13.9541 2.4 99 11.9476 1.5 179 13.6441 2.5 106 12.2356 1.6 180 13.5912 2.6 110 12.9962 1.7 180 15.9381 2.7 115 13.7390 1.8 184 18.6700 2.8 142 13.6430 1.9 191 18.7381 2.9 183 17.5361 1.10 199 20.0806 2.10 186 18.0902 1.11 214 20.2440 2.11 287 20.2915 1.12 220 20.9609 2.12 305 22.0541 1.13 248 24.5650 2.13 330 25.8142 1.14 274 27.4840 1.15 299 28.4834 Scale bar 500µm.
  • 19. Task 5: Online Updating with Indirect Measurement Replication 1 The parameters α, β, τ2, and σ2 is estimated and updated by the measurement of the RMS of the vibration sensor for every cut • α ∈ (-0.0412 -0.0155 0.0141), With 95% confidence level, • β ∈ (0.9702 1.1188 1.2530) With 95% confidence level 19
  • 20. Task 5: Online Updating with Indirect Measurement Replication 2 The parameters α, β, τ2, and σ2 get estimated and updated by the measurement of the RMS of the vibration sensor for every cut • α∈(-0.0277, -0.0111, 0.0052), With 95% confidence level, • β∈(1.1201, 1.2254 1.3491) With 95% confidence level Reject β =1 in first order finite difference method
  • 21. Task 6: Online Tool Wear Diagnosis with Indirect Measurement 21 Replication 1 Replication 2
  • 22. Task 7: Online Tool Wear One-Step Ahead Prediction 22 Replication 1 Replication 2
  • 23. Task 8: Online Tool Wear Two-Step Ahead Prediction 23 For two-step ahead tool wear prediction, following two equations run once Three-step ahead run twice, and so on. pN(μ) = pN(α)+ pN(β)pN(x) where μ is the mean for the normal distribution pN(x) = resample N particles from Norm(pN(μ), τ2)
  • 24. Task 8: Online Tool Wear Two-Step Ahead Prediction 24 Replication 1 Replication 2
  • 25. Task 9: Online RUL Prediction 25 pN(μ) = pN(α)+ pN(β)pN(x) where μ is the mean for the normal distribution pN(x) = resample N particles from Norm(pN(μ), τ2) Set criterion of the tool wear as 0.3 mm Set 90 percentile of the tool wear as the reference By looping through following equations until the certain percentile tool wear reaches the tool wear criterion, the number of loops can be used to predict the RUL.
  • 26. Task 9: Online RUL 26 Replication 1 Replication 2
  • 27. • Incorporated the indirect measurement • Realized online updating the model parameters • Realize tool wear online estimation and prediction • Realize the RUL prediction • Certify the First Order Regression as System Transition • Particle Learning as a robust and no closed form formula is needed 27 Conclusion
  • 28. 28 Limitations of Proposed Method • Assumption on linearity of the System Transition and Observation Function • Assumption on the Markov process in System Transition Function System transition function xt+1 = f(xt) + ωt, ωt subjects to certain distribution which may not capture all the dynamics of the system
  • 29. • NCSU 29 Acknowledgement • DMDII 15-16-08 • NSF Travel award For Citation: Zhang, Jianlei, Binil Starly, Yi Cai, Paul H. Cohen, and Yuan-Shin Lee. "Particle learning in online tool wear diagnosis and prognosis." Journal of Manufacturing Processes (2017).