中文
相关论文

相关论文: Approximate Personalized PageRank on Dynamic Graph…

200 篇论文

Personalized PageRank (PPR) is a popular node proximity metric in graph mining and network research. Given a graph G=(V,E) and a source node $s \in V$, a single-source PPR (SSPPR) query asks for the PPR value $\vpi(u)$ with respect to s,…

数据结构与算法 · 计算机科学 2022-05-10 Hanzhi Wang , Zhewei Wei , Junhao Gan , Ye Yuan , Xiaoyong Du , Ji-Rong Wen

{\em Personalized PageRank (PPR)} stands as a fundamental proximity measure in graph mining. Since computing an exact SSPPR query answer is prohibitive, most existing solutions turn to approximate queries with guarantees. The…

数据库 · 计算机科学 2022-12-27 Guanhao Hou , Qintian Guo , Fangyuan Zhang , Sibo Wang , Zhewei Wei

Personalized PageRank (PPR) is an extensively studied and applied node proximity measure in graphs. For a pair of nodes $s$ and $t$ on a graph $G=(V,E)$, the PPR value $\pi(s,t)$ is defined as the probability that an $\alpha$-discounted…

数据结构与算法 · 计算机科学 2024-03-21 Zhewei Wei , Ji-Rong Wen , Mingji Yang

Personalized PageRank (PPR) is a critical measure of the importance of a node t to a source node s in a graph. The Single-Source PPR (SSPPR) query computes the PPR's of all the nodes with respect to s on a directed graph $G$ with $n$ nodes…

数据结构与算法 · 计算机科学 2021-04-27 Hao Wu , Junhao Gan , Zhewei Wei , Rui Zhang

We consider the PageRank problem in the dynamic setting, where the goal is to explicitly maintain an approximate PageRank vector $\pi \in \mathbb{R}^n$ for a graph under a sequence of edge insertions and deletions. Our main result is a…

数据结构与算法 · 计算机科学 2024-05-20 Rajesh Jayaram , Jakub Łącki , Slobodan Mitrović , Krzysztof Onak , Piotr Sankowski

We propose a new algorithm, FAST-PPR, for estimating personalized PageRank: given start node $s$ and target node $t$ in a directed graph, and given a threshold $\delta$, FAST-PPR estimates the Personalized PageRank $\pi_s(t)$ from $s$ to…

数据结构与算法 · 计算机科学 2014-08-25 Peter Lofgren , Siddhartha Banerjee , Ashish Goel , C. Seshadhri

Personalized PageRank Vectors are widely used as fundamental graph-learning tools for detecting anomalous spammers, learning graph embeddings, and training graph neural networks. The well-known local FwdPush algorithm approximates PPVs and…

数据结构与算法 · 计算机科学 2023-06-07 Zhen Chen , Xingzhi Guo , Baojian Zhou , Deqing Yang , Steven Skiena

We present a new algorithm for estimating the Personalized PageRank (PPR) between a source and target node on undirected graphs, with sublinear running-time guarantees over the worst-case choice of source and target nodes. Our work builds…

数据结构与算法 · 计算机科学 2015-12-16 Peter Lofgren , Siddhartha Banerjee , Ashish Goel

Personalized PageRank (PPR) is a traditional measure for node proximity on large graphs. For a pair of nodes $s$ and $t$, the PPR value $\pi_s(t)$ equals the probability that an $\alpha$-discounted random walk from $s$ terminates at $t$ and…

数据结构与算法 · 计算机科学 2024-03-21 Mingji Yang , Hanzhi Wang , Zhewei Wei , Sibo Wang , Ji-Rong Wen

Personalized PageRank (PPR) is a fundamental tool in unsupervised learning of graph representations such as node ranking, labeling, and graph embedding. However, while data privacy is one of the most important recent concerns, existing PPR…

密码学与安全 · 计算机科学 2024-02-16 Alessandro Epasto , Vahab Mirrokni , Bryan Perozzi , Anton Tsitsulin , Peilin Zhong

Personalized PageRank (PPR) has enormous applications, such as link prediction and recommendation systems for social networks, which often require the fully PPR to be known. Besides, most of real-life graphs are edge-weighted, e.g., the…

社会与信息网络 · 计算机科学 2019-03-29 Wenqing Lin

Personalized PageRank (PPR) is a widely used node proximity measure in graph mining and network analysis. Given a source node $s$ and a target node $t$, the PPR value $\pi(s,t)$ represents the probability that a random walk from $s$…

数据结构与算法 · 计算机科学 2020-06-25 Hanzhi Wang , Zhewei Wei , Junhao Gan , Sibo Wang , Zengfeng Huang

Growing popularity of social networks demands a highly efficient Personalized PageRank (PPR) updating due to the fast-evolving web graphs of enormous size. While current researches are focusing on PPR updating under link structure…

社会与信息网络 · 计算机科学 2019-01-04 Bo Song , Xiaobo Jiang , Xinhua Zhuang

Given an undirected graph $G=(V, E)$, the Personalized PageRank (PPR) of $t\in V$ with respect to $s\in V$, denoted $\pi(s,t)$, is the probability that an $\alpha$-discounted random walk starting at $s$ terminates at $t$. We study the time…

数据结构与算法 · 计算机科学 2026-02-12 Christian Bertram , Mads Vestergaard Jensen

This work proposes a novel framework based on nested evolving set processes to accelerate Personalized PageRank (PPR) computation. At each stage of the process, we employ a localized inexact proximal point iteration to solve a simplified…

机器学习 · 计算机科学 2025-10-28 Binbin Huang , Luo Luo , Yanghua Xiao , Deqing Yang , Baojian Zhou

We present new algorithms for Personalized PageRank estimation and Personalized PageRank search. First, for the problem of estimating Personalized PageRank (PPR) from a source distribution to a target node, we present a new bidirectional…

数据结构与算法 · 计算机科学 2015-12-16 Peter Lofgren , Siddhartha Banerjee , Ashish Goel

We study discounted random walks in directed graphs. In each step, the walk either terminates with a constant probability $\alpha$, or proceeds to a random out-neighbor. Our goal is to estimate the probability $\pi(s, t)$ that a discounted…

数据结构与算法 · 计算机科学 2026-05-19 Christian Bertram , Mads Vestergaard Jensen , Mikkel Thorup , Hanzhi Wang , Shuyi Yan

The paper provides statistical theory and intuition for personalized PageRank (called "PPR"): a popular technique that samples a small community from a massive network. We study a setting where the entire network is expensive to obtain…

社会与信息网络 · 计算机科学 2020-07-02 Fan Chen , Yini Zhang , Karl Rohe

PageRank is a popular centrality metric that assigns importance to the vertices of a graph based on its neighbors and their score. Efficient parallel algorithms for updating PageRank on dynamic graphs is crucial for various applications,…

分布式、并行与集群计算 · 计算机科学 2024-01-29 Subhajit Sahu

The personalized PageRank algorithm is one of the most versatile tools for the analysis of networks. In spite of its ubiquity, maintaining personalized PageRank vectors when the underlying network constantly evolves is still a challenging…

社会与信息网络 · 计算机科学 2021-10-07 Esteban Bautista , Matthieu Latapy
‹ 上一页 1 2 3 10 下一页 ›