Difference between revisions of "ALGORITHM3"
(Created page with "caption [Home] - [Algorithms] ---- [https://www.tuwien.at/ TU Wien]’s S-1 flood mapping algorithm exploits the...") |
(No difference)
|
Revision as of 10:40, 10 March 2021
TU Wien’s S-1 flood mapping algorithm exploits the time series of historical backscatter measurements to generate model parameters for permanent water bodies and for each individual location on land.
More specifically, the model parameter database comprises of the backscatter distribution of each land pixel under unflooded conditions, as well as the backscatter distribution of permanent water bodies at various incidence angles. In order to classify a pixel of incoming pre-processed Sentinel-1 scene as flooded or non-flooded, the posterior probability of the actual backscatter value belonging to each class is computed.
The maximum posterior probability is used to classify the pixel based on Bayes Decision Rule, where the uncertainty of the class assignment is given by the minimum posterior probability of the other class. With this approach, each pixel is assigned membership in a certain class, along with an uncertainty value ranging between 0 and 1.
The uncertainty is minimized as with improved separability between the two backscatter signature distributions and is higher where the distributions overlap (Figure 21).
Consequently, pixels located along flood boundaries, where class assignment is generally more challenging, are associated with higher degrees of uncertainty. Finally, to convert the uncertainty values to percentages, the uncertainty values are linearly scaled to fall within the range of [0, 100].
Workflow of the algorithm
For further details the Reader is referred to the dedicated section of the Product Description Document: https://www.gfm_pdd.org/Algorithm2
References