next up previous print clean
Next: Conclusions Up: Regularization Schemes Previous: Gradient magnitude and Laplacian

Gradient magnitude and smooth regularization

Until now we have used a roughener as the regularization operator to take into account the prior knowledge that letters are piecewise constant. Turning it off at the edges and on away from the edges. To do the opposite also makes sense, using a smoothing operator at the edges and turning it off away from the edges doesn't make the model smoother away from the edges but increases the sharpness of the model at the edges.

The gradient magnitude with triangular smoothing edge-preserving regularization fitting goal was set following the nonlinear iterations: starting with ${\bf W^{0}} = \bf I$, at the kth iteration the algorithm solves
   \begin{eqnarray}
{\bf Kf}^{k} - { \bf g \approx 0 } \nonumber \\  {\bf \epsilon W}^{k-1} { \bf \Delta f}^k { \bf \approx 0 }\end{eqnarray}
(5)
where
\begin{displaymath}
{\bf W}^{k-1} ={\bf \vert\vert\nabla f \vert\vert}^{k-1}.\end{displaymath} (6)
$\bf K$ is a non-stationary convolution matrix, ${\bf f}^{k}$ is the result of the kth nonlinear iteration, ${\bf W}^{k-1}$ is the (k-1)th diagonal weighting operators, $\bf I$ is the identity matrix, ${ \bf \Delta}$ is triangular smoother operator, and the scalar $\epsilon$ balances the relative importance of the data and model residuals.

 
comp_images_smooth_2d
comp_images_smooth_2d
Figure 8
A) Original image, B) Deblurred image using LS with the edge-preserving regularization gradient magnitude with triangular smoothing
view burn build edit restore

 
comp_graph_2d_smooth
comp_graph_2d_smooth
Figure 9
Comparison between Figures [*]A and [*]B; A) Slice y=229 and B) Slice x=229of.
view burn build edit restore

Figures [*] and [*] show what we were expecting, i.e. the edges look sharp, but away from the edges the noise dominates. However, we can see in figure [*] some details that we are not visible in Figures [*], [*], and [*]. Looking that a combination of the styling goals in equations (3) (smoothing away from the edges) and (5) (roughening at the edges) should give a good result.


next up previous print clean
Next: Conclusions Up: Regularization Schemes Previous: Gradient magnitude and Laplacian
Stanford Exploration Project
10/14/2003