2019 IEEE International Conference on Big Data (Big Data) 2019
DOI: 10.1109/bigdata47090.2019.9006534
|View full text |Cite
|
Sign up to set email alerts
|

Tile & Merge: Distributed Delaunay Triangulations for Cloud Computing

Abstract: Motivated by the needs of a scalable out-of-core surface reconstruction algorithm available on the cloud, this paper addresses the computation of distributed Delaunay triangulations of massive point sets. The proposed algorithm takes as input a point cloud and first partitions it across multiple processing elements into tiles of relatively homogeneous point sizes. The distributed computation and communication between processing elements is orchestrated so that each one discovers the Delaunay neighbors of its i… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
16
0

Year Published

2020
2020
2021
2021

Publication Types

Select...
2
1

Relationship

1
2

Authors

Journals

citations
Cited by 3 publications
(16 citation statements)
references
References 27 publications
0
16
0
Order By: Relevance
“…In this paper, we extend the preliminary work of [Caraffa et al, 2019] on distributed Delaunay triangulation computation, by providing a (i) theoretical proof of the consistency for the resulting Distributed Delaunay Triangulation. In addition, we also discuss (ii) implementation details on the Spark architecture and propose (iii) a deeper scalability analysis of the overall algorithm in the results section.…”
Section: Related Workmentioning
confidence: 91%
See 4 more Smart Citations
“…In this paper, we extend the preliminary work of [Caraffa et al, 2019] on distributed Delaunay triangulation computation, by providing a (i) theoretical proof of the consistency for the resulting Distributed Delaunay Triangulation. In addition, we also discuss (ii) implementation details on the Spark architecture and propose (iii) a deeper scalability analysis of the overall algorithm in the results section.…”
Section: Related Workmentioning
confidence: 91%
“…It is a common approach to tackle large data structures by operating on a spatial partitioning of them, for instance for combinatorial maps [Damiand et al, 2018] or 3D triangular meshes [Cabiddu, Attene, 2015]. The Tile & Merge approach [Caraffa et al, 2019] works similarly by decomposing the overall Delaunay Triangulation into a set of DT local to each input tile. However, contrary to other approaches, it is not a proper partition as cells (triangles in 2D) across tile boundaries are replicated in the triangulations of their neighboring tiles and points are replicated in the tiles of all their Delaunay neighbors.…”
Section: Related Workmentioning
confidence: 99%
See 3 more Smart Citations