 |
 |
 |
 | Model fitting by least squares |  |
![[pdf]](icons/pdf.png) |
Next: Roundoff
Up: KRYLOV SUBSPACE ITERATIVE METHODS
Previous: The modeling success and
In image estimation we have data
, residual
, operator
,
and final solution, the image
.
We minimize the norm of
by variation of
.
With least squares, minimizing the norm squared is equivalent to minimizing the norm.
We measure the success of the model fitting the data by
 |
(84) |
where the norm of any vector, say
, is
.
Since with image estimation applications
the number of unknowns (dimension of
) is usually hopelessly large,
we can never iterate long enough to actually solve
the normal equations
(which is the same as iterating until the gradient
vanishes)
so we are obliged to report this fact. I advocate this:
 |
(85) |
There are three ways to think about this:
First
is the gradient which should vanish.
Second, it is the data fitting residual transformed into model space.
Third,
is the final
, while
is the first estimated model
(often called the adjoint model).
Although it seems like the gradient should diminish monotonically in size
(it certainly would in one dimension), I am not able to prove it here.
 |
 |
 |
 | Model fitting by least squares |  |
![[pdf]](icons/pdf.png) |
Next: Roundoff
Up: KRYLOV SUBSPACE ITERATIVE METHODS
Previous: The modeling success and
2011-07-17