Approximation Schemes for Geometric Knapsack for Packing Spheres and Fat Objects
Pritam Acharya, Sujoy Bhore, Aaryan Gupta, Arindam Khan, Bratin Mondal, Andreas Wiese
TL;DR
This work delivers polynomial-time $(1+ ext{eps})$-approximation schemes for geometric knapsack in constant dimension for several object families: $d$-dimensional hyperspheres, a broad class of fat convex polygons, and arbitrarily small fat convex objects, all without rotation and without resource augmentation in the base results. The core approach combines large-object guessing with precise algebraic verification, a multilevel grid-based dynamic program, and a hierarchical decomposition that places small objects into a small number of augmented subknapsacks. A key innovation is the discretization technique and the use of corner-empty regions to manage uncertainty about large-object coordinates, alongside a DP that handles configurations efficiently. Extensions to higher dimensions and to polygons rely on exact placements for large objects (via LP/extreme-point properties for polygons) and a common grid-based packing framework for small objects, yielding broad PTAS results and advancing the theory of geometric packing with fat objects. The results hold practical significance for multi-dimensional packing problems where object diversity and nontrivial geometries previously prevented PTAS-style guarantees, and they leave open questions about rational-coordinate feasibility and general convex-object PTAS extensions.
Abstract
We study the geometric knapsack problem in which we are given a set of $d$-dimensional objects (each with associated profits) and the goal is to find the maximum profit subset that can be packed non-overlappingly into a given $d$-dimensional (unit hypercube) knapsack. Even if $d=2$ and all input objects are disks, this problem is known to be \textsf{NP}-hard [Demaine, Fekete, Lang, 2010]. In this paper, we give polynomial time $(1+\varepsilon)$-approximation algorithms for the following types of input objects in any constant dimension $d$: - disks and hyperspheres, - a class of fat convex polygons that generalizes regular $k$-gons for $k\ge 5$ (formally, polygons with a constant number of edges, whose lengths are in a bounded range, and in which each angle is strictly larger than $π/2$), - arbitrary fat convex objects that are sufficiently small compared to the knapsack. We remark that in our \textsf{PTAS} for disks and hyperspheres, we output the computed set of objects, but for a $O_\varepsilon(1)$ of them, we determine their coordinates only up to an exponentially small error. However, it is unclear whether there always exists a $(1+\varepsilon)$-approximate solution that uses only rational coordinates for the disks' centers. We leave this as an open problem that is related to well-studied geometric questions in the realm of circle packing.
