Projection onto convex sets (POCS)

The principal problem of seismic data reconstruction is to solve the underdetermined inversion problem:

$\displaystyle \mathbf{Sm}=\mathbf{d},$ (1)

where $\mathbf{m}$ is the well-sampled seismic data (or model), $\mathbf{S}$ denotes the sampling operator, and $\mathbf{d}$ denotes the observed data Chen et al. (2014a). Because of the missing traces, the operator $\mathbf{S}$ is highly singular and thus makes equation 1 highly underdetermined.

There have been many different algorithms for solving equation 1 by imposing different constraints. In the seismic data processing field, the POCS algorithm Abma and Kabir (2006) is one of the most widely used methods to interpolate seismic data with irregularly missing traces, and has the following iterative expression:

$\displaystyle \mathbf{m}_{n+1}=\mathbf{d}+(\mathbf{I}-\mathbf{S})\mathbf{A}^{-1}\mathbf{T}\mathbf{A}[\mathbf{m}_n],$ (2)

where $\mathbf{m}_n$ denotes the reconstructed data after $n$th iteration, $\mathbf{A}$ and $\mathbf{A}^{-1}$ are the forward and inverse sparsity-promoting transforms, $\mathbf{I}$ is an identity matrix and $\mathbf{T}$ is a thresholding operator. However, for regularly missing traces, POCS can not obtain satisfied results because of the strong aliasing noise in the sparse domain. Gan et al. (2015) has shown that the seislet-based POCS algorithm can still be effective for interpolating regularly missing traces provided that an accurate local slope map can be obtained. All the examples in this paper are based on the iterative framework 2. The thresholding operator $\mathbf{T}$ is chosen as a soft-thresholding operator in the seislet domain:

$\displaystyle \mathbf{T}_{\gamma}(v(\mathbf{x})) = \left\{ \begin{array}{ll}
v(...
...\\
0 & \text{for}\quad \vert v(\mathbf{x})\vert \le \gamma
\end{array}\right.,$ (3)

where $\mathbf{T}_{\gamma}$ corresponds to the soft thresholding operator with a threshold value $\gamma$. $\mathbf{x}$ denotes the coordinates vector. $v(\mathbf{x})$ denotes the value the spatial point $\mathbf{x}$.


2020-02-28