HDBMS: A Context-Aware Hybrid Graph Traversal Algorithm for Efficient Information Discovery in Social Networks
Rowanda Ahmed, Belaynesh Chekol, Mahmoud Alsaleh

TL;DR
HDBMS is a novel context-aware hybrid graph traversal algorithm that adaptively balances depth and breadth exploration using probabilistic node relevance, improving efficiency and effectiveness in social network information discovery.
Contribution
The paper introduces HDBMS, a new adaptive graph traversal algorithm that dynamically adjusts exploration strategies based on probabilistic relevance estimates, outperforming traditional methods.
Findings
HDBMS outperforms traditional algorithms in identifying meaningful paths.
HDBMS maintains competitive computational efficiency.
HDBMS is effective in social network analysis and information retrieval.
Abstract
Graph-searching algorithms play a crucial role in various computational domains, enabling efficient exploration and pathfinding in structured data. Traditional approaches, such as Depth-First Search (DFS) and Breadth-First Search (BFS), follow rigid traversal patterns -- DFS explores branches exhaustively, while BFS expands level by level. In this paper, we propose the Hybrid Depth-Breadth Meaningful Search (HDBMS) algorithm, a novel graph traversal method that dynamically adapts its exploration strategy based on probabilistic node transitions. Unlike conventional methods, HDBMS prioritizes traversal paths by estimating the likelihood that a node contains the desired information, ensuring a more contextually relevant search. Through extensive experimentation on diverse directed graphs with varying structural properties, we demonstrate that HDBMS not only maintains competitive…
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
TopicsNetwork Security and Intrusion Detection · Energy Efficient Wireless Sensor Networks · Graph Theory and Algorithms
