A Massively Parallel Dynamic Programming for Approximate Rectangle Escape Problem
Sepideh Aghamolaei, Mohammad Ghodsi

TL;DR
This paper introduces a parallel approximation algorithm for the rectangle escape problem, achieving improved time complexity and approximation ratios, and presents the first parallel algorithm for this NP-hard problem.
Contribution
It develops a massively parallel approximation algorithm for REP and SEP, with better time complexity and approximation ratios, including the first parallel solution for REP.
Findings
Achieves a 2-approximation for SEP with O(n^{3/2}k^2) time.
Provides an 8-approximation for REP with O(n log n + nk) time.
First parallel algorithm for REP in the MPC model.
Abstract
Sublinear time complexity is required by the massively parallel computation (MPC) model. Breaking dynamic programs into a set of sparse dynamic programs that can be divided, solved, and merged in sublinear time. The rectangle escape problem (REP) is defined as follows: For axis-aligned rectangles inside an axis-aligned bounding box , extend each rectangle in only one of the four directions: up, down, left, or right until it reaches and the density is minimized, where is the maximum number of extensions of rectangles to the boundary that pass through a point inside bounding box . REP is NP-hard for . If the rectangles are points of a grid (or unit squares of a grid), the problem is called the square escape problem (SEP) and it is still NP-hard. We give a -approximation algorithm for SEP with with time complexity . This improves…
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
