Encoding shortest paths in graphs assuming the code is queried using bit-wise comparison
Gokce Caylak Kayaturan, Alexei Vernitski

TL;DR
This paper proposes a labeling method for network graphs with dense cores and tree-like peripheries that guarantees no false positives when encoding shortest paths, improving message delivery accuracy.
Contribution
It introduces a novel edge labeling technique tailored for specific network shapes that eliminates false positives in shortest path queries.
Findings
Labels prevent false positives in shortest path encoding.
Method is effective for networks with dense cores and tree-like peripheries.
Enhances message delivery reliability in network routing.
Abstract
One model of message delivery in a computer network is based on labelling each edge by a subset of a (reasonably small) universal set, and then encoding a path as the union of the labels of its edges. Earlier work suggested using random edge labels, and that approach has a disadvantage of producing errors (false positives). We demonstrate that if we make an assumption about the shape of the network (in this paper we consider networks with a dense core and a tree-like periphery) and assume that messages are delivered along shortest paths, we can label edges in a way which prevents any false positives.
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
TopicsCaching and Content Delivery · Graph Labeling and Dimension Problems · Algorithms and Data Compression
