中文
相关论文

相关论文: Space Subdivision to Speed-up Convex Hull Construc…

200 篇论文

We present a novel GPU-accelerated implementation of the QuickHull algorihtm for calculating convex hulls of planar point sets. We also describe a practical solution to demonstrate how to efficiently implement a typical Divide-and-Conquer…

计算几何 · 计算机科学 2018-05-21 Jiayin Zhang , Gang Mei , Nengxiong Xu , Kunyang Zhao

The convex hull of a data set $P$ is the smallest convex set that contains $P$. In this work, we present a new data structure for convex hull, that allows for efficient dynamic updates. In a dynamic convex hull implementation, the following…

计算几何 · 计算机科学 2023-11-01 Emil Toftegaard Gæde , Inge Li Gørtz , Ivor van der Hoog , Christoffer Krogh , Eva Rotenberg

In this thesis, a new approach for constructing subdivision algorithms for generalized quadratic and cubic B-spline subdivision for subdivision surfaces and volumes is presented. First, a catalog of quality criteria for these subdivision…

计算几何 · 计算机科学 2025-07-29 Alexander Dietz

We investigate several computational problems related to the stochastic convex hull (SCH). Given a stochastic dataset consisting of $n$ points in $\mathbb{R}^d$ each of which has an existence probability, a SCH refers to the convex hull of…

计算几何 · 计算机科学 2017-05-02 Jie Xue , Yuan Li , Ravi Janardan

An effective strategy for accelerating the calculation of convex hulls for point sets is to filter the input points by discarding interior points. In this paper, we present such a straightforward and efficient preprocessing approach by…

计算几何 · 计算机科学 2014-05-30 Gang Mei

A set $S \subset \mathbb{Z}^d$ is digital convex if $conv(S) \cap \mathbb{Z}^d = S$, where $conv(S)$ denotes the convex hull of $S$. In this paper, we consider the algorithmic problem of testing whether a given set $S$ of $n$ lattice points…

计算几何 · 计算机科学 2019-01-16 Loïc Crombez , Guilherme D. da Fonseca , Yan Gérard

There are many applications in which a bounding sphere containing the given triangle E3 is needed, e.g. fast collision detection, ray-triangle intersecting in raytracing etc. This is a typical geometrical problem in E3 and it has also…

图形学 · 计算机科学 2022-08-09 Vaclav Skala

The it Convex Hull Membership(CHM) problem is: Given a point $p$ and a subset $S$ of $n$ points in $\mathbb{R}^m$, is $p \in conv(S)$? CHM is not only a fundamental problem in Linear Programming, Computational Geometry, Machine Learning and…

计算几何 · 计算机科学 2021-09-07 Bahman Kalantari , Yikai Zhang

Computationally efficient and automated generation of convex hulls is desirable for high throughput materials discovery of thermodynamically stable multi-species crystal structures. A convex hull genetic algorithm is proposed that uses…

材料科学 · 物理学 2024-04-23 Scott Donaldson , Robert A. Lawrence , Matt I. J. Probert

Region extraction is necessary in a wide range of applications, from object detection in autonomous driving to analysis of subcellular morphology in cell biology. There exist two main approaches: convex hull extraction, for which exact and…

计算几何 · 计算机科学 2022-06-24 Kevin Christopher VanHorn , Murat Can Çobanoğlu

The present paper is concerned with a recursive algorithm as a preprocessing step to find the convex hull of $n$ random points uniformly distributed in the plane. For such a set of points, it is shown that eliminating all but $O(\log n)$ of…

数据结构与算法 · 计算机科学 2024-03-19 Mohammad Heydari , Ashkan Khalifeh

We present a simple and efficient acceleration technique for an arbitrary method for computing the Euclidean projection of a point onto a convex polytope, defined as the convex hull of a finite number of points, in the case when the number…

最优化与控制 · 数学 2024-10-28 M. V. Dolgopolik

We study the convex hull membership (CHM) problem in the pure exploration setting where one aims to efficiently and accurately determine if a given point lies in the convex hull of means of a finite set of distributions. We give a complete…

机器学习 · 统计学 2024-10-22 Gang Qiao , Ambuj Tewari

Convex hulls are a fundamental geometric tool used in a number of algorithms. A famous paper by Akl and Toussaint in 1978 described a way to reduce the number of points involved in the computation, which is since known as the Akl-Toussaint…

计算几何 · 计算机科学 2013-04-10 Jean Souviron

Given a set of $n$ points $P$ in the plane, the first layer $L_1$ of $P$ is formed by the points that appear on $P$'s convex hull. In general, a point belongs to layer $L_i$, if it lies on the convex hull of the set $P \setminus…

计算几何 · 计算机科学 2017-03-17 Raimi A. Rufai , Dana S. Richards

In this paper, an effective method with time complexity of $\mathcal{O}(K^{3/2}N^2\log \frac{K}{\epsilon_0})$ is introduced to find an approximation of the convex hull for $N$ points in dimension $n$, where $K$ is close to the number of…

计算几何 · 计算机科学 2016-03-15 Hossein Sartipizadeh , Tyrone L. Vincent

We present a new fully dynamic algorithm for maintaining convex hulls under insertions and deletions while supporting geometric queries. Our approach combines the logarithmic method with a deletion-only convex hull data structure, achieving…

计算几何 · 计算机科学 2026-04-02 Ivor van der Hoog , Henrik Reinstädtler , Eva Rotenberg

The convex hull of a set of points, $C$, serves to expose extremal properties of $C$ and can help identify elements in $C$ of high interest. For many problems, particularly in the presence of noise, the true vertex set (and facets) may be…

计算几何 · 计算机科学 2016-11-07 Lori Ziegelmeier , Michael Kirby , Chris Peterson

Chan [JACM, 2010] gave a data structure for maintaining the convex hull of a dynamic set of 3D points under insertions and deletions, supporting extreme-point queries. Subsequent refinements by Kaplan, Mulzer, Roditty, Seiferth, and Sharir…

计算几何 · 计算机科学 2026-02-24 Haitao Wang

We envision programmable matter as a system of nano-scale agents (called particles) with very limited computational capabilities that move and compute collectively to achieve a desired goal. We use the geometric amoebot model as our…

分布式、并行与集群计算 · 计算机科学 2019-08-15 Joshua J. Daymude , Robert Gmyr , Kristian Hinnenthal , Irina Kostitsyna , Christian Scheideler , Andréa W. Richa