On Planar Visibility Counting Problem
Sharareh Alipour

TL;DR
This paper introduces a new randomized algorithm for the exact planar visibility counting problem, balancing space, preprocessing, and query time with a tunable parameter, improving over previous approximation methods.
Contribution
It presents a novel randomized approach for exact visibility counting with adjustable complexity trade-offs based on a parameter.
Findings
Achieves space complexity of O(n^{4-4α})
Preprocessing time is O(n^{4-2α})
Query time is O(n^{2α})
Abstract
For a set of disjoint line segments in , the visibility counting problem is to preprocess such that the number of visible segments in from any query point can be computed quickly. There have been approximation algorithms for this problem with trade off between space and query time. We propose a new randomized algorithm to compute the exact answer of the problem. For any , the space, preprocessing time and query time are , and , respectively. Where and is an arbitrary constant number.
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 · Remote Sensing and LiDAR Applications
