An Asymptotic Lower Bound for Online Vector Bin Packing
Nikhil Bansal, Ilan Reuven Cohen

TL;DR
This paper establishes a fundamental lower bound on the competitive ratio of any online algorithm for vector bin packing, showing it cannot be asymptotically better than a certain ratio regardless of the instance.
Contribution
It proves an asymptotic lower bound on the competitive ratio for online vector bin packing, extending previous bounds to instances with larger optimal solutions.
Findings
Any online algorithm has an expected number of bins at least proportional to d/ log^3 d times OPT.
The lower bound applies to all randomized algorithms and arbitrary functions q(d).
It rules out the possibility of significantly improved asymptotic competitive ratios for large OPT.
Abstract
We consider the online vector bin packing problem where items specified by -dimensional vectors must be packed in the fewest number of identical -dimensional bins. Azar et al. (STOC'13) showed that for any online algorithm , there exist instances I, such that , the number of bins used by to pack , is times , the minimal number of bins to pack . However in those instances, was only , which left open the possibility of improved algorithms with better asymptotic competitive ratio when . We rule this out by showing that for any arbitrary function and any randomized online algorithm , there exist instances such that , for some universal constant .
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 · Optimization and Packing Problems
