Adaptive Techniques to find Optimal Planar Boxes
J. Barbay, G. Navarro, P. P\'erez-Lantero

TL;DR
This paper introduces an adaptive algorithm for the Optimal Planar Box problem that efficiently finds the best axis-aligned rectangle based on a monotone decomposable score function, with improved data structures for dynamic set management.
Contribution
It presents a new adaptive solution with worst-case $O(n^2\lg n)$ complexity and a novel fully dynamic MCS Splay tree supporting insertions and deletions efficiently.
Findings
Algorithm performs efficiently on various instance classes.
Provides a new dynamic Splay tree with the dynamic finger property.
Improves upon previous data structure results.
Abstract
Given a set of planar points, two axes and a real-valued score function on subsets of , the Optimal Planar Box problem consists in finding a box (i.e. axis-aligned rectangle) maximizing . We consider the case where is monotone decomposable, i.e. there exists a composition function monotone in its two arguments such that for every subset and every partition of . In this context we propose a solution for the Optimal Planar Box problem which performs in the worst case score compositions and coordinate comparisons, and much less on other classes of instances defined by various measures of difficulty. A side result of its own interest is a fully dynamic \textit{MCS Splay tree} data structure supporting insertions and deletions with the \emph{dynamic finger} property, improving…
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 · Optimization and Search Problems · Algorithms and Data Compression
