Network Farthest-Point Diagrams
Prosenjit Bose, Kai Dannies, Jean-Lou De Carufel, Christoph Doell,, Carsten Grimm, Anil Maheshwari, Stefan Schirra, Michiel Smid

TL;DR
This paper introduces network farthest-point diagrams and data structures for efficiently determining farthest points and distances in a network, along with solutions for the minimum eccentricity feed-link problem.
Contribution
It presents novel data structures and algorithms for analyzing farthest points in networks and for optimizing feed-link connections to minimize eccentricity.
Findings
Efficient preprocessing for farthest point queries on networks.
Data structures for threshold-based farthest distance queries.
Solution to the minimum eccentricity feed-link problem.
Abstract
Consider the continuum of points along the edges of a network, i.e., an undirected graph with positive edge weights. We measure distance between these points in terms of the shortest path distance along the network, known as the network distance. Within this metric space, we study farthest points. We introduce network farthest-point diagrams, which capture how the farthest points---and the distance to them---change as we traverse the network. We preprocess a network G such that, when given a query point q on G, we can quickly determine the farthest point(s) from q in G as well as the farthest distance from q in G. Furthermore, we introduce a data structure supporting queries for the parts of the network that are farther away from q than some threshold R > 0, where R is part of the query. We also introduce the minimum eccentricity feed-link problem defined as follows. Given a network…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
