(Faster) Multi-Sided Boundary Labelling
Prosenjit Bose, Saeed Mehrabi, and Debajyoti Mondal

TL;DR
This paper presents faster algorithms for the multi-sided boundary labelling problem with 1-bend leaders, significantly reducing the computational complexity for three-sided and four-sided cases compared to previous methods.
Contribution
The authors develop new algorithms that solve 1-bend three-sided and four-sided boundary labelling problems more efficiently, with improved running times of O(n^3 log n) and O(n^5).
Findings
Achieved O(n^3 log n) time for three-sided problem.
Achieved O(n^5) time for four-sided problem.
Improved upon previous algorithms with higher complexity.
Abstract
A 1-bend boundary labelling problem consists of an axis-aligned rectangle , points (called sites) in the interior, and points (called ports) on the labels along the boundary of . The goal is to find a set of axis-aligned curves (called leaders), each having at most one bend and connecting one site to one port, such that the leaders are pairwise disjoint. A 1-bend boundary labelling problem is -sided () if the ports appear on different sides of . Kindermann et al. ["Multi-Sided Boundary Labeling", Algorithmica, 76(1): 225-258, 2016] showed that the 1-bend three-sided and four-sided boundary labelling problems can be solved in and time, respectively. Bose et al. [SWAT, 12:1-12:14, 2018] improved the latter running time to by reducing the problem to computing maximum independent set in an outerstring graph. In this…
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 · Digital Image Processing Techniques · VLSI and FPGA Design Techniques
