paper-with-me

Papers

Shortest path distance approximation using deep learning techniques

2020-02-12 · Fatemeh Salehi Rizi, Joerg Schloetterer, Michael Granitzer

Computing shortest path distances between nodes lies at the heart of many graph algorithms and applications. Traditional exact methods such as breadth-first-search (BFS) do not scale up to contemporary, rapidly evolving today's massive networks. Therefore, it is required to find approximation methods to enable scalable graph processing with a significant speedup. In this paper, we utilize vector embeddings learnt by deep learning techniques to approximate the shortest paths distances in large graphs. We show that a feedforward neural network fed with embeddings can approximate distances with relatively low distortion error. The suggested method is evaluated on the Facebook, BlogCatalog, Youtube and Flickr social networks.

📄 PDF Abstract BibTeX arXiv:2002.05257

Code (1)

nayash/shortest-distance-approx-deep-learning

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Rehabilitating Isomap: Euclidean Representation of Geodesic Structure

2020-06-18 · Michael W. Trosset, Gokcen Buyukbas

Manifold learning techniques for nonlinear dimension reduction assume that high-dimensional feature vectors lie on a low-dimensional manifold, then attempt to exploit manifold structure to obtain useful low-dimensional E…

Dimensionality Reduction

Efficient Computation of Shortest Path-Concavity for 3D Meshes

2013-06-01 · CVPR 2013 6 · Henrik Zimmer, Marcel Campen, Leif Kobbelt

In the context of shape segmentation and retrieval object-wide distributions of measures are needed to accurately evaluate and compare local regions of shapes. Lien et al. [16] proposed two point-wise concavity measures …

Retrieval

Approximating 1-Wasserstein Distance with Trees

2022-06-24 · Makoto Yamada, Yuki Takezawa, Ryoma Sato, Han Bao 외

Wasserstein distance, which measures the discrepancy between distributions, shows efficacy in various types of natural language processing (NLP) and computer vision (CV) applications. One of the challenges in estimating …

GraphWalks: Efficient Shape Agnostic Geodesic Shortest Path Estimation

2022-05-30 · Rolandos Alexandros Potamias, Alexandros Neofytou, Kyriaki-Margarita Bintsi, Stefanos Zafeiriou

Geodesic paths and distances are among the most popular intrinsic properties of 3D surfaces. Traditionally, geodesic paths on discrete polygon surfaces were computed using shortest path algorithms, such as Dijkstra. Howe…

Graph Neural Network

Deep Distance Sensitivity Oracles

2022-11-02 · Davin Jeong, Allison Gunby-Mann, Sarel Cohen, Maximilian Katzmann 외

One of the most fundamental graph problems is finding a shortest path from a source to a target node. While in its basic forms the problem has been studied extensively and efficient algorithms are known, it becomes signi…

Deep LearningSensitivity