Automated Linear Disturbance Mapping via Semantic Segmentation of Sentinel-2 Imagery

Andrew M. Nagel,Anne Webster,Christopher Henry,Christopher Storie,Ignacio San-Miguel Sanchez,Olivier Tsui,Jason Duffe,Andy Dean
2024-09-19
Abstract:In Canada's northern regions, linear disturbances such as roads, seismic exploration lines, and pipelines pose a significant threat to the boreal woodland caribou population (Rangifer tarandus). To address the critical need for management of these disturbances, there is a strong emphasis on developing mapping approaches that accurately identify forest habitat fragmentation. The traditional approach is manually generating maps, which is time-consuming and lacks the capability for frequent updates. Instead, applying deep learning methods to multispectral satellite imagery offers a cost-effective solution for automated and regularly updated map production. Deep learning models have shown promise in extracting paved roads in urban environments when paired with high-resolution (<0.5m) imagery, but their effectiveness for general linear feature extraction in forested areas from lower resolution imagery remains underexplored. This research employs a deep convolutional neural network model based on the VGGNet16 architecture for semantic segmentation of lower resolution (10m) Sentinel-2 satellite imagery, creating precise multi-class linear disturbance maps. The model is trained using ground-truth label maps sourced from the freely available Alberta Institute of Biodiversity Monitoring Human Footprint dataset, specifically targeting the Boreal and Taiga Plains ecozones in Alberta, Canada. Despite challenges in segmenting lower resolution imagery, particularly for thin linear disturbances like seismic exploration lines that can exhibit a width of 1-3 pixels in Sentinel-2 imagery, our results demonstrate the effectiveness of the VGGNet model for accurate linear disturbance retrieval. By leveraging the freely available Sentinel-2 imagery, this work advances cost-effective automated mapping techniques for identifying and monitoring linear disturbance fragmentation.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: in northern Canada, linear disturbances (such as roads, seismic exploration lines and pipelines) pose a serious threat to the fragmentation of forest habitats, especially the impact on caribou populations (Rangifer tarandus). In order to effectively manage and monitor these linear disturbances, there is an urgent need to develop automated mapping methods that can accurately identify the fragmentation of forest habitats. Traditional manual mapping methods are time - consuming and difficult to update frequently. Therefore, this study aims to use deep - learning methods and Sentinel - 2 satellite images to achieve low - cost, automated linear - disturbance map generation. ### Specific problem description 1. **The impact of linear disturbances on caribou habitats** - Linear Disturbances (LDs), such as roads, seismic exploration lines and pipelines, lead to the fragmentation of forest habitats, which poses a major threat to caribou populations. - According to the Endangered Species Act, Canada has imposed strict limits on the density of disturbances within caribou habitats. 2. **Limitations of traditional mapping methods** - Traditional methods rely on manual digitization of linear disturbances and use high - resolution satellite images (such as Landsat data) for visual interpretation. However, this method is time - consuming, costly, and difficult to cover large - area regions and maintain the update frequency. 3. **Advantages and challenges of deep - learning methods** - Deep - learning models perform well in extracting paved roads in urban environments, especially when combined with high - resolution (<0.5m) images. - However, the effect of extracting general linear features in low - resolution (10m) forest areas has not been fully explored. ### Research objectives The objective of this study is to develop and evaluate a deep - learning - based method to automatically extract linear disturbances in forest areas using lower - resolution Sentinel - 2 satellite images. Specifically: - **Model architecture**: A convolutional neural network (CNN) based on VGGNet16 is used for semantic segmentation. - **Data sources**: Sentinel - 2 satellite images are used as input, and ground - truth labels are obtained from the Human Footprint dataset of the Alberta Biodiversity Monitoring Institute (ABMI). - **Application scope**: Focus on the Boreal and Taiga Plains ecoregions in Alberta, Canada. Through these efforts, this study aims to provide an economical and efficient automated method for identifying and monitoring linear disturbances in forest areas, thereby supporting more effective management and protection measures.