Tree Species Classification for Shelterbelt Forest Based on Multi-Source Remote Sensing Data Fusion from Unmanned Aerial Vehicles
Abstract
:1. Introduction
2. Materials and Methods
2.1. Materials
2.1.1. Study Area Overview
2.1.2. Data Acquisition
2.1.3. Data Preprocessing
2.1.4. Image Registration
2.1.5. Field Survey Data
- Sample data for ITC delineation: Based on the distribution of the study area and target tree species, three regions were selected from the study area to evaluate the accuracy of ITC delineation. These regions represent the diverse terrain, vegetation types, and tree species distributions within the study area, with Site 2 characterized by highly variable and densely populated shelter forests. In total, they encompass 320 reference tree crown samples. The ground reference crowns were manually delineated by experienced professionals based on RGB images through visual interpretation, and were further verified and adjusted using hyperspectral and LiDAR point cloud data to ensure the accuracy of the tree crown boundaries.
- Sample data for tree species classification: A field survey was conducted in the study area on 10 October 2023. During the sampling process, a portable Real-Time Kinematic (RTK) device was used to record the geographic coordinates and tree species information of the samples. A total of 430 sample points were collected, including Populus bolleana, Ulmus pumila, Elaeagnus angustifolia, and Dead trees. The tree species data obtained from the entire study area were used as the training and validation sample set for tree species classification, while the ITC delineation data from three representative regions were used as the test sample set for tree species classification. The specific sample points and locations of the representative regions are shown in Figure 1.
2.2. Methods
2.2.1. Individual Tree Crown Delineation
- Refining delineation boundaries and initial delineation: This step aims to reduce CHM image noise, preserve and enhance edge details in the image, and highlight tree crown boundaries without restricting over-segmentation. The fine-grained regions obtained provide richer information for subsequent feature extraction and regional optimization merging. First, Gaussian filtering and Contrast Limited Adaptive Histogram Equalization (CLAHE) [26] are applied to the CHM image for smoothing and local contrast enhancement. Next, the Otsu method [27] is used to perform global thresholding on the enhanced CHM image, generating a binary mask. Based on this, the Scharr operator [28] is employed to extract edge information from the image, resulting in a gradient magnitude map. Then, local maxima within the mask area are calculated as markers, and the watershed algorithm is applied to the gradient magnitude map to obtain the initial tree crown contours. Finally, the boundaries of the label matrix are extended, and the spatial adjacency matrix is constructed using the eight-neighbor relationship of each pixel. This matrix represents the connectivity between each pair of adjacent regions and is used to calculate the similarity between neighboring regions in subsequent steps.
- Merging adjacent and similar regions: This step aims to reduce over-segmentation and optimize the ITC delineation results from the first stage. First, for the R, G, and B bands of the RGB image and the CHM image, the mean, variance, minimum, maximum, median, range, quartiles, and interquartile range are calculated for each region, resulting in a total of 24 statistical measures as RGB color space features and 8 CHM statistical features. The RGB image is then converted to the HSV color space, and the mean and standard deviation of hue, saturation, and value are calculated for each region, resulting in 6 statistical measures as HSV color space features. Based on the Gray Level Co-occurrence Matrix (GLCM) [29], Local Binary Patterns (LBP) [30], and Gabor filtering [31] methods, GLCM features, LBP features, and GF mean and variance in the 0, , and directions are calculated from the grayscale image, yielding 13 statistical measures as texture features, as detailed in Table 3.
2.2.2. Individual Tree Feature Extraction
- Selection of 16 bands: When selecting original band features, the CV-SVM-RFE algorithm was used to filter 16 bands from the original 45 bands as classification variables to reduce the computational complexity of hyperspectral data processing, remove redundant information, and minimize noise impact.
- Statistically transformed variables: In addition to the preliminary selection of original bands, the Minimum Noise Fraction (MNF) transformation and PCA methods were applied to the optimal subset of original bands. Both methods effectively reduce data redundancy and improve the efficiency of data processing and analysis. Specifically, the top three components with a variance contribution rate above 90% in PCA and a signal-to-noise ratio greater than 3 in MNF were selected as classification variables.
- Textural metrics: GLCM calculations were performed on the first principal component obtained from MNF and PCA transformations, with pixel distances set to 1, 2, 3, and 4, and pixel angles set to 0, , , and radians. The average values of the texture features were computed from the combinations of different pixel distances and angles, resulting in the extraction of 12 texture features.
- Vegetation indices: Based on the spectral range of the hyperspectral data and previous research experience, 19 relevant vegetation indices were constructed for classification.
2.2.3. Classification Feature Optimization
2.2.4. Classification Image
2.2.5. Classification Model
- RF Classifier: RF classifies by constructing multiple decision trees and combining their results, with strong noise resistance and the ability to handle high-dimensional data. Numerous studies have demonstrated that RF classifiers can effectively classify tree species. In this study, the number of decision trees and the maximum depth were set to 1000 and 20, respectively, to ensure that the model could fully learn the data features.
- SVM Classifier: SVM is an efficient supervised learning algorithm that finds the optimal separating hyperplane in high-dimensional space to maximize the margin between classes, making it suitable for classification tasks in high-dimensional feature spaces. A linear kernel function was chosen in this study to handle linearly separable problems in high-dimensional feature spaces. The linear kernel function helps simplify computation, making it suitable for handling large-scale datasets while maintaining efficient classification performance.
- Multilayer Perceptron (MLP) Classifier: MLP is a feedforward neural network that includes an input layer, multiple hidden layers, and an output layer. It can learn complex nonlinear data relationships through nonlinear activation functions and the backpropagation algorithm. For the complex features present in tree species classification tasks, MLP effectively captures the relationships between these high-dimensional data. In this study, one hidden layer with 100 neurons was set, with a maximum of 1000 iterations, using the Rectified Linear Unit (ReLU) as the activation function for the hidden layer to handle nonlinear feature relationships.
- Stagewise Additive Modeling using a Multiclass Exponential Loss Function (SAMME) Classifier: SAMME, based on boosting, combines multiple weak classifiers to form a robust classifier, improving performance with each iteration. Unlike Adaptive Boosting, SAMME uses a multiclass exponential loss function, making it suitable for multiclass tasks. Its adaptive weight adjustment and ensemble learning mechanism excel in handling complex multiclass tasks. In this study, decision trees with a maximum depth of 1 were chosen as base learners, with 1500 weak classifiers set to ensure adequate model learning.
3. Results
3.1. Individual Tree Crown Delineation Results
3.2. Tree Species Classification Results
4. Discussion
5. Conclusions
- Comparing the ITC delineation performance of the CHM-based watershed segmentation algorithm and the WMF-SCS ITC delineation algorithm, the WMF-SCS algorithm effectively reduces over-segmentation and improves ITC delineation precision (Precision = 0.88, Recall = 0.87, F1-Score = 0.87), making it suitable for ITC delineation tasks in complex mixed forest scenarios. Additionally, the OA and Kappa coefficient of the classification results increased by 1.85% and 0.0218, respectively. This indicates that high-precision ITC delineation can provide clearer and more reliable classification objects, features, and training data, thereby improving the accuracy and reliability of tree species classification.
- Comparing the classification results of hyperspectral and LiDAR data, the CV-SVM-RFE band selection algorithm effectively retains the original spectral information and reduces the dimensionality of hyperspectral data, with OA and Kappa coefficient remaining largely unchanged compared to the original full-band data. Moreover, crown morphology parameters have significant application value in tree species classification tasks; after adding these parameters, the model’s OA and Kappa coefficient increased by 5.82% and 0.08, respectively. After feature optimization, the OA of the model improved by 5.81% for hyperspectral data and 3.48% for LiDAR data.
- Multi-source data can effectively complement the features between different tree species, enhancing the model’s ability to distinguish between species, thus improving the accuracy of tree species classification. Compared to the classification results using single-source LiDAR data, the accuracy of multi-source data classification improved by an average of 7.94%. Compared to the classification results using single-source hyperspectral data, the accuracy of multi-source data classification improved by an average of 7.52%.
- Comparing the classification results of different classifiers, the RF classifier combined with multi-source data demonstrated the highest classification accuracy and consistency (OA = 90.70%, Kappa = 0.8747). Given the sample size in this study, the RF classifier generally outperformed the SVM, MLP, and SAMME classifiers, showing high applicability and advantages in tree species classification tasks involving multi-source data. These results suggest that integrating multi-source data and selecting the appropriate classifier are key strategies for improving the accuracy of individual tree species classification.
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Zhang, D.N.; Chen, X.; Zang, C.F. Potential for Afforestation in the Three-North Region Where Implements Shelter-Belt Forest Program. Sci. Silvae Sin. 2021, 57, 184–194. [Google Scholar] [CrossRef]
- Dainelli, R.; Toscano, P.; Di Gennaro, S.F.; Matese, A. Recent Advances in Unmanned Aerial Vehicle Forest Remote Sensing—A Systematic Review. Part I: A General Framework. Forests 2021, 12, 327. [Google Scholar] [CrossRef]
- Qin, H.; Zhou, W.; Yao, Y.; Wang, W. Individual Tree Segmentation and Tree Species Classification in Subtropical Broadleaf Forests Using UAV-Based LiDAR, Hyperspectral, and Ultrahigh-Resolution RGB Data. Remote Sens. Environ. 2022, 280, 113143. [Google Scholar] [CrossRef]
- Wang, B.; Liu, J.; Li, J.; Li, M. UAV LiDAR and Hyperspectral Data Synergy for Tree Species Classification in the Maoershan Forest Farm Region. Remote Sens. 2023, 15, 1000. [Google Scholar] [CrossRef]
- Xu, Z.; Shen, X.; Cao, L.; Coops, N.C.; Goodbody, T.R.; Zhong, T.; Wu, X. Tree Species Classification Using UAS-Based Digital Aerial Photogrammetry Point Clouds and Multispectral Imageries in Subtropical Natural Forests. Int. J. Appl. Earth Obs. Geoinf. 2020, 92, 102173. [Google Scholar] [CrossRef]
- Dalponte, M.; Ørka, H.O.; Ene, L.T.; Gobakken, T.; Næsset, E. Tree Crown Delineation and Tree Species Classification in Boreal Forests Using Hyperspectral and ALS Data. Remote Sens. Environ. 2014, 140, 306–317. [Google Scholar] [CrossRef]
- Heinzel, J.; Koch, B. Investigating Multiple Data Sources for Tree Species Classification in Temperate Forest and Use for Single Tree Delineation. Int. J. Appl. Earth Obs. Geoinf. 2012, 18, 101–110. [Google Scholar] [CrossRef]
- Tarabalka, Y.; Chanussot, J.; Benediktsson, J.A. Segmentation and Classification of Hyperspectral Images Using Watershed Transformation. Pattern Recognit. 2010, 43, 2367–2379. [Google Scholar] [CrossRef]
- Liu, L.; Coops, N.C.; Aven, N.W.; Pang, Y. Mapping Urban Tree Species Using Integrated Airborne Hyperspectral and LiDAR Remote Sensing Data. Remote Sens. Environ. 2017, 200, 170–182. [Google Scholar] [CrossRef]
- Chen, Q.; Baldocchi, D.; Gong, P.; Kelly, M. Isolating Individual Trees in a Savanna Woodland Using Small Footprint Lidar Data. Photogramm. Eng. Remote Sens. 2006, 72, 923–932. [Google Scholar] [CrossRef]
- Yang, J.; Kang, Z.; Cheng, S.; Yang, Z.; Akwensi, P.H. An Individual Tree Segmentation Method Based on Watershed Algorithm and Three-Dimensional Spatial Distribution Analysis from Airborne LiDAR Point Clouds. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2020, 13, 1055–1067. [Google Scholar] [CrossRef]
- Hui, Z.; Cheng, P.; Yang, B.; Zhou, G. Multi-Level Self-Adaptive Individual Tree Detection for Coniferous Forest Using Airborne LiDAR. Int. J. Appl. Earth Obs. Geoinf. 2022, 114, 103028. [Google Scholar] [CrossRef]
- Zhen, Z.; Quackenbush, L.J.; Zhang, L. Trends in Automatic Individual Tree Crown Detection and Delineation—Evolution of LiDAR Data. Remote Sens. 2016, 8, 333. [Google Scholar] [CrossRef]
- Hastings, J.H.; Ollinger, S.V.; Ouimette, A.P.; Sanders-DeMott, R.; Palace, M.W.; Ducey, M.J.; Orwig, D.A. Tree Species Traits Determine the Success of LiDAR-Based Crown Mapping in a Mixed Temperate Forest. Remote Sens. 2020, 12, 309. [Google Scholar] [CrossRef]
- Heinzel, J.; Huber, M.O. Constrained Spectral Clustering of Individual Trees in Dense Forest Using Terrestrial Laser Scanning Data. Remote Sens. 2018, 10, 1056. [Google Scholar] [CrossRef]
- Liu, Y.; Chen, D.; Fu, S.; Mathiopoulos, P.T.; Sui, M.; Na, J.; Peethambaran, J. Segmentation of Individual Tree Points by Combining Marker-Controlled Watershed Segmentation and Spectral Clustering Optimization. Remote Sens. 2024, 16, 610. [Google Scholar] [CrossRef]
- Lisiewicz, M.; Kamińska, A.; Kraszewski, B.; Stereńczak, K. Correcting the Results of CHM-Based Individual Tree Detection Algorithms to Improve Their Accuracy and Reliability. Remote Sens. 2022, 14, 1822. [Google Scholar] [CrossRef]
- Katz, D.S.; Batterman, S.A.; Brines, S.J. Improved Classification of Urban Trees Using a Widespread Multi-Temporal Aerial Image Dataset. Remote Sens. 2020, 12, 2475. [Google Scholar] [CrossRef]
- Tang, J.; Liang, J.; Yang, Y.; Zhang, S.; Hou, H.; Zhu, X. Revealing the Structure and Composition of the Restored Vegetation Cover in Semi-Arid Mine Dumps Based on LiDAR and Hyperspectral Images. Remote Sens. 2022, 14, 978. [Google Scholar] [CrossRef]
- Martins-Neto, R.P.; Tommaselli, A.M.G.; Imai, N.N.; Honkavaara, E.; Miltiadou, M.; Moriya, E.A.S.; David, H.C. Tree Species Classification in a Complex Brazilian Tropical Forest Using Hyperspectral and LiDAR Data. Forests 2023, 14, 945. [Google Scholar] [CrossRef]
- Qiao, Y.; Zheng, G.; Du, Z.; Ma, X.; Li, J.; Moskal, L.M. Tree-Species Classification and Individual-Tree-Biomass Model Construction Based on Hyperspectral and LiDAR Data. Remote Sens. 2023, 15, 1341. [Google Scholar] [CrossRef]
- Wu, J.; Man, Q.; Yang, X.; Dong, P.; Ma, X.; Liu, C.; Han, C. Fine Classification of Urban Tree Species Based on UAV-Based RGB Imagery and LiDAR Data. Forests 2024, 15, 390. [Google Scholar] [CrossRef]
- Zhong, H.; Lin, W.; Liu, H.; Ma, N.; Liu, K.; Cao, R.; Ren, Z. Identification of Tree Species Based on the Fusion of UAV Hyperspectral Image and LiDAR Data in a Coniferous and Broad-Leaved Mixed Forest in Northeast China. Front. Plant Sci. 2022, 13, 964769. [Google Scholar] [CrossRef]
- Rina, S.; Ying, H.; Shan, Y.; Du, W.; Liu, Y.; Li, R.; Deng, D. Application of Machine Learning to Tree Species Classification Using Active and Passive Remote Sensing: A Case Study of the Duraer Forestry Zone. Remote Sens. 2023, 15, 2596. [Google Scholar] [CrossRef]
- Li, J.; Hu, B.; Noland, T.L. Classification of Tree Species Based on Structural Features Derived from High Density LiDAR Data. Agric. For. Meteorol. 2013, 171, 104–114. [Google Scholar] [CrossRef]
- Zuiderveld, K. Contrast Limited Adaptive Histogram Equalization. In Graphics Gems IV; Heckbert, P.S., Ed.; Academic Press: San Diego, CA, USA, 1994; pp. 474–485. [Google Scholar]
- Bangare, S.L.; Dubal, A.; Bangare, P.S.; Patil, S.T. Reviewing Otsu’s Method for Image Thresholding. Int. J. Appl. Eng. Res. 2015, 10, 21777–21783. [Google Scholar] [CrossRef]
- Orhei, C.; Bogdan, V.; Bonchis, C.; Vasiu, R. Dilated Filters for Edge-Detection Algorithms. Appl. Sci. 2021, 11, 10716. [Google Scholar] [CrossRef]
- Benco, M.; Hudec, R.; Kamencay, P.; Zachariasova, M.; Matuska, S. An Advanced Approach to Extraction of Colour Texture Features Based on GLCM. Int. J. Adv. Robot. Syst. 2014, 11, 104. [Google Scholar] [CrossRef]
- Liu, P.; Guo, J.M.; Chamnongthai, K.; Prasetyo, H. Fusion of Color Histogram and LBP-Based Features for Texture Image Retrieval and Classification. Inf. Sci. 2017, 390, 95–111. [Google Scholar] [CrossRef]
- Li, M.; Staunton, R.C. Optimum Gabor Filter Design and Local Binary Patterns for Texture Segmentation. Pattern Recognit. Lett. 2008, 29, 664–672. [Google Scholar] [CrossRef]
- Barber, C.B.; Dobkin, D.P.; Huhdanpaa, H. Qhull: Quickhull Algorithm for Computing the Convex Hull. Astrophysics Source Code Library. 2013. Available online: https://ui.adsabs.harvard.edu/abs/2013ascl.soft04016B/abstract (accessed on 10 December 2023).
- Xu, W.; Deng, S.; Liang, D.; Cheng, X. A Crown Morphology-Based Approach to Individual Tree Detection in Subtropical Mixed Broadleaf Urban Forests Using UAV LiDAR Data. Remote Sens. 2021, 13, 1278. [Google Scholar] [CrossRef]
- Li, Y.F.; Xu, Z.H.; Hao, Z.B.; Yao, X.; Zhang, Q.; Huang, X.Y.; Guo, X.Y. A Comparative Study of the Performances of Joint RFE with Machine Learning Algorithms for Extracting Moso Bamboo (Phyllostachys pubescens) Forest Based on UAV Hyperspectral Images. Geocarto Int. 2023, 38, 2207550. [Google Scholar] [CrossRef]
- Gitelson, A.A.; Zur, Y.; Chivkunova, O.B.; Merzlyak, M.N. Assessing Carotenoid Content in Plant Leaves with Reflectance Spectroscopy. Photochem. Photobiol. 2002, 75, 272–281. [Google Scholar] [CrossRef]
- Qi, J.; Chehbouni, A.; Huete, Y.H.; Kerr, Y.H. Modified Soil Adjusted Vegetation Index (MSAVI). Remote Sens. Environ. 1994, 48, 119–126. [Google Scholar] [CrossRef]
- Merzlyak, M.N.; Gitelson, A.A.; Chivkunova, O.B.; Rakitin, V.Y. Non-destructive Optical Detection of Pigment Changes During Leaf Senescence and Fruit Ripening. Physiol. Plant. 1999, 106, 135–141. [Google Scholar] [CrossRef]
- Delegido, J.; Verrelst, J.; Meza, C.M.; Rivera, J.P.; Alonso, L.; Moreno, J. A Red-Edge Spectral Index for Remote Sensing Estimation of Green LAI Over Agroecosystems. Eur. J. Agron. 2013, 46, 42–52. [Google Scholar] [CrossRef]
- Tucker, C.J. Red and Photographic Infrared Linear Combinations for Monitoring Vegetation. Remote Sens. Environ. 1979, 8, 127–150. [Google Scholar] [CrossRef]
- Jiang, Z.; Huete, A.R.; Li, J.; Qi, J. Interpretation of the Modified Soil-Adjusted Vegetation Index Isolines in Red-NIR Reflectance Space. J. Appl. Remote Sens. 2007, 1, 013503. [Google Scholar] [CrossRef]
- Wang, F.M.; Huang, J.F.; Tang, Y.L.; Wang, X.Z. New Vegetation Index and Its Application in Estimating Leaf Area Index of Rice. Rice Sci. 2007, 14, 195–203. [Google Scholar] [CrossRef]
- Daughtry, C.S.; Walthall, C.L.; Kim, M.S.; De Colstoun, E.B.; McMurtrey III, J.E. Estimating Corn Leaf Chlorophyll Concentration from Leaf and Canopy Reflectance. Remote Sens. Environ. 2000, 74, 229–239. [Google Scholar] [CrossRef]
- Wu, C.; Niu, Z.; Tang, Q.; Huang, W.; Rivard, B.; Feng, J. Remote Estimation of Gross Primary Production in Wheat Using Chlorophyll-Related Vegetation Indices. Agric. For. Meteorol. 2009, 149, 1015–1021. [Google Scholar] [CrossRef]
- Richardson, A.D.; Duigan, S.P.; Berlyn, G.P. An Evaluation of Noninvasive Methods to Estimate Foliar Chlorophyll Content. New Phytol. 2002, 153, 185–194. [Google Scholar] [CrossRef]
- Gao, B.-C. NDWI—A Normalized Difference Water Index for Remote Sensing of Vegetation Liquid Water from Space. Remote Sens. Environ. 1996, 58, 257–266. [Google Scholar] [CrossRef]
- Zhu, Y.; Liu, L.; Li, J.; Yang, Y.; Liu, X.; Zhuang, Q. Analysis of Common Canopy Vegetation Indices for Indicating Leaf Nitrogen Accumulations in Wheat and Rice. Int. J. Appl. Earth Obs. Geoinf. 2008, 10, 1–10. [Google Scholar] [CrossRef]
- Xue, L.; Cao, W.; Luo, W.; Dai, T.; Zhu, Y. Monitoring Leaf Nitrogen Status in Rice with Canopy Spectral Reflectance. Agronomy 2004, 96, 135–142. [Google Scholar] [CrossRef]
- Deng, L.; Mao, Z.; Li, X.; Hu, Z.; Duan, F.; Yan, Y. UAV-Based Multispectral Remote Sensing for Precision Agriculture: A Comparison between Different Cameras. ISPRS J. Photogramm. Remote Sens. 2018, 146, 124–136. [Google Scholar] [CrossRef]
- Dash, J.; Curran, P.J. The MERIS Terrestrial Chlorophyll Index. Remote Sens. Environ. 2004, 92, 5403–5413. [Google Scholar] [CrossRef]
- Datt, B. A New Reflectance Index for Remote Sensing of Chlorophyll Content in Higher Plants: Tests Using Eucalyptus Leaves. J. Plant Physiol. 1999, 154, 30–36. [Google Scholar] [CrossRef]
- Gao, L.; Yang, G.; Yu, H.; Xu, B.; Zhao, X.; Dong, J.; Ma, Y. Retrieving Winter Wheat Leaf Area Index Based on Unmanned Aerial Vehicle Hyperspectral Remote Sensing. Trans. Chin. Soc. Agric. Eng. 2016, 32, 113–120. [Google Scholar]
- Haboudane, D.; Miller, J.R.; Pattey, E.; Zarco-Tejada, P.J.; Strachan, I.B. Hyperspectral Vegetation Indices and Novel Algorithms for Predicting Green LAI of Crop Canopies: Modeling and Validation in the Context of Precision Agriculture. Remote Sens. Environ. 2004, 90, 337–352. [Google Scholar] [CrossRef]
- Belgiu, M.; Drăguţ, L. Random Forest in Remote Sensing: A Review of Applications and Future Directions. ISPRS J. Photogramm. Remote Sens. 2016, 114, 24–31. [Google Scholar] [CrossRef]
- Altmann, A.; Toloşi, L.; Sander, O.; Lengauer, T. Permutation Importance: A Corrected Feature Importance Measure. Bioinformatics 2010, 26, 1340–1347. [Google Scholar] [CrossRef]
- Chauhan, N.K.; Singh, K. Performance Assessment of Machine Learning Classifiers Using Selective Feature Approaches for Cervical Cancer Detection. Wirel. Pers. Commun. 2022, 124, 2335–2366. [Google Scholar] [CrossRef]
- Han, D. Comparison of commonly used image interpolation methods. In Proceedings of the Conference of the 2nd International Conference on Computer Science and Electronics Engineering (ICCSEE 2013), Hangzhou, China, 22–23 March 2013; Atlantis Press: Amsterdam, The Netherlands, 2013. [Google Scholar] [CrossRef]
- Maschler, J.; Atzberger, C.; Immitzer, M. Individual Tree Crown Segmentation and Classification of 13 Tree Species Using Airborne Hyperspectral Data. Remote Sens. 2018, 10, 1218. [Google Scholar] [CrossRef]
- Maurya, K.; Mahajan, S.; Chaube, N. Remote Sensing Techniques: Mapping and Monitoring of Mangrove Ecosystem—A Review. Complex Intell. Syst. 2021, 7, 2797–2818. [Google Scholar] [CrossRef]
- Gong, M.; Kou, W.; Lu, N.; Chen, Y.; Sun, Y.; Lai, H.; Li, C. Individual Tree AGB Estimation of Malania oleifera Based on UAV-RGB Imagery and Mask R-CNN. Forests 2023, 14, 1493. [Google Scholar] [CrossRef]
- Dormann, C.F.; Elith, J.; Bacher, S.; Buchmann, C.; Carl, G.; Carré, G.; Marquéz, J.R.G.; Gruber, B.; Lafourcade, B.; Leitão, P.J.; et al. Collinearity: A Review of Methods to Deal with It and a Simulation Study Evaluating Their Performance. Ecography 2013, 36, 27–46. [Google Scholar] [CrossRef]
- Phan, T.N.; Kuch, V.; Lehnert, L.W. Land cover classification using Google Earth Engine and random forest classifier—The role of image composition. Remote Sens. 2020, 12, 2411. [Google Scholar] [CrossRef]
- Foody, G.M. Explaining the unsuitability of the kappa coefficient in the assessment and comparison of the accuracy of thematic maps obtained by image classification. Remote Sens. Environ. 2020, 239, 111630. [Google Scholar] [CrossRef]
Parameters | Values |
---|---|
Flight altitude/m | 50 |
Flight speed/(m·s−1) | 5.6 |
Lateral overlap rate/% | 65 |
Course overlap rate/% | 70 |
Echo times | 2 |
Average density/(pts·m−2) | 1618 |
Weather condition | Clear with few clouds |
Parameters | Values |
---|---|
Field of view/(°) | 36.5 |
Focal length/nm | 9 |
Spatial resolution/(cm·100 m−1) | 6.5 |
Spectral range/nm | 502~903 |
Amounts of band | 45 |
Spectral resolution/nm | 6 |
Image resolution/pixel | 1010 × 1010 |
Weight/g | 720 |
Methods | Textural Metrics | Variable Description |
---|---|---|
GLCM | Contrast | |
Correlation | ||
Homogeneity | ||
Dissimilarity | ||
Energy | ||
Local Binary Pattern | Angular Second Moment | |
LBP Features | ||
Gabor Filters | Gabor Mean | |
Gabor Variance |
LiDAR Feature Variables | Variable Description |
---|---|
Max | |
Mean | |
Standard Deviation | |
Min | |
Median | |
25th Percentile | |
75th Percentile | |
Coefficient of Variation | |
Skewness | |
Kurtosis | |
Crown Volume | |
Point Density | |
Crown Projection Area | |
Crown Diameter | |
Crown Cover Index | |
Crown Shape Index | |
Crown Volume Ratio |
Spectral Feature Variables | Variable Description | References |
---|---|---|
B1, B2, B6, B7, B8, B11, B17, B19, | CV-SVM-RFE | |
B20, B21, B22, B24, B25, B31, B35, B45 | ||
PCA1, PCA2, PCA3 | PCA | |
MNF1, MNF2, MNF3 | MNF | |
Carotenoid Index (CRI) | [35] | |
Modified Soil-Adjusted Vegetation Index (MSAVI) | [36] | |
Plant Senescence Reflectance Index (PSRI) | [37] | |
Red Edge Position (REP) | [38] | |
Difference Vegetation Index (DVI) | [39] | |
Soil-Adjusted Vegetation Index (SAVI) | [40] | |
Green Normalized Difference Vegetation Index (GNDVI) | [41] | |
Chlorophyll Absorption Reflectance Index (CARI) | [42] | |
Chlorophyll Index (CI) | [43] | |
Chlorophyll Content Index (CCI) | [44] | |
Normalized Difference Water Index (NDWI) | [45] | |
Ratio Vegetation Index I (RVI I) | [46] | |
Ratio Vegetation Index II (RVI II) | [47] | |
Red Edge Normalized Difference Vegetation Index (RENDVI) | [48] | |
MERIS Terrestrial Chlorophyll Index (MTCI) | [49] | |
Normalized Difference Vegetation Index (NDVI) | [39] | |
Modified Simple Ratio (MSR) | [50] | |
Logarithmic Ratio Spectral Index (RSI) | [51] | |
Modified Triangular Vegetation Index 2 (MTVI2) | [52] |
Image Number | Variable Group |
---|---|
1 | Full hyperspectral bands |
2 | Selection of 16 bands |
3 | Full hyperspectral features |
4 | Selected hyperspectral features |
Image Number | Variable Group |
---|---|
5 | All features except crown morphological parameters |
6 | Full LiDAR features |
7 | Selected LiDAR features |
Image Number | Classifier | Variable Group |
---|---|---|
8 | SVM | Hyperspectral features |
9 | RF | Hyperspectral features |
10 | MLP | Hyperspectral features |
11 | SAMME | Hyperspectral features |
12 | SVM | LiDAR features |
13 | RF | LiDAR features |
14 | MLP | LiDAR features |
15 | SAMME | LiDAR features |
16 | SVM | Hyperspectral features + LiDAR features |
17 | RF | Hyperspectral features + LiDAR features |
18 | MLP | Hyperspectral features + LiDAR features |
19 | SAMME | Hyperspectral features + LiDAR features |
Image Number | First-Stage Segmentation Algorithm of WMF-SCS | Variable Group |
---|---|---|
20 | CHM-based watershed segmentation algorithm | Hyperspectral features + LiDAR features |
21 | WMF-SCS algorithm | Hyperspectral features + LiDAR features |
Algorithm | Site | Ground- Measured Tree | True Positive | False Positive | False Negative | Precision | Recall | F1-Score |
---|---|---|---|---|---|---|---|---|
CHM-based watershed segmentation algorithm | Site 1 | 127 | 53 | 279 | 74 | 0.16 | 0.42 | 0.23 |
Site 2 | 98 | 57 | 256 | 41 | 0.18 | 0.58 | 0.28 | |
Site 3 | 95 | 49 | 328 | 46 | 0.13 | 0.52 | 0.21 | |
All sites | 320 | 159 | 863 | 161 | 0.16 | 0.50 | 0.24 | |
WMF-SCS algorithm | Site 1 | 127 | 113 | 16 | 14 | 0.88 | 0.89 | 0.88 |
Site 2 | 98 | 83 | 13 | 15 | 0.86 | 0.85 | 0.86 | |
Site 3 | 95 | 82 | 10 | 13 | 0.89 | 0.86 | 0.88 | |
All sites | 320 | 278 | 39 | 42 | 0.88 | 0.87 | 0.87 |
Tree Species | Image 1 (n = 45) | Image 2 (n = 16) | Image 3 (n = 53) | Image 4 (n = 19) | ||||
---|---|---|---|---|---|---|---|---|
UA/% | PA/% | UA/% | PA/% | UA/% | PA/% | UA/% | PA/% | |
Populus bolleana | 76.92 | 80 | 79.31 | 92 | 84.62 | 88 | 91.67 | 88 |
Elaeagnus angustifolia | 63.33 | 76 | 61.54 | 61.54 | 69.23 | 69.23 | 78.57 | 84.62 |
Ulmus pumila | 60 | 50 | 54.55 | 33.33 | 62.50 | 58.82 | 68.75 | 64.71 |
Dead trees | 93.33 | 77.78 | 85 | 1 | 94.44 | 94.44 | 94.44 | 94.44 |
OA | 72.09% | 72.09% | 77.91% | 83.72% | ||||
Kappa | 0.6217 | 0.6218 | 0.7015 | 0.7800 |
Tree Species | Image 5 (n = 21) | Image 6 (n = 27) | Image 7 (n = 14) | |||
---|---|---|---|---|---|---|
UA/% | PA/% | UA/% | PA/% | UA/% | PA/% | |
Populus bolleana | 73.08 | 76 | 87.50 | 84 | 95.46 | 84 |
Elaeagnus angustifolia | 71.43 | 80 | 72 | 69.23 | 75 | 80.77 |
Ulmus pumila | 66.67 | 55.56 | 68.42 | 76.47 | 72.22 | 76.47 |
Dead trees | 94.12 | 88.89 | 1 | 1 | 1 | 1 |
OA | 75.58% | 81.40% | 84.88% | |||
Kappa | 0.6698 | 0.7498 | 0.7963 |
Classifier | Data | PA/UA | Populus Bolleana | Elaeagnus Angustifolia | Ulmus Pumila | Dead Trees | OA | Kappa |
---|---|---|---|---|---|---|---|---|
SVM | Hyperspectral | PA | 88% | 76.92% | 66.67% | 94.12% | 81.40% | 0.7483 |
UA | 91.67% | 68.97% | 80% | 88.89% | ||||
LiDAR | PA | 84% | 73.08% | 64.71% | 94.44% | 79.07% | 0.7163 | |
UA | 77.78% | 70.37% | 78.57% | 94.44% | ||||
Hyperspectral + LiDAR | PA | 96% | 80.77% | 77.78% | 94.12% | 87.21% | 0.8275 | |
UA | 96% | 80.77% | 82.35% | 88.89% | ||||
RF | Hyperspectral | PA | 88% | 84.62% | 64.71% | 94.44% | 83.72% | 0.7800 |
UA | 91.67% | 78.57% | 68.75% | 94.44% | ||||
LiDAR | PA | 84% | 80.77% | 76.47% | 100% | 84.88% | 0.7963 | |
UA | 95.45% | 75% | 72.22% | 100% | ||||
Hyperspectral + LiDAR | PA | 100% | 76.92% | 94.44% | 94.12% | 90.70% | 0.8747 | |
UA | 89.29% | 90.91% | 85% | 100% | ||||
MLP | Hyperspectral | PA | 84% | 80.77% | 55.56% | 82.35% | 76.74% | 0.6831 |
UA | 75% | 70% | 83.33% | 87.50% | ||||
LiDAR | PA | 80% | 53.85% | 70.59% | 94.44% | 73.26% | 0.6425 | |
UA | 80% | 70% | 60% | 80.95% | ||||
Hyperspectral + LiDAR | PA | 100% | 50% | 77.78% | 100% | 80.23% | 0.7356 | |
UA | 83.33% | 81.25% | 66.67% | 89.47% | ||||
SAMME | Hyperspectral | PA | 80% | 88.46% | 38.89% | 82.35% | 74.42% | 0.6510 |
UA | 100% | 60.53% | 63.64% | 82.35% | ||||
LiDAR | PA | 80% | 69.23% | 64.71% | 100% | 77.91% | 0.7014 | |
UA | 83.33% | 64.29% | 68.75% | 100% | ||||
Hyperspectral + LiDAR | PA | 96% | 69.23% | 88.24% | 83.33% | 83.72% | 0.7807 | |
UA | 82.76% | 81.82% | 75% | 100% |
First-Stage Segmentation Algorithm of WMF-SCS | Data | OA | Kappa |
---|---|---|---|
CHM-based watershed segmentation algorithm | Hyperspectral + LiDAR | 87.47% | 0.8413 |
WMF-SCS algorithm | Hyperspectral + LiDAR | 89.32% | 0.8631 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Jiang, K.; Zhao, Q.; Wang, X.; Sheng, Y.; Tian, W. Tree Species Classification for Shelterbelt Forest Based on Multi-Source Remote Sensing Data Fusion from Unmanned Aerial Vehicles. Forests 2024, 15, 2200. https://doi.org/10.3390/f15122200
Jiang K, Zhao Q, Wang X, Sheng Y, Tian W. Tree Species Classification for Shelterbelt Forest Based on Multi-Source Remote Sensing Data Fusion from Unmanned Aerial Vehicles. Forests. 2024; 15(12):2200. https://doi.org/10.3390/f15122200
Chicago/Turabian StyleJiang, Kai, Qingzhan Zhao, Xuewen Wang, Yuhao Sheng, and Wenzhong Tian. 2024. "Tree Species Classification for Shelterbelt Forest Based on Multi-Source Remote Sensing Data Fusion from Unmanned Aerial Vehicles" Forests 15, no. 12: 2200. https://doi.org/10.3390/f15122200
APA StyleJiang, K., Zhao, Q., Wang, X., Sheng, Y., & Tian, W. (2024). Tree Species Classification for Shelterbelt Forest Based on Multi-Source Remote Sensing Data Fusion from Unmanned Aerial Vehicles. Forests, 15(12), 2200. https://doi.org/10.3390/f15122200