Streaming Algorithms for Bin Packing and Vector Scheduling

05/13/2019
by   Graham Cormode, et al.
0

Problems involving the efficient arrangement of simple objects, as captured by bin packing and makespan scheduling, are fundamental tasks in combinatorial optimization. These are well understood in the traditional online and offline cases, but have been less well-studied when the volume of the input is truly massive, and cannot even be read into memory. This is captured by the streaming model of computation, where the aim is to approximate the cost of the solution in one pass over the data, using small space. As a result, streaming algorithms produce concise input summaries that approximately preserve the optimum value. We design the first efficient streaming algorithms for these fundamental problems in combinatorial optimization. For Bin Packing, we provide a streaming asymptotic 1+ε-approximation with O(1/ε) memory, where O hides logarithmic factors. Moreover, such a space bound is essentially optimal. Our algorithm implies a streaming d+ε-approximation for Vector Bin Packing in d dimensions, running in space O(d/ε). For the related Vector Scheduling problem, we show how to construct an input summary in space O(d^2· m / ε^2) that preserves the optimum value up to a factor of 2 - 1/m +ε, where m is the number of identical machines.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/05/2022

Streaming Algorithms for Multitasking Scheduling with Shared Processing

In this paper, we design the first streaming algorithms for the problem ...
research
06/15/2022

Streaming Algorithms for Ellipsoidal Approximation of Convex Polytopes

We give efficient deterministic one-pass streaming algorithms for findin...
research
02/09/2019

Space lower bounds for linear prediction

We show that fundamental learning tasks, such as finding an approximate ...
research
11/12/2021

One model Packs Thousands of Items with Recurrent Conditional Query Learning

Recent studies have revealed that neural combinatorial optimization (NCO...
research
02/09/2019

Fast Approximation Schemes for Bin Packing

We present new approximation schemes for bin packing based on the follow...
research
06/29/2017

Approximation Schemes for Covering and Packing in the Streaming Model

The shifting strategy, introduced by Hochbaum and Maass, and independent...
research
01/29/2020

Smart Resource Management for Data Streaming using an Online Bin-packing Strategy

Data stream processing frameworks provide reliable and efficient mechani...

Please sign up or login with your details

Forgot password? Click here to reset