paper-with-me

Papers

The Forward-Backward Embedding of Directed Graphs

2019-05-01 · ICLR 2019 5 · Thomas Bonald, Nathan de Lara

We introduce a novel embedding of directed graphs derived from the singular value decomposition (SVD) of the normalized adjacency matrix. Specifically, we show that, after proper normalization of the singular vectors, the distances between vectors in the embedding space are proportional to the mean commute times between the corresponding nodes by a forward-backward random walk in the graph, which follows the edges alternately in forward and backward directions. In particular, two nodes having many common successors in the graph tend to be represented by close vectors in the embedding space. More formally, we prove that our representation of the graph is equivalent to the spectral embedding of some co-citation graph, where nodes are linked with respect to their common set of successors in the original graph. The interest of our approach is that it does not require to build this co-citation graph, which is typically much denser than the original graph. Experiments on real datasets show the efficiency of the approach.

📄 PDF Abstract BibTeX

Code (1)

tbonald/directed 공식 구현

Similar Papers 제목 키워드 기반

Asymmetric Graph Representation Learning

2021-10-14 · Zhuo Tan, Bin Liu, Guosheng Yin

Despite the enormous success of graph neural networks (GNNs), most existing GNNs can only be applicable to undirected graphs where relationships among connected nodes are two-way symmetric (i.e., information can be passe…

Graph Representation LearningRepresentation Learning

Scalable Graph Embeddings via Sparse Transpose Proximities

2019-05-16 · Yuan Yin, Zhewei Wei

Graph embedding learns low-dimensional representations for nodes in a graph and effectively preserves the graph structure. Recently, a significant amount of progress has been made toward this emerging research area. Howe…

Graph Embedding

Knowledge representation and update in hierarchies of graphs

2020-02-05 · Russ Harmer, Eugenia Oshurko

A mathematical theory is presented for the representation of knowledge in the form of a directed acyclic hierarchy of objects in a category where all paths between any given pair of objects are required to be equal. The …

Form

An Algebraic Formalization of Forward and Forward-backward Algorithms

2017-02-22 · Ai Azuma, Masashi Shimbo, Yuji Matsumoto

In this paper, we propose an algebraic formalization of the two important classes of dynamic programming algorithms called forward and forward-backward algorithms. They are generalized extensively in this study so that a…

Embedding Directed Graphs in Potential Fields Using FastMap-D

2020-06-04 · Sriram Gopalakrishnan, Liron Cohen, Sven Koenig, T. K. Satish Kumar

Embedding undirected graphs in a Euclidean space has many computational benefits. FastMap is an efficient embedding algorithm that facilitates a geometric interpretation of problems posed on undirected graphs. However, E…