
TL;DR
This paper presents a highly local and efficient algorithm for identifying a specific vertex in a preferential attachment graph using only small neighborhood explorations, improving upon previous methods.
Contribution
It introduces a new algorithm that finds vertex 1 in preferential attachment graphs with minimal local exploration, operating only on neighborhoods of individual vertices.
Findings
Runs in time O(ω log n) with high probability
Operates solely on neighborhoods of single vertices
Improves locality over previous algorithms
Abstract
Given an instance of the preferential attachment graph , we would like to find vertex 1, using only 'local' information about the graph; that is, by exploring the neighborhoods of small sets of vertices. Borgs et. al gave an an algorithm which runs in time , which is local in the sense that at each step, it needs only to search the neighborhood of a set of vertices of size . We give an algorithm to find vertex 1, which w.h.p. runs in time and which is local in the strongest sense of operating only on neighborhoods of single vertices. Here is any function that goes to infinity with .
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.
