@inproceedings{18867,
  abstract     = {{Modern computer graphics systems are able to render sophisticated 3D szenes consisting of millions of polygons. In this paper we address the problem of occlusion culling. Aila, Miettinen, and Nordlund suggested to implement a FIFO buffer on graphics cards which is able to delay the polygons before drawing them. When one of the polygons within the buffer is occluded or masked by another polygon arriving later from the application, the rendering engine can drop the occluded one without rendering, saving important rendering time.<br>We introduce a theoretical online model to analyse these problems in theory using competitive analysis. For different cost measures addressed we invent the first competitive algorithms for online occlusion culling. Our implementation shows that these algorithms outperform known ones for real 3D scenes as well.}},
  author       = {{Frahling, Gereon and Krokowski, Jens}},
  booktitle    = {{Proc. of the 13th Annual European Symposium on Algorithms (ESA 2005)}},
  isbn         = {{9783540291183}},
  issn         = {{0302-9743}},
  pages        = {{758--769}},
  publisher    = {{Springer}},
  title        = {{{Online Occlusion Culling}}},
  doi          = {{10.1007/11561071_67}},
  volume       = {{3669}},
  year         = {{2005}},
}

@inproceedings{18915,
  abstract     = {{We present a simple two-person Bucket Game, based on throwing balls into buckets, and we<br>discuss possible players' strategies.<br><br>We use these strategies to create an approximation algorithm for a generalization of<br>the well known Set Cover problem, where we need to cover each element by at least $k$ sets.<br>Furthermore, we apply these strategies to construct a randomized algorithm for Dynamic Page Migration <br>problem achieving the optimal competitive ratio against an oblivious adversary.}},
  author       = {{Bienkowski, Marcin and Byrka, Jarosław}},
  booktitle    = {{Proc. of the 13th Annual European Symposium on Algorithms (ESA 2005)}},
  isbn         = {{9783540291183}},
  issn         = {{0302-9743}},
  pages        = {{815--826}},
  publisher    = {{Springer }},
  title        = {{{Bucket Game with Applications to Set Multicover and Dynamic Page Migration}}},
  doi          = {{10.1007/11561071_72}},
  volume       = {{3669}},
  year         = {{2005}},
}

