Isoline retrieval is a remote sensing inverse method that retrieves one or more isolines of a trace atmospheric constituent or variable. When used to validate another contour, it is the most accurate method possible for the task. When used to retrieve a whole field, it is a general, nonlinear inverse method and a robust estimator.
Suppose we have, as in contour advection, inferred knowledge of asingle contour or isoline of an atmospheric constituent, qand we wish to validate this against satellite remote-sensing data.Since satellite instruments cannot measure the constituent directly,we need to perform some sort of inversion.In order to validate the contour, it is not necessary to know,at any given point, the exact value of the constituent. We only need toknow whether it falls inside or outside, that is, is it greaterthan or less than the value of the contour, q0.
This is a classification problem. Let:
j=\begin{cases}1;&q<q0\\ 2;&q\geqq0\end{cases}
be the discretized variable.This will be related to the satellite measurement vector,
\vecy
P(\vecy|j)
The accuracy of a retrieval will be given by integratingthe conditional probability over the area of interest, A:
a=
1 | |
A |
\intAP\left[c(\vec{r})|\vec{y}(\vec{r})\right] d\vec{r}
where c is the retrieved class at position,
\vecr
max(a)=
1 | |
A |
\intA\left\lbracemaxjP\left[j| \vec{y}(\vec{r})\right]\right\rbraced\vec{r}
Since this is the definition of maximum likelihood,a classification algorithm based on maximum likelihoodis the most accurate method possible of validating an advected contour.A good method for performing maximum likelihood classificationfrom a set of training data is variable kernel density estimation.
There are two methods of generating the training data.The most obvious is empirically, by simply matching measurements ofthe variable, q, with collocatedmeasurements from the satellite instrument. In this case,no knowledge of the actual physics that produce the measurementis required and the retrieval algorithm is purely statistical.The second is with a forward model:
\vecy=\vecf(\vecx)
where
\vecx
The conditional probabilities,
P(\vecy|j)
C=
ncP(c|\vecy)-1 | |
nc-1 |
where nc is the number of classes (in this case, two).If C is zero, then the classification is little better thanchance, while if it is one, then it should be perfect.To transform the confidence rating to a statistical tolerance,the following line integral can be applied to an isoline retrievalfor which the true isoline is known:
\delta(C)=
1 | |
l |
l | |
\int | |
0 |
h(C-C\prime(\vec{r}))ds
where s is the path, l is the length of the isolineand
C\prime
C\prime
The Advanced Microwave Sounding Unit (AMSU) series of satellite instrumentsare designed to detect temperature and water vapour. They have a highhorizontal resolution (as little as 15 km) and because they aremounted on more than one satellite, full global coverage can beobtained in less than one day.Training data was generated using the second method fromEuropean Centre for Medium-Range Weather Forecasts (ECMWF) ERA-40data fed to a fast radiative transfer model calledRTTOV.The function,
\delta(C)
Isoline retrieval is also useful for retrieving a continuum variableand constitutes a general, nonlinear inverse method.It has the advantage over both a neural network, as well as iterativemethods such as optimal estimation that invert the forward modeldirectly, in that there is no possibility of getting stuck in alocal minimum.
There are a number of methods of reconstituting the continuum variablefrom the discretized one. Once a sufficient number of contourshave been retrieved, it is straightforward to interpolate betweenthem. Conditional probabilities make a good proxy forthe continuum value.
Consider the transformation from a continuum to a discrete variable:
P(1|\vec{y})=
q0 | |
\int | |
-infty |
P(q|\vec{y})dq
P(2|\vec{y})=
infty | |
\int | |
q0 |
P(q|\vec{y})dq
Suppose that
P(q|\vecy)
P(q|\vecy)=
1 | |
\sqrt{2\pi |
\sigmaq} \exp\left\lbrace-
\left[q-\barq(\vecy)\right]2 | |
2\sigmaq |
\right\rbrace
where
\barq
\sigmaq
R=P(2|\vec{y})-P(1|\vec{y})=erf\left[
q0-\barq(\vecy) | |
\sqrt2\sigmaq |
\right]
The figure shows conditional probability versus specific humidity for the exampleretrieval discussed above.
The location of q0 is found by setting the conditional probabilitiesof the two classes to be equal:
q0 | |
\int | |
-infty |
P(q|\vec{y})dq=
infty | |
\int | |
q0 |
P(q|\vec{y})dq
In other words, equal amounts of the "zeroeth order moment" lie on either sideof q0. This type of formulation is characteristic of a robust estimator.