中文
相关论文

相关论文: Efficient Algorithms for Approximate Single-Source…

200 篇论文

Low reliability and availability of public SPARQL endpoints prevent real-world applications from exploiting all the potential of these querying infras-tructures. Fragmenting data on servers can improve data availability but degrades…

数据库 · 计算机科学 2015-03-11 Gabriela Montoya , Hala Skaf-Molli , Pascal Molli , Maria-Esther Vidal

Modern high-frequency trading (HFT) environments are characterized by sudden price spikes that present both risk and opportunity, but conventional financial models often fail to capture the required fine temporal structure. Spiking Neural…

机器学习 · 计算机科学 2025-12-08 Brian Ezinwoke , Oliver Rhodes

Using random walks for sampling has proven advantageous in assessing the characteristics of large and unknown social networks. Several algorithms based on random walks have been introduced in recent years. In the practical application of…

社会与信息网络 · 计算机科学 2024-09-18 Tsuyoshi Hasegawa , Shiori Hironaka , Kazuyuki Shudo

As random walk is a powerful tool in many graph processing, mining and learning applications, this paper proposes an efficient in-memory random walk engine named ThunderRW. Compared with existing parallel systems on improving the…

数据库 · 计算机科学 2021-07-27 Shixuan Sun , Yuhang Chen , Shengliang Lu , Bingsheng He , Yuchen Li

Link prediction is a critical problem in graph learning with broad applications such as recommender systems and knowledge graph completion. Numerous research efforts have been directed at solving this problem, including approaches based on…

机器学习 · 计算机科学 2024-11-05 Yikun Ban , Jiaru Zou , Zihao Li , Yunzhe Qi , Dongqi Fu , Jian Kang , Hanghang Tong , Jingrui He

Algorithms for mining very large graphs, such as those representing online social networks, to discover the relative frequency of small subgraphs within them are of high interest to sociologists, computer scientists and marketeers alike.…

社会与信息网络 · 计算机科学 2017-06-16 Guyue Han , Harish Sethu

This paper considers an optimal radial reconfiguration problem in multi-source distribution networks, where the goal is to find a radial configuration that minimizes quadratic distribution costs while ensuring all sink demands are met. This…

最优化与控制 · 数学 2025-10-13 Joan Vendrell Gallart , Russell Bent , Solmaz Kia

Efficient computation of node proximity queries such as transition probabilities, Personalized PageRank, and Katz are of fundamental importance in various graph mining and learning tasks. In particular, several recent works leverage fast…

数据结构与算法 · 计算机科学 2021-11-29 Hanzhi Wang , Mingguo He , Zhewei Wei , Sibo Wang , Ye Yuan , Xiaoyong Du , Ji-Rong Wen

We propose Learned Path Ranking (LPR), a method that accepts an end-effector goal pose, and learns to rank a set of goal-reaching paths generated from an array of path generating methods, including: path planning, Bezier curve sampling, and…

机器人学 · 计算机科学 2022-04-05 Stephen James , Pieter Abbeel

For a graph $G$ on $n$ vertices, naively sampling the position of a random walk of at time $t$ requires work $\Omega(t)$. We desire local access algorithms supporting $\text{position}(G,s,t)$ queries, which return the position of a random…

数据结构与算法 · 计算机科学 2021-02-16 Amartya Shankha Biswas , Edward Pyne , Ronitt Rubinfeld

Random walks can be used to search a complex networks for a desired resource. To reduce the number of hops necessary to find the resource, we propose a search mechanism based on building random walks connecting together partial walks that…

网络与互联网体系结构 · 计算机科学 2013-04-19 Víctor López Millán , Vicent Cholvi , Luis López , Antonio Fernández Anta

The Stochastic Shortest Path (SSP) problem models probabilistic sequential-decision problems where an agent must pursue a goal while minimizing a cost function. Because of the probabilistic dynamics, it is desired to have a cost function…

人工智能 · 计算机科学 2023-03-02 Willy Arthur Silva Reis , Denis Benevolo Pais , Valdinei Freire , Karina Valdivia Delgado

The 1-median problem (1MP) on undirected weighted graphs seeks to find a facility location minimizing the total weighted distance to all customer nodes. Although the 1MP can be solved exactly by computing the single-source shortest paths…

数据结构与算法 · 计算机科学 2025-09-04 Keisuke Ueta , Wei Wu , Mutsunori Yagiura

Ranking on large-scale graphs plays a fundamental role in many high-impact application domains, ranging from information retrieval, recommender systems, sports team management, biology to neuroscience and many more. PageRank, together with…

社会与信息网络 · 计算机科学 2018-11-27 Jian Kang , Meijia Wang , Nan Cao , Yinglong Xia , Wei Fan , Hanghang Tong

We pose a new and intriguing question motivated by distributed computing regarding random walks on graphs: How long does it take for several independent random walks, starting from the same vertex, to cover an entire graph? We study the…

概率论 · 数学 2007-11-20 Noga Alon , Chen Avin , Michal Koucky , Gady Kozma , Zvi Lotker , Mark R. Tuttle

Google PageRank is a prevalent and useful algorithm for ranking the significance of nodes or websites in a network, and a recent quantum counterpart for PageRank algorithm has been raised to suggest a higher accuracy of ranking comparing to…

量子物理 · 物理学 2020-03-12 Hao Tang , Tian-Shen He , Ruo-Xi Shi , Yan-Yan Zhu , Marcus Lee , Tian-Yu Wang , Xian-Min Jin

In this paper, we propose \texttt{FGPR}: a Federated Gaussian process ($\mathcal{GP}$) regression framework that uses an averaging strategy for model aggregation and stochastic gradient descent for local client computations. Notably, the…

机器学习 · 统计学 2024-04-01 Xubo Yue , Raed Al Kontar

Graph Neural Networks (GNNs) excel in node classification tasks but often assume homophily, where connected nodes share similar labels. This assumption does not hold in many real-world heterophilic graphs. Existing models for heterophilic…

机器学习 · 计算机科学 2025-10-10 Yumeng Wang , Zengyi Wo , Wenjun Wang , Xingcheng Fu , Minglai Shao

Methods for ranking the importance of nodes in a network have a rich history in machine learning and across domains that analyze structured data. Recent work has evaluated these methods though the seed set expansion problem: given a subset…

社会与信息网络 · 计算机科学 2017-05-04 Isabel Kloumann , Johan Ugander , Jon Kleinberg

Given a graph with a source vertex $s$, the Single Source Replacement Paths (SSRP) problem is to compute, for every vertex $t$ and edge $e$, the length $d(s,t,e)$ of a shortest path from $s$ to $t$ that avoids $e$. A Single-Source Distance…

数据结构与算法 · 计算机科学 2021-07-01 Davide Bilò , Sarel Cohen , Tobias Friedrich , Martin Schirneck