Next Article in Journal
Measure of Landmark Semantic Salience through Geosocial Data Streams
Previous Article in Journal
A Software Reference Architecture for Service-Oriented 3D Geovisualization Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Predicting Relevant Change in High Resolution Satellite Imagery

Center for Geospatial Intelligence, University of Missouri, Columbia, MO 65211, USA
ISPRS Int. J. Geo-Inf. 2014, 3(4), 1491-1511; https://doi.org/10.3390/ijgi3041491
Submission received: 4 September 2014 / Revised: 15 November 2014 / Accepted: 12 December 2014 / Published: 22 December 2014

Abstract

: With the ever increasing volume of remote sensing imagery collected by satellite constellations and aerial platforms, the use of automated techniques for change detection has grown in importance, such that changes in features can be quickly identified. However, the amount of data collected surpasses the capacity of imagery analysts. In order to improve the effectiveness and efficiency of imagery analysts performing data maintenance activities, we propose a method to predict relevant changes in high resolution satellite imagery based on human annotations on selected regions of an image. We study a variety of classifiers in order to determine which is most accurate. Additionally, we experiment with a variety of ways in which a diverse set of training data can be constructed to improve the quality of predictions. The proposed method aids in the analysis of change detection results by using various classifiers to develop a relevant change model that can be used to predict the likelihood of other analyzed areas containing a relevant change or not. These predictions of relevant change are useful to analysts, because they speed the interrogation of automated change detection results by leveraging their observations of areas already analyzed. A comparison of four classifiers shows that the random forest technique slightly outperforms other approaches.

1. Introduction

With the proliferation of readily accessible high resolution satellite imagery, many researchers have focused their efforts on multi-temporal imagery analysis. Bhatt and Wallgrun astutely observe that the temporal aspect of spatial data has become an increasingly important component for analysis applications [1], including image to image change detection. One example of such a system is the Geospatial Change Detection and Exploitation System (GeoCDX), a fully-automated system for large-scale change detection in high resolution imagery [2], which was recently published in a Special Issue on multi-temporal analysis of remote sensing data [3]. Other approaches for high resolution change detection include using neural networks [4], hierarchical clustering [5,6], expectation maximization level sets [7], morphological attribute profiles [8] and segmentation [9]. However, in many cases, simply identifying the changes that have occurred is not sufficient.

Several change detection approaches focus the identification of change for very specific purposes. A sampling of these includes mapping land cover patterns for urban growth modeling [10], identifying areas in need of vegetation cover rehabilitation [11] and estimating seismic risk [12]. In this manuscript, we are interested in permanent, anthropogenic changes; a more detailed description is provided in Section 3.1.

We propose an approach for automatically identifying relevant change using a classifier that has been trained with user-identified examples of relevant change. If a user views exemplar regions of a pair of multi-temporal images and provides an assessment of whether or not a relevant change occurred, then we should be able to train a system to then classify other regions within the image.

In previous work, we developed a query-by-example (QBE) system for content-based image retrieval (CBIR) [1315] that could identify imagery in a database that matched a given query image. In [16], Barb and Kilicay-Ergin developed semantic models using genetic optimization of low-level image features. Other examples of applying data mining algorithms to remote sensing imagery include mining temporal-spatial information [17] and using association rules to extract information from the gaze patterns of individuals viewing satellite imagery [18].

In this manuscript, Section 2 presents a high-level overview of the GeoCDX change detection system, as this serves as the source of the imagery features and change annotations used in the prediction of relevant change. Our definition of relevant change is given in Section 3 along with a description of the classification algorithms used. Section 4 describes the experiments performed to evaluate the change prediction algorithms and discusses the meaning of the results. Finally, Section 5 provides a conclusion and a brief description of future directions of research.

2. Change Detection with GeoCDX

The Geospatial Change Detection and Exploitation System (GeoCDX) is a sensor-agnostic change detection system for high resolution remote sensing imagery [2]. GeoCDX automatically ingests imagery from a variety of sensors, including IKONOS, QuickBird, GeoEye-1 and WorldView-2. Once ingested into the system’s catalog, a data-specific processing plan is developed based on the characteristics of the imagery. The first step of this processing may involve steps, such as geometric correction and conversion to top-of-atmosphere (TOA) reflectance, if they are appropriate for the imagery. The system automatically determines which temporal pairs of images can be created when new imagery is ingested; this also creates a processing plan for each pair. This fully-automated plan includes image-to-image coregistration, radiometric balancing, high-level feature extraction, differencing of the extracted features and fusion of the difference images into a single change confidence image. A summary of these processing steps can be found in Figure 1.

The change detection results are then subdivided by the GeoCDX system into 256 × 256-meter tiles. A per-tile change score is then calculated for each tile based on the extent and intensity of the change. As defined in [2], this per-tile change score is:

1 | T | ( ( i , j ) T s i j )
where T is the set of pixels that compose a tile and sij is a per-pixel change score calculated using a non-linear stack filter algorithm that accounts for the intensity and morphological characteristics of the change present at each pixel. This per pixel-change score is described in detail in Section IV.B. of [2].

Tiles are then ranked using this change score from most change to least change and presented in rank order in a web interface. Users are then free to exploit the tiles that have been determined to have the most change and stop their analysis when they no longer find a relevant change in the results. An example of highly-ranked change results in the GeoCDX web interface can be seen in Figure 2.

Additionally, the GeoCDX system also uses the per-tile feature signature and per-tile change signature to cluster tiles based on their amount of change and the content. Complete details on the competitive agglomerative clustering algorithm used for this task can be found in [19]. This algorithm produces a dynamic (but bounded) number of clusters based on the degree of variance in the types of change present in a given pair. Each cluster produced represents a distinct type of transition between land-cover, land-use types. For example, one cluster may represent grassland that has changed to residential housing, while another may contain examples of new buildings appearing in urban areas. Figure 3 shows several examples of members of clusters produced by the GeoCDX system.

For the work presented herein, the GeoCDX system was used to perform change detection on imagery from a variety of geographic areas. One of the results (and the only one considered in this work) of the automated GeoCDX change detection processing is a prioritized list of tiles 256 × 256 meters in size that are ordered in terms of most change to least change. In typical usage, an analyst would interrogate these results in rank order, making a change versus no change assessment for each tile. As a user progresses through the list of tiles, we seek to leverage knowledge from the tiles that have already been assessed to make predictions about the remaining tiles in the list that contain change or not.

3. Using Classifiers to Predict Relevant Change

Using the same per-tile feature signatures that the GeoCDX system uses to organize image tiles into clusters [19], we propose methods for predicting areas of relevant change based on prior, manual classification of a subset of a pair. A high-level flow chart of the proposed change prediction methodology can be seen in Figure 4.

A user begins by inspecting tiles in the GeoCDX user interface and performing change analysis to determine if a relevant change has occurred within the tile. These change/no-change annotations are recorded on a per-tile basis in the system database. If change occurs, but is not relevant, it is to be marked as no-change by the analyst. This information can then be used in conjunction with the per-tile features used for change clustering that were described in Section 2 and explained in detail in Section III.A. of [19]. These features are 16-bin histograms that encode information about the 14-pixel level features used by the GeoCDX system. As was the case in [19], we concatenate these histograms together to construct a single feature vector that represents the signature for each tile. We use these signatures along with accumulated change/no change annotation data for a pair to produce a classifier (i.e., the relevant change model) that can be used to predict relevant change for the remaining tiles within a pair.

3.1. Definition of Relevant Change

There are many applications that call for the use of automated change detection using remotely-sensed imagery. Each application has its own set of criteria that define types of changes that are relevant and not relevant. For example, following a natural disaster, emergency management authorities are likely only interested in identifying areas that have been damaged or destroyed. Additionally, insurance companies have an interest in knowing about changes to properties for which they underwrite policies (e.g., expansions of existing structures, new outbuildings being constructed, etc.)

Bruzzone and Bovolo propose a taxonomy of the causes of changes in [20]. In this paper, we propose a scenario in which we are interested in the subset of anthropogenic changes that may require features on a map to be updated that are considered relevant change; all other features are not considered relevant change. Within this definition of relevant change, we include any new building or an extension to an existing building that is at least 200 square meters in area (i.e., approximately the size of a small residential house). Additionally, we consider any new road, parking lot or other impervious surface to be a relevant change. The demolition of any existing building or road is also considered to be a relevant change. Finally, disturbed earth that has been cleared for non-agricultural purposes (e.g., construction, deforestation, etc.) is considered to be relevant change.

Conversely, seasonal or transitory changes are not considered to be relevant changes for this particular experiment. For example, vehicles in parking lots or on roads, although a common sight, are not considered to be a relevant change. Changes to road surfaces, such as repaving, do not constitute a relevant change, because it is not a change that would require an update of features on a map. Agricultural changes (including planting crops, plowing fields, etc.) and seasonal water body fluctuations are not relevant for this experiment. Finally, ephemeral changes, such as shadows or building glint (due to over-saturation of the sensor), leading to streaking, is not a relevant change.

3.2. Classification Algorithms

In this manuscript, we present change classification results from four different algorithms in order to determine the relative efficacy of each. The input to each classification model is a real-valued feature vector along with a binary (change/no-change) classification for each training data point. For classification purposes, we use the same feature vectors used to cluster the tiles that were described in Section 2. From this training dataset, a classification model is built for nearest neighbor, SVM, decision tree (CART) and random forest classification.

3.2.1. k-Nearest Neighbors

The simplest algorithm employed in this manuscript is the k-nearest neighbors classification algorithm [21]. For a given tile to be classified, its feature vector, x, is compared to those of all training tiles in the set and the class of the nearest tile in the feature space is assigned.

3.2.2. Support Vector Machines

The use of support vector machines (SVMs) has been widely discussed as a means of performing nonlinear two-class classification. Originally developed by Cortes and Vapnik [22], SVMs are capable of performing efficient classification of data not otherwise linearly separable by employing the “kernel trick” to project data into a high-dimensional feature space.

For each tile in the training set, we can define feature vector xiRd and assignment membership to it based on whether it was marked as being relevant change (i.e., let yi = 1) or either not-relevant change or no change (i.e., let yi = −1). If we let w represent the vector normal to the hyperplane that divides the two sets, then we can solve the classification problem using quadratic programming. We must optimize:

argmin ( w , b ) 1 2 | | w | | 2
subject to:
y i ( w * x i b ) 1
for all values of i. The resulting classification is the one which maximizes the margin, or separation between the two classes, in the high dimensional space used by the chosen kernel.

Classification is then performed by projecting each new data point into the same high dimensional space and determining on which side of the hyperplane it falls.

3.2.3. Decision Tree Classification

Additionally, we employ the CART decision tree classification algorithm originally proposed by Breiman et al. [23]. Decision trees are a non-parametric technique that are built by making choices at each node in the tree regarding how to split the dataset in such a way that balances the data points and yields the greatest predictive accuracy. These splits continue recursively until each node contains data points belonging to a single class or some predetermined node size has been reached.

Classification can be performed by starting at the root node and walking the decision tree until a node is reached. A class label is then assigned based on the label of the data points in the node.

3.2.4. Random Forest

The decision tree concept was extended by Breiman to create the ensemble classification method of random forests [24]. This technique utilizes “bagging” to sample the training dataset to produce multiple decision trees. During the classification stage, these trees are then used in concert to produce several classification results. Each tree casts a vote for classification of the data point, and the consensus data point (i.e., the one with the plurality of votes) is assigned.

4. Results

In this section, we will describe the experiments performed to test the predictions of relevant change made by various algorithms. These experiments involved data from the three areas shown in Table 1. The regions used were varied in their landscape. Columbia, Missouri, USA, contains a mix of urban areas and rural farmland, both of which showed moderate amounts of change. The Las Vegas, Nevada, USA, imagery was highly urbanized and contained significant amounts of change. Finally, a sparsely-populated, mountainous area near Natanz, Iran, was used, which underwent very little change during the time period between the two images.

In order to generalize well, a classifier should be built with a training dataset that matches the natural distribution of the entire dataset [25]. This is particularly challenging with imbalanced datasets in which there are relatively few samples from one class. Methods to address the challenge of imbalanced datasets can be grouped into three categories [26]: adapting existing algorithms, pre-processing the datasets through sampling techniques or post-processing the classification model. While the Columbia and Las Vegas datasets are split roughly 3:1 between no change and change tiles, the Natanz dataset is split 50:1 between no change and change tiles. Given the potential challenges of our dataset, we will investigate dataset sampling techniques, such as those proposed in [27], to improve our classification results. The following sections describe sampling methods that employ knowledge of the dataset to ensure that a variety of types of data points are included in the training set. Table 2 shows the number of training and testing samples used for each dataset as well as the percent of change and no change tiles contained within each testing dataset.

4.1. Predictions Using High-Change Tiles

The first experiment involves using tiles that the GeoCDX system identified as being high change tiles. Using these high change tiles, each of the four classifiers will be trained with the data corresponding to a fixed percentage of tiles. While the selected tiles are all high-change tiles, not all of the change captured by them is necessarily relevant change. We produced three different datasets with high change tiles; they include the highest ranked 5%, 15% and 25% of the dataset. Table 3 shows the chosen percentages and the corresponding number of tiles used from each pair.

4.3. Predictions Using Cluster Members

Recall that Section 2 described the clustering of change detection results. In an effort to train the classifier with a more diverse training dataset, we can use these clusters to produce our training samples. As was mentioned above, the number of clusters varies by pair, as does the number of members in each cluster. We began by producing a training dataset for each pair that contained the most representative member of each cluster in the pair. Then, we produced expanded training datasets for each pair by including the second and then third most representative member in each cluster. Table 5 shows a summary of the number of tiles used for each dataset.

4.4. Predictions Using Cluster Members in Addition to High- and Low-Change Tiles

Finally, we also produce datasets that combine tiles that have very high GeoCDX change scores, very low GeoCDX change scores and representative exemplars from each GeoCDX change cluster.Tables 6 and 7 show a summary of the composition of these training datasets. Ideally, these tiles depict the wide variety of land cover and land use types present in each pair to address the sampling concerns described in the introduction to Section 4.

4.5. Prediction Results

Using all of the training datasets described in the previous subsections, we will construct a nearest neighbor, support vector machine, decision tree and random forest classifier for each dataset. We will use each classifier to label all of the remaining data (i.e., the test data) and compare the results to ground truth change/no-change labels applied by an experienced imagery analyst. Based on these classification results, we catalog the following:

  • true positive results: relevant change occurred, and it was classified as such;

  • false positive results: no change occurred or a change that was not relevant occurred, but was classified by the algorithm as change;

  • false negative results: a relevant change occurred, but was not correctly classified;

  • true negative results: no change occurred or a change occurred that was not relevant, and the classifier correctly indicated this condition.

Based on these four factors, we can calculate traditional assessment metrics of precision and recall as follows:

Precision = TP TP + FP
Recall = TP TP + FN

An accuracy metric can also be calculated to measure the overall performance of each algorithm, as shown in Equation (6).

Accuracy = TP + TN TP + FP + FN + TN

We present four tables that illustrate the precision, recall and accuracy values for each of the types of classifiers described in Section 3. Table 8 provides results for the nearest neighbor classifier, Table 9 for support vector machine, Table 10 for the decision tree and Table 11 for the random forest classifier. Each row in the table corresponds to one of the training datasets described in Tables 35, 6 and 7.

Table 8 shows the results of change prediction using a nearest neighbor classifier. Recall rates are highest when only using the high change tiles as training data (Datasets A1–A3); this holds true for all three test sites. However, when using this training data, overall accuracy clearly suffers. Generally, the highest combinations of precision, recall and accuracy values come from the training datasets that combine high change tiles and members from each of the change clusters (the F and G series datasets). However, overall, the results of using a nearest neighbor (NN) classifier are not compelling.

Results that quantify the performance of support vector machine (SVM) classification can be found in Table 9. Overall, these results show a marked improvement over those of the NN classifier. Again, the use of training sets that combine high change tiles with representative cluster members continue to produce the best classification results. Precision and accuracy values hover around the 50% mark, while overall accuracy is between 70–80% for the Columbia and Las Vegas datasets. The Natanz dataset represents an anomaly, because of the relatively small amount of actual change in the dataset; precision and recall values typically top out no higher than 30%, but overall accuracy is in the mid-90% range. This occurs because the classifier is able to accurately predict a large number of true negative tiles within this pair.

Generally, the results of the CART decision tree classification shown in Table 10 indicate a slight decrease in precision, recall and accuracy compared to those of the SVM. The notable exception was that the D and E series datasets showed a slight improvement using the CART decision tree compared to SVM.

Finally, change prediction results using the random forest classifier shown in Table 11 are the best among the four algorithms presented.

4.6. Analysis of Results Using a Generalized F-Score

The F-score is a commonly-used assessment to determine a classification algorithm’s accuracy in a way that takes into account both precision and accuracy. The traditional F1 score is calculated as the harmonic mean of the precision and recall values and is bounded between zero and one. F1 can be calculated as follows:

F 1 = 2 Precision Recall Precision + Recall = 2 TP 2 TP + FP + FN
where TP represents the number of true positive outcomes, FP the number of false positive outcomes and FN the number of false negative outcomes.

A more generalized version of the F-score can be calculated by introducing a variable β that allows more emphasis to be placed on the precision or recall component. This generalized F-score, , is calculated as:

F β = ( 1 + β 2 ) Precision Recall β 2 Precision + Recall
where a larger value of β weights recall more highly than precision and a smaller value of β emphasizes precision at the expense of recall.

Table 12 shows values of F0.1, F1 and F10 calculated using the precision and recall values from Table 8. The F0.1 represents a measure in which precision is 10-times more important than recall. The F10 measure weights precision and recall in a way that makes recall 10-times more important that precision. Finally, F1 is the balanced weighting of the precision and recall values. Based on these three measures across the various datasets, we can see that, in general, the nearest neighbor classifier can produce satisfactory results if recall is preferred over precision, but it does not do so consistently. In particular, the Las Vegas and Natanz datasets very rarely have values greater than 0.5.

Values for the three F-scores using the SVM classifier are shown in Table 13. In this table, we begin to see higher scores due to the improved quality of the classification results compared to the NN classifier. Scores for the Columbia dataset are typically greater than 0.5 for all three measures. Many F-score values for Las Vegas pass that threshold, as well. However, the results for Natanz show little improvement using the SVM classifier.

As we noted in Section 4.5, the results for the CART classifier generally seem to be slightly worse than those of SVM. We see this same trend when examining the various F-score values for the CART classifier shown in in Table 14.

Finally, the breakthrough comes when we examine the F-score values for the random forest classifier shown in Table 15. In general, all training datasets for the Columbia tiles provide balanced results that favor neither precision nor recall. The Las Vegas training datasets produce results that favor precision over recall, as can be seen by their relatively high F0.1 scores and their relatively low F10 scores. It is interesting to note that the G series datasets for Las Vegas (i.e., G1, G2 and G3) produce low F0.1 scores. Referring to Table 7, we can see that those datasets employ a very large percent of the pair’s tiles. We believe that over-fitting is occurring, which prevents the classifier from generalizing well. The F-score values for the Natanz datasets show an interesting trend. Data Series A, C, D and E all produce low values for the three reported F-scores. Meanwhile, Data Series B, F and G report high scores for F0.1, which means that the precision is relatively high. Recall that Table 2 showed that the Natanz pair was filled with an overwhelming number of no-change tiles. Only Data Series B, F and G include significant numbers of no-change tiles that allow the random forest classifier to produce an effective model of the training data that generalizes to the test data.

5. Discussion and Conclusions

This manuscript presents a method for predicting areas of relevant change, within the GeoCDX system [2]. This system combines automated change detection processing with human-in-the-loop rapid triage of change detection results. While the GeoCDX system is agnostic to the type of change detected, human judgment is used to conclude whether a tile should be tagged as containing “relevant” change depending on the analyst’s task. As a user interrogates change detection results presented by GeoCDX, we showed that we were able to use the change/no-change annotations of the imagery analyst to help predict whether subsequent tiles contained relevant change or not. These predictions ultimately lead to decreased analysis time for the user.

Four different classification algorithms were used to perform the prediction; in general, the random forest classification algorithm performed the best. We also explored various schemes to construct a well-diversified training dataset that included areas of change and areas without change to ensure that the makeup of the training dataset reflects that of the entire dataset [25]. Generally, training datasets that included samples from all of the GeoCDX change clusters produced the best classifiers. We demonstrated that with an appropriate training dataset, we can produce a random forest classifier that can typically predict relevant change with an accuracy of greater than 70% and even up to 97%. The classifiers that are produced generally favor precision over recall, meaning that there will be relatively few false positive change indications.

In future work, we plan to investigate using more granular features extracted from the imagery to predict changes at a finer scale. We recognize the limitations of using the features extracted from 256 by 256-meter tiles used by GeoCDX, but were generally pleased with the results that could be achieved with those features. Additionally, we plan to incorporate gaze tracking information gathered from system users [18] to better identify precisely which portions of the image are important for making decisions about relevant change versus irrelevant change versus no change. Using this eye tracking information along with more fine-grained image features will improve future change predictions. Finally, additional experiments should be performed to gauge the improvement in performance offered by using change/no change annotations from an imagery analyst to predict the existence of relevant change in other, unseen portions of the image. We anticipate significant efficiency improvements by using our semi-automated approach to suggest whether relevant change has occurred or not; however, this should be verified experimentally.

Conflicts of Interest

The author declares no conflict of interest.

References

  1. Bhatt, M.; Wallgrün, J.O. Geospatial narratives and their spatio-temporal dynamics: Commonsense reasoning for high-level analyses in geographic information systems. ISPRS Int. J. Geo-Inf. 2014, 3, 166–205. [Google Scholar]
  2. Klaric, M.; Claywell, B.; Scott, G.; Hudson, N.; Sjahputera, O.; Li, Y.; Barratt, S.; Keller, J.; Davis, C. GeoCDX: An automated change detection and exploitation system for high-resolution satellite imagery. IEEE Trans. Geosci. Remote Sens 2013, 51, 2067–2086. [Google Scholar]
  3. Bovolo, F.; Bruzzone, L.; King, R. Introduction to the special issue on analysis of multitemporal remote sensing data. IEEE Trans. Geosci. Remote Sens. 2013, 51, 1867–1869. [Google Scholar]
  4. Zhong, Y.; Liu, W.; Zhao, J.; Zhang, L. Change detection based on pulse-coupled neural networks and the NMI feature for high spatial resolution remote sensing imagery. IEEE Geosci. Remote Sens. Lett. 2015, 12, 537–541. [Google Scholar]
  5. Ding, K.; Huo, C.; Xu, Y.; Zhong, Z.; Pan, C. Sparse hierarchical clustering for VHR image change detection. IEEE Geosci. Remote Sens. Lett. 2015, 12, 577–581. [Google Scholar]
  6. Liu, S.; Bruzzone, L.; Bovolo, F.; Du, P. Hierarchical unsupervised change detection in multitemporal hyperspectral images. IEEE Trans. Geosci. Remote Sens. 2015, 53, 244–260. [Google Scholar]
  7. Hao, M.; Shi, W.; Zhang, H.; Li, C. Unsupervised change detection with expectation-maximization-based level set. IEEE Geosci. Remote Sens. Lett. 2014, 11, 210–214. [Google Scholar]
  8. Falco, N.; Mura, M.; Bovolo, F.; Benediktsson, J.; Bruzzone, L. Change detection in VHR images based on morphological attribute profiles. IEEE Geosci. Remote Sens. Lett. 2013, 10, 636–640. [Google Scholar]
  9. Hichri, H.; Bazi, Y.; Alajlan, N.; Malek, S. Interactive segmentation for change detection in multispectral remote-sensing images. IEEE Geosci. Remote Sens. Lett. 2013, 10, 298–302. [Google Scholar]
  10. Ahmed, B.; Ahmed, R. Modeling urban land cover growth dynamics using multitemporal satellite images: A case study of Dhaka, Bangladesh. ISPRS Int. J. Geo-Inf. 2012, 1, 3–31. [Google Scholar]
  11. Estoque, R.C.; Estoque, R.S.; Murayama, Y. Prioritizing areas for rehabilitation by monitoring change in barangay-based vegetation cover. ISPRS Int. J. Geo-Inf. 2012, 1, 46–68. [Google Scholar]
  12. Wieland, M.; Pittore, M.; Parolai, S.; Zschau, J. Exposure estimation from multi-resolution optical satellite imagery for seismic risk assessment. ISPRS Int. J. Geo-Inf. 2012, 1, 69–88. [Google Scholar]
  13. Shyu, C.R.; Klaric, M.; Scott, G.; Barb, A.; Davis, C.; Palaniappan, K. GeoIRIS: Geospatial information retrieval and indexing system mdash;Content mining, semantics modeling, and complex queries. IEEE Trans. Geosci. Remote Sens. 2007, 45, 839–852. [Google Scholar]
  14. Klaric, M.; Scott, G.; Shyu, C.R. Multi-index multi-object content-based retrieval. IEEE Trans. Geosci. Remote Sens. 2012, 50, 4036–4049. [Google Scholar]
  15. Scott, G.; Klaric, M.; Davis, C.; Shyu, C.R. Entropy-balanced bitmap tree for shape-based object retrieval from large-scale satellite imagery databases. IEEE Trans. Geosci. Remote Sens. 2011, 49, 1603–1616. [Google Scholar]
  16. Barb, A.; Kilicay-Ergin, N. Genetic optimization for associative semantic ranking models of satellite images by land cover. ISPRS Int. J. Geo-Inf. 2013, 2, 531–552. [Google Scholar]
  17. Shyu, C.R.; Klaric, M.; Scott, G.; Mahamaneerat, W. Knowledge discovery by mining association rules and temporal-spatial information from large-scale geospatial image databases, Proceedings of IGARSS 2006, IEEE International Conference on Geoscience and Remote Sensing Symposium, 2006, Denver, CO, USA, 31 July–4 August 2006; pp. 17–20.
  18. Klaric, M.N.; Anderson, B.; Shyu, C.R. Information mining from human visual reasoning about multi-temporal, high-resolution satellite imagery. Int. J. Image Data Fusion 2012, 3, 243–256. [Google Scholar]
  19. Sjahputera, O.; Scott, G.; Claywell, B.; Klaric, M.; Hudson, N.; Keller, J.; Davis, C. Clustering of detected changes in high-resolution satellite imagery using a stabilized competitive agglomeration algorithm. IEEE Trans. Geosci. Remote Sens. 2011, 49, 4687–4703. [Google Scholar]
  20. Bruzzone, L.; Bovolo, F. A novel framework for the design of change-detection systems for very-high-resolution remote sensing images. Proc. IEEE 2013, 101, 609–630. [Google Scholar]
  21. Cover, T.; Hart, P. Nearest neighbor pattern classification. IEEE Trans. Inf. Theory 1967, 13, 21–27. [Google Scholar]
  22. Cortes, C.; Vapnik, V. Support-vector networks. Mach. Learn. 1995, 20, 273–297. [Google Scholar]
  23. Breiman, L.; Friedman, J.H.; Olshen, R.A.; Stone, C. Classification and Regression Trees; Chapman & Hall: New York, NY, USA, 1984. [Google Scholar]
  24. Breiman, L. Random forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar]
  25. Provost, F. Machine learning from imbalanced data sets 101, Proceedings of the AAAI-2000 Workshop on Imbalanced Data Sets, Austin, TX, USA, 31 July 2000.
  26. Abe, N. Sampling approaches to learning from imbalanced datasets: Active learning, cost sensitive learning and beyond, Proceedings of the ICML-KDD’2003 Workshop: Learning from Imbalanced Data Sets, Washington, DC, USA, 21 August 2003.
  27. Tang, Y.; Zhang, Y.Q.; Chawla, N.; Krasser, S. SVMs modeling for highly imbalanced classification. IEEE Trans. Syst. Man Cybern. Part B: Cybern 2009, 39, 281–288. [Google Scholar]
Figure 1. A high-level overview of the Geospatial Change Detection and Exploitation System (GeoCDX) processing flow.
Figure 1. A high-level overview of the Geospatial Change Detection and Exploitation System (GeoCDX) processing flow.
Ijgi 03 01491f1 1024
Figure 2. In the GeoCDX web user interface, the far left-hand side contains the navigation menu for the GeoCDX software. Immediately to the right of that are clickable links to sets of change detection results in batches of twenty tiles (i.e., 1–20, 21–40, etc.). Further to the right are three images in each row representing the before image, the after image and the corresponding change map that highlights changed regions. Finally, on the far right side of each row, there is a UI element that allows an analyst to tag a tile as “change” (the button with the red text) or “no change” (the button with the green text).
Figure 2. In the GeoCDX web user interface, the far left-hand side contains the navigation menu for the GeoCDX software. Immediately to the right of that are clickable links to sets of change detection results in batches of twenty tiles (i.e., 1–20, 21–40, etc.). Further to the right are three images in each row representing the before image, the after image and the corresponding change map that highlights changed regions. Finally, on the far right side of each row, there is a UI element that allows an analyst to tag a tile as “change” (the button with the red text) or “no change” (the button with the green text).
Ijgi 03 01491f2 1024
Figure 3. Each column depicts a representative example from a particular change cluster in Columbia, MO, USA. Notice that each cluster depicts a different type of change. (a) Cluster 2 before. (b) Cluster 5 before. (c) Cluster 7 before. (d) Cluster 12 before. (e) Cluster 2 after. (f) Cluster 5 after. (g) Cluster 7 after. (h) Cluster 12 after. (i) Cluster 2 change. (j) Cluster 5 change. (k) Cluster 7 change. (l) Cluster 12 change.
Figure 3. Each column depicts a representative example from a particular change cluster in Columbia, MO, USA. Notice that each cluster depicts a different type of change. (a) Cluster 2 before. (b) Cluster 5 before. (c) Cluster 7 before. (d) Cluster 12 before. (e) Cluster 2 after. (f) Cluster 5 after. (g) Cluster 7 after. (h) Cluster 12 after. (i) Cluster 2 change. (j) Cluster 5 change. (k) Cluster 7 change. (l) Cluster 12 change.
Ijgi 03 01491f3 1024
Figure 4. Overall workflow for using binary classification to predict relevant change.
Figure 4. Overall workflow for using binary classification to predict relevant change.
Ijgi 03 01491f4 1024
Table 1. Information about the three image pairs used during the experiments presented herein.
Table 1. Information about the three image pairs used during the experiments presented herein.
LocationBefore Image
After Image
km2No. of Tiles
DateSensorDateSensor
Columbia, MO, USAApril 30, 2000IKONOSJune 28, 2006QuickBird1592528
Las Vegas, NV, USAMay 10, 2002QuickBirdMay 18, 2003QuickBird31522
Natanz, IranSeptember 19, 2006QuickBirdJune 11, 2007QuickBird2503660
Table 2. Size of training dataset versus testing dataset.
Table 2. Size of training dataset versus testing dataset.
DatasetColumbia
Las Vegas
Natanz
Training
Testing
Training
Testing
Training
Testing
No.No.% Change% No ChangeNo.No.% Change% No ChangeNo.No.% Change% No Change
A11262,40228.18%71.82%2649620.36%79.64%1833,4774.80%95.20%
A23792,14924.57%75.43%7844414.19%85.81%5493,1112.73%97.27%
A36321,89621.89%78.11%13039211.22%88.78%9152,7451.42%98.58%
B12522,27629.53%70.47%5247021.28%78.72%3663,2945.07%94.93%
B27581,77028.87%71.13%15636616.39%83.61%1,0982,5623.32%96.68%
B31,2641,26430.06%69.94%26026215.65%84.35%1,8301,8302.13%97.87%
C11002,42831.05%68.95%9043225.69%74.31%903,5706.75%93.25%
C22922,23630.50%69.50%25626631.95%68.05%2683,3925.98%94.02%
C34772,05129.64%70.36%36815436.36%63.64%4413,2195.19%94.81%
D12222,30627.93%72.07%11340922.25%77.75%2613,3994.62%95.38%
D23152,21327.70%72.30%20331924.76%75.24%3353,3254.42%95.58%
D34072,12127.30%72.70%27724526.94%73.06%4103,2504.15%95.85%
E14662,06224.35%75.65%16236015.28%84.72%6043,0562.59%97.41%
E25531,97524.00%76.00%24627617.03%82.97%6553,0052.46%97.54%
E36361,89223.57%76.43%31320917.70%82.30%7102,9502.31%97.69%
F13362,19229.20%70.80%13638623.32%76.68%4443,2164.88%95.12%
F24202,10828.89%71.11%22429826.17%73.83%5183,1424.68%95.32%
F35002,02828.40%71.60%29123128.14%71.86%5933,0674.40%95.60%
G18161,71228.50%71.50%22429817.79%82.21%1,1532,5073.15%96.85%
G28801,64827.91%72.09%29522720.26%79.74%1,2042,4563.01%96.99%
G39411,58727.41%72.59%34717520.57%79.43%1,2592,4012.83%97.17%
Table 3. In the Series A datasets, we selected only tiles that were highly ranked. Each row represents a dataset with a different fraction of tiles selected.
Table 3. In the Series A datasets, we selected only tiles that were highly ranked. Each row represents a dataset with a different fraction of tiles selected.
Dataset% of TilesNo. of High Change Tiles
ColumbiaLas VegasNatanz
A15%12626183
A215%37978549
A325%632130915
Table 4. The Series B datasets utilize a selection of tiles that were found to have the highest and lowest amounts of change for training. Each row represents a dataset with a different percent of records selected for training.
Table 4. The Series B datasets utilize a selection of tiles that were found to have the highest and lowest amounts of change for training. Each row represents a dataset with a different percent of records selected for training.
Dataset% of High/Low TilesNo. of High/Low Change Tiles
Total % of Tiles
ColumbiaLas VegasNatanz
B15%1262618310%
B215%3797854930%
B325%63213091550%
Table 5. In the Series C datasets, we utilize the most prototypical cluster members from each pair for training data. Each row in this table shows the number of training tiles used as the number of cluster members is increased.
Table 5. In the Series C datasets, we utilize the most prototypical cluster members from each pair for training data. Each row in this table shows the number of training tiles used as the number of cluster members is increased.
DatasetNos. from Each ClusterNo. of Cluster Tiles for Training
Total % of Tiles
ColumbiaLas VegasNatanzColumbiaLas VegasNatanz
C1110090903.96%17.24%2.46%
C2229225626811.55%49.04%7.32%
C3347736844118.87%70.50%12.05%
Table 6. The D, E, F and G series datasets combine tiles with high and low amounts of change in them with prototypical cluster members to form diverse training datasets.
Table 6. The D, E, F and G series datasets combine tiles with high and low amounts of change in them with prototypical cluster members to form diverse training datasets.
Dataset% of High Tiles% of Low TilesNos. from Each Cluster
D15%0%1
D25%0%2
D35%0%3
E110%0%1
E210%0%2
E310%0%3
F15%5%1
F25%5%2
F35%5%3
G115%15%1
G215%15%2
G315%15%3
Table 7. This table provides more detailed information on the composition of the training datasets introduced in Table 6.
Table 7. This table provides more detailed information on the composition of the training datasets introduced in Table 6.
DatasetNo. of Tiles
Total % of Tiles
ColumbiaLas VegasNatanzColumbiaLas VegasNatanz
D12221132618.78%21.65%7.13%
D231520333512.46%38.89%9.15%
D340727741016.10%53.07%11.20%
E146616260418.43%31.03%16.50%
E255324665521.88%47.13%17.90%
E363631371025.16%59.96%19.40%
F133613644413.29%26.05%12.13%
F242022451816.61%42.91%14.15%
F350029159319.78%55.75%16.20%
G1816224115332.28%42.91%31.50%
G2880295120434.81%56.51%32.90%
G3941347125937.22%66.48%34.40%
Table 8. Nearest neighbor change prediction results.
Table 8. Nearest neighbor change prediction results.
DatasetColumbia
Las Vegas
Natanz
PrecisionRecallAccuracyPrecisionRecallAccuracyPrecisionRecallAccuracy
A128.95%83.60%37.55%21.05%99.01%24.19%5.03%70.66%34.54%
A226.97%80.49%41.65%14.10%85.71%23.87%2.66%43.53%54.87%
A323.47%60.96%47.94%11.11%56.82%44.13%1.40%25.64%73.26%
B134.70%21.43%64.89%27.78%45.00%63.40%6.30%34.73%70.52%
B235.93%36.99%62.77%20.90%70.00%51.64%3.97%27.06%75.84%
B336.88%31.05%63.29%16.85%36.59%61.83%2.66%17.95%84.26%
C140.49%61.27%60.01%44.74%30.63%72.45%9.96%21.58%81.54%
C237.15%59.97%56.84%40.98%29.41%63.91%7.24%25.12%76.27%
C339.66%57.40%61.48%44.74%30.36%61.04%7.74%27.54%79.22%
D135.09%57.40%58.33%38.67%31.87%73.59%5.61%40.13%66.08%
D232.96%57.92%54.50%37.88%31.65%70.22%5.68%37.41%69.77%
D332.63%62.15%55.73%35.09%30.30%66.12%4.95%34.81%69.54%
E128.65%58.38%52.96%22.02%43.64%67.78%2.58%35.44%63.78%
E228.17%62.55%51.59%27.40%42.55%71.01%2.54%33.78%66.42%
E328.24%65.61%53.86%20.75%29.73%67.46%2.36%32.35%67.63%
F139.95%50.94%63.32%40.00%33.33%72.80%5.72%23.57%77.30%
F236.83%57.14%59.30%37.50%30.77%68.46%5.99%24.49%78.49%
F335.39%54.69%58.78%34.55%29.23%64.50%5.23%25.19%76.62%
G138.91%42.42%64.60%27.27%45.28%68.79%3.25%20.25%78.46%
G237.50%46.30%63.47%29.51%39.13%68.72%3.25%20.27%79.44%
G336.59%47.36%63.07%21.74%27.78%64.57%3.29%22.06%79.43%
Table 9. Support vector machine change prediction results.
Table 9. Support vector machine change prediction results.
DatasetColumbia
Las Vegas
Natanz
PrecisionRecallAccuracyPrecisionRecallAccuracyPrecisionRecallAccuracy
A128.19%99.85%28.27%20.53%100.00%21.17%5.13%100.00%11.19%
A227.02%91.67%37.13%14.40%88.89%23.42%2.55%30.59%66.15%
A326.96%76.14%49.63%13.17%61.36%50.26%1.05%5.13%91.77%
B138.55%34.08%64.50%34.52%29.00%73.19%13.30%17.37%90.07%
B252.86%36.20%72.26%30.70%58.33%71.58%9.38%3.53%95.67%
B350.83%32.11%70.25%35.29%29.27%80.53%0.00%0.00%97.27%
C151.11%36.74%69.44%55.88%17.12%75.23%22.95%5.81%92.32%
C247.15%41.20%67.98%52.94%31.76%69.17%21.05%5.91%93.04%
C349.73%46.22%70.21%66.67%53.57%73.38%19.15%5.39%93.91%
D133.09%71.27%51.73%46.15%19.78%77.02%5.97%29.30%75.40%
D236.89%61.99%60.10%51.02%31.65%75.55%7.94%14.97%88.57%
D341.77%59.59%66.29%46.51%30.30%71.84%8.95%12.59%91.05%
E132.39%70.92%56.89%35.29%32.73%80.56%2.22%16.46%79.12%
E233.96%64.77%61.32%30.95%27.66%77.17%1.95%10.81%84.43%
E336.00%62.56%64.96%26.32%27.03%73.68%1.83%7.35%88.78%
F153.60%45.31%72.58%57.89%24.44%78.24%22.22%8.92%94.03%
F252.79%46.63%72.53%52.27%29.49%74.50%23.08%6.12%94.65%
F349.64%47.40%71.40%47.62%30.77%71.00%15.79%4.44%94.75%
G153.60%45.31%72.58%39.53%32.08%79.19%11.54%3.80%96.05%
G252.79%46.63%72.53%57.89%24.44%78.24%11.54%4.05%96.17%
G349.64%47.40%71.40%52.27%29.49%74.50%9.52%2.94%96.46%
Table 10. Decision tree (CART) change prediction results.
Table 10. Decision tree (CART) change prediction results.
DatasetColumbia
Las Vegas
Natanz
PrecisionRecallAccuracyPrecisionRecallAccuracyPrecisionRecallAccuracy
A131.91%93.94%41.80%20.36%100.00%20.36%4.91%87.43%18.03%
A229.03%79.55%47.18%17.41%74.60%46.17%2.86%63.53%39.99%
A327.67%69.40%53.59%12.13%75.00%36.22%2.04%64.10%55.81%
B142.34%41.96%65.99%75.00%18.00%81.28%6.86%38.32%70.49%
B242.48%41.49%66.89%45.83%18.33%83.06%5.76%22.35%85.28%
B338.99%22.37%66.14%75.00%7.32%85.11%4.00%10.26%92.84%
C144.03%56.23%64.21%64.95%56.76%81.02%7.67%36.10%66.36%
C246.19%42.67%67.35%76.74%38.82%76.69%8.10%38.92%69.93%
C342.67%53.13%64.94%43.40%41.07%59.09%5.28%25.75%72.20%
D140.06%65.68%62.97%45.05%45.05%75.55%4.78%46.50%54.75%
D238.17%53.18%63.17%64.58%39.24%79.62%5.38%46.26%61.62%
D337.80%54.06%63.18%50.00%42.42%73.06%5.60%40.74%69.02%
E134.43%60.56%62.32%42.86%16.36%83.89%3.07%59.49%50.36%
E235.37%57.38%64.61%52.94%38.30%83.70%2.92%51.35%56.71%
E334.29%58.74%63.74%27.59%43.24%69.86%2.81%54.41%55.59%
F150.40%39.69%70.99%45.05%45.56%74.35%7.25%26.75%79.73%
F241.84%50.90%65.37%64.58%39.74%78.52%6.26%24.49%79.31%
F339.17%53.99%63.12%49.15%44.62%71.43%5.88%23.70%79.95%
G140.31%43.03%65.60%43.75%13.21%81.54%5.12%21.52%84.96%
G243.87%45.87%68.51%40.00%13.04%78.41%3.50%14.86%85.10%
G339.87%42.53%66.67%34.21%36.11%72.57%4.17%16.18%87.09%
Table 11. Random forest change prediction results.
Table 11. Random forest change prediction results.
DatasetColumbia
Las Vegas
Natanz
PrecisionRecallAccuracyPrecisionRecallAccuracyPrecisionRecallAccuracy
A128.18%100.00%28.18%20.40%100.00%20.56%4.98%94.61%13.00%
A228.09%93.37%39.65%14.36%93.65%19.82%2.94%80.00%27.32%
A326.07%84.82%44.04%13.47%75.00%43.11%2.31%69.23%57.92%
B147.46%48.66%68.94%60.61%20.00%80.21%16.67%5.39%93.84%
B247.70%36.59%70.11%33.33%15.00%81.15%100.00%1.18%96.72%
B348.33%30.53%69.30%50.00%7.32%84.35%100.00%2.56%97.92%
C156.25%32.23%71.17%100.00%2.70%75.00%12.50%3.32%91.90%
C255.38%31.67%71.38%100.00%1.18%68.42%22.41%6.40%93.07%
C356.06%42.60%73.09%100.00%12.50%68.18%22.00%6.59%93.94%
D135.41%88.20%51.78%76.92%10.99%79.46%5.94%66.88%49.54%
D241.53%71.94%64.17%100.00%6.33%76.80%5.28%25.85%76.21%
D346.27%62.18%69.97%100.00%12.12%76.33%8.86%20.74%87.85%
E131.01%85.06%50.29%31.82%12.73%82.50%3.19%64.56%48.40%
E234.24%77.43%58.89%37.50%6.38%82.25%2.80%37.84%66.16%
E336.67%66.59%65.01%33.33%5.41%81.34%3.43%33.82%76.54%
F151.84%52.81%71.90%80.00%8.89%78.24%40.00%2.55%95.06%
F253.55%53.20%73.15%100.00%8.97%76.17%75.00%2.04%95.39%
F352.58%51.39%73.03%100.00%13.85%75.76%100.00%2.22%95.70%
G148.83%38.52%70.97%25.00%3.77%80.87%100.00%1.27%96.89%
G250.14%40.22%72.15%33.33%4.35%78.85%100.00%1.35%97.03%
G349.58%40.92%72.40%40.00%5.56%78.86%100.00%1.47%97.21%
Table 12. Analysis of nearest neighbor change prediction results using a generalized F-Score.
Table 12. Analysis of nearest neighbor change prediction results using a generalized F-Score.
DatasetColumbia
Las Vegas
Natanz
F0.1F1F10F0.1F1F10F0.1F1F10
A10.290.430.820.210.350.960.050.090.63
A20.270.400.790.140.240.820.030.050.38
A30.240.340.600.110.190.550.010.030.22
B10.340.260.220.280.340.450.060.110.33
B20.360.360.370.210.320.680.040.070.26
B30.370.340.310.170.230.360.030.050.17
C10.410.490.610.450.360.310.100.140.21
C20.370.460.600.410.340.290.070.110.25
C30.400.470.570.450.360.300.080.120.27
D10.350.440.570.390.350.320.060.100.38
D20.330.420.570.380.340.320.060.100.35
D30.330.430.620.350.330.300.050.090.33
E10.290.380.580.220.290.430.030.050.31
E20.280.390.620.270.330.420.030.050.30
E30.280.390.650.210.240.300.020.040.29
F10.400.450.510.400.360.330.060.090.23
F20.370.450.570.370.340.310.060.100.24
F30.360.430.540.340.320.290.050.090.24
G10.390.410.420.270.340.450.030.060.19
G20.380.410.460.300.340.390.030.060.19
G30.370.410.470.220.240.280.030.060.21
Table 13. Analysis of support vector machine change prediction results using a generalized F-Score.
Table 13. Analysis of support vector machine change prediction results using a generalized F-Score.
DatasetColumbia
Las Vegas
Natanz
F0.1F1F10F0.1F1F10F0.1F1F10
A10.280.440.970.210.340.960.050.100.85
A20.270.420.900.150.250.850.030.050.28
A30.270.400.750.130.220.590.010.020.05
B10.390.360.340.340.320.290.130.150.17
B20.530.430.360.310.400.580.090.050.04
B30.510.390.320.350.320.29n/an/an/a
C10.510.430.370.550.260.170.220.090.06
C20.470.440.410.530.400.320.210.090.06
C30.500.480.460.670.590.540.190.080.05
D10.330.450.700.460.280.200.060.100.28
D20.370.460.620.510.390.320.080.100.15
D30.420.490.590.460.370.300.090.100.13
E10.330.440.700.350.340.330.020.040.15
E20.340.450.640.310.290.280.020.030.10
E30.360.460.620.260.270.270.020.030.07
F10.540.490.450.570.340.250.220.130.09
F20.530.500.470.520.380.300.220.100.06
F30.500.480.470.470.370.310.150.070.04
G10.520.440.390.390.350.320.110.060.04
G20.520.470.420.290.250.220.110.060.04
G30.510.470.430.240.230.220.090.040.03
Table 14. Analysis of decision tree (CART) change prediction results using a generalized F-Score.
Table 14. Analysis of decision tree (CART) change prediction results using a generalized F-Score.
DatasetColumbia
Las Vegas
Natanz
F0.1F1F10F0.1F1F10F0.1F1F10
A10.320.480.920.210.340.960.050.090.75
A20.290.430.780.180.280.720.030.050.52
A30.280.400.680.120.210.710.020.040.49
B10.420.420.420.730.290.180.070.120.37
B20.420.420.410.450.260.180.060.090.22
B30.390.280.220.690.130.070.040.060.10
C10.440.490.560.650.610.570.080.130.35
C20.460.440.430.760.520.390.080.130.38
C30.430.470.530.430.420.410.050.090.25
D10.400.500.650.450.450.450.050.090.43
D20.380.440.530.640.490.390.050.100.43
D30.380.440.540.500.460.420.060.100.38
E10.350.440.600.420.240.160.030.060.50
E20.360.440.570.530.440.380.030.060.44
E30.340.430.580.280.340.430.030.050.46
F10.500.440.400.450.450.460.070.110.26
F20.420.460.510.640.490.400.060.100.24
F30.390.450.540.490.470.450.060.090.23
G10.400.420.430.430.200.130.050.080.21
G20.440.450.460.390.200.130.040.060.14
G30.400.410.430.340.350.360.040.070.16
Table 15. Analysis of random forest change prediction results using a generalized F-Score.
Table 15. Analysis of random forest change prediction results using a generalized F-Score.
DatasetColumbia
Las Vegas
Natanz
F0.1F1F10F0.1F1F10F0.1F1F10
A10.280.440.980.210.340.960.050.090.80
A20.280.430.910.140.250.890.030.060.64
A30.260.400.830.140.230.720.020.040.54
B10.470.480.490.590.300.200.160.080.05
B20.480.410.370.330.210.150.550.020.01
B30.480.370.310.470.130.070.730.050.03
C10.560.410.320.740.050.030.120.050.03
C20.550.400.320.550.020.010.220.100.06
C30.560.480.430.940.220.130.220.100.07
D10.360.510.870.730.190.110.060.110.61
D20.420.530.710.870.120.060.050.090.25
D30.460.530.620.930.220.120.090.120.20
E10.310.450.840.310.180.130.030.060.54
E20.340.470.760.360.110.060.030.050.34
E30.370.470.660.320.090.050.030.060.31
F10.520.520.530.740.160.090.350.050.03
F20.540.530.530.910.160.090.550.040.02
F30.530.520.510.940.240.140.700.040.02
G10.490.430.390.240.070.040.560.030.01
G20.500.450.400.310.080.040.580.030.01
G30.490.450.410.380.100.060.600.030.01

Share and Cite

MDPI and ACS Style

Klaric, M. Predicting Relevant Change in High Resolution Satellite Imagery. ISPRS Int. J. Geo-Inf. 2014, 3, 1491-1511. https://doi.org/10.3390/ijgi3041491

AMA Style

Klaric M. Predicting Relevant Change in High Resolution Satellite Imagery. ISPRS International Journal of Geo-Information. 2014; 3(4):1491-1511. https://doi.org/10.3390/ijgi3041491

Chicago/Turabian Style

Klaric, Matthew. 2014. "Predicting Relevant Change in High Resolution Satellite Imagery" ISPRS International Journal of Geo-Information 3, no. 4: 1491-1511. https://doi.org/10.3390/ijgi3041491

Article Metrics

Back to TopTop