Graph Walking

Graph walking involves traversing graph structures to extract information or solve problems, focusing on efficiently finding paths and representing relationships between nodes. Current research explores novel algorithms, such as finite state automata and weighted graph-walking automata, to improve the efficiency and expressiveness of graph traversal, particularly within the context of graph neural networks and machine learning tasks. These advancements enable improved performance in applications like entity type prediction in knowledge graphs and efficient geodesic path estimation in 3D surface analysis, demonstrating the broad utility of graph walking techniques across diverse domains.

Papers