Creating my classification

Class Screenshot exampleClass definitionWhy include this class? 
Forest Forest_class.PNGThis class groups all dense forest in the area. There are clusters of forest throughout the area of interest and they show in darker green.This is the primary class of interest for this assignment. This class is making sure that forests are not omitted from the classification.  
Green fields green_field_class.PNGThere is a vast amount of these green fields that seem to be either grass fields or used for agriculture. They are mainly surrounding forested areas. Having this class would allow for better distinction between the dark green reflectance of forests and the lighter green reflectance of fields. This would hypothetically allow the classifier to commit less errors of commission (classifying green fields as forest).
Bare ground bare_ground.PNGThis encompasses all bare ground fields (brown/ beige-looking). Some patches of forest are next or very near bare fields, so having this class would allow the classifier to distinguish these two feature better reducing errors of commission as well. 
Water water_class.PNGThis class represents all water bodies: mainly rivers and lakes. I am including this class because there seem to be some eutrophic water bodies that the classifier may confuse as forest or fields. This would reduce those errors of commission.
Table 1. Classes for my tree cover classification and rationale.

Interpretation

My classifier did a good job a representing forest areas. As you can see in Fig. 1. below, the red circle encompasses an intricate portion of forest that was well captured by the classifier in the bottom image. Nevertheless, clouds were classified as bare ground (beige), and the shadows of clouds as water(blue). However, that only occurred on the western section of the area of interest (AOI) where clouds were present (the rest of the AOI was virtually cloud free).

Figure 1. True Color Composite and Classified Image comparison. Both images show the same section of the area of interest. Dark green classification corresponds to forest cover, light-green are green fields, beige is bare ground, and blue represents water. The red circles shows an intricate section of forest that was well captured by my forest cover classification. You can explore this map at https://code.earthengine.google.com/c998741b516fd7b7e1ae8137a1fa4a6f 
 

While inspecting my tree cover map and comparing it to Hansen’s tree cover map at different thresholds, I noticed that overall, my classifier tends to be more accurate on the location of the forest’s patches. Moreover, as seen in Table 1. below, levels of agreement varied between thresholds.

30-threshold:At this threshold, the Hansen tree cover map commits more errors of commission (yellow bar), but it also omits a significant area of forest (blue bar)30-thresh.png
60-threshold: Here there is less errors of commission, although there are more omissions. This may be due to misclassification due to clouds. 60-thres.png
80-threshold: The Hansen’s tree cover map omits a large part of the area classified by my forest cover map. 80-thresh.png
Table 1. Agreement/ Disagreement of forest cover classification between Hansen’s tree cover map and my tree cover map. This table contains comparison charts at different threshold of the Hansen’s tree cover map. Generally, thresholds around 60 percent tended to have more overall agreement than thresholds above or below. You can explore more threshold and view charts in more detail at https://code.earthengine.google.com/29333fe258d81c22ef256ab412449787

Context: Suppose that your tree map is the truth against which Hansen’s thresholds are evaluated. At what threshold is the Hansen map truly reflecting tree cover on the ground? For how to report this section, use the style of “True Positive/True Negative/Balanced Rate” employed in Adjognon, et al’s paper for guidance.

30 -threshold50 -threshold80-threshold90-threshold
TPR0.710.500.220.11
TNR0.770.930.980.99
Balanced0.740.710.600.55
Table 1. True Positive/True Negative/Balanced Rates at different threshold. Rates were calculated assuming that my forest cover classification was the ground-truth, and compared for agreement with Hansen’s tree cover map.  

As seen in the table above, the Hansen’s tree cover map was most in agreement with my tree cover map at thresholds around 50 percent. Even though the 30- percent threshold had a more reported a more balanced outcome, it was clear in my visual inspection that Hansen’s tree cover map was not nearly accurate at that threshold. I inspected both tree cover maps in cloud-free areas of my map, and notice that the there was most agreement between both maps on ranges between 55-65 percent threshold on Hansen’s tree cover map. Moreover, the table above may have skewed or not-too-reliable data because the heavy presence of clouds on the western side of the area probably account for a big area of forest that Hansen’s tree cover map is classifying as forest, but that my classifier is omitting. For that reason, I trusted more my observations by manually changing the thresholds and inspecting different areas of the map, than the True Positive/True Negative/Balanced Rate” table.  

Leave a Reply