DCAIDBMay 8, 2018

Parallel Computation of PDFs on Big Spatial Data Using Spark

arXiv:1805.03141v12 citations
Originality Synthesis-oriented
AI Analysis

This addresses uncertainty analysis for geological or seismic interpretation, but it is incremental as it applies existing methods like Spark to a specific domain.

The paper tackles the problem of efficiently computing Probability Density Functions (PDFs) on big spatial data, which is time-consuming, and proposes a parallel solution using Spark that reduces execution time by a factor of 33, achieving results in seconds or minutes.

We consider big spatial data, which is typically produced in scientific areas such as geological or seismic interpretation. The spatial data can be produced by observation (e.g. using sensors or soil instrument) or numerical simulation programs and correspond to points that represent a 3D soil cube area. However, errors in signal processing and modeling create some uncertainty, and thus a lack of accuracy in identifying geological or seismic phenomenons. Such uncertainty must be carefully analyzed. To analyze uncertainty, the main solution is to compute a Probability Density Function (PDF) of each point in the spatial cube area. However, computing PDFs on big spatial data can be very time consuming (from several hours to even months on a parallel computer). In this paper, we propose a new solution to efficiently compute such PDFs in parallel using Spark, with three methods: data grouping, machine learning prediction and sampling. We evaluate our solution by extensive experiments on different computer clusters using big data ranging from hundreds of GB to several TB. The experimental results show that our solution scales up very well and can reduce the execution time by a factor of 33 (in the order of seconds or minutes) compared with a baseline method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes