Next Article in Journal
Towards a General Monitoring System for Terrestrial Primary Production: A Test Spanning the European Drought of 2018
Next Article in Special Issue
Latest Trends on Tree Classification and Segmentation Using UAV Data—A Review of Agroforestry Applications
Previous Article in Journal
Daily Sea Ice Concentration Product over Polar Regions Based on Brightness Temperature Data from the HY-2B SMR Sensor
Previous Article in Special Issue
Large-Scale Populus euphratica Distribution Mapping Using Time-Series Sentinel-1/2 Data in Google Earth Engine
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Impacts of Quality-Oriented Dataset Labeling on Tree Cover Segmentation Using U-Net: A Case Study in WorldView-3 Imagery

1
Forest Inventory and Remote Sensing, Faculty of Forest Sciences and Forest Ecology, University of Göttingen, Büsgenweg 5, D-37077 Göttingen, Germany
2
Institute of Computer Science and Campus Institute Data Science, University of Göttingen, Goldschmidtstraße 1, D-37077 Göttingen, Germany
*
Author to whom correspondence should be addressed.
Remote Sens. 2023, 15(6), 1691; https://doi.org/10.3390/rs15061691
Submission received: 30 January 2023 / Revised: 6 March 2023 / Accepted: 17 March 2023 / Published: 21 March 2023
(This article belongs to the Special Issue Image Analysis for Forest Environmental Monitoring)

Abstract

:
Deep learning has emerged as a prominent technique for extracting vegetation information from high-resolution satellite imagery. However, less attention has been paid to the quality of dataset labeling as compared to research into networks and models, despite data quality consistently having a high impact on final accuracies. In this work, we trained a U-Net model for tree cover segmentation in 30 cm WorldView-3 imagery and assessed the impact of training data quality on segmentation accuracy. We produced two reference tree cover masks of different qualities by labeling images accurately or roughly and trained the model on a combination of both, with varying proportions. Our results show that models trained with accurately delineated masks achieved higher accuracy (88.06%) than models trained on masks that were only roughly delineated (81.13%). When combining the accurately and roughly delineated masks at varying proportions, we found that the segmentation accuracy increased with the proportion of accurately delineated masks. Furthermore, we applied semisupervised active learning techniques to identify an efficient strategy for selecting images for labeling. This showed that semisupervised active learning saved nearly 50% of the labeling cost when applied to accurate masks, while maintaining high accuracy (88.07%). Our study suggests that accurate mask delineation and semisupervised active learning are essential for efficiently generating training datasets in the context of tree cover segmentation from high-resolution satellite imagery.

Graphical Abstract

1. Introduction

Trees, as individuals and forests, have varying economic, environmental, ecological and social functions [1,2]. Thus, monitoring them through different sources of data to support forest-related decision making is important. With the advantages of sensor technology and computational power, remote sensing has become an essential data source in forest monitoring. Very high-resolution imagery (e.g., WorldView-3, 30 cm) has proven to be capable of identifying and accurately delineating irregularly and complex-shaped tree cover with submeter spatial resolution [3,4].
Deep learning has emerged as a powerful method in remote sensing imagery analysis due to its high-level feature representations and generalization capabilities [5,6]. Among various deep learning models, semantic segmentation neural networks have been applied successfully to monitoring tree cover from remote sensing imagery. Semantic segmentation neural networks output a pixel-level mask that is the same size as the input image. They assign a class to each pixel within the input image. Fully convolutional neural networks (FCNs) [7] are the backbone of these models, which exclude fully connected layers in the network architecture and ensure the output is an image-like label mask. The U-Net architecture [8] has achieved excellent results on biomedical and other image segmentation problems by using an encoder?decoder structure that integrates different levels of semantic information to achieve high-resolution segmentation masks. The U-Net architecture has been employed successfully in land use/land cover (LULC) classification [9,10], road extraction [11,12] and change detection [13], to name just a few recent examples from the remote sensing community.
In recent years, there has been growing interest in exploring the potential of U-Net on tree cover and tree crown extraction. Brandt [14] employed U-Net on submeter-resolution imagery to map tree crowns in the vast West African Sahara area, detecting over 1.8 billion individual trees and showing its impressive ability to monitor trees outside of forests across large areas. Mugabowindekwe [15] produced a nation-wide aboveground carbon stock map at tree level by accurately extracting individual tree crowns using U-Net in different landscapes. Freudenberg [16] developed a network that consists of two U-Nets for predicting the tree cover mask and distance transformation, respectively, presenting a strong capability for individual tree crown extraction, both on satellite imagery and aerial images. U-Net has been shown to reach better performance and speed compared to regular CNN models [17,18] when counting oil palm trees in high-resolution imagery [19]. Wagner [20] used U-Net to classify forest types and detect tree crowns and further demonstrated U-Net’s applicability for disturbance mapping. Furthermore, variants such as the Residual U-Net and the Attention U-Net have been designed by modifying ResNet [21] and incorporating an attention mechanism [22]. Those U-Net variants have been successfully employed in deforestation monitoring [23,24], individual plant detection [25], tree species classification [26,27] and urban green space extraction [28].
When it comes to dataset labeling, quantity and quality are the two main factors determining success or failure of a given task. Model performance correlates with the quantity of training data (i.e., sample size), and several studies, for example [29,30,31], have been carried out to explore how the sample size and sample distribution affect the classification accuracy of models. A decline in model performance can be seen in recent studies [25,26,32] through ablation tests, i.e., reducing the sample size gradually. However, whether and how the quality of the dataset affect model performance is still poorly understood. For example, it is still unclear how accurately images should be labeled and how to best select images for labeling from a large number of unlabeled candidate images. Therefore, we investigated the quality of the dataset from two perspectives: image delineation and image selection.
There are many factors influencing the delineation quality; it can vary from person to person and with the time invested. More specifically, unlike buildings or other types of land cover with regular shapes, trees often have complex and irregular shapes, which makes delineation demanding and time consuming with more uncertainty involved. Therefore, it is crucial to know how large the added value of spending more time on delineating is or whether it pays off or not to delineate thoroughly. While there is no general answer to this question, we can attempt to provide guidance for the task of tree cover segmentation. Apart from delineation quality, overall dataset quality is also determined by the selection of the ‘most useful and valuable’ images to label. This is where active learning comes into play. Active learning is a training strategy that uses an interactive approach to data labeling [33]. It can help to reduce labeling costs significantly and improves performance in object detection [34], image scene classification [35] and biomedical image segmentation [36]. Instead of labeling a large amount of data and training a neural network once, active learning starts with a small amount of training data. The model is then trained with this small amount of data and makes predictions about new data. Data, where the model prediction has a high uncertainty, are labeled by hand and added to the training set. The whole training workflow then comprises several iterations of training, prediction and labeling. In forest monitoring, active learning has been used to estimate oil palm density at the country scale by selecting the most representative samples to be labeled [37]. To further reduce the labeling cost, semisupervised learning [38], which incorporates pseudo labels (i.e., model predictions) into the training dataset, was shown to increase performance by using unlabeled data.
The overarching goal of this paper was to increase the cost efficiency of dataset labeling in the context of tree cover segmentation from high-resolution imagery. In this case study, we examined three research questions: (1) how can semisupervised active learning help to reduce the effort needed for labeling?; (2) how does accuracy correlate with entropy when employing semisupervised active learning?; (3) how does mask delineation quality affect performance during segmentation?

2. Materials and Methods

2.1. Study Area and Data Source

Bengaluru (12°58′ N, 77°35′ E), the capital of the Indian State of Karnataka, is situated on Southern India’s Deccan Plateau at an altitude of about 920 m above sea level [39]. Bengaluru used to be known as the ’garden city’ of India owing to its widespread parks, green spaces and many alleys with old, towering trees. Even though many of these natural areas and elements have been lost due to infrastructure development, trees and green spaces remain abundant compared to other megacities [40]. Trees in Bengaluru can be found in diverse scenes: streets, forest-like city parks, plantations and fields near farms. This makes Bengaluru a great case for the study of tree cover segmentation.
The Worldview-3 satellite image, acquired on 16 November 2016, has one panchromatic band with a 0.3 m spatial resolution and eight multi-spectral (MS) bands with 1.24 m spatial resolution. In the pre-processing phase, pansharpening was performed using PCI Geomatica to obtain a higher spatial resolution (0.3 m) for the MS imagery [41]. The first MS band (coastal blue) was removed for its high sensitivity to water vapor. As a result, seven bands (Table 1) of WorldView-3 were used for further processing in this research.
A 50 km × 5 km rectangular research transect (Figure 1) in the northern part of Bengaluru was defined in the framework of a larger Indian–German collaborative research project. This transect covers a wide range of areas from densely built-up urban environments to broad rural areas.

2.2. Dataset Delineation Quality

From the preprocessed imagery, 330 image patches with a size of 100 m × 100 m were collected on a systematic grid. Within those image patches, we manually delineated the tree crowns with the two different labeling qualities, as shown in Figure 2. The final dataset was split into training, validation and test sets, containing 280, 20 and 30 image patches, respectively. The images within the test set remained fixed throughout all experiments, while the composition of the training and validation sets varied from experiment to experiment and during cross-validation runs. The two labeling qualities are defined as follows.
Roughly delineated mask: To generate this mask, we labeled tree cover pixels in the image patch as quickly as possible. This means that tree cover was delineated with simple polygons that included small parts of other land cover (buildings, roads or other vegetation) and some omitted tree cover pixels, while still covering the most significant parts of the tree crowns.
Accurately delineated mask: The principle of this labeling strategy was to mask tree cover pixels as carefully as possible. This means that when delineating tree cover, we zoomed in on the boundary between the tree cover and the other land cover types to make sure that we did not include false positives or omit any tree cover pixels. The resulting polygons were more complex and irregular than those obtained by rough delineation (Figure 2).

2.3. The U-Net Model

In all experiments, we employed a modified version of U-Net [8]. The modifications we made were concerned with the double-convolutions: We bypassed each double convolution with a 1x1 convolution, whose result was added to the output of the second convolution. Furthermore, we only used four pooling stages, not five as in the original implementation. To improve the resolution of fine-grained details in the prediction [42], skip connections via concatenation were also applied (Figure 3).
Data augmentation includes random rotations (90 degrees), vertical and horizontal flipping, as well as random crops to 256 × 256 pixels. During training, 280 pairs of image patches and masks were passed to our model, and an Adam optimizer with an initial learning rate of 0.0001 and a cosine decay strategy was adopted to minimize Dice loss and optimize model performance.

2.4. Semisupervised Active Learning for Image Segmentation

Semisupervised active learning has already been successfully applied in medical image segmentation [43,44] under varying manners. The core concept of semisupervised active learning is selecting images with high uncertainty for manual labeling and using confident predictions as ground truth (i.e., pseudo labels) to reduce the labeling cost. Here, we designed a semisupervised active learning strategy, which was aimed at tree cover segmentation using U-Net. As illustrated (Figure 4), our semisupervised active learning (SSAL) strategy consists of four steps:
  • Label a portion of image patches (we started at 40) to form an initial training dataset. Train an initial model with this dataset.
  • Use this model to make predictions for the remaining, unlabeled image patches (we made predictions for 280 40 = 240 patches). Run the uncertainty analysis explained below (1) for the predictions. Sort them according to their uncertainty.
  • Manually label the N image patches whose predictions have the highest uncertainty, and accept the M predictions with lowest uncertainty as model-labeled masks. N and M are determined by a percentage and should sum up to the chunk size that was used to increase the dataset (we had a chunk size of 40).
  • Incorporate human and model-labeled masks into the (initial) training dataset, and train a new model. Then, go back to step 2 and repeat the process until all data are labeled (we processed the remaining 240 images in chunks of 40, resulting in 6 iterations).
In our semisupervised active learning strategy, we employed Monte Carlo dropout [45,46] during training and inference for two reasons: First, the initial model was trained on only a few image patches and masks, which can cause overfitting. Dropout, as a regularization technique, was introduced to alleviate model overfitting. Second, in the model inference phase, Monte Carlo dropout was used to obtain multiple predictions to evaluate the model’s uncertainty. Due to the inherent randomness of dropout, the model output slightly differed for each evaluation. In physics, entropy is a measure for disorder, randomness and uncertainty in a system. In machine learning, particularly in active learning, entropy quantifies the uncertainty of model predictions. Equation (1) defines the entropy:
E ( y ) = 1 T t = 1 T 1 X x = 1 X ( y x , t log 2 y x , t + ( 1 y x , t ) log 2 ( 1 y x , t ) ) .
Here, y x , t is the class probability (1: tree; 0: no tree), x is the pixel index and t indexes the different evaluations during inference, which slightly differed due to dropout. We applied the model T = 5 times during inference.
The entropy was calculated on a per-pixel level and then averaged across all pixels. For example, when the model output a probability of 50% for a single pixel being a tree cover, the corresponding entropy was equal to 1, which was also the maximum value. In further analysis, we used this metric to sort the model predictions from low to high uncertainty according to the entropy value. To validate the rationale and feasibility of using the entropy for uncertainty analysis in the context of tree cover segmentation, the relationship between entropy and accuracy in predictions was analyzed: we plotted and visually interpreted the relationship at each step of the semisupervised active learning process. As we had a fully annotated dataset at hand, it was possible to determine the achieved accuracies on model-labeled data.

2.5. Metrics

When comparing model performance, we not only compared the accuracy of the test dataset but also the labeling cost. We recorded the number of roughly and accurately delineated masks we used in different scenarios and then derived the overall time consumption for each dataset. When using the semisupervised active learning strategy, we set the time cost of model-labeled masks to zero. In all scenarios, we kept the number of image patches constant at 280 to eliminate the impact of quantity on model performance.
We used intersection over union (IoU) as an accuracy metric, which is also known as the Jaccard index and is described in Formula (2), and the Dice loss function for network backpropagation as described in Formula (3).
I o U = T P ( T P + F P + F N ) = ( I t I p ) ( I t + I p ) ( I t I p ) ,
L o s s d i c e = 1 2 T P 2 T P + F P + F N = 1 2 ( I t I p ) ( I t + I p ) ,
where T P are the true positives, F P are the false positives, F N are the false negatives, I t is the truth label of image and I p is the model prediction label of image.

2.6. An Overview of Different Labeling Strategies

Semisupervised active learning: In this experiment, we compared the data efficiency of three different labeling strategies, random selection, active learning and semisupervised active learning, with different percentages of model-labeled masks. For each of the labeling strategies, we started off from an initial model trained on 40 randomly selected images. Then, more training data were added in batches of 40 images whose composition was determined by the strategy, until reaching a total of 280 training samples. The random selection corresponded to adding more data to the training dataset without knowing what would increase the model performance most. In the (semisupervised) active learning strategy, we proceeded according to the instructions presented in Section 2.4, and we tested by accepting 0–100% of the model predictions as ground truth. Between 20% and 100%, we took 20% of the steps, resulting in five semisupervised active learning scenarios. For example, a share of 20% meant that 20% of the 40 images in a newly labeled batch came from the model-labeled masks with lowest entropy, and the remaining 80% came from the set of manually delineated masks. The case where 0% of the model predictions were accepted corresponded to conventional active learning. Each model training run was conducted three times to be able to analyze the uncertainty.

2.7. Comparisons among Datasets with Different Delineation Qualities

The model was trained using the same image patches but with different masks of different qualities, including pure datasets of roughly and accurately delineated masks (i.e., 100%R and 100%P, respectively) and mixed datasets with different proportions of roughly and accurately delineated masks (i.e., 20%P-80%R, 40%P-60%R, 60%P-40%R and 80%P-20%R). The selection of masks was random and without replacement. To reduce random errors, under each mixed dataset, the random masks selection was executed five times and the average of the accuracies from the five analyses was taken as the final accuracy.

3. Results

3.1. Comparisons between Different Labeling Strategies

To find the most efficient dataset labeling strategy, we compared (1) semisupervised active learning with (2) standard active learning and (3) randomly selecting training images. All three strategies were applied to roughly and accurately delineated masks.
Figure 5 shows that, in all runs, the final model achieved the highest accuracy in tree cover segmentation and models trained with accurately delineated masks always outperformed those trained on rough masks. Given the same labeling cost, semisupervised active learning always had the highest accuracy, followed by active learning and then random selection. In other words, training with semisupervised active learning converged faster than with active learning, and active learning converged faster than a random selection of training samples. Semisupervised active learning needed the least amount of training data to reach a given performance—but an acceptance rate of model predictions as ground truth (i.e., SSAL 100%) that was too high harmed performance.
The labeling cost for different strategies on the accurately delineated dataset is shown in Table 2. As a result of accepting all model predictions as ground truth, semisupervised active learning with a 100% selection strategy had the lowest labeling cost (only 240 min for labeling the initial 40 images) and produced an accuracy of 84.94% (overall IoU). When the share of accepted predictions decreased, performance and labeling cost increased. Semisupervised learning with 60% selection nearly achieved the same accuracy (88.07% overall IoU) as pure active learning (88.14%) and halved the labeling cost (816 to 1680 min). A share of less than 60% of accepted model predictions did not yield a significant performance boost, while they did increase the labeling cost considerably. Regarding the roughly delineated masks (Table 2), semisupervised active learning with 100% selection only took 80 min to label the initial 40 images and yielded a slightly lower accuracy (79.71% overall) than others. However, we also found that the accuracy difference for models trained on rough masks was marginal between different strategies, while the labeling cost changed considerably.
Visual inspection of two example images (Figure 6) revealed that tree crown boundaries became more explicit; some small isolated trees were distinguished well in image 150 and small open areas among trees were successfully excluded in image 66 when applying semisupervised active learning with accurately delineated masks. However, applying semisupervised active learning to the roughly delineated dataset failed to improve the segmentation results.

3.2. The Relationship between Entropy and Model-Predicted Tree Cover Accuracy

During semisupervised active learning, we selected images to be labeled and accepted as model predictions of “ground truth” by ranking the predictions according to their entropy. For that, it was important to analyze the relationship between entropy and tree cover accuracy: Figure 7 shows a negative relationship between entropy and accuracy—low entropy came with high accuracy. With each iteration, as more training data were added, the entropy range declined. Here, semisupervised active learning with a 60% selection strategy was applied in each iteration; 16 images (on the right of each subplot, covered by shaded red areas) were selected to be labeled manually because of the high entropy of their prediction, and predictions of the 24 images with lowest entropy (on the left of each subplot, covered by shaded blue areas) were accepted as masks. As Table 3 depicts, the accuracy increases with each iteration. After six iterations, the model achieved the highest accuracy (80.17% for trees and 88.07% overall) on the test dataset by using 136 accurately delineated masks and 144 model-labeled masks.

3.3. Comparisons among Datasets with Different Delineation Qualities

In the next experiment, we focused on the quality of mask delineation and compared the model accuracies without applying any image selection strategies. Increasing the proportion of accurately delineated masks from 0 to 100% improved the trained model’s accuracy (Table 4) from 81.1% to 88.1%. Visual inspection of the results revealed that increasing the proportion of accurately delineated masks improved the level of detail in the predicted tree cover boundary: small and isolated trees were distinguished better and open areas between trees were recognised and excluded (Figure 8).
We also calculated the labeling cost for every dataset to show how it affected model accuracy by recording the time spent on labeling each accurately or roughly delineated mask (i.e., 6 min and 3 min, on average). The 100% roughly delineated dataset produced the lowest accuracy (81.13%), which was considerably lower than the 100% accurately delineated dataset (88.06%). However, the latter took three times more time to label than the former (Table 4). Similarly, an accuracy improvement (nearly 6%) could be seen by increasing the share of accurately delineated masks from 20% to 80%, while the labeling cost almost doubled (784 to 1456 min).

4. Discussion

This research was aimed at giving a better insight into how dataset quality affects the accuracy of automated tree cover segmentation using deep learning models. We interpreted the concept of dataset quality from two aspects: how to select images to be labeled and how to label each image. A semisupervised active learning approach with an accurately delineated mask strategy was found to be an efficient dataset labeling strategy to maintain high segmentation accuracy and save on labeling costs.
We tuned the share of predictions that were accepted as ground truths in our semisupervised active learning strategy to find an optimal value that maintained model accuracy and required a low labeling cost. For the dataset with accurately delineated masks, setting the share to, e.g., 80% or 100% (which translated to accepting (almost) all predictions), resulted in a large drop in labeling costs, but also in segmentation accuracy. This showed that at least a minimum amount of supervision is required to obtain an acceptable performance and that the models could not learn from their outputs alone. In our experiment, the 60% acceptance strategy with accurate masks maintained high accuracy, reduced the labeling cost by more than half and, thereby, proved to be the optimal value. However, it has to be noted that this value was dataset and task dependent and, hence, it could only serve as a rough guidance. It has to be noted that, according to Figure 5, our model’s accuracy did not converge; more training data would probably yield even better results. In the case of roughly delineated masks, the accuracy increased only with the first active learning iteration, after that, no significant improvement could be seen. This indicated that the roughly delineated masks were easier to learn and that adding more low-quality training data did not improve the segmentation of finer details.
Regarding how mask quality affects a model’s performance, analyses and discussions are scarce. Some studies [25,26,32] have only focused on the impact of sample size on model performance and did not conduct experiments on mask quality. A recent study [31] was conducted to explore how sample labeling affected Mask-RCNN performance on tree crown detection. However, its sample labeling was achieved by deleting entire tree samples from the original dataset to create a different sample distribution, rather than focusing on how accurately to label each tree crown. In some studies [47,48], CNN and Mask-RCNN were found to be less sensitive to delineation accuracy, and detected objects that were overlooked during delineation. However, our results showed that the semantic segmentation model (e.g., U-Net) was significantly affected by delineation quality, resulting in an accuracy disparity between accurately delineated and roughly delineated masks. In our comparison of training datasets with rough and accurate masks, it was shown that the segmentation accuracy increased with an increasing proportion of high-quality masks (by 7 percentage points in total). However, the higher mask quality took three times longer to label. One could argue that it is to be expected that trained models adapt to the respective labeling style, but it could also be the case that models, for example, simply learn to label all green objects as trees, based on their color alone. Consequently, it is now clear that models adapt the labeling style with which they were trained; models trained with roughly delineated masks tended to fill gaps between adjacent trees or omit small trees, while those trained with accurately delineated masks were more accurate in general.

5. Conclusions

Utilizing deep convolutional neural networks to segment tree cover in high-resolution imagery remains a challenge, primarily due to time-consuming image labeling work. This study has identified an optimized labeling strategy: utilizing supervised active learning with accurately delineated masks can significantly reduce labeling costs and paves the way for more efficient tree cover segmentation. We believe that this strategy can also be used to tackle deforestation mapping, LULC classification and other tasks. In future work, we plan to investigate how to apply supervised active learning to the image region level to further reduce the labeling effort, advance model uncertainty analysis and explore the potential of more advanced semantic segmentation networks on this topic.

Author Contributions

Dataset preparation, experiments, methodology and the first draft were finished by T.J.; M.F. was in charge of the experiment designs and programming guidance; supervision, review and editing were conducted by N.N., A.E. and C.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the China scholarship council (CSC) and the German Research Foundation (DFG) (Grant Number: KL 894/23-2 and NO 1444/1-2; Research Unit: FOR2432/2).

Data Availability Statement

The remote sensing imagery used in this study is subject to a restrictive commercial license and as of the publication date cannot be shared publicly.

Acknowledgments

The authors gratefully acknowledge the financial support provided by the China scholarship council, CSC. They also thank the German Research Foundation, DFG, for making the data available. They are also thankful for the cooperation and infrastructural support provided by Indian partners at the Institute of Wood Science and Technology (IWST), Bengaluru.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Turner-Skoff, J.B.; Cavender, N. The benefits of trees for livable and sustainable communities. Plants People Planet 2019, 1, 323–335. [Google Scholar] [CrossRef]
  2. Brockerhoff, E.G.; Barbaro, L.; Castagneyrol, B.; Forrester, D.I.; Gardiner, B.; González-Olabarria, J.R.; Lyver, P.O.; Meurisse, N.; Oxbrough, A.; Taki, H.; et al. Forest biodiversity, ecosystem functioning and the provision of ecosystem services. Biodivers. Conserv. 2017, 26, 3005–3035. [Google Scholar] [CrossRef] [Green Version]
  3. Tigges, J.; Lakes, T.; Hostert, P. Urban vegetation classification: Benefits of multitemporal RapidEye satellite data. Remote Sens. Environ. 2013, 136, 66–75. [Google Scholar] [CrossRef]
  4. Yan, J.; Zhou, W.; Han, L.; Qian, Y. Mapping vegetation functional types in urban areas with WorldView-2 imagery: Integrating object-based classification with phenology. Urban For. Urban Green. 2018, 31, 230–240. [Google Scholar] [CrossRef]
  5. Kattenborn, T.; Leitloff, J.; Schiefer, F.; Hinz, S. Review on Convolutional Neural Networks (CNN) in vegetation remote sensing. ISPRS J. Photogramm. Remote Sens. 2021, 173, 24–49. [Google Scholar] [CrossRef]
  6. Zhu, X.; Tuia, D.; Mou, L.; Xia, G.S.; pei Zhang, L.; Xu, F.; Fraundorfer, F. Deep Learning in Remote Sensing: A Comprehensive Review and List of Resources. IEEE Geosci. Remote Sens. Mag. 2017, 5, 8–36. [Google Scholar] [CrossRef] [Green Version]
  7. Shelhamer, E.; Long, J.; Darrell, T. Fully Convolutional Networks for Semantic Segmentation. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 640–651. [Google Scholar] [CrossRef]
  8. Ronneberger, O.; Fischer, P.; Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention, Munich, Germany, 5–9 October 2015; Springer: Cham, Switzerland, 2015; pp. 234–241. [Google Scholar]
  9. Fan, Z.; Zhan, T.; Gao, Z.; Li, R.; Liu, Y.; Zhang, L.; Jin, Z.; Xu, S. Land Cover Classification of Resources Survey Remote Sensing Images Based on Segmentation Model. IEEE Access 2022, 10, 56267–56281. [Google Scholar] [CrossRef]
  10. Solórzano, J.V.; Mas, J.F.; Gao, Y.; Gallardo-Cruz, J.A. Land use land cover classification with U-net: Advantages of combining sentinel-1 and sentinel-2 imagery. Remote Sens. 2021, 13, 3600. [Google Scholar] [CrossRef]
  11. Zhang, Z.; Liu, Q.; Wang, Y. Road extraction by deep residual u-net. IEEE Geosci. Remote Sens. Lett. 2018, 15, 749–753. [Google Scholar] [CrossRef] [Green Version]
  12. Yang, M.; Yuan, Y.; Liu, G. SDUNet: Road extraction via spatial enhanced and densely connected UNet. Pattern Recognit. 2022, 126, 108549. [Google Scholar] [CrossRef]
  13. Lv, Z.; Huang, H.; Gao, L.; Benediktsson, J.A.; Zhao, M.; Shi, C. Simple multiscale unet for change detection with heterogeneous remote sensing images. IEEE Geosci. Remote Sens. Lett. 2022, 19, 1–5. [Google Scholar] [CrossRef]
  14. Brandt, M.; Tucker, C.; Kariryaa, A.; Rasmussen, K.; Abel, C.; Small, J.; Chave, J.; Rasmussen, L.; Hiernaux, P.; Diouf, A.; et al. An unexpectedly large count of trees in the West African Sahara and Sahel. Nature 2020, 587, 78–82. [Google Scholar] [CrossRef]
  15. Mugabowindekwe, M.; Brandt, M.; Chave, J.; Reiner, F.; Skole, D.L.; Kariryaa, A.; Igel, C.; Hiernaux, P.; Ciais, P.; Mertz, O.; et al. Nation-wide mapping of tree-level aboveground carbon stocks in Rwanda. Nat. Clim. Chang. 2022, 13, 91–97. [Google Scholar] [CrossRef] [PubMed]
  16. Freudenberg, M.; Magdon, P.; Nölke, N. Individual tree crown delineation in high-resolution remote sensing images based on U-Net. Neural Comput. Appl. 2022, 34, 22197–22207. [Google Scholar] [CrossRef]
  17. Li, W.; Fu, H.; Yu, L.; Cracknell, A. Deep Learning Based Oil Palm Tree Detection and Counting for High-Resolution Remote Sensing Images. Remote Sens. 2017, 9, 22. [Google Scholar] [CrossRef] [Green Version]
  18. Li, W.; Dong, R.; Fu, H.; Yu, L. Large-Scale Oil Palm Tree Detection from High-Resolution Satellite Images Using Two-Stage Convolutional Neural Networks. Remote Sens. 2019, 11, 11. [Google Scholar] [CrossRef] [Green Version]
  19. Freudenberg, M.; Nölke, N.; Agostini, A.; Urban, K.; Wörgötter, F.; Kleinn, C. Large Scale Palm Tree Detection in High Resolution Satellite Images Using U-Net. Remote Sens. 2019, 11, 312. [Google Scholar] [CrossRef] [Green Version]
  20. Wagner, F.H.; Sanchez, A.; Tarabalka, Y.; Lotte, R.G.; Ferreira, M.P.; Aidar, M.P.M.; Gloor, E.; Phillips, O.L.; Aragão, L.E.O.C. Using the U-net convolutional network to map forest types and disturbance in the Atlantic rainforest with very high resolution images. Remote Sens. Ecol. Conserv. 2019, 5, 360–375. [Google Scholar] [CrossRef] [Green Version]
  21. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar]
  22. Oktay, O.; Schlemper, J.; Folgoc, L.L.; Lee, M.; Heinrich, M.; Misawa, K.; Mori, K.; McDonagh, S.; Hammerla, N.Y.; Kainz, B.; et al. Attention u-net: Learning where to look for the pancreas. arXiv 2018, arXiv:1804.03999. [Google Scholar]
  23. Bragagnolo, L.; da Silva, R.V.; Grzybowski, J.M.V. Amazon forest cover change mapping based on semantic segmentation by U-Nets. Ecol. Inform. 2021, 62, 101279. [Google Scholar] [CrossRef]
  24. John, D.; Zhang, C. An attention-based U-Net for detecting deforestation within satellite sensor imagery. Int. J. Appl. Earth Obs. Geoinf. 2022, 107, 102685. [Google Scholar] [CrossRef]
  25. Zhang, C.; Atkinson, P.M.; George, C.; Wen, Z.; Diazgranados, M.; Gerard, F. Identifying and mapping individual plants in a highly diverse high-elevation ecosystem using UAV imagery and deep learning. ISPRS J. Photogramm. Remote Sens. 2020, 169, 280–291. [Google Scholar] [CrossRef]
  26. Cao, K.; Zhang, X. An Improved Res-UNet Model for Tree Species Classification Using Airborne High-Resolution Images. Remote Sens. 2020, 12, 1128. [Google Scholar] [CrossRef] [Green Version]
  27. Chen, C.; Jing, L.; Li, H.; Tang, Y. A new individual tree species classification method based on the ResU-Net model. Forests 2021, 12, 1202. [Google Scholar] [CrossRef]
  28. Men, G.; He, G.; Wang, G. Concatenated Residual Attention UNet for Semantic Segmentation of Urban Green Space. Forests 2021, 12, 1441. [Google Scholar] [CrossRef]
  29. Graves, S.J.; Asner, G.P.; Martin, R.E.; Anderson, C.B.; Colgan, M.S.; Kalantari, L.; Bohlman, S.A. Tree species abundance predictions in a tropical agricultural landscape with a supervised classification model and imbalanced data. Remote Sens. 2016, 8, 161. [Google Scholar] [CrossRef] [Green Version]
  30. Ramezan, C.A.; Warner, T.A.; Maxwell, A.E.; Price, B.S. Effects of training set size on supervised machine-learning land-cover classification of large-area high-resolution remotely sensed data. Remote Sens. 2021, 13, 368. [Google Scholar] [CrossRef]
  31. Hao, Z.; Post, C.J.; Mikhailova, E.A.; Lin, L.; Liu, J.; Yu, K. How Does Sample Labeling and Distribution Affect the Accuracy and Efficiency of a Deep Learning Model for Individual Tree-Crown Detection and Delineation. Remote Sens. 2022, 14, 1561. [Google Scholar] [CrossRef]
  32. Liu, Y.; Zhang, H.; Cui, Z.; Lei, K.; Zuo, Y.; Wang, J.; Hu, X.; Qiu, H. Very High Resolution Images and Superpixel-Enhanced Deep Neural Forest Promote Urban Tree Canopy Detection. Remote Sens. 2023, 15, 519. [Google Scholar] [CrossRef]
  33. Ren, P.; Xiao, Y.; Chang, X.; Huang, P.Y.; Li, Z.; Gupta, B.B.; Chen, X.; Wang, X. A Survey of Deep Active Learning. ACM Comput. Surv. 2021, 54, 1–40. [Google Scholar] [CrossRef]
  34. Kellenberger, B.; Marcos, D.; Lobry, S.; Tuia, D. Half a Percent of Labels is Enough: Efficient Animal Detection in UAV Imagery Using Deep CNNs and Active Learning. IEEE Trans. Geosci. Remote Sens. 2019, 57, 9524–9533. [Google Scholar] [CrossRef] [Green Version]
  35. Wang, K.; Zhang, D.; Li, Y.; Zhang, R.; Lin, L. Cost-Effective Active Learning for Deep Image Classification. IEEE Trans. Circuits Syst. Video Technol. 2017, 27, 2591–2600. [Google Scholar] [CrossRef] [Green Version]
  36. Yang, L.; Zhang, Y.; Chen, J.; Zhang, S.; Chen, D.Z. Suggestive Annotation: A Deep Active Learning Framework for Biomedical Image Segmentation. In Proceedings of the MICCAI 2017: 20th International Conference, Quebec City, QC, Canada, 11–13 September 2017. [Google Scholar]
  37. Rodríguez, A.C.; D’Aronco, S.; Schindler, K.; Wegner, J.D. Mapping oil palm density at country scale: An active learning approach. Remote Sens. Environ. 2021, 261, 112479. [Google Scholar] [CrossRef]
  38. Van Engelen, J.E.; Hoos, H.H. A survey on semi-supervised learning. Mach. Learn. 2020, 109, 373–440. [Google Scholar] [CrossRef] [Green Version]
  39. Sudhira, H.S.; Nagendra, H. Local Assessment of Bangalore: Graying and Greening in Bangalore—Impacts of Urbanization on Ecosystems, Ecosystem Services and Biodiversity. In Urbanization, Biodiversity and Ecosystem Services: Challenges and Opportunities: A Global Assessment; Springer: Dordrecht, The Netherlands, 2013; pp. 75–91. [Google Scholar] [CrossRef] [Green Version]
  40. Nagendra, H.; Gopal, D. Street trees in Bangalore: Density, diversity, composition and distribution. Urban For. Urban Green. 2010, 9, 129–137. [Google Scholar] [CrossRef]
  41. Amro, I.; Mateos, J.; Vega, M.; Molina, R.; Katsaggelos, A.K. A survey of classical methods and new trends in pansharpening of multispectral images. EURASIP J. Adv. Signal Process. 2011, 2011, 1–22. [Google Scholar] [CrossRef] [Green Version]
  42. Drozdzal, M.; Vorontsov, E.; Chartrand, G.; Kadoury, S.; Pal, C. The Importance of Skip Connections in Biomedical Image Segmentation. In Proceedings of the Deep Learning and Data Labeling for Medical Applications, Athens, Greece, 21 October 2016; Carneiro, G., Mateus, D., Peter, L., Bradley, A., Tavares, J.M.R.S., Belagiannis, V., Papa, J.P., Nascimento, J.C., Loog, M., Lu, Z., et al., Eds.; Springer International Publishing: Cham, Switzerland, 2016; pp. 179–187. [Google Scholar]
  43. Wang, J.; Wen, S.; Chen, K.; Yu, J.; Zhou, X.; Gao, P.; Li, C.; Xie, G. Semi-supervised active learning for instance segmentation via scoring predictions. arXiv 2020, arXiv:2012.04829. [Google Scholar]
  44. Balaram, S.; Nguyen, C.M.; Kassim, A.; Krishnaswamy, P. Consistency-Based Semi-supervised Evidential Active Learning for Diagnostic Radiograph Classification. In Proceedings of the International Conference on Medical Image Computing and Computer-Assisted Intervention, Singapore, 18–22 September 2022; Springer: Cham, Switzerland, 2022; pp. 675–685. [Google Scholar]
  45. Srivastava, N.; Hinton, G.; Krizhevsky, A.; Sutskever, I.; Salakhutdinov, R. Dropout: A Simple Way to Prevent Neural Networks from Overfitting. J. Mach. Learn. Res. 2014, 15, 1929–1958. [Google Scholar]
  46. Gal, Y.; Ghahramani, Z. Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning. In Proceedings of the 33rd International Conference on Machine Learning, New York, NY, USA, 19–24 June 2016; Balcan, M.F., Weinberger, K.Q., Eds.; PMLR: New York, NY, USA, 2016; Volume 48, pp. 1050–1059. [Google Scholar]
  47. Kattenborn, T.; Eichel, J.; Wiser, S.; Burrows, L.; Fassnacht, F.E.; Schmidtlein, S. Convolutional Neural Networks accurately predict cover fractions of plant species and communities in Unmanned Aerial Vehicle imagery. Remote Sens. Ecol. Conserv. 2020, 6, 472–486. [Google Scholar] [CrossRef] [Green Version]
  48. Pearse, G.D.; Tan, A.Y.; Watt, M.S.; Franz, M.O.; Dash, J.P. Detecting and mapping tree seedlings in UAV imagery using convolutional neural networks and field-verified data. ISPRS J. Photogramm. Remote Sens. 2020, 168, 156–169. [Google Scholar] [CrossRef]
Figure 1. Location of the study area: a transect of 50 km × 5 km in the northern part of Bengaluru, India. The transect is enlarged here as a WorldView-3 false color composite (i.e., near IR1, red and green).
Figure 1. Location of the study area: a transect of 50 km × 5 km in the northern part of Bengaluru, India. The transect is enlarged here as a WorldView-3 false color composite (i.e., near IR1, red and green).
Remotesensing 15 01691 g001
Figure 2. Illustration of the two different qualities of delineating tree crowns: an urban (left) and a rural (right) environment. Yellow denotes rough delineations and green denotes accurate delineations of tree crowns.
Figure 2. Illustration of the two different qualities of delineating tree crowns: an urban (left) and a rural (right) environment. Yellow denotes rough delineations and green denotes accurate delineations of tree crowns.
Remotesensing 15 01691 g002
Figure 3. The architecture of U-Net.
Figure 3. The architecture of U-Net.
Remotesensing 15 01691 g003
Figure 4. The overall flowchart of our semisupervised active learning strategy.
Figure 4. The overall flowchart of our semisupervised active learning strategy.
Remotesensing 15 01691 g004
Figure 5. Accuracy (overall IoU) and labeling cost for different strategies on accurately and roughly delineated masks (i.e., random selection (RS), active learning (AL), semisupervised active learning strategies (SSAL 60%, 40% and 100%)). For accurately delineated masks, the 60% strategy yielded the best results and for roughly delineated masks the 40% strategy yielded the best results.
Figure 5. Accuracy (overall IoU) and labeling cost for different strategies on accurately and roughly delineated masks (i.e., random selection (RS), active learning (AL), semisupervised active learning strategies (SSAL 60%, 40% and 100%)). For accurately delineated masks, the 60% strategy yielded the best results and for roughly delineated masks the 40% strategy yielded the best results.
Remotesensing 15 01691 g005
Figure 6. Classification results of two test images. For each test image, the subplots in the first row, from left to right, depict the false color image (near IR1, red and green), the ground truth, the segmentation results of models trained on roughly (R) and accurately (A) delineated masks. The subplots in the second and third row represent the classification results of the initial model, the model with intermediate iterations (Iter1 and Iter3) and the final iteration when applying semisupervised active learning (SSAL) on datasets with accurately and roughly delineated masks, respectively.
Figure 6. Classification results of two test images. For each test image, the subplots in the first row, from left to right, depict the false color image (near IR1, red and green), the ground truth, the segmentation results of models trained on roughly (R) and accurately (A) delineated masks. The subplots in the second and third row represent the classification results of the initial model, the model with intermediate iterations (Iter1 and Iter3) and the final iteration when applying semisupervised active learning (SSAL) on datasets with accurately and roughly delineated masks, respectively.
Remotesensing 15 01691 g006
Figure 7. The relationship between entropy, accuracy and image mask selection based on semisupervised active learning with a 60% strategy. Each green point represents one image. Points covered by the shaded blue area are accepted model predictions. Points shaded red were selected to be labeled by hand.
Figure 7. The relationship between entropy, accuracy and image mask selection based on semisupervised active learning with a 60% strategy. Each green point represents one image. Points covered by the shaded blue area are accepted model predictions. Points shaded red were selected to be labeled by hand.
Remotesensing 15 01691 g007
Figure 8. Classification results on two test images. In each test image, subplots from left to right then top to bottom represent false color images (near IR1, red, and green), ground truth and classification results from models trained by different proportions of two quality levels of masks (100%R, 20%A, 40%A, 60%A, 80%A and 100%A).
Figure 8. Classification results on two test images. In each test image, subplots from left to right then top to bottom represent false color images (near IR1, red, and green), ground truth and classification results from models trained by different proportions of two quality levels of masks (100%R, 20%A, 40%A, 60%A, 80%A and 100%A).
Remotesensing 15 01691 g008
Table 1. The bands of WorldView-3 imagery used in the research.
Table 1. The bands of WorldView-3 imagery used in the research.
Spectral BandWavelengthSpatial Resolution after Pansharpening
Blue450–510 nm30 cm
Green510–580 nm30 cm
Yellow585–625 nm30 cm
Red630–690 nm30 cm
Red Edge705–745 nm30 cm
Near IR1770–895 nm30 cm
Near IR2860–1040 nm30 cm
Table 2. Labeling cost and accuracy comparison among active learning (AL) and different semisupervised active learning (SSAL) strategies.
Table 2. Labeling cost and accuracy comparison among active learning (AL) and different semisupervised active learning (SSAL) strategies.
StrategyHuman-Labeled (A)Model-LabeledLabeling CostTree IoUOverall IoU
Accurately delineated dataset
AL (A)2800168080.33%88.14%
SSAL (A) 20%23248139280.10%88.02%
SSAL (A) 40%18496110480.33%88.14%
SSAL (A) 60%13614481680.17%88.07%
SSAL (A) 80%8819252878.73%87.06%
SSAL (A) 100%4024024074.54%84.94%
Roughly delineated dataset
AL (R)280056071.67%81.19%
SSAL (R) 20%2324846471.63%81.20%
SSAL (R) 40%1849636871.48%81.03%
SSAL (R) 60%13614427270.82%80.52%
SSAL (R) 80%8819217671.02%80.57%
SSAL (R) 100%402408069.48%79.71%
Table 3. Number of labeled masks and accuracy during semisupervised active learning with the 60% selection strategy.
Table 3. Number of labeled masks and accuracy during semisupervised active learning with the 60% selection strategy.
IterationHuman-LabeledModel-LabeledTree IoUOverall IoU
040067.15%81.41%
1562476.37%85.96%
2724876.10%85.72%
3887276.77%86.20%
41049678.23%87.00%
512012079.26%87.50%
613614480.17%88.07%
Table 4. Labeling cost and accuracy comparison among datasets with different proportions of two quality levels of masks (A: accurately delineated mask; R: roughly delineated mask).
Table 4. Labeling cost and accuracy comparison among datasets with different proportions of two quality levels of masks (A: accurately delineated mask; R: roughly delineated mask).
DatasetsHuman-Labeled (A)Human-Labeled (R)Labeling CostTree IoUOverall IoU
100% R028056070.45%81.13%
20% A–80% R5622478472.78%82.69%
40% A–60% R112168100874.85%84.43%
60% A–40% R168112123276.14%85.62%
80% A–20% R22456145678.24%87.01%
100% A2800168079.65%88.06%
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.

Share and Cite

MDPI and ACS Style

Jiang, T.; Freudenberg, M.; Kleinn, C.; Ecker, A.; Nölke, N. The Impacts of Quality-Oriented Dataset Labeling on Tree Cover Segmentation Using U-Net: A Case Study in WorldView-3 Imagery. Remote Sens. 2023, 15, 1691. https://doi.org/10.3390/rs15061691

AMA Style

Jiang T, Freudenberg M, Kleinn C, Ecker A, Nölke N. The Impacts of Quality-Oriented Dataset Labeling on Tree Cover Segmentation Using U-Net: A Case Study in WorldView-3 Imagery. Remote Sensing. 2023; 15(6):1691. https://doi.org/10.3390/rs15061691

Chicago/Turabian Style

Jiang, Tao, Maximilian Freudenberg, Christoph Kleinn, Alexander Ecker, and Nils Nölke. 2023. "The Impacts of Quality-Oriented Dataset Labeling on Tree Cover Segmentation Using U-Net: A Case Study in WorldView-3 Imagery" Remote Sensing 15, no. 6: 1691. https://doi.org/10.3390/rs15061691

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