Paper details

Title: Random Data Distribution for Efficient Parallel Point Cloud Processing

Authors: Balthasar Teuscher, Martin Werner

Abstract: Obtained from CrossRef

Abstract. Current point cloud data management systems and formats are heavily specialized and targeted solely towards visualization purposes and fail to address the diverse needs of progressive point cloud workflows like for example semantic segmentation using machine learning. We therefore propose a distributed data infrastructure for dynamic point cloud data management that can support interactive real-time visualization at scale while simultaneously serving as a platform for analytical tasks. By introducing random data distribution, we show that simple query fragmentation and efficient and effective parallelism at scale are possible. At the same time, arbitrary queries in space and time can be efficiently run over the infrastructure including query semantics which returns only a random sample of the query results or preferred points based on an importance dimension calculated, for example, from a local point density information as commonly done in point cloud visualization. To cope with the unknown amount of user-specific attributes and to support even multiple ways of deciding the importance of a given point (ground point removal, coverage of space, random subset) the system is designed to support all of them transparently as multidimensional range queries backed by spatial indices.

Codecheck details

Certificate identifier: 2024-006

Codechecker name: Carlos Granell

Time of codecheck: 2024-05-23 12:00:00

Repository: https://osf.io/ymc3t

Codecheck report: https://doi.org/10.17605/OSF.IO/YMC3T

Summary:

The workflow provided was partially reproduced in the sense that I was able to reproduce the system reported in the paper qualitatively. That is, I did not reproduce the experiment or other results (figures, etc.) included in the article, but I was able to set up and run the system described in the paper and test it with some query samples. Therefore, by doing this, this report ensures that the system works as described in the manuscript.


https://codecheck.org.uk/ | GitHub codecheckers

© Stephen Eglen & Daniel Nüst

Published under CC BY-SA 4.0

DOI of Zenodo Deposit

CODECHECK is a process for independent execution of computations underlying scholarly research articles.