TDB: Breaking All Hop-Constrained Cycles in Billion-Scale Directed Graphs
You Peng, Xuemin Lin, Michael Yu, Wenjie Zhang, Lu Qin

TL;DR
This paper introduces TDB, a top-down approach for breaking all hop-constrained cycles in billion-scale directed graphs, improving efficiency over traditional bottom-up methods.
Contribution
It proposes a novel top-down algorithm for the hop-constrained cycle cover problem, with theoretical bounds and enhanced practical performance.
Findings
The top-down method outperforms bottom-up approaches in large-scale graphs.
Theoretical bounds demonstrate improved complexity.
Experimental results show faster cycle coverage in billion-scale graphs.
Abstract
The Feedback vertex set with the minimum size is one of Karp's 21 NP-complete problems targeted at breaking all the cycles in a graph. This problem is applicable to a broad variety of domains, including E-commerce networks, database systems, and program analysis. In reality, users are frequently most concerned with the hop-constrained cycles (i.e., cycles with a limited number of hops). For instance, in the E-commerce networks, the fraud detection team would discard cycles with a high number of hops since they are less relevant and grow exponentially in size. Thus, it is quite reasonable to investigate the feedback vertex set problem in the context of hop-constrained cycles, namely hop-constrained cycle cover problem. It is concerned with determining a set of vertices that covers all hop-constrained cycles in a given directed graph. A common method to solve this is to use a bottom-up…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Search Problems
