中文
相关论文

相关论文: Edge-based Local Push for Personalized PageRank

200 篇论文

Personalalized PageRank uses random walks to determine the importance or authority of nodes in a graph from the point of view of a given source node. Much past work has considered how to compute personalized PageRank from a given source…

数据结构与算法 · 计算机科学 2014-04-15 Peter Lofgren , Ashish Goel

PageRank is a famous measure of graph centrality that has numerous applications in practice. The problem of computing a single node's PageRank has been the subject of extensive research over a decade. However, existing methods still incur…

数据结构与算法 · 计算机科学 2023-07-27 Hanzhi Wang , Zhewei Wei

Many systems, including the Internet, social networks, and the power grid, can be represented as graphs. When analyzing graphs, it is often useful to compute scores describing the relative importance or distance between nodes. One example…

社会与信息网络 · 计算机科学 2021-05-05 Daniel Vial , Vijay Subramanian

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

Given a graph $G$, a source node $s$ and a target node $t$, the personalized PageRank (PPR) of $t$ with respect to $s$ is the probability that a random walk starting from $s$ terminates at $t$. An important variant of the PPR query is…

社会与信息网络 · 计算机科学 2019-08-29 Sibo Wang , Renchi Yang , Runhui Wang , Xiaokui Xiao , Zhewei Wei , Wenqing Lin , Yin Yang , Nan Tang

Network embedding has numerous practical applications and has received extensive attention in graph learning, which aims at mapping vertices into a low-dimensional and continuous dense vector space by preserving the underlying structural…

机器学习 · 计算机科学 2024-08-07 Longlong Lin , Yunfeng Yu , Zihao Wang , Zeli Wang , Yuying Zhao , Jin Zhao , Tao Jia

Graph partition is a key component to achieve workload balance and reduce job completion time in parallel graph processing systems. Among the various partition strategies, edge partition has demonstrated more promising performance in…

数据结构与算法 · 计算机科学 2020-12-18 Zhenyu Guo , Mingyu Xiao , Yi Zhou , Dongxiang Zhang , Kian-Lee Tan

Despite the overwhelming success of the existing Social Networking Services (SNS), their centralized ownership and control have led to serious concerns in user privacy, censorship vulnerability and operational robustness of these services.…

社会与信息网络 · 计算机科学 2013-01-01 Pili Hu , Wing Cheong Lau

Node embedding learns low-dimensional vectors for nodes in the graph. Recent state-of-the-art embedding approaches take Personalized PageRank (PPR) as the proximity measure and factorize the PPR matrix or its adaptation to generate…

机器学习 · 计算机科学 2024-05-31 Xingyi Zhang , Zixuan Weng , Sibo Wang

Landing probabilities (LP) of random walks (RW) over graphs encode rich information regarding graph topology. Generalized PageRanks (GPR), which represent weighted sums of LPs of RWs, utilize the discriminative power of LP features to…

社会与信息网络 · 计算机科学 2019-12-30 Pan Li , Eli Chien , Olgica Milenkovic

Edge computing environments host increasingly complex microservice-based IoT applications, which are prone to performance anomalies that can propagate across dependent services. Identifying the true source of such anomalies, known as Root…

分布式、并行与集群计算 · 计算机科学 2025-11-18 Duneesha Fernando , Maria A. Rodriguez , Rajkumar Buyya

Most methods for Personalized PageRank (PPR) precompute and store all accurate PPR vectors, and at query time, return the ones of interest directly. However, the storage and computation of all accurate PPR vectors can be prohibitive for…

信息检索 · 计算机科学 2016-08-23 Qin Liu , Zhenguo Li , John C. S. Lui , Jiefeng Cheng

As a measure of vertex importance according to the graph structure, PageRank has been widely applied in various fields. While many PageRank algorithms have been proposed in the past decades, few of them take into account whether the graph…

网络与互联网体系结构 · 计算机科学 2023-03-07 Qi Zhang , Rongxia Tang , Zhengan Yao , Zanbo Zhang

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

Probabilistic graphs are an abstraction that allow us to study randomized propagation in graphs. In a probabilistic graph, each edge is "active" with a certain probability, independent of the other edges. For two vertices $u,v$, a classic…

The algorithms based on message passing neural networks (MPNNs) on graphs have recently achieved great success for various graph applications. However, studies find that these methods always propagate the information to very limited…

人工智能 · 计算机科学 2026-02-10 Mingcan Wang , Junchang Xin , Zhongming Yao , Kaifu Long , Zhiqiong Wang

Graph visualization is a vital component in many real-world applications (e.g., social network analysis, web mining, and bioinformatics) that enables users to unearth crucial insights from complex data. Lying in the core of graph…

社会与信息网络 · 计算机科学 2023-03-28 Shiqi Zhang , Renchi Yang , Xiaokui Xiao , Xiao Yan , Bo Tang

Link prediction in complex networks--identifying the missing or future connections--remains a cornerstone problem for understanding network evolution and function, yet existing methods struggle to balance computational efficiency with…

社会与信息网络 · 计算机科学 2025-11-25 Huilin Wang Wenjun Zhang Weibing Deng

Real-world graphs grow rapidly with edge and vertex insertions over time, motivating the problem of efficiently maintaining robust node representation over evolving graphs. Recent efficient GNNs are designed to decouple recursive message…

机器学习 · 计算机科学 2024-11-12 Xingzhi Guo , Silong Wang , Baojian Zhou , Yanghua Xiao , Steven Skiena

Graph similarity search is a common and fundamental operation in graph databases. One of the most popular graph similarity measures is the Graph Edit Distance (GED) mainly because of its broad applicability and high interpretability.…

数据库 · 计算机科学 2018-01-25 Zijian Li , Xun Jian , Xiang Lian , Lei Chen