next up previous [pdf]

Next: Application examples Up: Fomel: Plane-wave destructors Previous: High-order plane-wave destructors

Slope estimation

Let us denote by $\mathbf{C}(\mathbf{\sigma})$ the operator of convolving the data with the 2-D filter $C(Z_t,Z_x)$ of equation (12), assuming the local slope $\mathbf{\sigma}$ is known. In order to determine the slope, we can define the least-squares goal

\begin{displaymath}
\mathbf{C}(\mathbf{\sigma}) \, \mathbf{d} \approx 0\;,
\end{displaymath} (13)

where $\mathbf{d}$ is the known data and the approximate equality implies that the solution is found by minimizing the power of the left-hand side. Equations (9) and (10) show that the slope $\mathbf{\sigma}$ enters in the filter coefficients in an essentially non-linear way. However, one can still apply the linear iterative optimization methods by an analytical linearization of equation (13). The linearization (also known as the Gauss-Newton iteration) implies solving the linear system
\begin{displaymath}
\mathbf{C}'(\mathbf{\sigma}_0) \, \Delta \mathbf{\sigma} ...
...hbf{d} + \mathbf{C}(\mathbf{\sigma}_0) \, \mathbf{d} \approx 0
\end{displaymath} (14)

for the slope increment $\Delta \mathbf{\sigma}$. Here $\mathbf{\sigma}_0$ is the initial slope estimate, and $\mathbf{C}'(\mathbf{\sigma})$ is a convolution with the filter, obtained by differentiating the filter coefficients of $\mathbf{C}(\mathbf{\sigma})$ with respect to $\mathbf{\sigma}$. After system (14) is solved, the initial slope $\mathbf{\sigma}_0$ is updated by adding $\Delta \mathbf{\sigma}$ to it, and one can solve the linear problem again. Depending on the starting solution, the method may require several non-linear iterations to achieve an acceptable convergence.

The slope $\sigma$ in equation (14) does not have to be constant. We can consider it as varying in both time and space coordinates. This eliminates the need for local windows but may lead to undesirably rough (oscillatory) local slope estimates. Moreover, the solution will be undefined in regions of unknown or constant data, because for these regions the local slope is not constrained. Both these problems are solved by adding a regularization (styling) goal to system (14). The additional goal takes the form

\begin{displaymath}
\epsilon \mathbf{D} \, \Delta \mathbf{\sigma} \approx 0\;,
\end{displaymath} (15)

where $\mathbf{D}$ is an appropriate roughening operator and $\epsilon$ is a scaling coefficient. For simplicity, I chose $\mathbf{D}$ to be the gradient operator. More efficient and sophisticated helical preconditioning techniques are available (Fomel, 2001; Claerbout, 1998; Fomel and Claerbout, 2002).

In theory, estimating two different slopes $\mathbf{\sigma}_1$ and $\mathbf{\sigma}_2$ from the available data is only marginally more complicated than estimating a single slope. The convolution operator becomes a cascade of $\mathbf{C}(\mathbf{\sigma}_1)$ and $\mathbf{C}(\mathbf{\sigma}_2)$, and the linearization yields

\begin{displaymath}
\mathbf{C}'(\mathbf{\sigma}_1) \, \mathbf{C}(\mathbf{\sig...
...) \,
\mathbf{C}(\mathbf{\sigma}_2) \, \mathbf{d} \approx 0\;.
\end{displaymath} (16)

The regularization condition should now be applied to both $\Delta
\mathbf{\sigma}_1$ and $\Delta \mathbf{\sigma}_2$:
$\displaystyle \epsilon \mathbf{D} \, \Delta \mathbf{\sigma}_1$ $\textstyle \approx$ $\displaystyle 0\;;$ (17)
$\displaystyle \epsilon \mathbf{D} \, \Delta \mathbf{\sigma}_2$ $\textstyle \approx$ $\displaystyle 0\;.$ (18)

The solution will obviously depend on the initial values of $\mathbf{\sigma}_1$ and $\mathbf{\sigma}_2$, which should not be equal to each other. System (16) is generally underdetermined, because it contains twice as many estimated parameters as equations: The number of equations corresponds to the grid size of the data $\mathbf{d}$, while characterizing variable slopes $\sigma_1$ and $\sigma_2$ on the same grid involves two gridded functions. However, an appropriate choice of the starting solution and the additional regularization (17-18) allow us to arrive at a practical solution.

The application examples of the next section demonstrate that when the system of equations (14-15) or (16-18) are optimized in the least-squares sense in a cycle of several linearization iterations, it leads to smooth and reliable slope estimates. The regularization conditions (15) and (17-18) assure a smooth extrapolation of the slope to the regions of unknown or constant data.


next up previous [pdf]

Next: Application examples Up: Fomel: Plane-wave destructors Previous: High-order plane-wave destructors

2014-03-29