Similarity-weighted stacking

The similarity-weighted stacking method was proposed by Liu et al. (2009) to weight each trace according to the time-variant local similarity between each trace and the mean trace.

To implement the similarity-weighted stacking, we first apply the equal-weight stack to the NMO-corrected CMP gather to obtain the reference trace. Then we compute the local similarity (Chen et al., 2015) between the reference trace and the NMO-corrected CMP gather and apply soft thresholding (Donoho, 1995) to all local similarity values. Finally, we apply the weighted stack to the CMP gather using local similarity based weights to get the final stacked trace. The local similarity based weighting criteria is defined as:

$\displaystyle w_i(t)=\left\{\begin{array}{cl}
\eta_{i}(t)-\epsilon, & \quad \eta_i>\epsilon \\
0 & \quad \eta_i \le \epsilon
\end{array},\right.$ (3)

where $\epsilon$ is the threshold value, $\eta_i(t)$ is the local similarity between $i$th prestack trace and the reference trace:

$\displaystyle \eta_i(t) = \mathcal{S}(s_i(t),\hat{s}(t)).$ (4)

where $\mathcal{S}(a,b)$ denotes the local similarity between traces $a$ and $b$. $\hat{s}(t)$ is the arithmetic mean as introduced in (1). $\epsilon$ can be intelligently chosen by defining a percentage. The percentage is used to preserve or reject the values during thresholding. For example, a percentage of 10 means that we preserve 10% largest value of the local similarity $\eta$. The result is not very sensitive to $\epsilon$. We usually keep a 50% of largest $\eta$ values to obtain the stacking result.


2020-07-18