26,113 research outputs found

    A comparison of classification techniques for monitoring and mapping land cover and land use changes in the subtropical region of Thai Nguyen, Vietnam : a thesis presented in partial fulfilment of the requirements for the degree of Master of Environmental Management at Massey University, Palmerston North, New Zealand

    Get PDF
    Deriving land cover/land-use information from earth observation satellite data is one of the most common applications for environmental monitoring, evaluation and management. Many parametric and non-parametric classification algorithms have been developed and applied to such applications. This study looks at the classification accuracies of three algorithms for different spatial and spectral resolution data. The performance of Random Forest (RF) was compared to Maximum Likelihood (MLC) and Artificial Neural Network (ANN) algorithms for the separation of subtropical land cover/land-use categories using Sentinel-2 and Landsat 8 data. The overall, producers’ and users’ accuracies were derived from the confusion matrix, while local land use statistics were also collected to evaluate the accuracy of classified images. The accuracy assessment showed the RF algorithm regularly outperformed the MLC and ANN in both types of imagery data (>90%). This approach also exhibited potential in dealing with the challenge of separating similar man-made features such as urban/built-up and mining extraction classes. The ANN algorithm had the lowest accuracy among the three classification algorithms, while Landsat 8 imagery was most suitable for the classification of subtropical mixed and complex landscapes. As the RF algorithm demonstrated a robustness and potential for mapping subtropical land cover/land-use, this study chose it to monitor and map temporal land cover/land-use changes in Thai Nguyen, Vietnam between 2000 and 2016. The results of this temporal monitoring revealed that there were substantial changes in land cover/land use over the course of 16 years. Agricultural and forest land decreased, while urban and mining extraction land expanded significantly, and water increased slightly. Changes in land cover/land-use are strongly associated with geographic locations. The conversion of agriculture and forest into urban/builtup and mining extraction land was detected largely in the Thai Nguyen central city and southern regions. In addition, further GIS analysis revealed that approximately 69.6% (100.2km2) of new built-up areas had occurred within 2km of primary roads, and nearly 96% (137.6km2) of new built-up expansion was detected within a 5-km buffer of the main roads. This study also demonstrates the potential of multi-temporal Landsat data and the combination of remote sensing, GIS and R programming to provide a timely, accurate and economical means to map and analyse temporal changes for long-term local land use development planning. Keywords: Random forest; Land cover mapping; Remote Sensing; Vietna

    Benchmark of machine learning methods for classification of a Sentinel-2 image

    Get PDF
    Thanks to mainly ESA and USGS, a large bulk of free images of the Earth is readily available nowadays. One of the main goals of remote sensing is to label images according to a set of semantic categories, i.e. image classification. This is a very challenging issue since land cover of a specific class may present a large spatial and spectral variability and objects may appear at different scales and orientations. In this study, we report the results of benchmarking 9 machine learning algorithms tested for accuracy and speed in training and classification of land-cover classes in a Sentinel-2 dataset. The following machine learning methods (MLM) have been tested: linear discriminant analysis, k-nearest neighbour, random forests, support vector machines, multi layered perceptron, multi layered perceptron ensemble, ctree, boosting, logarithmic regression. The validation is carried out using a control dataset which consists of an independent classification in 11 land-cover classes of an area about 60 km2, obtained by manual visual interpretation of high resolution images (20 cm ground sampling distance) by experts. In this study five out of the eleven classes are used since the others have too few samples (pixels) for testing and validating subsets. The classes used are the following: (i) urban (ii) sowable areas (iii) water (iv) tree plantations (v) grasslands. Validation is carried out using three different approaches: (i) using pixels from the training dataset (train), (ii) using pixels from the training dataset and applying cross-validation with the k-fold method (kfold) and (iii) using all pixels from the control dataset. Five accuracy indices are calculated for the comparison between the values predicted with each model and control values over three sets of data: the training dataset (train), the whole control dataset (full) and with k-fold cross-validation (kfold) with ten folds. Results from validation of predictions of the whole dataset (full) show the random forests method with the highest values; kappa index ranging from 0.55 to 0.42 respectively with the most and least number pixels for training. The two neural networks (multi layered perceptron and its ensemble) and the support vector machines - with default radial basis function kernel - methods follow closely with comparable performanc

    A Framework for Evaluating Land Use and Land Cover Classification Using Convolutional Neural Networks

    Get PDF
    Analyzing land use and land cover (LULC) using remote sensing (RS) imagery is essential for many environmental and social applications. The increase in availability of RS data has led to the development of new techniques for digital pattern classification. Very recently, deep learning (DL) models have emerged as a powerful solution to approach many machine learning (ML) problems. In particular, convolutional neural networks (CNNs) are currently the state of the art for many image classification tasks. While there exist several promising proposals on the application of CNNs to LULC classification, the validation framework proposed for the comparison of different methods could be improved with the use of a standard validation procedure for ML based on cross-validation and its subsequent statistical analysis. In this paper, we propose a general CNN, with a fixed architecture and parametrization, to achieve high accuracy on LULC classification over RS data from different sources such as radar and hyperspectral. We also present a methodology to perform a rigorous experimental comparison between our proposed DL method and other ML algorithms such as support vector machines, random forests, and k-nearest-neighbors. The analysis carried out demonstrates that the CNN outperforms the rest of techniques, achieving a high level of performance for all the datasets studied, regardless of their different characteristics.Ministerio de EconomĂ­a y Competitividad TIN2014-55894-C2-1-RMinisterio de EconomĂ­a y Competitividad TIN2017-88209-C2-2-

    Deep learning in remote sensing: a review

    Get PDF
    Standing at the paradigm shift towards data-intensive science, machine learning techniques are becoming increasingly important. In particular, as a major breakthrough in the field, deep learning has proven as an extremely powerful tool in many fields. Shall we embrace deep learning as the key to all? Or, should we resist a 'black-box' solution? There are controversial opinions in the remote sensing community. In this article, we analyze the challenges of using deep learning for remote sensing data analysis, review the recent advances, and provide resources to make deep learning in remote sensing ridiculously simple to start with. More importantly, we advocate remote sensing scientists to bring their expertise into deep learning, and use it as an implicit general model to tackle unprecedented large-scale influential challenges, such as climate change and urbanization.Comment: Accepted for publication IEEE Geoscience and Remote Sensing Magazin

    Open source R for applying machine learning to RPAS remote sensing images

    Get PDF
    The increase in the number of remote sensing platforms, ranging from satellites to close-range Remotely Piloted Aircraft System (RPAS), is leading to a growing demand for new image processing and classification tools. This article presents a comparison of the Random Forest (RF) and Support Vector Machine (SVM) machine-learning algorithms for extracting land-use classes in RPAS-derived orthomosaic using open source R packages. The camera used in this work captures the reflectance of the Red, Blue, Green and Near Infrared channels of a target. The full dataset is therefore a 4-channel raster image. The classification performance of the two methods is tested at varying sizes of training sets. The SVM and RF are evaluated using Kappa index, classification accuracy and classification error as accuracy metrics. The training sets are randomly obtained as subset of 2 to 20% of the total number of raster cells, with stratified sampling according to the land-use classes. Ten runs are done for each training set to calculate the variance in results. The control dataset consists of an independent classification obtained by photointerpretation. The validation is carried out(i) using the K-Fold cross validation, (ii) using the pixels from the validation test set, and (iii) using the pixels from the full test set. Validation with K-fold and with the validation dataset show SVM give better results, but RF prove to be more performing when training size is larger. Classification error and classification accuracy follow the trend of Kappa index
    • …
    corecore