<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Online Detection |</title><link>https://personal.hkust-gz.edu.cn/juandu/IDADM-Lab/tags/online-detection/</link><atom:link href="https://personal.hkust-gz.edu.cn/juandu/IDADM-Lab/tags/online-detection/index.xml" rel="self" type="application/rss+xml"/><description>Online Detection</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sun, 01 Jan 2023 00:00:00 +0000</lastBuildDate><image><url>https://personal.hkust-gz.edu.cn/juandu/IDADM-Lab/media/logo.svg</url><title>Online Detection</title><link>https://personal.hkust-gz.edu.cn/juandu/IDADM-Lab/tags/online-detection/</link></image><item><title>APFC: Adaptive Particle Filter for Change Point Detection of Profile Data in Manufacturing Systems</title><link>https://personal.hkust-gz.edu.cn/juandu/IDADM-Lab/publication/xie-apfc-2023/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://personal.hkust-gz.edu.cn/juandu/IDADM-Lab/publication/xie-apfc-2023/</guid><description>&lt;h2 id="challenges">Challenges&lt;/h2>
&lt;ul>
&lt;li>Nonlinear &amp;amp; non-stationary signals&lt;/li>
&lt;li>Lateral oscillations (return difference)&lt;/li>
&lt;li>Varying signal lengths&lt;/li>
&lt;/ul>
&lt;h2 id="goal">Goal&lt;/h2>
&lt;p>Develop a generic change point detection method for the pipe-casing tightening process by considering the mechanics in torque signals.
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="problem_overview" srcset="
/juandu/IDADM-Lab/publication/xie-apfc-2023/2.4_hu7f08b3fb74a472afdbeeb9c701f3741c_2191626_d5193739460508d548bcc3ea997e4b64.webp 400w,
/juandu/IDADM-Lab/publication/xie-apfc-2023/2.4_hu7f08b3fb74a472afdbeeb9c701f3741c_2191626_f2c8b56ed62d6da50ba9315424caad39.webp 760w,
/juandu/IDADM-Lab/publication/xie-apfc-2023/2.4_hu7f08b3fb74a472afdbeeb9c701f3741c_2191626_1200x1200_fit_q75_h2_box_3.webp 1200w"
src="https://personal.hkust-gz.edu.cn/juandu/IDADM-Lab/juandu/IDADM-Lab/publication/xie-apfc-2023/2.4_hu7f08b3fb74a472afdbeeb9c701f3741c_2191626_d5193739460508d548bcc3ea997e4b64.webp"
width="760"
height="259"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;h2 id="two-phase-state-space-model">Two-Phase State Space Model&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Measurement model&lt;/strong>&lt;/li>
&lt;/ul>
&lt;p>$$
y_k =
\begin{cases}
a_t + b_k t_k + \epsilon_k &amp;amp; t_k &amp;lt; c \\
a_0 + b_0 c + b_k (t_k - c) + \epsilon_k &amp;amp; t_k \geq c
\end{cases}
\quad
\left( \begin{array}{c}
a_0 \\
b_0
\end{array} \right) \sim \mathcal{N}(\mu, \Sigma)
$$&lt;/p>
&lt;p>$$
c \sim \text{Beta}(\alpha, \beta)
$$
$$
\epsilon_k \sim \mathcal{N}(0, \sigma_k^2)
$$&lt;/p>
&lt;ul>
&lt;li>
&lt;p>$t_k$: turns, $c$: change point position, $t_k$ and $y_k$ are observations, $k$: time&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Prediction model&lt;/strong>&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>$$
a_k =
\begin{cases}
a_{k-1} &amp;amp; \text{with probability } 1 - p \\
a_0 + b_0 c &amp;amp; \text{with probability } p
\end{cases}
$$&lt;/p>
&lt;p>$$
b_k =
\begin{cases}
b_{k-1} &amp;amp; \text{with probability } 1 - p \\
b_{k-1} + \delta &amp;amp; \text{with probability } p
\end{cases}
$$&lt;/p>
&lt;p>$$
\delta \sim \text{truncateN}( \text{range}, \sigma^2 )
$$&lt;/p></description></item></channel></rss>