Rapid slope instabilities (i.e., rockfalls) involving highway networks in mountainous areas pose a threat to facilities, settlements and life, thus representing a challenge for asset management plans. To identify different morphological expressions of degradation processes that lead to rock mass destabilization, we combined satellite and uncrewed aircraft system (UAS)-based products over two study sites along the State Highway 133 sector near Paonia Reservoir, Colorado (USA). Along with a PS-InSAR analysis covering the 2017–2021 interval, a high-resolution dataset composed of optical, thermal and multi-spectral imagery was systematically acquired during two UAS surveys in September 2021 and June 2022. After a pre-processing step including georeferencing and orthorectification, the final products were processed through object-based multispectral classification and change detection analysis for highlighting moisture or lithological variations and for identifying areas more susceptible to deterioration and detachments at the small and micro-scale. The PS-InSAR analysis, on the other hand, provided multi-temporal information at the catchment scale and assisted in understanding the large-scale morpho-evolution of the displacements. This synergic combination offered a multiscale perspective of the superimposed imprints of denudation and mass-wasting processes occurring on the study site, leading to the detection of evidence and/or early precursors of rock collapses, and effectively supporting asset management maintenance practices.
Terrain traversability is critical for developing Go/No-Go maps for ground vehicles, which significantly impact a mission’s success. To predict the mobility of terrain, one must understand the soil characteristics. In-situ measurements performed in the field are the current method of collecting this information, which is time-consuming, costly, and can be lethal for military operations. This paper investigates an alternative approach using thermal, multispectral, and hyperspectral remote sensing from an unmanned aerial vehicle (UAV) platform. Remotely sensed data combined with machine learning (linear, ridge, lasso, partial least squares (PLS), support vector machines (SVM), and k nearest neighbors (KNN)) and deep learning (multi-layer perceptron (MLP) and convolutional neural network (CNN)) are used to perform a comparative study to estimate the soil properties, such as the soil moisture and terrain strength, used to generate prediction maps of these terrain characteristics. This study found that deep learning outperformed machine learning. Specifically, a multi-layer perceptron performed the best for predicting the percent moisture content (R2/RMSE = 0.97/1.55) and the soil strength (in PSI), as measured by a cone penetrometer for the averaged 0–6” (CP06) (R2/RMSE = 0.95/67) and 0–12” depth (CP12) (R2/RMSE = 0.92/94). A Polaris MRZR vehicle was used to test the application of these prediction maps for mobility purposes, and correlations were observed between the CP06 and the rear wheel slip and the CP12 and the vehicle speed. Thus, this study demonstrates the potential of a more rapid, cost-efficient, and safer approach to predict terrain properties for mobility mapping using remote sensing data with machine and deep learning algorithms.
Hyperspectral image (HSI) classification is the most vibrant area of research in the hyperspectral community due to the rich spectral information contained in HSI can greatly aid in identifying objects of interest. However, inherent non-linearity between materials and the corresponding spectral profiles brings two major challenges in HSI classification: interclass similarity and intraclass variability. Many advanced deep learning methods have attempted to address these issues from the perspective of a region/patch-based approach, instead of a pixel-based alternate. However, the patch-based approaches hypothesize that neighborhood pixels of a target pixel in a fixed spatial window belong to the same class. And this assumption is not always true. To address this problem, we herein propose a new deep learning architecture, namely Gramian Angular Field encoded Neighborhood Attention U-Net (GAF-NAU), for pixel-based HSI classification. The proposed method does not require regions or patches centered around a raw target pixel to perform 2D-CNN based classification, instead, our approach transforms 1D pixel vector in HSI into 2D angular feature space using Gramian Angular Field (GAF) and then embed it to a new neighborhood attention network to suppress irrelevant angular feature while emphasizing on pertinent features useful for HSI classification task. Evaluation results on three publicly available HSI datasets demonstrate the superior performance of the proposed model. The source code available at https://github.com/MAIN-Lab/GAF-NAU/