Online packing to minimize area or perimeter

Publikation: Bidrag til bog/antologi/rapportKonferencebidrag i proceedingsForskningfagfællebedømt

Standard

Online packing to minimize area or perimeter. / Abrahamsen, Mikkel; Beretta, Lorenzo.

37th International Symposium on Computational Geometry, SoCG 2021. red. / Kevin Buchin; Eric Colin de Verdiere. Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing, 2021. 6 (Leibniz International Proceedings in Informatics, LIPIcs, Bind 189).

Publikation: Bidrag til bog/antologi/rapportKonferencebidrag i proceedingsForskningfagfællebedømt

Harvard

Abrahamsen, M & Beretta, L 2021, Online packing to minimize area or perimeter. i K Buchin & EC de Verdiere (red), 37th International Symposium on Computational Geometry, SoCG 2021., 6, Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing, Leibniz International Proceedings in Informatics, LIPIcs, bind 189, 37th International Symposium on Computational Geometry, SoCG 2021, Virtual, Buffalo, USA, 07/06/2021. https://doi.org/10.4230/LIPIcs.SoCG.2021.6

APA

Abrahamsen, M., & Beretta, L. (2021). Online packing to minimize area or perimeter. I K. Buchin, & E. C. de Verdiere (red.), 37th International Symposium on Computational Geometry, SoCG 2021 [6] Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing. Leibniz International Proceedings in Informatics, LIPIcs Bind 189 https://doi.org/10.4230/LIPIcs.SoCG.2021.6

Vancouver

Abrahamsen M, Beretta L. Online packing to minimize area or perimeter. I Buchin K, de Verdiere EC, red., 37th International Symposium on Computational Geometry, SoCG 2021. Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing. 2021. 6. (Leibniz International Proceedings in Informatics, LIPIcs, Bind 189). https://doi.org/10.4230/LIPIcs.SoCG.2021.6

Author

Abrahamsen, Mikkel ; Beretta, Lorenzo. / Online packing to minimize area or perimeter. 37th International Symposium on Computational Geometry, SoCG 2021. red. / Kevin Buchin ; Eric Colin de Verdiere. Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing, 2021. (Leibniz International Proceedings in Informatics, LIPIcs, Bind 189).

Bibtex

@inproceedings{aa86aae3242d44cb9d2be952710785dd,
title = "Online packing to minimize area or perimeter",
abstract = "We consider online packing problems where we get a stream of axis-parallel rectangles. The rectangles have to be placed in the plane without overlapping, and each rectangle must be placed without knowing the subsequent rectangles. The goal is to minimize the perimeter or the area of the axis-parallel bounding box of the rectangles. We either allow rotations by 90◦ or translations only. For the perimeter version we give algorithms with an absolute competitive ratio slightly less than 4 when only translations are allowed and when rotations are also allowed. We then turn our attention to minimizing the area and show that the competitive ratio of any algorithm is at least Ω(√n), where n is the number of rectangles in the stream, and this holds with and without rotations. We then present algorithms that match this bound in both cases and the competitive ratio is thus optimal to within a constant factor. We also show that the competitive ratio cannot be bounded as a function of Opt. We then consider two special cases. The first is when all the given rectangles have aspect ratios bounded by some constant. The particular variant where all the rectangles are squares and we want to minimize the area of the bounding square has been studied before and an algorithm with a competitive ratio of 8 has been given [Fekete and Hoffmann, Algorithmica, 2017]. We improve the analysis of the algorithm and show that the ratio is at most 6, which is tight. The second special case is when all edges have length at least 1. Here, the Ω(√n) lower bound still holds, and we turn our attention to lower bounds depending on Opt. We show that any algorithm for the translational case has a competitive ratio of at least Ω(√Opt). If rotations are allowed, we show a lower bound of Ω(4√ Opt). For both versions, we give algorithms that match the respective lower bounds: With translations only, this is just the algorithm from the general case with competitive ratio O(√n) = O(√Opt). If rotations are allowed, we give an algorithm with competitive ratio O(min{√n, 4√ Opt}), thus matching both lower bounds simultaneously.",
keywords = "Online algorithms, Packing",
author = "Mikkel Abrahamsen and Lorenzo Beretta",
year = "2021",
doi = "10.4230/LIPIcs.SoCG.2021.6",
language = "English",
series = "Leibniz International Proceedings in Informatics, LIPIcs",
publisher = "Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing",
editor = "Kevin Buchin and {de Verdiere}, {Eric Colin}",
booktitle = "37th International Symposium on Computational Geometry, SoCG 2021",
note = "37th International Symposium on Computational Geometry, SoCG 2021 ; Conference date: 07-06-2021 Through 11-06-2021",

}

RIS

TY - GEN

T1 - Online packing to minimize area or perimeter

AU - Abrahamsen, Mikkel

AU - Beretta, Lorenzo

PY - 2021

Y1 - 2021

N2 - We consider online packing problems where we get a stream of axis-parallel rectangles. The rectangles have to be placed in the plane without overlapping, and each rectangle must be placed without knowing the subsequent rectangles. The goal is to minimize the perimeter or the area of the axis-parallel bounding box of the rectangles. We either allow rotations by 90◦ or translations only. For the perimeter version we give algorithms with an absolute competitive ratio slightly less than 4 when only translations are allowed and when rotations are also allowed. We then turn our attention to minimizing the area and show that the competitive ratio of any algorithm is at least Ω(√n), where n is the number of rectangles in the stream, and this holds with and without rotations. We then present algorithms that match this bound in both cases and the competitive ratio is thus optimal to within a constant factor. We also show that the competitive ratio cannot be bounded as a function of Opt. We then consider two special cases. The first is when all the given rectangles have aspect ratios bounded by some constant. The particular variant where all the rectangles are squares and we want to minimize the area of the bounding square has been studied before and an algorithm with a competitive ratio of 8 has been given [Fekete and Hoffmann, Algorithmica, 2017]. We improve the analysis of the algorithm and show that the ratio is at most 6, which is tight. The second special case is when all edges have length at least 1. Here, the Ω(√n) lower bound still holds, and we turn our attention to lower bounds depending on Opt. We show that any algorithm for the translational case has a competitive ratio of at least Ω(√Opt). If rotations are allowed, we show a lower bound of Ω(4√ Opt). For both versions, we give algorithms that match the respective lower bounds: With translations only, this is just the algorithm from the general case with competitive ratio O(√n) = O(√Opt). If rotations are allowed, we give an algorithm with competitive ratio O(min{√n, 4√ Opt}), thus matching both lower bounds simultaneously.

AB - We consider online packing problems where we get a stream of axis-parallel rectangles. The rectangles have to be placed in the plane without overlapping, and each rectangle must be placed without knowing the subsequent rectangles. The goal is to minimize the perimeter or the area of the axis-parallel bounding box of the rectangles. We either allow rotations by 90◦ or translations only. For the perimeter version we give algorithms with an absolute competitive ratio slightly less than 4 when only translations are allowed and when rotations are also allowed. We then turn our attention to minimizing the area and show that the competitive ratio of any algorithm is at least Ω(√n), where n is the number of rectangles in the stream, and this holds with and without rotations. We then present algorithms that match this bound in both cases and the competitive ratio is thus optimal to within a constant factor. We also show that the competitive ratio cannot be bounded as a function of Opt. We then consider two special cases. The first is when all the given rectangles have aspect ratios bounded by some constant. The particular variant where all the rectangles are squares and we want to minimize the area of the bounding square has been studied before and an algorithm with a competitive ratio of 8 has been given [Fekete and Hoffmann, Algorithmica, 2017]. We improve the analysis of the algorithm and show that the ratio is at most 6, which is tight. The second special case is when all edges have length at least 1. Here, the Ω(√n) lower bound still holds, and we turn our attention to lower bounds depending on Opt. We show that any algorithm for the translational case has a competitive ratio of at least Ω(√Opt). If rotations are allowed, we show a lower bound of Ω(4√ Opt). For both versions, we give algorithms that match the respective lower bounds: With translations only, this is just the algorithm from the general case with competitive ratio O(√n) = O(√Opt). If rotations are allowed, we give an algorithm with competitive ratio O(min{√n, 4√ Opt}), thus matching both lower bounds simultaneously.

KW - Online algorithms

KW - Packing

U2 - 10.4230/LIPIcs.SoCG.2021.6

DO - 10.4230/LIPIcs.SoCG.2021.6

M3 - Article in proceedings

AN - SCOPUS:85108240512

T3 - Leibniz International Proceedings in Informatics, LIPIcs

BT - 37th International Symposium on Computational Geometry, SoCG 2021

A2 - Buchin, Kevin

A2 - de Verdiere, Eric Colin

PB - Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing

T2 - 37th International Symposium on Computational Geometry, SoCG 2021

Y2 - 7 June 2021 through 11 June 2021

ER -

ID: 273638584