Fine Grained Lower Bounds for Multidimensional Knapsack
Ilan Doron-Arad, Ariel Kulik, Pasin Manurangsi

TL;DR
This paper establishes tight lower bounds on the computational complexity of approximation schemes and exact algorithms for the multidimensional knapsack problem, showing that current algorithms are essentially optimal under certain complexity assumptions.
Contribution
It provides the first strong lower bounds for the running times of PTAS and exact algorithms for the d-dimensional knapsack problem, matching existing upper bounds up to polylogarithmic factors.
Findings
No faster PTAS than n^{o(d/ε)} assuming Gap-ETH.
No exact algorithms faster than (n+W)^{o(d/ log d)} assuming ETH.
Approximation hardness results for constant ε and large d.
Abstract
We study the -dimensional knapsack problem. We are given a set of items, each with a -dimensional cost vector and a profit, along with a -dimensional budget vector. The goal is to select a set of items that do not exceed the budget in all dimensions and maximize the total profit. A PTAS with running time has long been known for this problem, where is the error parameter and is the encoding size. Despite decades of active research, the best running time of a PTAS has remained . Unfortunately, existing lower bounds only cover the special case with two dimensions , and do not answer whether there is a -time PTAS for larger values of . The status of exact algorithms is similar: there is a simple -time (exact) dynamic programming algorithm, where …
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.
