Skip to main content

Showing 1–8 of 8 results for author: Kipouridis, E

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

    cs.CG

    Dynamic Dynamic Time War**

    Authors: Karl Bringmann, Nick Fischer, Ivor van der Hoog, Evangelos Kipouridis, Tomasz Kociumaka, Eva Rotenberg

    Abstract: The Dynamic Time War** (DTW) distance is a popular similarity measure for polygonal curves (i.e., sequences of points). It finds many theoretical and practical applications, especially for temporal data, and is known to be a robust, outlier-insensitive alternative to the \frechet distance. For static curves of at most $n$ points, the DTW distance can be computed in $O(n^2)$ time in constant dime… ▽ More

    Submitted 13 November, 2023; v1 submitted 27 October, 2023; originally announced October 2023.

    Comments: To appear at SODA24

  2. arXiv:2307.16066  [pdf, other

    cs.DS

    Fitting Tree Metrics with Minimum Disagreements

    Authors: Evangelos Kipouridis

    Abstract: In the $L_0$ Fitting Tree Metrics problem, we are given all pairwise distances among the elements of a set $V$ and our output is a tree metric on $V$. The goal is to minimize the number of pairwise distance disagreements between the input and the output. We provide an $O(1)$ approximation for $L_0$ Fitting Tree Metrics, which is asymptotically optimal as the problem is APX-Hard. For $p\ge 1$, so… ▽ More

    Submitted 29 July, 2023; originally announced July 2023.

    Comments: Accepted at ESA Track S 2023

  3. arXiv:2111.07360  [pdf, other

    cs.DS

    A Simple Algorithm for Multiple-Source Shortest Paths in Planar Digraphs

    Authors: Debarati Das, Evangelos Kipouridis, Maximilian Probst Gutenberg, Christian Wulff-Nilsen

    Abstract: Given an $n$-vertex planar embedded digraph $G$ with non-negative edge weights and a face $f$ of $G$, Klein presented a data structure with $O(n\log n)$ space and preprocessing time which can answer any query $(u,v)$ for the shortest path distance in $G$ from $u$ to $v$ or from $v$ to $u$ in $O(\log n)$ time, provided $u$ is on $f$. This data structure is a key tool in a number of state-of-the-art… ▽ More

    Submitted 28 July, 2023; v1 submitted 14 November, 2021; originally announced November 2021.

    Comments: Paper accepted at SOSA22 (this version fixes some typos)

  4. Fitting Distances by Tree Metrics Minimizing the Total Error within a Constant Factor

    Authors: Vincent Cohen-Addad, Debarati Das, Evangelos Kipouridis, Nikos Parotsidis, Mikkel Thorup

    Abstract: We consider the numerical taxonomy problem of fitting a positive distance function ${D:{S\choose 2}\rightarrow \mathbb R_{>0}}$ by a tree metric. We want a tree $T$ with positive edge weights and including $S$ among the vertices so that their distances in $T$ match those in $D$. A nice application is in evolutionary biology where the tree $T$ aims to approximate the branching process leading to th… ▽ More

    Submitted 11 March, 2022; v1 submitted 6 October, 2021; originally announced October 2021.

    Comments: 46 pages, Accepted to FOCS 2021 (Full version)

  5. Threshold-based Network Structural Dynamics

    Authors: Evangelos Kipouridis, Paul G. Spirakis, Kostas Tsichlas

    Abstract: The interest in dynamic processes on networks is steadily rising in recent years. In this paper, we consider the $(α,β)$-Thresholded Network Dynamics ($(α,β)$-Dynamics), where $α\leq β$, in which only structural dynamics (dynamics of the network) are allowed, guided by local thresholding rules executed in each node. In particular, in each discrete round $t$, each pair of nodes $u$ and $v$ that are… ▽ More

    Submitted 22 June, 2021; v1 submitted 8 March, 2021; originally announced March 2021.

    Comments: 29 pages, extension of the Post-print containing all proofs, to appear in SIROCCO 2021

  6. arXiv:2004.01156  [pdf, other

    cs.DS

    No Repetition: Fast Streaming with Highly Concentrated Hashing

    Authors: Anders Aamand, Debarati Das, Evangelos Kipouridis, Jakob B. T. Knudsen, Peter M. R. Rasmussen, Mikkel Thorup

    Abstract: To get estimators that work within a certain error bound with high probability, a common strategy is to design one that works with constant probability, and then boost the probability using independent repetitions. Important examples of this approach are small space algorithms for estimating the number of distinct elements in a stream, or estimating the set similarity between large sets. Using sta… ▽ More

    Submitted 2 April, 2020; originally announced April 2020.

    Comments: 10 pages

  7. arXiv:1902.04121  [pdf, other

    cs.DS math.DS

    On the Convergence of Network Systems

    Authors: Evangelos Kipouridis, Kostas Tsichlas

    Abstract: The apparent disconnection between the microscopic and the macroscopic is a major issue in the understanding of complex systems. To this extend, we study the convergence of repeatedly applying local rules on a network, and touch on the expressive power of this model. We look at network systems and study their behavior when different types of local rules are applied on them. For a very general clas… ▽ More

    Submitted 8 February, 2020; v1 submitted 11 February, 2019; originally announced February 2019.

    Comments: 36 pages, 3 figures

    ACM Class: F.1.1; F.2.2; G.2.2

  8. Longest Common Subsequence on Weighted Sequences

    Authors: Evangelos Kipouridis, Kostas Tsichlas

    Abstract: We consider the general problem of the Longest Common Subsequence (LCS) on weighted sequences. Weighted sequences are an extension of classical strings, where in each position every letter of the alphabet may occur with some probability. Previous results presented a PTAS and noticed that no FPTAS is possible unless P=NP. In this paper we essentially close the gap between upper and lower bounds by… ▽ More

    Submitted 19 July, 2020; v1 submitted 13 January, 2019; originally announced January 2019.

    Comments: This is an updated version of the paper accepted at CPM 2020 (Best Paper Award). Includes all proofs that did not fit the page limit, and corrections to some typos

    ACM Class: F.1.3