中文
相关论文

相关论文: Breadth-First Search vs. Restarting Random Walks f…

200 篇论文

When greedy search algorithms encounter a local minima or plateau, the search typically devolves into a breadth-first search (BrFS), or a local search technique is used in an attempt to find a way out. In this work, we formally analyze the…

人工智能 · 计算机科学 2024-06-25 Daniel Platnick , Richard Anthony Valenzano

Informed sampling techniques accelerate the convergence of sampling-based motion planners by biasing sampling toward regions of the state space that are most likely to yield better solutions. However, when the current solution path contains…

机器人学 · 计算机科学 2025-11-25 Phone Thiha Kyaw , Anh Vu Le , Rajesh Elara Mohan , Jonathan Kelly

Given a real-world graph, how can we measure relevance scores for ranking and link prediction? Random walk with restart (RWR) provides an excellent measure for this and has been applied to various applications such as friend recommendation,…

社会与信息网络 · 计算机科学 2017-10-19 Woojeong Jin , Jinhong Jung , U Kang

Random walks can be used to search complex networks for a desired resource. To reduce search lengths, we propose a mechanism based on building random walks connecting together partial walks (PW) previously computed at each network node.…

网络与互联网体系结构 · 计算机科学 2013-04-19 Víctor M. López Millán , Vicent Cholvi , Luis López , Antonio Fernández Anta

Graph sampling via crawling has been actively considered as a generic and important tool for collecting uniform node samples so as to consistently estimate and uncover various characteristics of complex networks. The so-called simple random…

统计方法学 · 统计学 2012-04-19 Chul-Ho Lee , Xin Xu , Do Young Eun

Graphs are fundamental data structures and have been employed for centuries to model real-world systems and phenomena. Random walk with restart (RWR) provides a good proximity score between two nodes in a graph, and it has been successfully…

数据库 · 计算机科学 2012-02-01 Yasuhiro Fujiwara , Makoto Nakatsuji , Makoto Onizuka , Masaru Kitsuregawa

Reinforced random walks (RRWs), including vertex-reinforced random walks (VRRWs) and edge-reinforced random walks (ERRWs), model random walks where the transition probabilities evolve based on prior visitation history~\cite{mgr, fmk,…

机器学习 · 统计学 2026-05-22 Qinghua , Ding , Venkat Anantharam

Search is a central problem in artificial intelligence, and breadth-first search (BFS) and depth-first search (DFS) are the two most fundamental ways to search. In this paper we derive estimates for average BFS and DFS runtime. The average…

人工智能 · 计算机科学 2018-04-13 Tom Everitt , Marcus Hutter

Restart is a common strategy observed in nature that accelerates first-passage processes and has been extensively studied using classical random walks. In the quantum regime, restart in continuous-time quantum walks (CTQWs) has been shown…

量子物理 · 物理学 2025-04-22 Kunal Shukla , Riddhi Chatterjee , C. M. Chandrashekar

Recursive Best-First Search (RBFS) is a heuristic search algorithm known for its efficient memory usage compared to traditional best-first search methods like A*. Despite its theoretical advantages, RBFS is complex and difficult to teach…

数据结构与算法 · 计算机科学 2024-07-16 Fred Matanel Grabovski , Lior Yasur

Consider a search from the root of an ordered tree with $n$ edges to some target node at a fixed distance $\ell$ from that root. We compare the average time complexity of the breadth-first search (BFS) and depth-first search (DFS)…

数据结构与算法 · 计算机科学 2024-04-09 Stoyan Dimitrov , Martin Minchev , Yan Zhuang

Static stochastic VRPs aim at modeling real-life VRPs by considering uncertainty on data. In particular, the SS-VRPTW-CR considers stochastic customers with time windows and does not make any assumption on their reveal times, which are…

人工智能 · 计算机科学 2019-02-12 Michael Saint-Guillain , Christine Solnon , Yves Deville

A hypergraph is a generalization of a graph that arises naturally when attribute-sharing among entities is considered. Compared to graphs, hypergraphs have the distinct advantage that they contain explicit communities and are more…

社会与信息网络 · 计算机科学 2024-08-28 Enzhi Li , Scott Nickleach , Bilal Fadlallah

We perform an in-depth study for mean first-passage time (MFPT)---a primary quantity for random walks with numerous applications---of maximal-entropy random walks (MERW) performed in complex networks. For MERW in a general network, we…

统计力学 · 物理学 2014-06-17 Yuan Lin , Zhongzhi Zhang

What is the most efficient search strategy for the random located target sites subject to the physical and biological constraints? Previous results suggested the L\'evy flight is the best option to characterize this optimal problem,…

最优化与控制 · 数学 2015-01-22 Caibin Zeng , YangQuan Chen

We study the problem of searching for a fixed path $\epsilon_0\epsilon_1\cdots\epsilon_l$ on a network through random walks. We analyze the first hitting time of tracking the path, and obtain exact expression of mean first hitting time…

无序系统与神经网络 · 物理学 2010-07-13 Shao-Ping Wang , Wen-Jiang Pei

We investigate searching efficiency of different kinds of random walk on complex networks which rely on local information and one-step memory. For the studied navigation strategies we obtained theoretical and numerical values for the graph…

计算机与社会 · 计算机科学 2024-11-15 Miroslav Mirchev , Lasko Basnarkov , Igor Mishkovski

Breadth First Search (BFS) is a widely used approach for sampling large unknown Internet topologies. Its main advantage over random walks and other exploration techniques is that a BFS sample is a plausible graph on its own, and therefore…

社会与信息网络 · 计算机科学 2011-02-23 Maciej Kurant , Athina Markopoulou , Patrick Thiran

In this paper, we study the fundamental problem of random walk for network embedding. We propose to use non-Markovian random walk, variants of vertex-reinforced random walk (VRRW), to fully use the history of a random walk path. To solve…

社会与信息网络 · 计算机科学 2020-02-12 Wenyi Xiao , Huan Zhao , Vincent W. Zheng , Yangqiu Song

Random walk sampling methods have been widely used in graph sampling in recent years, while it has bias towards higher degree nodes in the sample. To overcome this deficiency, classical methods such as MHRW design weighted walking by…

统计方法学 · 统计学 2022-09-27 Xiao Qi
‹ 上一页 1 2 3 10 下一页 ›