paper-with-me

Papers

From random walks to distances on unweighted graphs

2015-11-02 · NeurIPS 2015 12 · Tatsunori B. Hashimoto, Yi Sun, Tommi S. Jaakkola

Large unweighted directed graphs are commonly used to capture relations between entities. A fundamental problem in the analysis of such networks is to properly define the similarity or dissimilarity between any two vertices. Despite the significance of this problem, statistical characterization of the proposed metrics has been limited. We introduce and develop a class of techniques for analyzing random walks on graphs using stochastic calculus. Using these techniques we generalize results on the degeneracy of hitting times and analyze a metric based on the Laplace transformed hitting time (LTHT). The metric serves as a natural, provably well-behaved alternative to the expected hitting time. We establish a general correspondence between hitting times of the Brownian motion and analogous hitting times on the graph. We show that the LTHT is consistent with respect to the underlying metric of a geometric graph, preserves clustering tendency, and remains robust against random addition of non-geometric edges. Tests on simulated and real-world data show that the LTHT matches theoretical predictions and outperforms alternatives.

📄 PDF Abstract BibTeX arXiv:1511.00573

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Frustrated Random Walks: A Fast Method to Compute Node Distances on Hypergraphs

2024-01-23 · Enzhi Li, Scott Nickleach, Bilal Fadlallah

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 an…

AttributeRecommendation Systems

Accurately Modeling Biased Random Walks on Weighted Graphs Using $\textit{Node2vec+}$

2021-09-15 · Renming Liu, Matthew Hirn, Arjun Krishnan

Node embedding is a powerful approach for representing the structural role of each node in a graph. $\textit{Node2vec}$ is a widely used method for node embedding that works by exploring the local neighborhoods via biase…

Hippocluster: an efficient, hippocampus-inspired algorithm for graph clustering

2022-05-19 · Eric Chalmers, Artur Luczak

Random walks can reveal communities or clusters in networks, because they are more likely to stay within a cluster than leave it. Thus, one family of community detection algorithms uses random walks to measure distance b…

ClusteringCommunity DetectionGraph ClusteringHippocampus

Metric spaces of walks and Lipschitz duality on graphs

2025-08-27 · R. Arnau, A. González Cortés, E. A. Sánchez Pérez, S. Sanjuan arxiv

We study the metric structure of walks on graphs, understood as Lipschitz sequences. To this end, a weighted metric is introduced to handle sequences, enabling the definition of distances between walks based on stepwise …

Reinforcement Learning

Random Walks on Hypergraphs with Edge-Dependent Vertex Weights

2019-05-20 · Uthsav Chitra, Benjamin J. Raphael

Hypergraphs are used in machine learning to model higher-order relationships in data. While spectral methods for graphs are well-established, spectral theory for hypergraphs remains an active area of research. In this pa…

BIG-bench Machine Learning