The local inverse is a kind of inverse function or matrix inverse used in image and signal processing, as well as in other general areas of mathematics.
The concept of a local inverse came from interior reconstruction of CT images. One interior reconstruction method first approximately reconstructs the image outside the ROI (region of interest), and then subtracts the re-projection data of the image outside the ROI from the original projection data; then this data is used to make a new reconstruction. This idea can be widened to a full inverse. Instead of directly making an inverse, the unknowns outside of the local region can be inverted first. Recalculate the data from these unknowns (outside the local region), subtract this recalculated data from the original, and then take the inverse inside the local region using this newly produced data for the outside region.
This concept is a direct extension of the local tomography, generalized inverse and iterative refinement methods. It is used to solve the inverse problem with incomplete input data, similarly to local tomography. However this concept of local inverse can also be applied to complete input data.
\begin{bmatrix} f\ g \end{bmatrix}= \begin{bmatrix} A&B\\ C&D \end{bmatrix} \begin{bmatrix} x\\ y \end{bmatrix}.
Assume there are
E
F
G
H
\begin{bmatrix} E&F\\ G&H \end{bmatrix} \begin{bmatrix} A&B\\ C&D \end{bmatrix} =J.
Here
J
I
J
I
I
\begin{bmatrix} E&F\\ G&H \end{bmatrix}
\begin{bmatrix} x0\ y0 \end{bmatrix}= \begin{bmatrix} E&F\\ G&H \end{bmatrix} \begin{bmatrix} f\\ g \end{bmatrix}.
A better solution for
x1
\begin{bmatrix} x1\ y1 \end{bmatrix}= \begin{bmatrix} E&F\\ G&H \end{bmatrix} \begin{bmatrix} f-By0\\ g-Dy0 \end{bmatrix}.
In the above formula
y1
x1=E(f-By0)+F(g-Dy0).
In the same way, there is
y1=G(f-Ax0)+H(g-Cx0).
In the above the solution is divided into two parts,
x
y
The two parts can be extended to many parts, in which case the extended method is referred to as the sub-region iterative refinement method [1]
\begin{bmatrix} f\ g \end{bmatrix}= \begin{bmatrix} A&B\\ C&D \end{bmatrix} \begin{bmatrix} x\\ y \end{bmatrix}.
Assume
A
B
C
D
x
y
f
g
\begin{bmatrix} A&B\\ C&D \end{bmatrix} \begin{bmatrix} E&F\\ G&H \end{bmatrix} =J .
Here
J
I
(1)
gex
g
gex|\partial=f|\partial.
(2)
y0
y
y0=Hgex.
(3)
y'
y
y'=y0+yco.
(4)
f'
f
f'=f-By'.
(5)
g1ex
g
g1ex|\partial=f'|\partial.
(6)
x1
x1=Ef'+Fg1ex.
In the above algorithm, there are two time extrapolations for
g
y
y
y
In the example of the reference,[3] it is found that
y'=y0+yco=ky0
k=1.04
Shuang-ren Zhao defined a Local inverse[2] to solve the above problem. First consider the simplest solution
f=Ax+By,
Ax=f-By=f'.
Here
f'=f-By
x'=A-1f'.
Here
x'
x
x'=x
A
x'=A+(f-By)=A+f'.
Since
y
0
x0=A+f.
In the above solution the result
x0
y
y
x0
error0=|x
+ | |
0-x'|=|A |
By|
These kind of artifacts are referred to as truncation artifacts in the field of CT image reconstruction. In order to minimize the above artifacts in the solution, a special matrix
Q
QB=0,
and thus satisfies
QAx=Qf-QBy=Qf.
Solving the above equation with Generalized inverse gives
x1=[QA]+Qf=[A]+Q+Qf.
Here
Q+
Q
x1
x
QB=0
Q
Q=I-BB+.
This matrix
Q
B
B+
B
B+
BB+B=B,
from which it follows that
QB=[I-BB+]B=B-BB+B=B-B=0.
It is easy to prove that
QQ=Q
\begin{align} QQ&=[I-BB+][I-BB+]=I-2BB++BB+BB+\\ &=I-2BB++BB+=I-BB+=Q, \end{align}
and hence
QQQ=(QQ)Q=QQ=Q.
Hence Q is also the generalized inverse of Q
That means
Q+Q=QQ=Q.
Hence,
x1=A+[Q]+Qf=A+Qf
or
x1=[A]+[I-BB+]f.
The matrix
AL=[A]+[I-BB+]
is referred to as the local inverse of the matrix
\begin{bmatrix} A&B\\ C&D \end{bmatrix}.
[A]+[I-BB+]f'=[A]+[I-BB+](f-By)=[A]+[I-BB+]f.
Hence there is
x1=[A]+[I-BB+]f'.
Hence
x1
f'
error1=|x1-x'|=|[A]+BB+f'|.
This kind error are called the bowl effect. The bowl effect is not related to the unknown object
y
f'
In case the contribution of
[A]+BB+f'
x
[A]+By
error1\llerror0,
the local inverse solution
x1
x0
x1
x0
It is well known that the solution of the generalized inverse is a minimal L2 norm method. From the above derivation it is clear that the solution of the local inverse is a minimal L2 norm method subject to the condition that the influence of the unknown object
y
0