Zum Hauptinhalt springen

Showing 1–21 of 21 results for author: Veselý, P

Searching in archive cs. Search in all archives.
.
  1. arXiv:2311.02224  [pdf, other

    cs.DS

    Structural Properties of Search Trees with 2-way Comparisons

    Authors: Sunny Atalig, Marek Chrobak, Erfan Mousavian, Jiri Sgall, Pavel Vesely

    Abstract: Optimal 3-way comparison search trees (3WCST's) can be computed using standard dynamic programming in time O(n^3), and this can be further improved to O(n^2) by taking advantage of the Monge property. In contrast, the fastest algorithm in the literature for computing optimal 2-way comparison search trees (2WCST's) runs in time O(n^4). To shed light on this discrepancy, we study structure propertie… ▽ More

    Submitted 3 November, 2023; originally announced November 2023.

  2. arXiv:2307.07848  [pdf, ps, other

    cs.DS cs.DC

    Fully Scalable MPC Algorithms for Clustering in High Dimension

    Authors: Artur Czumaj, Guichen Gao, Shaofeng H. -C. Jiang, Robert Krauthgamer, Pavel Veselý

    Abstract: We design new parallel algorithms for clustering in high-dimensional Euclidean spaces. These algorithms run in the Massively Parallel Computation (MPC) model, and are fully scalable, meaning that the local memory in each machine may be $n^σ$ for arbitrarily small fixed $σ>0$. Importantly, the local memory may be substantially smaller than the number of clusters $k$, yet all our algorithms are fast… ▽ More

    Submitted 6 July, 2024; v1 submitted 15 July, 2023; originally announced July 2023.

  3. arXiv:2204.02095  [pdf, other

    cs.DS

    Streaming Facility Location in High Dimension via Geometric Hashing

    Authors: Artur Czumaj, Arnold Filtser, Shaofeng H. -C. Jiang, Robert Krauthgamer, Pavel Veselý, Mingwei Yang

    Abstract: In Euclidean Uniform Facility Location (UFL), the input is a set of clients in $\mathbb{R}^d$ and the goal is to place facilities to serve them, so as to minimize the total cost of opening facilities plus connecting the clients. We study the setting of dynamic geometric streams, where the clients are presented as a sequence of insertions and deletions of points in the grid $\{1,\ldots,Δ\}^d$, and… ▽ More

    Submitted 28 January, 2023; v1 submitted 5 April, 2022; originally announced April 2022.

    Comments: The abstract is shortened to meet the length constraint of arXiv

  4. arXiv:2111.03968  [pdf, ps, other

    cs.DS

    Improved Approximation Guarantees for Shortest Superstrings using Cycle Classification by Overlap to Length Ratios

    Authors: Matthias Englert, Nicolaos Matsakis, Pavel Veselý

    Abstract: In the Shortest Superstring problem, we are given a set of strings and we are asking for a common superstring, which has the minimum number of characters. The Shortest Superstring problem is NP-hard and several constant-factor approximation algorithms are known for it. Of particular interest is the GREEDY algorithm, which repeatedly merges two strings of maximum overlap until a single string remai… ▽ More

    Submitted 6 November, 2021; originally announced November 2021.

  5. arXiv:2107.00145  [pdf, ps, other

    cs.DS

    Improved Analysis of Online Balanced Clustering

    Authors: Marcin Bienkowski, Martin Böhm, Martin Koutecký, Thomas Rothvoß, Jiří Sgall, Pavel Veselý

    Abstract: In the online balanced graph repartitioning problem, one has to maintain a clustering of $n$ nodes into $\ell$ clusters, each having $k = n / \ell$ nodes. During runtime, an online algorithm is given a stream of communication requests between pairs of nodes: an inter-cluster communication costs one unit, while the intra-cluster communication is free. An algorithm can change the clustering, paying… ▽ More

    Submitted 24 August, 2021; v1 submitted 30 June, 2021; originally announced July 2021.

  6. arXiv:2102.09299  [pdf, other

    cs.DS stat.CO

    Theory meets Practice at the Median: a worst case comparison of relative error quantile algorithms

    Authors: Graham Cormode, Abhinav Mishra, Joseph Ross, Pavel Veselý

    Abstract: Estimating the distribution and quantiles of data is a foundational task in data mining and data science. We study algorithms which provide accurate results for extreme quantile queries using a small amount of space, thus helping to understand the tails of the input distribution. Namely, we focus on two recent state-of-the-art solutions: $t$-digest and ReqSketch. While $t$-digest is a popular comp… ▽ More

    Submitted 10 June, 2021; v1 submitted 18 February, 2021; originally announced February 2021.

    Comments: Updated experiments, improved presentation. To appear in KDD 2021

    ACM Class: F.2.2

  7. arXiv:2012.03906  [pdf, ps, other

    cs.DS

    Breaking the Barrier of 2 for the Competitiveness of Longest Queue Drop

    Authors: Antonios Antoniadis, Matthias Englert, Nicolaos Matsakis, Pavel Veselý

    Abstract: We consider the problem of managing the buffer of a shared-memory switch that transmits packets of unit value. A shared-memory switch consists of an input port, a number of output ports, and a buffer with a specific capacity. In each time step, an arbitrary number of packets arrive at the input port, each packet designated for one output port. Each packet is added to the queue of the respective ou… ▽ More

    Submitted 15 May, 2024; v1 submitted 7 December, 2020; originally announced December 2020.

    Comments: A preliminary version appeared at ICALP 2021. This version contains an improved analysis which yields a slightly better upper bound. 30 pages

    ACM Class: F.2.2

  8. arXiv:2011.04324  [pdf, other

    cs.DS

    Streaming Algorithms for Geometric Steiner Forest

    Authors: Artur Czumaj, Shaofeng H. -C. Jiang, Robert Krauthgamer, Pavel Veselý

    Abstract: We consider an important generalization of the Steiner tree problem, the \emph{Steiner forest problem}, in the Euclidean plane: the input is a multiset $X \subseteq \mathbb{R}^2$, partitioned into $k$ color classes $C_1, C_2, \ldots, C_k \subseteq X$. The goal is to find a minimum-cost Euclidean graph $G$ such that every color class $C_i$ is connected in $G$. We study this Steiner forest problem i… ▽ More

    Submitted 10 May, 2024; v1 submitted 9 November, 2020; originally announced November 2020.

  9. Relative Error Streaming Quantiles

    Authors: Graham Cormode, Zohar Karnin, Edo Liberty, Justin Thaler, Pavel Veselý

    Abstract: Estimating ranks, quantiles, and distributions over streaming data is a central task in data analysis and monitoring. Given a stream of $n$ items from a data universe equipped with a total order, the task is to compute a sketch (data structure) of size polylogarithmic in $n$. Given the sketch and a query item $y$, one should be able to approximate its rank in the stream, i.e., the number of stream… ▽ More

    Submitted 24 August, 2023; v1 submitted 3 April, 2020; originally announced April 2020.

    Comments: Final version of the paper to appear in Journal of the ACM. Compared to the previous version, we removed any restrictions on the accuracy parameters in the main result and thoroughly revised the paper. 48 pages, 2 figures

    ACM Class: F.2.2

  10. arXiv:1905.04897  [pdf, other

    cs.DS

    Streaming Algorithms for Bin Packing and Vector Scheduling

    Authors: Graham Cormode, Pavel Veselý

    Abstract: 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 c… ▽ More

    Submitted 13 May, 2019; originally announced May 2019.

    Comments: 19 pages, 1 figure, submitted

    ACM Class: F.2.2

  11. arXiv:1905.03838  [pdf, other

    cs.DS

    Tight Lower Bound for Comparison-Based Quantile Summaries

    Authors: Graham Cormode, Pavel Veselý

    Abstract: Quantiles, such as the median or percentiles, provide concise and useful information about the distribution of a collection of items, drawn from a totally ordered universe. We study data structures, called quantile summaries, which keep track of all quantiles, up to an error of at most $\varepsilon$. That is, an $\varepsilon$-approximate quantile summary first processes a stream of items and then,… ▽ More

    Submitted 16 January, 2020; v1 submitted 9 May, 2019; originally announced May 2019.

    Comments: 20 pages, 2 figures, major revison of the construction (Sec. 3) and some other parts of the paper

    ACM Class: F.2.2

  12. A $φ$-Competitive Algorithm for Scheduling Packets with Deadlines

    Authors: Pavel Veselý, Marek Chrobak, Łukasz Jeż, Jiří Sgall

    Abstract: In the online packet scheduling problem with deadlines (PacketSchD, for short), the goal is to schedule transmissions of packets that arrive over time in a network switch and need to be sent across a link. Each packet has a deadline, representing its urgency, and a non-negative weight, that represents its priority. Only one packet can be transmitted in any time slot, so if the system is overloaded… ▽ More

    Submitted 20 October, 2023; v1 submitted 18 July, 2018; originally announced July 2018.

    Comments: Final version of the article, as it existed immediately prior to editing and production by SIAM and being published in SIAM Journal on Computing, published with SIAM's permission

    MSC Class: 68W27 ACM Class: F.2.2

    Journal ref: SIAM J. Comput. 51(5): 1626-1691 (2022)

  13. Parameterized Approximation Schemes for Steiner Trees with Small Number of Steiner Vertices

    Authors: Pavel Dvořák, Andreas Emil Feldmann, Dušan Knop, Tomáš Masařík, Tomáš Toufar, Pavel Veselý

    Abstract: We study the Steiner Tree problem, in which a set of terminal vertices needs to be connected in the cheapest possible way in an edge-weighted graph. This problem has been extensively studied from the viewpoint of approximation and also parametrization. In particular, on one hand Steiner Tree is known to be APX-hard, and W[2]-hard on the other, if parameterized by the number of non-terminals (Stein… ▽ More

    Submitted 14 July, 2020; v1 submitted 2 October, 2017; originally announced October 2017.

    Comments: 23 pages, 6 figures An extended abstract appeared in proceedings of STACS 2018

    ACM Class: F.2.2; G.2.2

    Journal ref: SIAM Journal on Discrete Mathematics 35(1), 546-574 (2021)

  14. arXiv:1705.07018  [pdf, other

    cs.DS

    On Packet Scheduling with Adversarial Jamming and Speedup

    Authors: Martin Böhm, Łukasz Jeż, Jiří Sgall, Pavel Veselý

    Abstract: In Packet Scheduling with Adversarial Jamming packets of arbitrary sizes arrive over time to be transmitted over a channel in which instantaneous jamming errors occur at times chosen by the adversary and not known to the algorithm. The transmission taking place at the time of jamming is corrupt, and the algorithm learns this fact immediately. An online algorithm maximizes the total size of packets… ▽ More

    Submitted 6 August, 2018; v1 submitted 19 May, 2017; originally announced May 2017.

    Comments: Appeared in Proc. of the 15th Workshop on Approximation and Online Algorithms (WAOA 2017)

    ACM Class: F.2.2

  15. arXiv:1610.04915  [pdf, other

    cs.DS

    Logarithmic price of buffer downscaling on line metrics

    Authors: Marcin Bienkowski, Martin Böhm, Łukasz Jeż, Paweł Laskoś-Grabowski, Jan Marcinkowski, Jiří Sgall, Aleksandra Spyra, Pavel Veselý

    Abstract: We consider the reordering buffer problem on a line consisting of n equidistant points. We show that, for any constant delta, an (offline) algorithm that has a buffer (1-delta) k performs worse by a factor of Omega(log n) than an offline algorithm with buffer k. In particular, this demonstrates that the O(log n)-competitive online algorithm MovingPartition by Gamzu and Segev (ACM Trans. on Algorit… ▽ More

    Submitted 22 July, 2017; v1 submitted 16 October, 2016; originally announced October 2016.

    MSC Class: 68W01; 68W05; 68W40; 68Q25

  16. arXiv:1606.09395  [pdf, other

    cs.DS

    Online Packet Scheduling with Bounded Delay and Lookahead

    Authors: Martin Böhm, Marek Chrobak, Łukasz Jeż, Fei Li, Jiří Sgall, Pavel Veselý

    Abstract: We study the online bounded-delay packet scheduling problem (BDPS), where packets of unit size arrive at a router over time and need to be transmitted over a network link. Each packet has two attributes: a non-negative weight and a deadline for its transmission. The objective is to maximize the total weight of the transmitted packets. This problem has been well studied in the literature, yet its o… ▽ More

    Submitted 30 June, 2016; originally announced June 2016.

    Comments: 18 pages, 4 figures, submitted to ISAAC 2016

    ACM Class: F.2.2

  17. arXiv:1604.05940  [pdf, other

    cs.CC math.CO

    Online Chromatic Number is PSPACE-Complete

    Authors: Martin Böhm, Pavel Veselý

    Abstract: In the online graph coloring problem, vertices from a graph G, known in advance, arrive in an online fashion and an algorithm must immediately assign a color to each incoming vertex v so that the revealed graph is properly colored. The exact location of v in the graph G is not known to the algorithm. The online chromatic number of G is the smallest number of colors such that some online algorithm… ▽ More

    Submitted 26 June, 2017; v1 submitted 20 April, 2016; originally announced April 2016.

    MSC Class: 68Q25 ACM Class: F.2.2

  18. arXiv:1601.08111  [pdf, other

    cs.DS

    A Two-Phase Algorithm for Bin Stretching with Stretching Factor 1.5

    Authors: Martin Böhm, Jiří Sgall, Rob van Stee, Pavel Veselý

    Abstract: Online Bin Stretching is a semi-online variant of bin packing in which the algorithm has to use the same number of bins as an optimal packing, but is allowed to slightly overpack the bins. The goal is to minimize the amount of overpacking, i.e., the maximum size packed into any bin. We give an algorithm for Online Bin Stretching with a stretching factor of 1.5 for any number of bins. We build on… ▽ More

    Submitted 20 August, 2016; v1 submitted 29 January, 2016; originally announced January 2016.

    Comments: Preprint of a journal version; updated title and some minor edits. The conference version can be found at arXiv:1404.5569 version 2

    MSC Class: 68W27; 68W40

  19. arXiv:1507.02378  [pdf, other

    cs.DS

    Online Algorithms for Multi-Level Aggregation

    Authors: Marcin Bienkowski, Martin Böhm, Jaroslaw Byrka, Marek Chrobak, Christoph Dürr, Lukáš Folwarczný, Łukasz Jeż, Jiří Sgall, Nguyen Kim Thang, Pavel Veselý

    Abstract: In the Multi-Level Aggregation Problem (MLAP), requests arrive at the nodes of an edge-weighted tree T, and have to be served eventually. A service is defined as a subtree X of T that contains its root. This subtree X serves all requests that are pending in the nodes of X, and the cost of this service is equal to the total weight of X. Each request also incurs waiting cost between its arrival and… ▽ More

    Submitted 28 December, 2016; v1 submitted 9 July, 2015; originally announced July 2015.

  20. arXiv:1404.5569  [pdf, other

    cs.DS

    Online Bin Stretching with Three Bins

    Authors: Martin Böhm, Jiří Sgall, Rob van Stee, Pavel Veselý

    Abstract: Online Bin Stretching is a semi-online variant of bin packing in which the algorithm has to use the same number of bins as an optimal packing, but is allowed to slightly overpack the bins. The goal is to minimize the amount of overpacking, i.e., the maximum size packed into any bin. We give an algorithm for Online Bin Stretching with a stretching factor of $11/8 = 1.375$ for three bins. Addition… ▽ More

    Submitted 1 February, 2016; v1 submitted 22 April, 2014; originally announced April 2014.

    Comments: Preprint of a journal version. See version 2 for the conference paper. Conference paper split into two journal submissions; see arXiv:1601.08111

    MSC Class: 68W27; 68W40

  21. arXiv:1404.5548  [pdf, other

    cs.DS

    Online Colored Bin Packing

    Authors: Martin Böhm, Jiří Sgall, Pavel Veselý

    Abstract: In the Colored Bin Packing problem a sequence of items of sizes up to $1$ arrives to be packed into bins of unit capacity. Each item has one of $c\geq 2$ colors and an additional constraint is that we cannot pack two items of the same color next to each other in the same bin. The objective is to minimize the number of bins. In the important special case when all items have size zero, we characte… ▽ More

    Submitted 3 December, 2014; v1 submitted 22 April, 2014; originally announced April 2014.

    Comments: Added lower bound of 2.5 for at least three colors, expanded some proofs