Next Article in Journal
Spectral Calibration Algorithm for the Geostationary Environment Monitoring Spectrometer (GEMS)
Next Article in Special Issue
Object-Based Approach Using Very High Spatial Resolution 16-Band WorldView-3 and LiDAR Data for Tree Species Classification in a Broadleaf Forest in Quebec, Canada
Previous Article in Journal
A Dual-Wavelength Ocean Lidar for Vertical Profiling of Oceanic Backscatter and Attenuation
Previous Article in Special Issue
Inferring Species Diversity and Variability over Climatic Gradient with Spectral Diversity Metrics
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Spatio-Temporal Classification Framework for Mapping Woody Vegetation from Multi-Temporal Sentinel-2 Imagery

by
Jovan Kovačević
1,*,
Željko Cvijetinović
1,
Dmitar Lakušić
2,
Nevena Kuzmanović
2,
Jasmina Šinžar-Sekulić
2,
Momir Mitrović
3,
Nikola Stančić
1,
Nenad Brodić
1 and
Dragan Mihajlović
1
1
Faculty of Civil Engineering, University of Belgrade, Bulevar kralja Aleksandra 73, 11000 Belgrade, Serbia
2
Faculty of Biology, University of Belgrade, Institute of Botany and Botanical Garden “Jevremovac”, Takovska 43, 11000 Belgrade, Serbia
3
MapSoft d.o.o, Ustanička 64/7, 11000 Belgrade, Serbia
*
Author to whom correspondence should be addressed.
Remote Sens. 2020, 12(17), 2845; https://doi.org/10.3390/rs12172845
Submission received: 30 July 2020 / Revised: 23 August 2020 / Accepted: 28 August 2020 / Published: 2 September 2020
(This article belongs to the Special Issue Mapping Tree Species Diversity)

Abstract

:
The inventory of woody vegetation is of great importance for good forest management. Advancements of remote sensing techniques have provided excellent tools for such purposes, reducing the required amount of time and labor, yet with high accuracy and the information richness. Sentinel-2 is one of the relatively new satellite missions, whose 13 spectral bands and short revisit time proved to be very useful when it comes to forest monitoring. In this study, the novel spatio-temporal classification framework for mapping woody vegetation from Sentinel-2 multitemporal data has been proposed. The used framework is based on the probability random forest classification, where temporal information is explicitly defined in the model. Because of this, several predictions are made for each pixel of the study area, which allow for specific spatio-temporal aggregation to be performed. The proposed methodology has been successfully applied for mapping eight potential forest and shrubby vegetation types over the study area of Serbia. Several spatio-temporal aggregation approaches have been tested, divided into two main groups: pixel-based and neighborhood-based. The validation metrics show that determining the most common vegetation type classes in the neighborhood of 5 × 5 pixels provides the best results. The overall accuracy and kappa coefficient obtained from five-fold cross validation of the results are 82.97% and 0.75, respectively. The corresponding producer’s accuracies range from 36.74% to 97.99% and user’s accuracies range from 46.31% to 98.43%. The proposed methodology proved to be applicable for mapping woody vegetation in Serbia and shows a potential to be implemented in other areas as well. Further testing is necessary to confirm such assumptions.

Graphical Abstract

1. Introduction

Forests represent the most dominant land ecosystem, which covers about 31 percent of the Earth’s total land area [1]. The forests can be sorted into number of different types, commonly defined using information about the composition of species, productivity or crown closure [2]. Mapping woody vegetation is of crucial importance to properly understand forest ecosystems. Providing accurate and cost-efficient information about the forest is critical for proper forest management, ecosystem preservation and climate change mitigation [3,4,5]. Traditional field survey methods provide highly accurate forest inventory, yet these methods are highly time-consuming and a lot of manual labor is required. The advancements of the remote sensing techniques try to fill such gaps by reducing the required amount of time and labor, yet with the preservation of the accuracy and the information richness [6,7,8].
Optical sensors are widely used to identify woody vegetation, although this type of forest inventory remains a challenge. In addition to common problems that affect all optical remote sensing, such as weather conditions, illumination and cloud cover, there are also some issues that particularly affect forest inventory. The spectral separability between the tree species can be influenced by forest maturity and tree density in combination with leaf biochemical properties and canopy structure. Thus, the spectral variability within species may be higher than the variability between species [7]. Furthermore, a continuous transition between vegetation types is characteristic for some tree species, making it difficult to spectrally differentiate such changes [9]. Sentinel-2 is a relatively new satellite mission equipped with MultiSpectral Instrument (MSI). Sentinel-2 collects data in 13 spectral bands, with spatial resolution from 10 m to 60 m, depending on the spectral channel. With constellation of two twin-satellites, Sentinel-2 has a very short revisit time, ideally providing land cover observations every 5 days under cloud-free conditions [10]. Such characteristics proved to be very useful when it comes to vegetation monitoring, with many studies specifically aiming at forest monitoring and inventory [11,12,13]. Multiple studies proved that the use of time-series improves the tree species identification compared to using only single date satellite images [12,14,15]. This way, the species phenology can be exploited, but it also induces some new problems, such as increasing the dimensionality of the data and the requirements for more complex algorithms, and longer processing times [16,17].
Machine learning (ML) techniques proved to be very useful when it comes to mapping woody vegetation from remotely sensed data [6,18]. Random forest (RF) is one of the vastly popular ML algorithms, which yields very high accuracy of results even with high-dimensional, noisy, and multi-source data [19]. Unfortunately, RF does not account for spatial and temporal characteristics per se, and therefore such information needs to be taken into account in some other way. A number of approaches have been proposed in order to adapt to the spatio-temporal aspects in the RF model. Temporal aspects are commonly accounted for implicitly by defining a separate set of variables for each timestamp [6,7], or explicitly by including such information as one or more variables (day of year, cumulative day of year, etc.) [20]. Spatial aspects can also be taken into account in the same way by including coordinates as variables in the model [20,21]. There are also more complicated solutions such as the one proposed by Sekulić et al., where the spatially and temporally nearest observations are included explicitly as variables [22]. In the case of land cover and land use classification problems, the neighborhood of the pixels proved to be very important. Aonpong et al. improved land cover prediction by involving the neighboring pixels [23]. Samardžić-Petrović et al. used the most common class in the Moore neighborhood for predicting the short term land-use changes, which proved to be one of the most informative variables in the created model [24]. To the best of the authors’ knowledge, the applicability of neighborhood-based approaches has not yet been tested for woody vegetation mapping.
The more common approach to defining a woody vegetation prediction model is to omit temporal variables from the model and instead include temporal information implicitly by creating separate sets of variables of all spectral bands for each timestamp [6,7]. This means that the number of variables in the model grows as there are more timestamps available. For too many timestamps, this can lead to computational and performance issues. However, the bigger problem is that this approach, in most cases, requires that each part of the study area has observations available for all timestamps used. Therefore, especially in the case of using optical data, the timestamps with clouds must be avoided. As the study area increases, it becomes more difficult to obtain cloud-free data with similar timestamps. For some large areas, it is even impossible to have completely cloud-free data. There are several solutions for this problem, each with its pros and cons. One way is to decrease the temporal resolution and use monthly or yearly timestamps. Such generalization introduces additional errors in the model and can miss the fine phenological vegetation patterns. There have also been various attempts to build methods specifically to fill missing data gaps due to cloud cover using different kinds of techniques [25,26,27]. These approaches add an extra layer of complexity, reduce spatial resolution and/or are not good enough when the cloud gaps are too large.
In this study, the new spatio-temporal classification framework has been proposed for mapping woody vegetation from multi-temporal Sentinel-2 imagery. The method exploits the benefits of explicitly defining temporal variables in the model and the use of pixels’ neighborhoods to determine the most probable class of woody vegetation. This was done by using each pixel’s class probability prediction obtained from the RF model together with its neighboring pixels’ prediction to improve output class estimation. The framework has been tested for mapping forests over Serbia, using a classification scheme with eight potential forest and shrubby vegetation types.

2. Materials and Methods

2.1. Study Area

The study area is the complete area of the Republic of Serbia, which covers 88,361 km2 (Figure 1). The northern part of the country belongs to the Pannonian Plain, where elevation in most part is less than 200 m. The central parts of Serbia are dominated by hills, which turn into mountains in the south, with more than 30 mountain peaks higher than 2000 m. The humid continental climate is present throughout most of the country, whereas the alpine climate can be found in higher mountains. The average amount of precipitation is 896 mm.
The land cover is in accordance with the relief of Serbia, where agricultural land covers most of the Pannonian Plain and the plains around larger rivers. The rest of the area is mainly covered by forests and grasslands. Wetlands and barren land area are also present in certain parts of the country. Forests cover more than a third of the area, with species of oak, beech, pines and firs being the most common [28]. According to Bohn et al. [29] the most common forest types in Serbia are thermophilous mixed deciduous broadleaved forests (G.1, G.2, G.3—forest dominated by Quercus cerris, Q. frainetto, Q. petraea, Q. pubescens, Carpinus orentalis, Ostrya carpinifolia) and mesophytic broadleaved deciduous (F.3, F5—forest dominated by Fagus sylvatica, F. moesiaca, Carpinus betulus). In addition, significant areas are covered with mesophytic coniferous forests (D.4, D.5, D.6—forest dominated by Abies alba, Picea abies, P. omorika, Pinus sylvestris, Pinus peuce); xerophytic coniferous forests, coniferous woodland and scrub (K.1—forest dominated by P. nigra agg., P. heldreichii); forest steppes (L.1, L.2—forest dominated by Quercus pubescens, Q. robur, Q. pedunculiflora, Acer tataricum) and softwood alluvial forests (U.5—forest dominated by Populus nigra, P. alba, Salix alba).

2.2. Data

2.2.1. Sentinel-2 Imagery

The Sentinel-2 mission is a part of the Copernicus Programme developed by the European Space Agency (ESA) [10]. It is equipped with a MultiSpectral Scanner that has 13 spectral bands—4 bands with 10 m spatial resolution, 6 with 20 m spatial resolution and the remaining 3 bands with 60 m spatial resolution. In this research, Level-2A Sentinel-2 products have been used. They represent orthorectified Bottom-Of-Atmosphere (BOA) reflectance [30]. The product was disseminated as 100 × 100 km granules, with bands resampled to 10 m, 20 m and 60 m spatial resolution with a corresponding Scene Classification map (SCL). The SCL map differentiates several basic classes (cloud, cloud shadows, vegetation, soils/deserts, water, snow, etc.) [30]. All of the available 60 m resampled bands (B01, B02, B03, B04, B05, B06, B07, B08a, B09, B11 and B12) and 60 m SCL maps have been used in this research.
A total of 88 Sentinel-2 granules from the year of 2019 have been obtained from Copernicus Open Access Hub (https://scihub.copernicus.eu/). Only the year 2019 was chosen in order to reduce the ambiguities caused by forest changes, which occurred over multiple years. At the same time, this made the woody vegetation map very recent and applicable to other ongoing studies/research over the study area. Granules were selected to have less than 20% cloud cover and so that each part of the study area was covered by at least one granule in each of the time intervals: (1) June–July, (2) August, (3) September and (4) October. The months before June and after October were severely influenced by cloud contamination and snow cover at higher altitudes, which made them not particularly useful for the study area of interest. In addition, these four periods were selected in order to take advantage of phenological patterns for differentiating the types of woody vegetation. All types of woody vegetation were in full vegetation in June and their vegetation type specifically reduced as the colder period approached. The model aimed to capture these patterns to detect different types of woody vegetation. The timestamps and spatial coverage of the acquired granules can be seen in Figure 2.

2.2.2. Woody Vegetation Polygons

The “Database on the distribution of potentially endangered species and habitats of Serbia” [31], created through extensive field campaign and over multiple seasons, was used as a base source for the delineation of woody vegetation types. The locations of species were extracted from the database and used to create buffers with a radius of 500 m. These buffers were used as a “base map” to help in the manual vectorization of woody vegetation polygons using Google Earth software and high-resolution satellite imagery. The woody vegetation polygons were created using sufficiently large zoom to reduce vectorization errors and to be as homogenous as possible. The historical imagery (representing different seasons) was also used where necessary to solve ambiguities. The 8 potential forest and shrubby vegetation types classes have been chosen for this research, as they represent the main woody vegetation classes present in the study area. The resulting dataset consists of 549 polygons representing 7 forest and 1 shrubby vegetation classes. The definition of classes and their individual representation, expressed as number of polygons and covered area, are given in Table 1. For an easier interpretation of the results and discussion, informal phytosociological names, without a syntaxonomic meaning, were assigned to each class. The corresponding European Nature Information System (EUNIS) [32] and SrbHab code [33] was determined for each class (Appendix A).
It was not possible to create the woody vegetation polygons with a specific spatial distribution, nor with a distribution that would respect the flat and mountainous areas in the study area. This is because the northern flat part of the study area has only a small portion of forest cover with only certain types of woody vegetation. Thus, some types of woody vegetation are found only in certain parts of the study area. In addition, the locations for woody vegetation polygons were limited by data available in the “Database on the distribution of potentially endangered species and habitats of Serbia”. Although a number of clusters of polygons are present, there is no class that is represented by a single polygon cluster (Figure 3).

2.2.3. Forest Mask

The Copernicus Land Monitoring Service—High Resolution Layer Forest product has been used in order to create a forest mask. This was necessary in order to remove non-forest areas from the study area. High Resolution Layer Forest consists of multiple products, which are created from the multitemporal Sentinel-2A and Landsat 8 data [34]. These products are: (1) Tree Cover Density, (2) Dominant Leaf Type, (3) Forest Type and (4) Forest Additional Support Layer. All of these products are available over the complete area of Europe in 20 m and 100 m spatial resolutions for the years 2012 and 2015.
From several available products, the Forest Type product and the Forest Additional Support Layer have been acquired, both in the spatial resolution of 20 m and for year 2015. All types of forest areas available in the Forest Type product have been reclassified into a binary mask. Trees in urban or agricultural contexts have been excluded from such a mask. This has been done by using information on such areas that is available in Forest Additional Support Layer products.

2.3. Synthetic Minority Oversampling TEchnique (SMOTE)

The unbalanced classes in the dataset, representing a situation where one class in the training set dominates the others, is a common classification problem that can severely influence the performance of the classification model. The Synthetic Minority Oversampling TEchnique (SMOTE) is a popular approach for dealing with unbalanced datasets [35]. This method works by artificially creating additional examples of the minority class using the nearest neighbors’ examples. Some SMOTE implementations simultaneously undersample the majority classes, which produces a more balanced dataset in the end and reduces the amount of data. The SMOTE algorithm implemented in the DMwR R package has been used in this research for balancing the extracted dataset of woody vegetation classes [35,36].

2.4. Probability Random Forest

Random forest (RF) is a non-parametric supervised machine learning technique proposed by Breiman [37] that works for both classification and regression problems. The main idea behind RF is to build a set of decision trees in the training phase. Each tree is created by bootstrap sampling part of the input data while the rest of the input data is used to evaluate performance and adjust the building process of the trees. When the forest of decision trees is created, the final prediction is determined as mean prediction of all created decision trees in case of a regression, or as a most common predicted class in classification [37].
Probability random forest is an enhancement of the random forest method that provides consistent probability estimation [38]. In case of binary classification, this is done by using the proportion of “1s” in the output of the trained classification forest. Such an approach is generalized for multiclass classification problems as well. In this research, the probability random forest method implemented in the Ranger R package has been used [36,39].
The RF method was chosen over other ML techniques because of its simple implementation, robustness and interpretability of the results. Additionally, it has been proven to perform well for tree species and forest vegetation detection in similar studies [6,40,41]. Unlike the standard random forest classifier where the output is a plain class label, probability RF also provides the probabilities for every class to be voted. These probability estimates allow for more realistic representation of the ambiguity of phenomena and are suitable to perform the spatio-temporal aggregation.

3. Methodology

There are several processing steps of the proposed spatio-temporal framework for woody vegetation classification (Figure 4). First, the training polygons are overlaid with available Sentinel-2 granules in order to extract spectral information and to calculate the Normalized Difference Vegetation Index (NDVI) value for each observation. This was done for each pixel over the study area. The classes of the extracted dataset are then balanced using the SMOTE algorithm. Next, the probability random forest model is grown and used to predict the class probabilities for each pixel. The spatio-temporal aggregation was done in the final step in order to determine the most probable woody vegetation classes over the study area. The obtained results were assessed using five-fold and 10-fold leave-location out cross-validation (LLOCV), by calculating the parameters from the confusion matrix. These calculated parameters are user’s accuracy, producer’s accuracy, overall accuracy and kappa coefficient of agreement [42]. All these steps are further explained in the following sections.

3.1. Extraction of Spectral Information, NDVI Calculation and Balancing of Classes

The spectral information was extracted, overlaying the woody vegetation polygons with the acquired Sentinel-2 granules. The extraction was done per granule, where all pixels within the training polygons were considered as independent observations. The spectral information of all resampled 60 m bands was extracted in this way for all pixels that were labeled as vegetation class on the Sentinel-2 scene classification map. Since the vegetation class did not represent only forest areas, the forest mask was additionally applied to filter out the non-forest pixels. Although there were many different vegetation indices (VI), the Normalized Difference Vegetation Index (NDVI) was chosen as it is one of the most widely used vegetation indices. Other spectral indices might have improved the model performance, but they would have required considerations regarding the selection criteria and their effect on the methodology performance. However, the conclusion was that this would extend the paper significantly, so it was decided to leave this topic for future studies. Therefore, only the corresponding NDVI value has been calculated for each observation using the following formula:
NDVI =   B 08 a B 04 B 08 a + B 04
where B08a and B04 represent the narrow NIR and Red Sentinel-2 spectral bands, respectively. Band B08a was chosen instead of band B08 because it came already resampled in 60 m spatial resolution in the Level-2A Sentinel-2 product distribution. Additionally, the narrower spectral width of band B08a should help to better distinguish woody vegetation classes compared to the use of spectrally wider band B08.
In order to deal with the unbalanced classes, SMOTE has been applied. The SMOTE has been used in such a way that no under sampling was performed at all and that the balancing was only done by creating the examples of the minority classes. This was repeated until there were no more than 10% differences between the amounts of class examples.

3.2. Growing Probability Forest and Determination of the Probability for Each Class

The probability random forest for woody vegetation classification has been grown using the previously generated balanced dataset. In order to avoid data leakage in the time series data, the RF model was defined for each S2 observation (not per pixel) with the following formula:
WOODY VEGETATION = day + month + B 01 + B 02 + B 03 + B 04 + B 05 + B 06 + B 07 + B 08 a + B 09 + B 11 + B 12 + NDVI
where day and month represent the timestamp of the granule that each observation belongs to, Bxx is the corresponding Sentinel-2 spectral band and NDVI is the previously calculated vegetation index. The same reasons for choosing band B08a over band B08 previously stated for NDVI calculation also apply to the RF model. Two variants of defining timestamps in the model were tested. The first one assumed the use of two variables (day and month) and the second one only one variable (Day of Year—DOY) in order to make model more robust. The test indicated that the first variant provides slightly better model performances, so it was selected as the final model in the study. Currently, the authors cannot provide a plausible explanation for this behavior of the model.

3.3. Spatio-Temporal Aggregation

Since each part of the study area was covered with multiple Sentinel-2 granules, there were several class probability predictions available for each pixel of the study area. Such multiple predictions per pixel had different timestamps and allowed for temporal aggregation. Spatial aspects were also taken into account, since the corresponding pixels and their neighborhoods had been used. All these aspects were taken into account in the last step and the aggregated woody vegetation class predictions were produced for every pixel of the study area.
Several types of spatio-temporal aggregations have been tested. They were separated into two main groups: pixel-based and neighborhood-based. The pixel-based method means that the aggregation function is applied using all available class probability predictions per pixel of the study area. The neighborhood-based aggregation uses the class probability predictions of the surrounding pixels together with predictions for the central pixel. In this research, the neighborhood-based method was implemented using focal raster operation with 3 × 3 and 5 × 5 kernels, for which the appropriate aggregation function was used. Several aggregation functions were tested, where the final woody vegetation class was determined using some of the following rules:
  • Most common class (MC);
  • Class with the highest probability—simple mean (SM);
  • Class with the highest probability—geometric mean (GM).
The most common class rule means that each prediction from the set of multiple predictions casts a vote to the class with highest probability. The final class is then set to the class that has the highest number of votes. The other two approaches are based on averaging expert predictions [43]. In these cases, each probability prediction was considered as a single expert prediction, which were then averaged by calculating the simple mean or geometric mean. No transformation on predictions was performed and no weights were used in the averaging. The final class was then set to the class that had the highest averaged probability.

3.4. Validation

The performance of the final woody vegetation class predictions was validated using K-fold leave-location out cross-validation (LLOCV). Leave-location-out was implemented in a way that the entire woody vegetation polygon (with all corresponding observations) was assigned to the same fold. The complete dataset was therefore randomly split into K groups, or folds, of similar size. The number of folds was chosen to be 5 and 10, according to the common practice, providing objective accuracy assessment and reasonable computational requirements [44]. The original proportion of the classes in the complete dataset was also preserved within the created folds. Once the folds were created, the first fold was treated as a validation set, and the remaining K-1 folds were used for training. The class balancing and growing of the probability forest was performed only on the training set. The grown probability forest was then applied to obtain class probability predictions and later to perform spatio-temporal aggregation only on the validation set. This procedure was repeated K times; each time, a different fold was treated as a validation set. In order to suppress errors introduced by creating folds, the K-fold cross-validation procedure was performed 10 times, each time randomly creating new folds. Random folds were preferred over spatially independent folds because, for some classes, woody vegetation polygons had to be clustered, due to the specific environment and climate conditions required for these types of vegetation. Having in mind the structure of the input dataset, it would be difficult to create spatially independent folds. Therefore, although such a random split was not implicitly spatially independent, the authors believe that the same objective accuracy assessment was obtained due to the randomization and leave-location-out procedure. The evaluation was performed on the final merged dataset by creating the confusion matrix and calculating the overall accuracy (OA), producer’s accuracy (PA), user’s accuracy (UA) and kappa coefficient of agreement (Kappa). These metrics are considered good practices commonly used for evaluation of land cover classification results [42].

4. Results

The available woody vegetation polygons have been used to extract spectral information for each of the woody vegetation class. This resulted in 115,059 pixels representing all eight woody vegetation classes (Table 2). Since the classes in the created dataset are very unbalanced, the SMOTE method has been applied. The resulting dataset has almost perfectly balanced classes.
The probability forest has been grown using the created balanced dataset. The output model was then used to the predict class probability of each woody vegetation class for all Sentinel-2 forest pixels. This was done for both pixel-based and neighborhood-based approaches and for all three tested aggregation functions. The validation metrics show that the performance of the proposed woody vegetation classification method depends both on the aggregation function, as well as on the number of pixels used for the prediction (Table 3). All tested pixel-based aggregation functions achieved almost the same performance, where simple mean and geometric mean functions slightly outperformed the approach based on the most common class rule. The neighborhood-based performances were always higher than the performances of matching pixel-based methods. Increasing the size of the neighborhood had a limited effect, with only marginal improvements. Among the tested aggregation functions, the most common class rule provided the best performance of all tested combinations, but only in combination with the neighborhood-based approach. This suggests that this approach most successfully recognizes the situations of wrong predictions where the central pixel prediction is different from the predictions for the surrounding pixels.
The supremacy of the most common class rule as an aggregation method is confirmed also by inspection of the Producer’s and User’s accuracy barplots (Figure 5). Tables with complete PA and UA values are available in the Appendix B.
For most classes, the MC rule with either 3 × 3 or 5 × 5 neighborhood provides the best metrics or close to the best metrics. For half of the modeled types of woody vegetation, the difference in the performance of this approach is much greater than the rest of the methods. This is evident for coniferous woody vegetation (Pinion nigrae, Vaccinio-Piceion and Pinion mugo) with PA being higher from 2% up to 40% and with the preservation of high UA (greater than 80%). Improvement is also present for Fagion woody vegetation, although it is not as large as for coniferous woody vegetation. These four woody vegetation classes represent more than a third of the total forest area, which suggests that such improvements have a major impact on the final classification map. It is important to note that these improvements are obtained even with a considerable disproportion of classes in the original training dataset. This highlights the importance of class balancing using SMOTE, as some of these classes are minority classes (Pinion mugo) and some have a very large number of training observations (Fagion). This suggests that the improvements of this approach are mainly due to the ability to capture the specifics of these types of woody vegetation growing in large, homogenous and dense groups, without “small islands” of different types of woody vegetation. It should be noted that for some other woody vegetation classes, the neighborhood-based MC rule does not perform the best (like for Ostryo-Carpinion), where it provides the highest PA, but fails to provide the best UA.
The differences between five-fold and 10-fold LLOCV validation metrics are least noticeable for the MC rule in combination with the neighborhood approach. In contrast, performances of all other methods change with different numbers of folds. This is particularly evident for the Pinion mugo class. The MC rule with both neighborhoods provides the best metrics for its prediction, indicating significantly higher accuracy than other neighborhood-based aggregations in case of five-fold LLOCV. In case of 10-fold LLOCV, it is still the best approach, but without large differences in performances. This can be explained by the amount of data used for model training. In every step, 10-fold LLOCV uses ≈90% of the data of each class for model training, compared to ≈80% used by five-fold LLOCV. Even though the SMOTE is applied, this shows that such reduction can severely influence the model performances, particularly for minority classes (as Pinion mugo). This shows that the MC rule in combination with the neighborhood approach is the most robust regarding the amount of training data necessary for proper modeling of minority classes.
All validation metrics indicate that the best results are achieved by using the MC rule, with almost the same performance of both neighborhoods. Individually per woody vegetation class, the 5 × 5 neighborhood outperforms the 3 × 3 neighborhood for most of the classes for both PA and UA. Confusion matrix after five-fold and 10-fold LLOCV are given in Appendix C. Therefore, this approach can be considered to be the best one for woody vegetation classification using the proposed spatio-temporal framework. Consequently, the final classification map has been produced using the 5 × 5 neighborhood with the MC rule (Figure 6). The covered areas of each woody class are given in the Table 4.

5. Discussion

5.1. Final Classification Map of Woody Vegetation

The previously explained LLOCV procedure can give information about the model accuracy, but the accuracy metrics are generally biased for mapping the entire study area. Unfortunately, no comparable external data source is available for the purpose of assessing the accuracy of the final woody vegetation map. In addition, creating a validation set based on probability sampling requires extensive resources and field work, which are beyond the scope of this research. Therefore, validation of the final classification map of woody vegetation has been performed by using visual inspection and comparison with available statistical reports.
By visual inspection and comparison, the final classification map of woody vegetation produced in this paper corresponds to the existing general vegetation maps: Map of the Natural Vegetation of Europe (scale 1:2,500,000) [29] and the Map of Natural Potential Vegetation of SFR Yugoslavia (scale 1:1,000,000) [45]. Additionally, the proportional relationships of the analyzed vegetation types for most of the classes fit into the results obtained by the first National Forest Inventory of Serbia in the period 2004–2006, which was done using traditional field survey methods that provide a highly accurate forest inventory [46,47]. Significant deviations were obtained only in the proportions of thermophytic broadleaved deciduous forests and mesophytic and hygromesophytic broadleaved forests. The share of Ostryo-Carpinion forests in this research is 12.42%, compared to the share of Carpinus orientalis and Ostrya carpinifolia forests in [47], which is 3.9%. The results of this research show that Quercion roboris forests cover 16% of the area, while the corresponding forest stand category in [47] Quercus robur forests has the coverage of 1.4%.
In the first case (Ostryo-Carpinion), the discrepancy can be explained by the fact that the data from the National Forest Inventory of Serbia refer primarily to forests and do not include data on shrubs and lower degradation forms of forest vegetation. Since in the thermophilic forest zone, the degradation forms of forest vegetation are mainly represented by shrub vegetation belonging to the Ostryo-Carpinion type, the increased share of this type of vegetation in our research can be explained by the assumption that different degradation forms of thermophytic broadleaved were recognized in this class. In the second case (Quercion roboris), the deviation is explained by the fact that our class Quercion roboris is much wider than the class Quercus robur forests presented in the first National Forest Inventory of Serbia (Appendix A).
Since the spatial distribution of the training polygons cannot be considered ideal, it is possible that some discrepancies in the area assessments are also caused as a result. Therefore, additional woody vegetation polygons in the forest areas sparsely covered by polygons (like southern part of the study area) can significantly benefit in better modeling classes in RF model and more accurate area assessment.

5.2. Variable Usefulness and Importance

The usefulness and importance of variables used for the woody vegetation classification is determined first by inspection of the temporal phenological spectral patterns. Temporal phenological spectral patterns are created by plotting the average spectral responses of all woody vegetation types per each available date (Figure 7). This was done for all used Sentinel-2 spectral bands and the calculated NDVI value.
The created temporal phenological spectral plots show that patterns vary per woody vegetation type and per spectral band. The decreasing pattern can be observed across most of the bands. This is as expected, since all woody vegetation classes are in full vegetation at the start of the observation period, which later decreases as autumn and winter approach. This decreasing pattern is particularly noticeable for deciduous tree species, while it is less present for coniferous tree species. The separability between species also follows such a pattern, with the highest separability being in the June–August period. This separability highly depends on the type of woody vegetation. Independently per band, Bands B11 (Short-wave infrared 1) and B12 (Short-wave infrared 2) visually show the highest separability between types of woody vegetation. Deciduous and coniferous woody vegetation groups can be clearly observed across these spectral bands. All three red edge bands (B05, B06 and B07), as well as the NIR band, also show high spectral separability between vegetation types. Individual vegetation types also show specific distinguishing patterns on certain bands, such as Fagion woody vegetation on bands B02 (Blue) and B04 (Red) or Ostryo-Carpinion on band B03 (Green). These can be potentially used to subset spectral bands and further relieve the model complexity. Ottosen et al. also highlighted that the classification results are improved by using only subsets of Sentinel-2 spectral bands [48]. This was not taken into account in this research, even though it is important to understand how the classification results obtained by this methodology are influenced by the subset of used spectral bands. This needs to be addressed in the future.
The variable importance is additionally assessed through the Mean decrease Gini measure (Figure 8). The Mean decrease Gini is a measure of how much the Gini impurity metric is reduced by a variable for each class. The Mean decrease Gini metric was chosen as the importance measure because it was also used for growing the probability random forest. The scaled variable importance based on the Mean decrease Gini measure is produced and plotted. The results correspond to the observed temporal phenological spectral patterns. Bands B11 and B02 are the most important spectral variables, followed by B12. The day and month temporal variables turned out to be very important, being the second and third most important variables of all. This highlights the model’s ability to capture woody vegetation phenological patterns. The other spectral variables are of approximately the same importance.

5.3. Spatio-Temporal Framework for Woody Vegetation Classification

The spatio-temporal framework proposed in this research defines the timestamp of the observation explicitly in the model through day and month variables. Such change in the model means that, in order to determine the woody vegetation class, the methodology requires only one cloud-free pixel available for each part of the study area. This change in the model allows timestamps to be freely combined and enables the entire methodology to be easily adjusted to any area of interest, regardless of its size. Additionally, the model is lighter, as every spectral band is represented only once through a single variable, as an alternative to multiple timestamp–spectral band variable combinations. There is also no data-wrangling and only the original observations are used for both training and prediction phases. As the number of cloud-free pixels over the study area increases, there will be multiple predictions for each pixel of the study area. This enables the full potential of spatio-temporal aggregation to be exploited. The spatio-temporal aggregation is not only pixel-based, but is expanded to take into account the neighboring pixel predictions as well. The main idea behind the neighborhood-based approach is to solve situations where surrounding pixels show strong probability of belonging to a certain class, which is different from the class probability of the central pixel. In these cases, there is a strong reason to believe that the central pixel should also belong to the class of surrounding pixels. It is more likely that the prediction based solely on spectral information for the central pixel is wrong, which is a consequence of some noise present in the spectral information for that pixel, than the probability that the central pixel’s class differs from the class of its neighbors.
Applied spatio-temporal aggregation can be affected by temporal and/or spatial homogeneity. For areas with no temporal and spatial heterogeneity over the time period covered with satellite observations and the used neighborhoods, the prediction results should be very reliable. In other cases, the proposed methodology can deal with such heterogeneity up to a certain amount. This is because each of the used S2 observation influences the decision on the final woody vegetation class and any temporal or spatial change can potentially suppress other observations. Temporally, this means that changes that last longer within the used time interval are more likely to be recognized by the model. Similarly, only spatial changes that have larger spatial extents compared to the neighborhood size will be recognized. This means that the minimum mapping unit gets coarser as the size of neighborhood increases. At the same time, the neighborhood approach achieves smoothing effects, where isolated pixels are classified into the class of pixels in the neighborhood. Therefore, it is not advised to extend both the observation period and the neighborhood size more than necessary. A shorter observation period reduces the amount of changes that occur in the first place, and the appropriate neighborhood size limits the amount of smoothing which occurs.
The proposed methodology is applied using resampled 60 m Sentinel-2 bands. This spatial resolution may be too coarse, since the increase in neighborhood size has a limited effect on the performance. It is expected that using the original spatial resolution of 10 m and 20 m for available bands, should reduce the effects of mixed pixels and further increase the classification accuracy. In addition, this should help the previously discussed heterogeneity issues, where smaller changes could be modelled. Stronger neighborhood effects can also be expected to occur for higher spatial resolutions, so the neighborhood size could become a more important parameter in the proposed methodology. However, there are several motivations for choosing a coarser spatial resolution of 60 m for all bands. Firstly, this is done in order to match the chosen classification scheme, designed for country-wide woody vegetation mapping. The used classification scheme is defined according to the “Database on the distribution of potentially endangered species and habitats of Serbia” and the increase in spatial resolution would require the introduction of new woody vegetation classes for which the proper training data are lacking. Secondly and more importantly, the proposed methodology aims to be used on large areas and this way the computation and performance issues are reduced. At a spatial resolution of 60 m, the used dataset comprises more than 160 million S2 observations, which would increase about nine or 36 times in the case of 20 m and 10 m spatial resolutions, respectively. One solution to deal with such an increase in size of data is to select only more informative spectral bands. Since the proposed methodology has advantages and applicability, especially over larger areas, this can become a very important issue.
The results of this research match those obtained by other similar studies, which were based on high- or medium-resolution optical data. Grabska et al. have achieved an OA greater than 90% on the study area of 305 km2 for nine tree species using 18 cloud-free sentinel-2 images [6]. Liu et al. identified forest types using Sentinel-1A, Sentinel-2A, Landsat-8 and DEM Data with OA of 82.78%. They extracted the four single-dominant forests and the four mixed forest types over the area of 2261 km2 [40]. Lu et al. implemented Spatial–Spectral–Temporal Integrated Fusion to identify six tree species and two mixed forest types with an OA of 83.6% over the area of 1610 km2 [49]. In addition to covering a significantly larger study area, this research and the proposed solution also completely relies only on optical satellite sources. Therefore, there is a potential for further improvement by using other data sources such as radar satellite data, LiDAR, multiple optical sources and/or other auxiliary data (topography, etc.).
This proposed spatio-temporal framework relies on Sentinel-2 scene classification maps and a forest mask to properly identify forest areas. This is potentially the weak point of the method, because the output quality is in a way limited by the quality of the used forest mask. It is important to use the most recent available forest mask as possible, especially in the areas of rapid forest change. The forest mask used in this research is from 2015, which creates a 4-year gap with the used Sentinel-2 data. Such a forest mask can be considered outdated since there is an active forest management over the study area, with the forest area being influenced by felling of trees, forest growing and silviculture. Additionally, some forest fires occur annually, usually in the warm summer period. However, these changes are not extensive and do not have large spatial extents. Visual inspection of forest mask showed that the misrepresentations happen only in a few local areas, so the authors believe that these errors do not significantly affect the overall results. The methodology can also be further expanded to address this issue, with the same spatio-temporal framework being used to firstly identify the forest and non-forest pixels. This issue was beyond the scope of this research due to the lack of proper training data for good representation of non-forest areas. This issue needs to be addressed in the future. Another setback of the proposed approach is that each pixel is always assigned to some class. In a situation where all woody vegetation types are well represented by training polygons, this does not pose a problem; however, when the study area is very complex or insufficiently researched in terms of woody vegetation, it might not be possible to represent all the woody vegetation types in the study area.
The study has revealed several problematic cases in which predictions do not achieve a satisfactory level of accuracy and reliability. Some of them are problems with: (1) identification of sufficiently representative learning polygons within the complex and mosaic area, such as alluvial forests in riparian and swamp galleries and woodland in alluvial plains; (2) insufficiently researched natural vegetation types, such as forests of birch (Betula pendula), common aspen (Populus tremula) or rowan (Sorbus aucuparia); (3) the natural absence of clear boundaries between ecologically and physiognomically close vegetation types that build phylogenetically close tree species (e.g., gradual transition between thermophytic (Quercion frainetto), thermo-mesophytic (Quercion petraea-cerris) and mesophytic to hygromesophytic (Quercion roboris) forests in which all three main oak species have such a wide ecological valence that their populations occur within all three types of oak forests); (4) a priori classification of mixed deciduous and coniferous woodlands in which a large number of tree species have different parts in the general coverage; (5) an absence of data on areas with highly artificial tree plantations or naturalized forest of alien species(e.g., black locust forests (Robinia pseudoaccacia), american ash (Fraxinus spp.) and maple (Acer spp.) forests, poplar plantations (Populus spp.), etc.
Given that eight analyzed woody vegetation classes cover a large portion of the study area, it can be expected that the omission of other classes should not significantly affect the spatial coverage of woody vegetation in the study area. Since there are multiple predictions for each pixel of the study area, as well as the probability of each prediction, there is a possibility to use this information to identify the weak pixels, which probably do not belong to any of the classes. This is also something to be considered in future research.

6. Conclusions

The novel spatio-temporal classification framework has been presented in this paper. The proposed methodology has been successfully applied for mapping eight potential types of woody vegetation over the study area of Serbia. This was done using 88 Sentinel-2 multitemporal granules dating from the June–October period of 2019. The method relies on forest mask to exclude non-forest areas and on training polygons to represent each woody vegetation class of interest. The used framework is novel because it includes temporal information explicitly in the probability random forest model that has been grown, which produces several probability predictions for each pixel of the study area. Multiple predictions enable specific spatio-temporal aggregation to be performed in order to determine most probable woody vegetation class for each pixel of the study area.
Several spatio-temporal aggregation approaches have been tested within this research. They can be divided into pixel-based and neighborhood-based methods. According to the validation metrics, the most common class rule together with the neighborhood of 5 × 5 pixels provided the best results. The most common class rule means that from the set of multiple predictions, each prediction casts a vote to the class with the highest probability. The final class is then set to the class that has the highest number of votes. The overall accuracy and kappa coefficient of agreement obtained from five-fold cross validation by this approach are 82.97% and 0.75, respectively. The corresponding producer’s accuracies range from 36.74% to 97.99% and user’s accuracies range from 46.31% to 98.43%. Such results match the performances of other similar studies, although most of them have been done for much smaller study areas.
Given the obtained accuracy, it can be said that the proposed methodology is applicable for woody vegetation mapping in Serbia. The classification scheme and the corresponding training polygons are prerequisites for its implementation. The methodology has been tested over the territory of Serbia, but it has the potential to be transferred to other areas if appropriate adjustments to the classification scheme are introduced and new training polygons are made available. Further testing is necessary to confirm such assumptions. It is implemented in such a way that it can be easily integrated into existing operational programs intended for forest inventory and mapping. The identified weak points of the framework are its reliability on the forest mask and the fact that each pixel of the study area is always assigned to some class. The second issue is more complex and maybe it can be overcome by using the probability of each prediction to identify the weak probability pixels, indicating that they probably do not belong to any of the classes. These two things are planned to be addressed in future research.

Author Contributions

All authors worked equally on the research conceptualization, investigation, discussion, and data modeling. J.K. was involved in data preparation and case study implementation. D.L., N.K. and J.Š.-S. covered the biological aspects of the research. All authors participated in the writing of the manuscript, however J.K. took the lead. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Acknowledgments

This study was supported by the Serbian Ministry of Education, Science and Technological Development, projects TR 36020 and OI 173030. The authors also thank the anonymous reviewers for constructive and valuable comments that improved the quality of this study.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1. Analyzed types of forests and shrubs according to the national classification of habitats in Serbia.
Table A1. Analyzed types of forests and shrubs according to the national classification of habitats in Serbia.
Class IDSrbHab CodeHabitat Type Name
1A2.9Forests of Oriental hornbeam (Carpinus orientalis) and hop-hornbeam (Ostrya carpinifolia)
A2.91Forests of Oriental hornbeam (Carpinus orientalis)
A2.92Forests of hop-hornbeam (Ostrya carpinifolia)
2A2.1Forests of Hungarian (Quercus frainetto) and Austrian oak (Quercus cerris) forests
A2.11Forests of Hungarian (Quercus frainetto) and Austrian oak (Quercus cerris) forests
A2.12Forests of Hungarian oak (Quercus frainetto)
3A2.5Forests of sessile (Quercus petraea) and Austrian oak (Quercus cerris)
A2.51Forests of sessile oak (Quercus petraea)
A2.52Forests of Austrian oak (Quercus cerris)
4A1.3Forests of pedunculate oak (Quercus robur) and field ash (Fraxinus angustifolia)
A1.31Forests of pedunculate oak (Quercus robur)
A1.33Forests of pedunculate oak (Quercus robur) and field ash (Fraxinus angustifolia)
A1.35Forests of pedunculate oak (Quercus robur), hornbeam (Carpinus betulus) and field ash (Fraxinus angustifolia)
A1.4Forests of pedunculate oak (Quercus robur) and hornbeam (Carpinus betulus)
A1.41Forests of pedunculate oak (Quercus robur) and hornbeam (Carpinus betulus)
A1.42Forests of pedunculate oak (Quercus robur), hornbeam (Carpinus betulus) and Austrian oak (Quercus cerris)
5A3.2Beech forests (Fagus moesiaca)
A3.22Submontane beech forests (Fagus moesiaca)
A3.23Mountain beech forests (Fagus moesiaca)
A3.27Subalpine beech forests (Fagus moesiaca)
6A5.1Forests of black (Pinus nigra) and white pine (Pinus sylvestris)
A5.11Black pine forest (Pinus nigra)
A5.12Forest of black (Pinus nigra) and white pine (Pinus silvestris)
7A6.1Spruce (Picea spp.) and fir (Abies spp.) Forests
A6.11Spruce (Picea abies) and fir (Abies alba) forests
A6.12Spruce forests (Picea abies)
8B6.1Krummholz (Pinus mugo) scrub

Appendix B

Table A2. Producer’s accuracy for all woody vegetation classes for 5-fold LLOCV.
Table A2. Producer’s accuracy for all woody vegetation classes for 5-fold LLOCV.
Vegetation TypeMCSMGMMC (3 × 3)SM (3 × 3)GM (3 × 3)MC (5 × 5)SM (5 × 5)GM (5 × 5)
Ostryo-Carpinion80.1281.9380.8486.8876.1875.2688.4876.2275.24
Quercion frainetto35.5937.1736.3137.7330.4129.2936.7429.8728.73
Quercion petraea-cerris45.2546.3450.0449.7048.6553.0048.5449.1353.44
Quercion roboris95.1795.3294.9494.9296.5596.3094.8896.5996.33
Fagion76.1578.8878.1282.8280.5479.4583.6180.5179.37
Pinion nigrae82.4684.0683.2986.5879.8279.4086.1279.8579.43
Vaccinio-Piceion97.1897.5797.4898.5398.2198.0297.9998.2098.00
Pinion mugo87.1688.6984.2591.4455.9652.7591.9854.1751.54
Table A3. Producer’s accuracy for all woody vegetation classes for 10-fold LLOCV.
Table A3. Producer’s accuracy for all woody vegetation classes for 10-fold LLOCV.
Vegetation TypeMCSMGMMC (3 × 3)SM (3 × 3)GM (3 × 3)MC (5 × 5)SM (5 × 5)GM (5 × 5)
Ostryo-Carpinion80.2382.1681.1186.8882.1681.1587.3582.2481.44
Quercion frainetto37.8139.2938.5740.6039.3038.5838.4237.8036.83
Quercion petraea-cerris40.9542.2246.3244.5242.4546.4946.6144.2348.01
Quercion roboris95.5995.9795.6095.4395.9595.5895.2595.7595.35
Fagion76.7679.4879.3384.5179.4579.2984.1579.6779.23
Pinion nigrae81.1782.9382.1084.6782.9382.1085.8182.7981.82
Vaccinio-Piceion97.1397.4297.5298.6397.4297.5198.4897.6897.58
Pinion mugo80.6583.0477.6185.8783.0477.6184.8382.0778.39
Table A4. User’s accuracy for all woody vegetation classes for 5-fold LLOCV.
Table A4. User’s accuracy for all woody vegetation classes for 5-fold LLOCV.
Vegetation TypeMCSMGMMC (3 × 3)SM (3 × 3)GM (3 × 3)MC (5 × 5)SM (5 × 5)GM (5 × 5)
Ostryo-Carpinion71.9073.2974.1272.5685.3986.5067.5485.3986.44
Quercion frainetto46.2150.3550.0653.1156.8455.6053.1756.0954.84
Quercion petraea-cerris43.7944.5543.8347.1844.9444.4546.3145.1744.58
Quercion roboris97.0297.2797.9598.2996.3097.2398.4396.2797.20
Fagion70.4672.2573.6273.0971.7973.1873.3272.0573.46
Pinion nigrae76.9677.8778.9580.9079.8481.0180.0780.0281.13
Vaccinio-Piceion93.5794.2594.3396.2792.2592.4897.8692.3092.53
Pinion mugo89.2095.3995.0098.3698.1298.0197.3998.0497.66
Table A5. User’s accuracy for all woody vegetation classes for 10-fold LLOCV.
Table A5. User’s accuracy for all woody vegetation classes for 10-fold LLOCV.
Vegetation TypeMCSMGMMC (3 × 3)SM (3 × 3)GM (3 × 3)MC (5 × 5)SM (5 × 5)GM (5 × 5)
Ostryo-Carpinion71.5673.5174.7172.7273.4774.6569.1974.1874.96
Quercion frainetto43.7548.8849.4550.6348.8549.4052.8950.2050.43
Quercion petraea-cerris43.6744.6944.3347.6144.8244.4346.8044.9844.26
Quercion roboris96.9797.1397.9098.2297.1897.9498.3097.3097.98
Fagion69.8671.5172.6472.3971.4772.5872.7671.3172.47
Pinion nigrae75.9376.1477.9280.4376.1477.8981.6777.5978.59
Vaccinio-Piceion93.3694.1394.2095.7094.1294.2097.0793.5793.84
Pinion mugo86.8994.7993.4699.5094.7993.4696.6095.4595.25

Appendix C

Table A6. Confusion matrix after the 5-fold LLOCV using the MC rule and 5 × 5 neighborhood for aggregation (Legend for Class ID: 1 Ostryo-Carpinion, 2 Quercion frainetto, 3 Quercion petraea-cerris, 4 Quercion roboris, 5 Fagion, 6 Pinion nigrae, 7 Vaccinio-Piceion, 8 Pinion mugo).
Table A6. Confusion matrix after the 5-fold LLOCV using the MC rule and 5 × 5 neighborhood for aggregation (Legend for Class ID: 1 Ostryo-Carpinion, 2 Quercion frainetto, 3 Quercion petraea-cerris, 4 Quercion roboris, 5 Fagion, 6 Pinion nigrae, 7 Vaccinio-Piceion, 8 Pinion mugo).
Reference
Class ID12345678Total
Prediction143091908581528867627176380
29449529893396210018454
3215458911,4424442376520648324,710
4162179688,903010090,322
533621216247023,979022032,705
602181024055710154207131
7002050203412,3471112,617
800110032596612
Total487012,23423,57293,69928,678663012,600648182,931
PA [%]88.4836.7448.5494.8883.6186.1297.9991.98
UA [%]67.5453.1746.3198.4373.3280.0797.8697.39
Table A7. Confusion matrix after the 10-fold LLOCV using MC rule and 5 × 5 neighborhood for aggregation (Legend for Class ID: 1 Ostryo-Carpinion, 2 Quercion frainetto, 3 Quercion petraea-cerris, 4 Quercion roboris, 5 Fagion, 6 Pinion nigrae, 7 Vaccinio-Piceion, 8 Pinion mugo).
Table A7. Confusion matrix after the 10-fold LLOCV using MC rule and 5 × 5 neighborhood for aggregation (Legend for Class ID: 1 Ostryo-Carpinion, 2 Quercion frainetto, 3 Quercion petraea-cerris, 4 Quercion roboris, 5 Fagion, 6 Pinion nigrae, 7 Vaccinio-Piceion, 8 Pinion mugo).
Reference
Class ID12345678Total
Prediction14254157702834363727206148
216460629803537530018709
3260412310,4853921337919141522,405
4068180185,803220087,289
534022076394123,916010132,869
60216826075257113186437
7002950223712,4082112,783
800100021369382
Total487011,99022,49390,08628,422612612,600435177,022
PA [%]87.3538.4246.6195.2584.1585.8198.4884.83
UA [%]69.1952.8946.8098.3072.7681.6797.0796.60

References

  1. Global Forest Resources Assessment 2020; FAO: Rome, Italy, 2020; ISBN 978-92-5-132581-0.
  2. Introduction to Forest Ecosystem Science and Management, 3rd ed.; Wiley: New York, NY, USA, 2002; Available online: https://www.wiley.com/en-us/Introduction+to+Forest+Ecosystem+Science+and+Management%2C+3rd+Edition-p-9780471331452 (accessed on 13 June 2020).
  3. Bouchard, M.; Aquilué, N.; Périé, C.; Lambert, M.-C. Tree species persistence under warming conditions: A key driver of forest response to climate change. For. Ecol. Manag. 2019, 442, 96–104. [Google Scholar] [CrossRef]
  4. Modzelewska, A.; Fassnacht, F.E.; Stereńczak, K. Tree species identification within an extensive forest area with diverse management regimes using airborne hyperspectral data. Int. J. Appl. Earth Obs. Geoinf. 2020, 84, 101960. [Google Scholar] [CrossRef]
  5. Jiang, X.; Huang, J.-G.; Stadt, K.J.; Comeau, P.G.; Chen, H.Y.H. Spatial climate-dependent growth response of boreal mixedwood forest in western Canada. Glob. Planet. Chang. 2016, 139, 141–150. [Google Scholar] [CrossRef]
  6. Grabska, E.; Hostert, P.; Pflugmacher, D.; Ostapowicz, K. Forest Stand Species Mapping Using the Sentinel-2 Time Series. Remote Sens. 2019, 11, 1197. [Google Scholar] [CrossRef] [Green Version]
  7. Sheeren, D.; Fauvel, M.; Josipović, V.; Lopes, M.; Planque, C.; Willm, J.; Dejoux, J.-F. Tree Species Classification in Temperate Forests Using Formosat-2 Satellite Image Time Series. Remote Sens. 2016, 8, 734. [Google Scholar] [CrossRef] [Green Version]
  8. Madonsela, S.; Cho, M.A.; Ramoelo, A.; Mutanga, O.; Naidoo, L. Estimating tree species diversity in the savannah using NDVI and woody canopy cover. Int. J. Appl. Earth Obs. Geoinf. 2018, 66, 106–115. [Google Scholar] [CrossRef] [Green Version]
  9. Vaglio Laurin, G.; Liesenberg, V.; Chen, Q.; Guerriero, L.; Del Frate, F.; Bartolini, A.; Coomes, D.; Wilebore, B.; Lindsell, J.; Valentini, R. Optical and SAR sensor synergies for forest and land cover mapping in a tropical site in West Africa. Int. J. Appl. Earth Obs. Geoinf. 2013, 21, 7–16. [Google Scholar] [CrossRef]
  10. Drusch, M.; Del Bello, U.; Carlier, S.; Colin, O.; Fernandez, V.; Gascon, F.; Hoersch, B.; Isola, C.; Laberinti, P.; Martimort, P.; et al. Sentinel-2: ESA’s Optical High-Resolution Mission for GMES Operational Services. Remote Sens. Environ. 2012, 120, 25–36. [Google Scholar] [CrossRef]
  11. Heckel, K.; Urban, M.; Schratz, P.; Mahecha, M.D.; Schmullius, C. Predicting Forest Cover in Distinct Ecosystems: The Potential of Multi-Source Sentinel-1 and -2 Data Fusion. Remote Sens. 2020, 12, 302. [Google Scholar] [CrossRef] [Green Version]
  12. Cheng, K.; Wang, J. Forest-Type Classification Using Time-Weighted Dynamic Time Warping Analysis in Mountain Areas: A Case Study in Southern China. Forests 2019, 10, 1040. [Google Scholar] [CrossRef] [Green Version]
  13. Astola, H.; Häme, T.; Sirro, L.; Molinier, M.; Kilpi, J. Comparison of Sentinel-2 and Landsat 8 imagery for forest variable prediction in boreal region. Remote Sens. Environ. 2019, 223, 257–273. [Google Scholar] [CrossRef]
  14. Mickelson, J.G. Delineating Forest Canopy Species in the Northeastern United States Using Multi-Temporal TM Imagery. Photogramm. Eng. Remote Sens. 1998, 64, 891–904. [Google Scholar]
  15. Key, T.; Warner, T.A.; McGraw, J.B.; Fajvan, M.A. A Comparison of Multispectral and Multitemporal Information in High Spatial Resolution Imagery for Classification of Individual Tree Species in a Temperate Hardwood Forest. Remote Sens. Environ. 2001, 75, 100–112. [Google Scholar] [CrossRef]
  16. Immitzer, M.; Atzberger, C.; Koukal, T. Tree Species Classification with Random Forest Using Very High Spatial Resolution 8-Band WorldView-2 Satellite Data. Remote Sens. 2012, 4, 2661–2693. [Google Scholar] [CrossRef] [Green Version]
  17. Immitzer, M.; Vuolo, F.; Atzberger, C. First Experience with Sentinel-2 Data for Crop and Tree Species Classifications in Central Europe. Remote Sens. 2016, 8, 166. [Google Scholar] [CrossRef]
  18. Marrs, J.; Ni-Meister, W. Machine Learning Techniques for Tree Species Classification Using Co-Registered LiDAR and Hyperspectral Data. Remote Sens. 2019, 11, 819. [Google Scholar] [CrossRef] [Green Version]
  19. Xu, B.; Huang, J.Z.; Williams, G.; Wang, Q.; Ye, Y. Classifying Very High-Dimensional Data with Random Forests Built from Small Subspaces. Int. J. Data Wareh. Min. 2012, 8, 44–63. [Google Scholar] [CrossRef]
  20. He, X.; Chaney, N.W.; Schleiss, M.; Sheffield, J. Spatial downscaling of precipitation using adaptable random forests. Water Resour. Res. 2016, 52, 8217–8237. [Google Scholar] [CrossRef]
  21. Li, J.; Heap, A.D.; Potter, A.; Daniell, J.J. Application of machine learning methods to spatial interpolation of environmental variables. Environ. Model. Softw. 2011, 26, 1647–1659. [Google Scholar] [CrossRef]
  22. Sekulić, A.; Kilibarda, M.; Heuvelink, G.B.M.; Nikolić, M.; Bajat, B. Random Forest Spatial Interpolation. Remote Sens. 2020, 12, 1687. [Google Scholar] [CrossRef]
  23. Aonpong, P.; Kasetkasem, T.; Rakwatin, P.; Kumazawa, I.; Chanwimaluang, T. The Random forest approach for land cover mapping. In Proceedings of the 2016 7th International Conference of Information and Communication Technology for Embedded Systems (IC-ICTES), Bangkok, Thailand, 20–22 March 2016; IEEE: Bangkok, Thailand, 2016; pp. 1–6. [Google Scholar]
  24. Samardžić-Petrović, M.; Kovačević, M.; Bajat, B.; Dragićević, S. Machine Learning Techniques for Modelling Short Term Land-Use Change. ISPRS Int. J. Geo Inf. 2017, 6, 387. [Google Scholar] [CrossRef] [Green Version]
  25. Meraner, A.; Ebel, P.; Zhu, X.X.; Schmitt, M. Cloud removal in Sentinel-2 imagery using a deep residual neural network and SAR-optical data fusion. ISPRS J. Photogramm. Remote Sens. 2020, 166, 333–346. [Google Scholar] [CrossRef] [PubMed]
  26. Pipia, L.; Muñoz-Marí, J.; Amin, E.; Belda, S.; Camps-Valls, G.; Verrelst, J. Fusing optical and SAR time series for LAI gap filling with multioutput Gaussian processes. Remote Sens. Environ. 2019, 235, 111452. [Google Scholar] [CrossRef]
  27. Yan, L.; Roy, D.P. Large-Area Gap Filling of Landsat Reflectance Time Series by Spectral-Angle-Mapper Based Spatio-Temporal Similarity (SAMSTS). Remote Sens. 2018, 10, 609. [Google Scholar] [CrossRef] [Green Version]
  28. Bankovic, S.; Medarevic, M.; Pantic, D.; Petrovic, N.; Sljukic, B.; Obradovic, S. The growing stock of the Republic of Serbia: State and problems. Glas. Sumar. Fak. 2009, 2, 7–29. [Google Scholar] [CrossRef]
  29. Bohn, U.; Gollub, G.; Hettwer, C.; Neuhäuslová, Z.; Raus, T.; Schlüter, H.; Weber, H. Karte der natürlichen Vegetation Europas/Map of the Natural Vegetation of Europe. Maßstab/Scale 1:2500,000; Landwirtschaftsverlag: Münster, Germany, 2000. [Google Scholar]
  30. Müller-Wilm, U.; Louis, J.; Richter, R.; Gascon, F.; Niezette, M. Sentinel-2 level 2a prototype processor: Architecture, algorithms and first results. In Proceedings of the ESA Living Planet Symposium, Edinburgh, UK, 9–13 September 2013; pp. 9–13. [Google Scholar]
  31. Lakušić, D. Database on the Distribution of Potentially Endangered Species and Habitats of Serbia—Results of the Project, Acquisition of Data and other Services for the Purpose of Establishing the Ecological Network of the European Union NATURA 2000 as Part of the Ecological Network of the Republic of Serbia 2016–2019, Centre for Biodiversity Informatics (CBI) of the University of Belgrade—Faculty of Biology (UBFB); Centre for Biodiversity Informatics of the University of Belgrade—Faculty of Biology: Belgrade, Serbia, 2019. [Google Scholar]
  32. Davies, C.E.; Moss, D. EUNIS Habitat Classification, February 2002; European Environment Agency (EEA): Copenhagen, Denmark, 2002.
  33. Pravilnik o Kriterijumima za Izdvajanje Tipova Staništa, o Tipovima Staništa, Osetljivim, Ugroženim, Retkim i za Zaštitu Prioritetnim Tipovima Staništa i o Merama Zaštite za Njihovo Očuvanje: 35/2010-29. Available online: http://www.pravno-informacioni-sistem.rs/SlGlasnikPortal/eli/rep/sgrs/ministarstva/pravilnik/2010/35/5/reg/ (accessed on 29 July 2020).
  34. Forests—Copernicus Land Monitoring Service. Available online: https://land.copernicus.eu/pan-european/high-resolution-layers/forests (accessed on 13 July 2020).
  35. Torgo, L. Data Mining with R, Learning with Case Studies; Chapman and Hall/CRC: Boca Raton, FL, USA, 2010. [Google Scholar]
  36. R Core Team. R: A Language and Environment for Statistical Computing; R Foundation for Statistical Computing: Vienna, Austria, 2020. [Google Scholar]
  37. Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef] [Green Version]
  38. Malley, J.D.; Kruppa, J.; Dasgupta, A.; Malley, K.G.; Ziegler, A. Probability Machines: Consistent Probability Estimation Using Nonparametric Learning Machines. Methods Inf. Med. 2012, 51, 74–81. [Google Scholar] [CrossRef]
  39. Wright, M.N.; Ziegler, A. ranger: A Fast Implementation of Random Forests for High Dimensional Data in C++ and R. J. Stat. Softw. 2017, 77, 1–17. [Google Scholar] [CrossRef] [Green Version]
  40. Liu, Y.; Gong, W.; Hu, X.; Gong, J. Forest Type Identification with Random Forest Using Sentinel-1A, Sentinel-2A, Multi-Temporal Landsat-8 and DEM Data. Remote Sens. 2018, 10, 946. [Google Scholar] [CrossRef] [Green Version]
  41. Yu, Y.; Li, M.; Fu, Y. Forest type identification by random forest classification combined with SPOT and multitemporal SAR data. J. For. Res. 2018, 29, 1407–1414. [Google Scholar] [CrossRef]
  42. Olofsson, P.; Foody, G.M.; Herold, M.; Stehman, S.V.; Woodcock, C.E.; Wulder, M.A. Good practices for estimating area and assessing accuracy of land change. Remote Sens. Environ. 2014, 148, 42–57. [Google Scholar] [CrossRef]
  43. Kivinen, J.; Warmuth, M.K. Averaging Expert Predictions. In Proceedings of the Computational Learning Theory, Nordkirchen, Germany, 29–31 March 1999; Fischer, P., Simon, H.U., Eds.; Springer: Berlin/Heidelberg, Germany, 1999; pp. 153–167. [Google Scholar]
  44. James, G.; Witten, D.; Hastie, T.; Tibshirani, R. An Introduction to Statistical Learning; Springer Texts in Statistics; Springer: New York, NY, USA, 2013; Volume 103, ISBN 978-1-4614-7137-0. [Google Scholar]
  45. Fukarek, P.; Jovanović, B. Karta Prirodne Potencijalne Vegetacije SFR Jugoslavije 1:1000,000—Naučno Veće Vegetacijske Karte Jugoslavije; Naučno Veće Vegetacijske Karte Jugoslavije, Šumarski Fakultet Univerziteta Kiril i Metodije u Skopju: Skopje, SFR Yugoslavia, 1983. [Google Scholar]
  46. Banković, S.; Medarević, M.; Pantić, D.; Petrović, N. Nacionalna inventura šuma Republike Srbije. Šumarstvo 2008, 3, 1–16. [Google Scholar]
  47. Banković, S.; Medarević, M.; Pantić, D.; Petrović, N. Nacionalna Inventura Šuma Republike Srbije—Šumski Fond Republike Srbije; Ministarstvo Poljoprivrede Šumarstva i Vodoprivrede Republike Srbije—Uprava za šume: Belgrade, Serbia, 2009. [Google Scholar]
  48. Ottosen, T.-B.; Petch, G.; Hanson, M.; Skjøth, C.A. Tree cover mapping based on Sentinel-2 images demonstrate high thematic accuracy in Europe. Int. J. Appl. Earth Obs. Geoinf. 2020, 84, 101947. [Google Scholar] [CrossRef]
  49. Lu, M.; Chen, B.; Liao, X.; Yue, T.; Yue, H.; Ren, S.; Li, X.; Nie, Z.; Xu, B. Forest Types Classification Based on Multi-Source Data Fusion. Remote Sens. 2017, 9, 1153. [Google Scholar] [CrossRef] [Green Version]
Figure 1. The location of study area—Republic of Serbia.
Figure 1. The location of study area—Republic of Serbia.
Remotesensing 12 02845 g001
Figure 2. The used Sentinel-2 granules over the study area: (a) Timestamps the granules; (b) Number of Sentinel-2 observations available over the study area.
Figure 2. The used Sentinel-2 granules over the study area: (a) Timestamps the granules; (b) Number of Sentinel-2 observations available over the study area.
Remotesensing 12 02845 g002
Figure 3. The overview of created woody vegetation polygons’ locations over the study area.
Figure 3. The overview of created woody vegetation polygons’ locations over the study area.
Remotesensing 12 02845 g003
Figure 4. The flowchart diagram of the proposed spatio-temporal classification framework.
Figure 4. The flowchart diagram of the proposed spatio-temporal classification framework.
Remotesensing 12 02845 g004
Figure 5. Producer’s accuracy and user’s accuracy barplots after K-fold leave-location out cross-validation (a) PA with K = 5 (b) PA with K = 10 (c) UA with K = 5 (d) UA with K = 10.
Figure 5. Producer’s accuracy and user’s accuracy barplots after K-fold leave-location out cross-validation (a) PA with K = 5 (b) PA with K = 10 (c) UA with K = 5 (d) UA with K = 10.
Remotesensing 12 02845 g005
Figure 6. Final classification map of woody vegetation coverage over the study area.
Figure 6. Final classification map of woody vegetation coverage over the study area.
Remotesensing 12 02845 g006
Figure 7. Temporal phenological patterns for the used Sentinel-2 spectral bands and NDVI values.
Figure 7. Temporal phenological patterns for the used Sentinel-2 spectral bands and NDVI values.
Remotesensing 12 02845 g007
Figure 8. Variable importance barplot expressed through the Mean decrease Gini measure.
Figure 8. Variable importance barplot expressed through the Mean decrease Gini measure.
Remotesensing 12 02845 g008
Table 1. The definition of classification scheme and the number of vectorized training polygons for their representation.
Table 1. The definition of classification scheme and the number of vectorized training polygons for their representation.
Class IDVegetation TypeInformal Phytosociological NameEUNIS
Code
SrbHab CodeNumber of Polygons
1Thermophytic broadleaved deciduous (Carpinus orientalisOstrya carpinifolia) forestsOstryo-CarpinionG1.7CA2.940
2Thermophytic broadleaved deciduous (Quercus) forestsQuercion frainettoG1.76A2.163
3Thermo–Mesophytic broadleaved deciduous (Quercus) forestsQuercion petraea-cerrisG1.76A2.5107
4Mesophytic and hygromesophytic broadleaved deciduous (Quercus) forestsQuercion roborisG1.2 and G1.AA1.3 and A1.4116
5Mesophytic broadleaved deciduous (Fagus) forestsFagionG1.6A3.293
6Xerophytic relic coniferous (Pinus) forestsPinion nigraeG3.5A5.155
7Psychrophytic boreomontane coniferous (Picea) forestsVaccinio-PiceionG3.1A6.150
8Psychrophytic subalpine coniferous krummholz (Pinus) scrubPinion mugoF2.4B6.125
Table 2. The definition of classification scheme and the number of vectorized training polygons for their representation.
Table 2. The definition of classification scheme and the number of vectorized training polygons for their representation.
Class IDInformal Phytosociological NameExtracted Number of Vegetation Pixels
1Ostryo-Carpinion2299
2Quercion frainetto6705
3Quercion petraea-cerris11,152
4Quercion roboris65,561
5Fagion14,971
6Pinion nigrae3235
7Vaccinio-Piceion10,871
8Pinion mugo265
Table 3. Validation metrics obtained after 5-fold and 10-fold leave-location out cross-validation.
Table 3. Validation metrics obtained after 5-fold and 10-fold leave-location out cross-validation.
Aggregation Rule5-Fold LLOCV10-Fold LLOCV
OA [%]KappaOA [%]Kappa
pixel-basedMC81.020.7280.630.72
SM81.920.7481.670.74
GM81.940.7481.870.74
3 × 3MC (3 × 3)83.090.7682.890.75
SM (3 × 3)82.270.7481.680.74
GM (3 × 3)82.390.7481.870.74
5 × 5MC (5 × 5)82.970.7583.100.76
SM (5 × 5)82.300.7481.980.74
GM (5 × 5)82.410.7482.050.74
Table 4. Area and share in the total forest area for each woody vegetation class after classification using the MC rule and 5 × 5 neighborhood for aggregation.
Table 4. Area and share in the total forest area for each woody vegetation class after classification using the MC rule and 5 × 5 neighborhood for aggregation.
Class IDInformal Phytosociological NameArea [km2]Area [%]
1Ostryo-Carpinion441112.42
2Quercion frainetto11043.11
3Quercion petraea-cerris11,70732.95
4Quercion roboris552815.56
5Fagion10,76830.31
6Pinion nigrae9492.67
7Vaccinio-Piceion9072.55
8Pinion mugo1530.43

Share and Cite

MDPI and ACS Style

Kovačević, J.; Cvijetinović, Ž.; Lakušić, D.; Kuzmanović, N.; Šinžar-Sekulić, J.; Mitrović, M.; Stančić, N.; Brodić, N.; Mihajlović, D. Spatio-Temporal Classification Framework for Mapping Woody Vegetation from Multi-Temporal Sentinel-2 Imagery. Remote Sens. 2020, 12, 2845. https://doi.org/10.3390/rs12172845

AMA Style

Kovačević J, Cvijetinović Ž, Lakušić D, Kuzmanović N, Šinžar-Sekulić J, Mitrović M, Stančić N, Brodić N, Mihajlović D. Spatio-Temporal Classification Framework for Mapping Woody Vegetation from Multi-Temporal Sentinel-2 Imagery. Remote Sensing. 2020; 12(17):2845. https://doi.org/10.3390/rs12172845

Chicago/Turabian Style

Kovačević, Jovan, Željko Cvijetinović, Dmitar Lakušić, Nevena Kuzmanović, Jasmina Šinžar-Sekulić, Momir Mitrović, Nikola Stančić, Nenad Brodić, and Dragan Mihajlović. 2020. "Spatio-Temporal Classification Framework for Mapping Woody Vegetation from Multi-Temporal Sentinel-2 Imagery" Remote Sensing 12, no. 17: 2845. https://doi.org/10.3390/rs12172845

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop