Abstract
We consider the point location problem in an arrangement of n arbitrary hyperplanes in any dimension d, in the linear decision tree model, in which we only count linear comparisons involving the query point, and all other operations do not explicitly access the query and are for free. We mainly consider the simpler variant (which arises in many applications) where we only want to determine whether the query point lies on some input hyperplane. We present an algorithm that performs a point location query with O(d 2 log n) linear comparisons, improving the previous best result by about a factor of d. Our approach is a variant of Meiser’s technique for point location (Inf Comput 106(2):286–303, 1993) (see also Cardinal et al. in: Proceedings of the 24th European symposium on algorithms, 2016), and its improved performance is due to the use of vertical decompositions in an arrangement of hyperplanes in high dimensions, rather than bottom-vertex triangulation used in the earlier approaches. The properties of such a decomposition, both combinatorial and algorithmic (in the standard real RAM model), are developed in a companion paper (Ezra et al. arXiv:1712.02913, 2017), and are adapted here (in simplified form) for the linear decision tree model. Several applications of our algorithm are presented, such as the k-SUM problem and the Knapsack and SubsetSum problems. However, these applications have been superseded by the more recent result of Kane et al. (in: Proceedings of the 50th ACM symposium on theory of computing, 2018), obtained after the original submission (and acceptance) of the conference version of our paper (Ezra and Sharir in: Proceedings of the 33rd international symposium on computational geometry, 2017). This result only applies to ‘low-complexity’ hyperplanes (for which the ℓ 1 -norm of their coefficient vector is a small integer), which arise in the aforementioned applications. Still, our algorithm has currently the best performance for arbitrary hyperplanes.
Original language | English |
---|---|
Pages (from-to) | 735-755 |
Number of pages | 21 |
Journal | Discrete and Computational Geometry |
Volume | 61 |
Issue number | 4 |
DOIs | |
State | Published - 15 Jun 2019 |
Bibliographical note
Publisher Copyright:© 2018, Springer Science+Business Media, LLC, part of Springer Nature.
Funding
The authors would like to thank Shachar Lovett, Sariel Har-Peled, and Haim Kaplan for many useful discussions. We also acknowledge the collaboration with Sariel and Haim on the companion paper [14], from which many of the ideas and techniques presented in this work have emerged. We also acknowledge useful comments by the referees, which have led to a major revision, hopefully for the better, of the paper from its original conference version. Work on this paper by Esther Ezra was supported by NSF CAREER under Grant CCF:AF 1553354 and by Grant 824/17 from the Israel Science Foundation. Work on this paper by Micha Sharir was supported by Grant 892/13 from the Israel Science Foundation, by Grant 2012/229 from the U.S.—Israel Binational Science Foundation, by the Blavatnik Research Fund in Computer Science at Tel Aviv University, by the Israeli Centers of Research Excellence (I-CORE) program (Center No. 4/11), and by the Hermann Minkowski-MINERVA Center for Geometry at Tel Aviv University. A preliminary version of this paper appeared in Proc. 33rd Int. Sympos. Computational Geometry, 2017 [13].
Funders | Funder number |
---|---|
Blavatnik Research Fund in Computer Science | |
Hermann Minkowski-MINERVA Center for Geometry | |
Shachar Lovett | |
National Science Foundation | 824/17, AF 1553354 |
United States-Israel Binational Science Foundation | |
Israel Science Foundation | 2012/229, 892/13 |
Tel Aviv University | |
Israeli Centers for Research Excellence | 4/11 |
Keywords
- Epsilon-cuttings
- Linear decision tree model
- Point location in geometric arrangements
- Vertical decomposition of geometric arrangements
- k-SUM and k-LDT