23 research outputs found

    ROBUST TECHNIQUES FOR BUILDING FOOTPRINT EXTRACTION IN AERIAL LASER SCANNING 3D POINT CLOUDS

    Get PDF
    The building footprint is crucial for a volumetric 3D representation of a building that is applied in urban planning, 3D city modeling, cadastral and topographic map generation. Aerial laser scanning (ALS) has been recognized as the most suitable means of large-scale 3D point cloud data (PCD) acquisition. PCD can produce geometric detail of a scanned surface. However, it is almost impossible to get point clouds without noise and outliers. Besides, data incompleteness and occlusions are two common phenomena for PCD. Most of the existing methods for building footprint extraction employ classification, segmentation, voting techniques (e.g., Hough-Transform or RANSAC), or Principal Component Analysis (PCA) based methods. It is known that classical PCA is highly sensitive to outliers, even RANSAC which is known as a robust technique for shape detection is not free from outlier effects. This paper presents a novel algorithm that employs MCMD (maximum consistency within minimum distance), MSAC (a robust variant of RANSAC) and a robust regression to extract reliable building footprints in the presence of outliers, missing points and irregular data distributions. The algorithm is successfully demonstrated through two sets of ALS PCD

    Markov Chain Monte Carlo and the Application to Geodetic Time Series Analysis

    Get PDF
    The time evolution of geophysical phenomena can be characterised by stochastic time series. The stochastic nature of the signal stems from the geophysical phenomena involved and any noise, which may be due to, e.g., un-modelled effects or measurement errors. Until the 1990's, it was usually assumed that white noise could fully characterise this noise. However, this was demonstrated to be not the case and it was proven that this assumption leads to underestimated uncertainties of the geophysical parameters inferred from the geodetic time series. Therefore, in order to fully quantify all the uncertainties as robustly as possible, it is imperative to estimate not only the deterministic but also the stochastic parameters of the time series. In this regard, the Markov Chain Monte Carlo (MCMC) method can provide a sample of the distribution function of all parameters, including those regarding the noise, e.g., spectral index and amplitudes. After presenting the MCMC method and its implementation in our MCMC software we apply it to synthetic and real time series and perform a cross-evaluation using Maximum Likelihood Estimation (MLE) as implemented in the CATS software. Several examples as to how the MCMC method performs as a parameter estimation method for geodetic time series are given in this chapter. These include the applications to GPS position time series, superconducting gravity time series and monthly mean sea level (MSL) records, which all show very different stochastic properties. The impact of the estimated parameter uncertainties on sub-sequentially derived products is briefly demonstrated for the case of plate motion models. Finally, the MCMC results for weekly downsampled versions of the benchmark synthetic GNSS time series as provided in Chapter 2 are presented separately in an appendix

    Using continuous GPS and absolute gravity to separate vertical land movements and changes in sea-level at tide-gauges in the UK

    Get PDF
    Researchers investigating climate change have used historical tide-gauge measurements from all over the world to investigate the changes in sea-level that have occurred over the last century or so. However, such estimates are a combination of any true sea-level variations and any vertical movements of the land at the specific tide-gauge. For a tide-gauge record to be used to determine the climate related component of changes in sea-level, it is therefore necessary to correct for the vertical land movement component of the observed change in sea-level. In 1990, the Institute of Engineering Surveying and Space Geodesy and Proudman Oceanographic Laboratory started developing techniques based oil the Global Positioning System (GPS) for measuring vertical land movements (VLM) at tide-gauges in the UK. This paper provides brief details of these early developments and shows how they led to the establishment of continuous GPS (CGPS) stations at a number of tide-gauges. The paper then goes on to discuss the use of absolute gravity (AC), as an independent technique for measuring VLM at tide-gauges. The most recent results, from CGPS time-series dating back to 1997 and AG time-series dating back to 1995/1996, are then used to demonstrate the complementarity of these two techniques and their potential for providing site-specific estimates of VLM at tide-gauges in the UK

    Sea level in the British Isles: combining absolute gravimetry and continuous GPS to infer vertical land movements at tide gauges

    No full text
    The current terrestrial reference frame, current global GPS products and current precise GPS processing techniques, limit the determination of accurate, long-term, vertical station velocities from continuous GPS measurements on a global scale. Several authors have reported biases in their vertical station velocities determined from continuous GPS when compared to alternative geodetic methods. It has been argued that until these problems have been resolved, the study of relative land and sea level rates on regional scales is the only way to investigate vertical land movements at tide gauges co-located with continuous GPS. In the UK, we have been operating a network of continuous GPS and absolute gravimetry stations for the purpose of determining vertical land movements at tide gauges for almost ten years. This network consists often continuous GPS stations and three absolute gravimetry stations, all of which are either co-located or close to tide gauges. In this paper, we compare vertical land movements obtained from both geodetic methods with estimates of vertical land movements from high quality, independent geological and geophysical evidence, and derive a GPS-specific bias for which the estimates of vertical land movements from all continuous GPS stations are corrected. Based on recently published mean sea level trends by the Permanent Service for Mean Sea Level, we estimate a change in sea level, de-coupled from vertical land movements, for the British Isle

    An efficient deep learning approach for ground point filtering in aerial laser scanning point clouds

    Get PDF
    Ground surface extraction is one of the classic tasks in airborne laser scanning (ALS) point cloud processing that is used for three-dimensional (3D) city modelling, infrastructure health monitoring, and disaster management. Many methods have been developed over the last three decades. Recently, Deep Learning (DL) has become the most dominant technique for 3D point cloud classification. DL methods used for classification can be categorized into end-to-end and non end-to-end approaches. One of the main challenges of using supervised DL approaches is getting a sufficient amount of training data. The main advantage of using a supervised non end-to-end approach is that it requires less training data. This paper introduces a novel local feature-based non end-to-end DL algorithm that generates a binary classifier for ground point filtering. It studies feature relevance, and investigates three models that are different combinations of features. This method is free from the limitations of point clouds' irregular data structure and varying data density, which is the biggest challenge for using the elegant convolutional neural network. The new algorithm does not require transforming data into regular 3D voxel grids or any rasterization. The performance of the new method has been demonstrated through two ALS datasets covering urban environments. The method successfully labels ground and non-ground points in the presence of steep slopes and height discontinuity in the terrain. Experiments in this paper show that the algorithm achieves around 97% in both F1-score and model accuracy for ground point labelling.Optical and Laser Remote Sensin

    A Two-Step Feature Extraction Algorithm: Application to deep learning for point cloud classification

    No full text
    Most deep learning (DL) methods that are not end-to-end use several multi-scale and multi-type hand-crafted features that make the network challenging, more computationally intensive and vulnerable to overfitting. Furthermore, reliance on empirically-based feature dimensionality reduction may lead to misclassification. In contrast, efficient feature management can reduce storage and computational complexities, builds better classifiers, and improves overall performance. Principal Component Analysis (PCA) is a well-known dimension reduction technique that has been used for feature extraction. This paper presents a two-step PCA based feature extraction algorithm that employs a variant of feature-based PointNet (Qi et al., 2017a) for point cloud classification. This paper extends the PointNet framework for use on large-scale aerial LiDAR data, and contributes by (i) developing a new feature extraction algorithm, (ii) exploring the impact of dimensionality reduction in feature extraction, and (iii) introducing a non-end-to-end PointNet variant for per point classification in point clouds. This is demonstrated on aerial laser scanning (ALS) point clouds. The algorithm successfully reduces the dimension of the feature space without sacrificing performance, as benchmarked against the original PointNet algorithm. When tested on the well-known Vaihingen data set, the proposed algorithm achieves an Overall Accuracy (OA) of 74.64% by using 9 input vectors and 14 shape features, whereas with the same 9 input vectors and only 5PCs (principal components built by the 14 shape features) it actually achieves a higher OA of 75.36% which demonstrates the effect of efficient dimensionality reduction. Optical and Laser Remote Sensin

    Robust approach for urban road surface extraction using mobile laser scanning 3D point clouds

    No full text
    Road surface extraction is crucial for 3D city analysis. Mobile laser scanning (MLS) is the most appropriate data acquisition system for the road environment because of its efficient vehicle-based on-road scanning opportunity. Many methods are available for road pavement, curb and roadside way extraction. Most of them use classical approaches that do not mitigate problems caused by the presence of noise and outliers. In practice, however, laser scanning point clouds are not free from noise and outliers, and it is apparent that the presence of a very small portion of outliers and noise can produce unreliable and non-robust results. A road surface usually consists of three key parts: road pavement, curb and roadside way. This paper investigates the problem of road surface extraction in the presence of noise and outliers, and proposes a robust algorithm for road pavement, curb, road divider/islands, and roadside way extraction using MLS point clouds. The proposed algorithm employs robust statistical approaches to remove the consequences of the presence of noise and outliers. It consists of five sequential steps for road ground and non-ground surface separation, and road related components determination. Demonstration on two different MLS data sets shows that the new algorithm is efficient for road surface extraction and for classifying road pavement, curb, road divider/island and roadside way. The success can be rated in one experiment in this paper, where we extract curb points; the results achieve 97.28%, 100% and 0.986 of precision, recall and Matthews correlation coefficient, respectively. Optical and Laser Remote Sensin

    Glacial Isostatic Adjustment of the British Isles: New constraints form GPS measurements of crustal motion

    Get PDF
    We compared estimates of crustal velocities within Great Britain based on continuous global positioning system (CGPS) measurements to predictions from a model of glacial isostatic adjustment (GIA). The observed and predicted values for vertical motion are highly correlated indicating that GIA is the dominant geodynamic process contributing to this field. In contrast, motion of the Eurasian plate dominates the horizontal motion component. A model of plate motion was adopted to remove this signal in order to estimate intraplate horizontal motion associated with GIA. However, a coherent pattern of horizontal motion was not evident in the resulting velocity field. We adopted a recently published model of the British–Irish ice sheet to predict vertical crustal motion for a large number of spherically symmetric Earth viscosity models. Our results show that the adopted ice model is capable of producing a high-quality fit to the observations. The CGPS-derived estimates of vertical motion provide a useful constraint on the average value of viscosity within the upper mantle. Values of model lithospheric thickness and lower mantle viscosity are less well resolved, however. A suite of predictions based on an alternative ice model indicates that the vertical motion data are relatively insensitive to uncertainties in the ice loading history and so the constraints on upper mantle viscosity are robust
    corecore