Skip to main content

Showing 1–8 of 8 results for author: Bumpus, M

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

    math.CT cs.DS

    Towards a Unified Theory of Time-Varying Data

    Authors: Benjamin Merlin Bumpus, James Fairbanks, Martti Karvonen, Wilmer Leal, Frédéric Simard

    Abstract: What is a time-varying graph, or a time-varying topological space and more generally what does it mean for a mathematical structure to vary over time? Here we introduce categories of narratives: powerful tools for studying temporal graphs and other time-varying data structures. Narratives are sheaves on posets of intervals of time which specify snapshots of a temporal object as well as relationshi… ▽ More

    Submitted 27 February, 2024; v1 submitted 31 January, 2024; originally announced February 2024.

    Comments: Acknowledgements and related work added

    MSC Class: 68P05; 68R01; 18D70

  2. arXiv:2304.02745  [pdf, other

    cs.CG

    Analysis of Dynamic Voronoi Diagrams in the Hilbert Metric

    Authors: Madeline Bumpus, Xufeng Caesar Dai, Auguste H. Gezalyan, Sam Munoz, Renita Santhoshkumar, Songyu Ye, David M. Mount

    Abstract: The Hilbert metric is a projective metric defined on a convex body which generalizes the Cayley-Klein model of hyperbolic geometry to any convex set. In this paper we analyze Hilbert Voronoi diagrams in the Dynamic setting. In addition we introduce dynamic visualization software for Voronoi diagrams in the Hilbert metric on user specified convex polygons.

    Submitted 1 July, 2024; v1 submitted 5 April, 2023; originally announced April 2023.

  3. arXiv:2302.05575  [pdf, other

    cs.CC math.CO math.CT

    Compositional Algorithms on Compositional Data: Deciding Sheaves on Presheaves

    Authors: Ernst Althaus, Benjamin Merlin Bumpus, James Fairbanks, Daniel Rosiak

    Abstract: Algorithmicists are well-aware that fast dynamic programming algorithms are very often the correct choice when computing on compositional (or even recursive) graphs. Here we initiate the study of how to generalize this folklore intuition to mathematical structures writ large. We achieve this horizontal generality by adopting a categorial perspective which allows us to show that: (1) structured dec… ▽ More

    Submitted 3 October, 2023; v1 submitted 10 February, 2023; originally announced February 2023.

    Comments: Revised and simplified notation and improved exposition. The companion code can be found here: https://github.com/AlgebraicJulia/StructuredDecompositions.jl

  4. arXiv:2207.06091  [pdf, ps, other

    math.CT cs.DS math.CO

    Structured Decompositions: Structural and Algorithmic Compositionality

    Authors: Benjamin Merlin Bumpus, Zoltan A. Kocsis, Jade Edenstar Master

    Abstract: We introduce structured decompositions: category-theoretic generalizations of many combinatorial invariants -- including tree-width, layered tree-width, co-tree-width and graph decomposition width -- which have played a central role in the study of structural and algorithmic compositionality in both graph theory and parameterized complexity. Structured decompositions allow us to generalize combina… ▽ More

    Submitted 21 March, 2023; v1 submitted 13 July, 2022; originally announced July 2022.

    Comments: Updated notation and simplified proofs

    MSC Class: 18B10; 05C75 (Primary) 68W40 (Secondary) ACM Class: F.2.m; G.0

  5. arXiv:2207.00386  [pdf, other

    cs.DS cs.CC

    Search-Space Reduction via Essential Vertices

    Authors: Benjamin Merlin Bumpus, Bart M. P. Jansen, Jari J. H. de Kroon

    Abstract: We investigate preprocessing for vertex-subset problems on graphs. While the notion of kernelization, originating in parameterized complexity theory, is a formalization of provably effective preprocessing aimed at reducing the total instance size, our focus is on finding a non-empty vertex set that belongs to an optimal solution. This decreases the size of the remaining part of the solution which… ▽ More

    Submitted 1 July, 2022; originally announced July 2022.

    Comments: Conference version to appear at the European Symposium on Algorithms (ESA 2022)

    MSC Class: 68W99 ACM Class: F.2.0

  6. arXiv:2104.01841  [pdf, ps, other

    math.CO cs.CC math.CT

    Spined categories: generalizing tree-width beyond graphs

    Authors: Benjamin Merlin Bumpus, Zoltan A. Kocsis

    Abstract: Tree-width is an invaluable tool for computational problems on graphs. But often one would like to compute on other kinds of objects (e.g. decorated graphs or even algebraic structures) where there is no known tree-width analogue. Here we define an abstract analogue of tree-width which provides a uniform definition of various tree-width-like invariants including graph tree-width, hypergraph tree-w… ▽ More

    Submitted 21 June, 2022; v1 submitted 5 April, 2021; originally announced April 2021.

    Comments: 28 pages

    MSC Class: 05C75; 05C25; 18B99

  7. arXiv:2103.05387  [pdf, ps, other

    cs.CC math.CO

    Edge exploration of temporal graphs

    Authors: Benjamin Merlin Bumpus, Kitty Meeks

    Abstract: We introduce a natural temporal analogue of Eulerian circuits and prove that, in contrast with the static case, it is NP-hard to determine whether a given temporal graph is temporally Eulerian even if strong restrictions are placed on the structure of the underlying graph and each edge is active at only three times. However, we do obtain an FPT-algorithm with respect to a new parameter called inte… ▽ More

    Submitted 17 November, 2021; v1 submitted 9 March, 2021; originally announced March 2021.

    Comments: Extended abstract of this paper appeared in IWOCA 2021: Combinatorial Algorithms pp 107-121 (doi: https://doi.org/10.1007/978-3-030-79987-8_8 )

    MSC Class: 05C99 ACM Class: F.2.0

  8. arXiv:2009.08903  [pdf, ps, other

    math.CO cs.CC cs.DM

    Directed branch-width: A directed analogue of tree-width

    Authors: Benjamin Merlin Bumpus, Kitty Meeks, William Pettersson

    Abstract: We introduce a new digraph width measure called directed branch-width. To do this, we generalize a characterization of graph classes of bounded tree-width in terms of their line graphs to digraphs. Although we prove that underlying branch-width cannot be bounded in terms of our new measure, we show that directed branch-width is a natural generalization of its undirected counterpart and indeed the… ▽ More

    Submitted 19 February, 2023; v1 submitted 18 September, 2020; originally announced September 2020.

    MSC Class: 05C75(Primary) 05C20; 05C76 (Secondary) ACM Class: G.2.2