Based on the high-resolution DEMs, we selected crater, cirque and cliff as the landform class to be detected in the experimental section. Our previous work [
14] found that some commonly-used approaches for moderate spatial resolution DEM could not perform well on high–resolution DEM. The results shown in Reference [
14] proved that the traditional algorithms for crater detection without additional processing could not effective extract the whole structure of craters. In our experiment, we also found that the crater and cirque structure were not available on the high-resolution DEM used in the experiment. Thus, this paper only reported the performance of our method.
The domain ontology and taxonomy is USTopographic, and the open-linked data source includes Dictionary, Merriam Webster, and Wikipedia. In the first part of the experiment, we extracted all information regarding crater, cirque and cliff from the USTopographic and open-linked data sources and then semantically organized the information to enrich the semantics in USTopographic. In the second part, we provided the detection results on crater, cirque and cliff via BoGW.
4.1. Enriching Semantics
We showed the result of building enriches semantics taking a crater as an example. The workflow includes three steps introduced in
Section 4: extracted keywords from the USTopographic, derived sentences and documents from open-linked data sources (Dictionary, Merriam Webster, and Wikipedia) based on the extracted keywords, and selected useful sentences and documents.
Table 5 lists the frequency of keywords. Keywords were respectively extracted from the USTopographic (
Table 1), and Dictionary, Merriam-Webster and Wikipedia (
Table 2). The irrelevant keywords shown in
Table 3 were filtered, and the remaining keywords were matched with features (
Table 4). The details of the mapping between keywords and features are listed in
Table 5. Specifically, the term “crater” was strongly relevant to “basin” and “depression” with respect to USTopographic, Dictionary, Merriam-Webster, and Wikipedia. Thus, we viewed basin and depression as two keywords for the representation of crater.
The content included in
Table 5 revealed some phenomena. First, three keywords included in the USTopographic—circular-shaped depression, volcanic cone summit and land surface—were ranked in the primary, the secondary and the quaternary keyword. This means that domain ontology and taxonomy could provide professional and commonly used terms to formally describe a landform class. Moreover, some irrelevant keywords, such as rock, contain top, volcano flack, etc., and the top-ranked keywords (e.g., hole/pit/sinkhole/circular openings, raise rim/ring formation), were commonly observed in the domain ontology and taxonomy, and open-linked data resources. This indicates that characteristics of a landform class were generally defined by similar descriptions from miscellaneous resources. This phenomenon further proved that the information from both professionally established ontologies and taxonomies and volunteered dataset were useful to support landform recognition and classification. Moreover,
Table 5 listed the keywords-associated geomorphological variables and features used for crater and cirque, and corresponding algorithms for detecting those variables and features. Thus, according to the results listed in
Table 5, the WF of crater and cirque are shown as follows,
where
and
respectively denotes the circular shape and closed circular shape.
and
respectively denotes the slope and cliff.
Furthermore, we organized the extracted keywords of crater as semantics via creating triple stores [
35].
Figure 6 compared the conceptual hierarchy from the existed ontology and the enrich semantics. The triple store enclosed by orange rounded rectangles denoted the keyword that defined the relationship between crater and other landform classes, and the triple store enclosed by yellow rectangles denoted the keyword that characterized the crater class. The information derived by discovering relevant documents from open-linked data resources could effectively enrich the semantics of a landform class, and further provides more features for this landform characterization.
4.2. Crater and Cirque Detection
To verify the contribution of enrich semantics and the performance of BoGW in landform object detection from DEM, we illustrated the detection results on crater and cirque detection based on a large-scale DEM dataset accessed from the 3D Elevation Program established by U.S. Geological Survey [
36]. The experimental dataset mainly covers Sunset Crater Volcano National Monument, which locates in the north of Flagstaff in U.S. State of Arizona. Sunset Crater Volcano National Monument is an important place where enables observing and studying young volcanic craters and cirques.
Figure 7 shows the location and visualization of the experiment dataset. A number of craters are obviously visible in the National Map and TIN data. The extent of DEM is a rectangular area has top-left coordinate (35.430462963, −111.573981482), and right-bottom coordinate (35.2937037037, −111.248425926) projected with coordinate system GCS_North_American 1983. To detect craters and cirque more accurate, we used a DEM with 1m spatial resolution, the dimensionality of 3516 × 1477.
As shown in
Table 4, ridgeline refers to a fundamental element of crater and cirque. Thus, we detected ridgelines with the spatio-contextual approach. Here, we selected 0.46 as the threshold of elevation difference in the method.
Figure 8A shows the result of ridgeline detection. The detected ridgelines were labeled as red lines, and the background was a curvature map. A majority of ridgelines belonging to the rims of craters and cirques could be detected. Suffering from the rough terrestrial surface which high resolution DEM always represents, some ridgelines were not linear and extensive. However, a further correction for these disconnected ridgelines was not given. We found that many ridgelines were not represented as a linear feature, which were different from the representation observed in a low-resolution DEM.
Then, we calculated the MBB that encloses the result of geomorphological variable (ridgeline) detection. Moreover, considering that the rims of a crater might be detected as different strings of ridgelines, we created each similar MBB at multiple scales.
Figure 8B shows the result of multi-scales MBB. Black lines referred to detected ridgelines. Red boxes, orange boxes and blue boxes respectively denoted the MBB built with small, medium and big scale.
In
Table 3, crater and cirque shared some similar keywords, such as depression, bowl-shaped, partially enclosed, etc. Moreover,
Figure 9 visualized the similarity between crater and cirque with satellite imageries. Red ellipse denoted the ideal rims of a crater, and cyan line was the ridgeline invisible from the satellite image.
Figure 9A showed a crater that had a flat boundary in its southeastern part, where was labeled as a cyan curve. Such cater that had a breach in the surrounding rim, could also be seen in the experimental dataset. The object in
Figure 9B seemed approximately to be a hollow, rather than crater, since it had a wide and flat bottom area.
Figure 9C showed a crater that had similar characteristics to the object shown in
Figure 9B, having a breach in the surrounding rim, ambiguous depression, and flat bottom. The features listed in
Table 4 and the objects shown in
Figure 9 indicated that crater and cirque might be difficult for distinguishing in case of some detected objects. Thus, we evaluated the proposed BoGW model for landform recognition without distinguishing crater and cirque.
Then, we calculated the weighted feature vector based on the area enclosed by each MBB. Then, we used an SVM classifier to classify the category of each MBB. Specifically, if the MBBs that were classified into crater or cirque overlapped each other, we selected the MBB that had the smallest size as the final detection result.
Figure 10 showed the result of crater and cirque detection. Red boxes, yellow boxes, and cyan boxes were the true positive detection, false-negative detection, and false-positive detection, respectively. To illustrate the detection results clearer, we superimposed the detection results onto a satellite image and a curvature map, respectively. User’ accuracy and producer’s accuracy were 84% and 93%, respectively. The visual assessment and accuracy indicated that the proposed BoGW could support landform object detection from high-resolution DEMs. Moreover, we also found that the proposed BoGW generally produced much higher recall than precision in detecting crater and cirque.
The reason accounting for these phenomena might include three parts. First, previous works reported that the algorithm for detecting circular shape of geomorphological variables could effectively extract a majority of objects being similar to crater and cirque. This means that few irrelevant objects were cleared away, which led to a high producer’s accuracy, or recall. Moreover, we believed that this result posed the significance of shape in landform detection. Second, the existing approach for detecting shapes, such as Hough transform and approximation contour, might be confronted with the challenge of detecting the exact shape of geomorphological variables from high-resolution DEMs. For example, much false-negative detection occurred due to the difficulty of distinguishing bend linear features and curve features. Finally, the accuracy of geomorphological variable detection from high-resolution DEM played a key role of landform object detection. It leaded to the fact that user’s accuracy was much lower than producer’s accuracy.
Table 6 quantitatively evaluates the detection results.