English

Efficient On-line Computation of Visibility Graphs

Data Structures and Algorithms 2020-04-29 v1

Abstract

A visibility algorithm maps time series into complex networks following a simple criterion. The resulting visibility graph has recently proven to be a powerful tool for time series analysis. However its straightforward computation is time-consuming and rigid, motivating the development of more efficient algorithms. Here we present a highly efficient method to compute visibility graphs with the further benefit of flexibility: on-line computation. We propose an encoder/decoder approach, with an on-line adjustable binary search tree codec for time series as well as its corresponding decoder for visibility graphs. The empirical evidence suggests the proposed method for computation of visibility graphs offers an on-line computation solution at no additional computation time cost. The source code is available online.

Keywords

Cite

@article{arxiv.1905.03204,
  title  = {Efficient On-line Computation of Visibility Graphs},
  author = {Delia Fano Yela and Florian Thalmann and Vincenzo Nicosia and Dan Stowell and Mark Sandler},
  journal= {arXiv preprint arXiv:1905.03204},
  year   = {2020}
}

Comments

code https://github.com/delialia/bst

R2 v1 2026-06-23T09:00:38.863Z