中文

动态维护时间序列的持续同调

数据结构与算法 2024-07-03 v2 计算几何

摘要

我们提出一种用于维护实数时间序列持续同调的动态数据结构。该数据结构支持局部操作,包括项的插入与删除以及列表的切分与拼接,每项操作时间为 O(logn+k)O(\log n + k),其中 nn 为关键项数目,kk 为增广持续图的变更数。为此,我们设计了一种定制树结构及其非传统表示,称为香蕉树,其本身可能具有独立用途。

关键词

引用

@article{arxiv.2311.01115,
  title  = {Dynamically Maintaining the Persistent Homology of Time Series},
  author = {Sebastiano Cultrera di Montesano and Herbert Edelsbrunner and Monika Henzinger and Lara Ost},
  journal= {arXiv preprint arXiv:2311.01115},
  year   = {2024}
}

备注

Corrected the statement and proof of Theorem 5.2; added a missing edge-case to the anti-cancellation algorithm