An improved Constant-Factor Approximation Algorithm for Planar Visibility Counting Problem
Sharareh Alipour, Mohammad Ghodsi, Amir Jafari

TL;DR
This paper introduces a randomized approximation algorithm for the planar visibility counting problem that balances preprocessing space, query time, and approximation accuracy, improving efficiency over previous methods.
Contribution
It presents a novel randomized algorithm with adjustable parameters, offering a tradeoff between space, query time, and approximation quality for the visibility counting problem.
Findings
Expected preprocessing time is $O(n^{4-3eta}\log n)$.
Expected space complexity is $O(n^{4-3eta})$.
Query time is $O(rac{1}{\delta^3}n^{eta}\log n)$.
Abstract
Given a set of disjoint line segments in , the visibility counting problem (VCP) is to preprocess such that the number of segments in visible from any query point can be computed quickly. This problem can trivially be solved in logarithmic query time using preprocessing time and space. Gudmundsson and Morin proposed a 2-approximation algorithm for this problem with a tradeoff between the space and the query time. They answer any query in with of preprocessing time and space, where is a constant , is another constant that can be made arbitrarily small, and . In this paper, we propose a randomized approximation algorithm for VCP with a tradeoff between the space and the query time. We will show that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Digital Image Processing Techniques
