CGCROct 31, 2020

A Secure Two-Party Computation Protocol for Intersection Detection between Two Convex Hulls

arXiv:2011.00319v39 citations
AI Analysis

This addresses privacy concerns in applications such as computer graphics and robotics, but it is incremental as it builds on existing computational geometry methods.

The paper tackles the problem of detecting intersections between 3D convex hulls without disclosing sensitive location information, resulting in a secure two-party protocol that successfully applies to shapes like pyramids and cuboids.

Intersection detection between three-dimensional bodies has various applications in computer graphics, video game development, robotics as well as military industries. In some respects, entities do not want to disclose sensitive information about themselves, including their location. In this paper, we present a secure two-party protocol to determine the existence of an intersection between entities. The protocol presented in this paper allows for intersection detection in three-dimensional spaces in geometry. Our approach is to use an intersecting plane between two spaces to determine their separation or intersection. For this purpose, we introduce a computational geometry protocol to determine the existence of an intersecting plane. In this paper, we first use the Minkowski difference to reduce the two-space problem into one-space. Then, the separating set is obtained and the separation of two shapes is determined based on the inclusion of the center point. We then secure the protocol by modifying the separating set computation method as a privacy-preserver and changing the Minkowski difference method to achieve this goal. The proposed protocol applies to any form of convex three-dimensional shape. The experiments successfully found a secure protocol for intersection detection between two convex hulls in geometrical shapes such as the pyramid and cuboid.

Foundations

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

Your Notes