中文
相关论文

相关论文: Shortest Path Problem with Subnormal Gaussian Fuzz…

200 篇论文

As large graph datasets become increasingly common across many fields, sampling is often needed to reduce the graphs into manageable sizes. This procedure raises critical questions about representativeness as no sample can capture the…

社会与信息网络 · 计算机科学 2025-02-25 Alan Zhu , Jiaqi Ma , Qiaozhu Mei

Directed acyclic graphs provide a fundamental tool for representing directed dependence structures in multivariate network data, and are widely used to model financial and economic networks. However, accurate and interpretable estimation…

统计方法学 · 统计学 2026-05-26 Huihang Liu , Wenhui Li , Xinyu Zhang

We study the replacement paths problem in the $\mathsf{CONGEST}$ model of distributed computing. Given an $s$-$t$ shortest path $P$, the goal is to compute, for every edge $e$ in $P$, the shortest-path distance from $s$ to $t$ avoiding $e$.…

数据结构与算法 · 计算机科学 2025-08-28 Yi-Jun Chang , Yanyu Chen , Dipan Dey , Gopinath Mishra , Hung Thuan Nguyen , Bryce Sanchez

The importance of aggregated count data, which is calculated from the data of multiple individuals, continues to increase. Collective Graphical Model (CGM) is a probabilistic approach to the analysis of aggregated data. One of the most…

机器学习 · 统计学 2021-02-19 Yasunori Akagi , Naoki Marumo , Hideaki Kim , Takeshi Kurashima , Hiroyuki Toda

We present a randomized algorithm for the single-source shortest paths (SSSP) problem on directed graphs with arbitrary real-valued edge weights that runs in $n^{2+o(1)}$ time with high probability. This result yields the first almost…

数据结构与算法 · 计算机科学 2026-02-19 Sanjeev Khanna , Junkai Song

Effective causal discovery is essential for learning the causal graph from observational data. The linear non-Gaussian acyclic model (LiNGAM) operates under the assumption of a linear data generating process with non-Gaussian noise in…

机器学习 · 计算机科学 2025-02-28 Hans Jarett J. Ong , Brian Godwin S. Lim , Renzo Roel P. Tan , Kazushi Ikeda

The chain graph model admits both undirected and directed edges in one graph, where symmetric conditional dependencies are encoded via undirected edges and asymmetric causal relations are encoded via directed edges. Though frequently…

统计方法学 · 统计学 2024-01-29 Ruixuan Zhao , Haoran Zhang , Junhui Wang

We consider three shortest path problems in directed graphs with random arc lengths. For the first and the second problems, a risk measure is involved. While the first problem consists in finding a path minimizing this risk measure, the…

数据结构与算法 · 计算机科学 2014-09-29 Axel Parmentier , Frédéric Meunier

We consider large-scale, implicit-search-based solutions to Shortest Path Problems on Graphs of Convex Sets (GCS). We propose GCS*, a forward heuristic search algorithm that generalizes A* search to the GCS setting, where a…

Estimating the shortest travel time and providing route recommendation between different locations in a city or region can quantitatively measure the conditions of the transportation network during or after extreme events. One common…

机器学习 · 计算机科学 2025-01-20 Tong Liu , Hadi Meidani

Probabilistic analysis for metric optimization problems has mostly been conducted on random Euclidean instances, but little is known about metric instances drawn from distributions other than the Euclidean. This motivates our study of…

数据结构与算法 · 计算机科学 2014-05-26 Karl Bringmann , Christian Engels , Bodo Manthey , B. V. Raghavendra Rao

In this paper we are interested in a version of the All-pairs Shortest Paths problem (APSP) that fits neither in the exact nor in the approximate case. We define a measure of centrality of a shortest path, related to the ``importance'' of…

数据结构与算法 · 计算机科学 2020-05-06 Alane M. de Lima , Murilo V. G. da Silva , André L. Vignatti

A communication network can be modeled as a directed connected graph with edge weights that characterize performance metrics such as loss and delay. Network tomography aims to infer these edge weights from their pathwise versions measured…

最优化与控制 · 数学 2019-08-12 Mahmood Ettehad , Nick Duffield , Gregory Berkolaiko

The on-line shortest path problem is considered under various models of partial monitoring. Given a weighted directed acyclic graph whose edge weights can change in an arbitrary (adversarial) way, a decision maker has to choose in each…

机器学习 · 计算机科学 2007-05-23 Andras Gyorgy , Tamas Linder , Gabor Lugosi , Gyorgy Ottucsak

The availability of massive vehicle trajectory data enables the modeling of road-network constrained movement as travel-cost distributions rather than just single-valued costs, thereby capturing the inherent uncertainty of movement and…

数据结构与算法 · 计算机科学 2024-07-10 Chenjuan Guo , Ronghui Xu , Bin Yang , Ye Yuan , Tung Kieu , Yan Zhao , Christian S. Jensen

The Shoshan-Zwick algorithm solves the all pairs shortest paths problem in undirected graphs with integer edge costs in the range $\{1, 2, \dots, M\}$. It runs in $\tilde{O}(M\cdot n^{\omega})$ time, where $n$ is the number of vertices, $M$…

数据结构与算法 · 计算机科学 2016-03-30 Pavlos Eirinakis , Matthew Williamson , K. Subramani

We investigate problems addressing combined connectivity augmentation and orientations settings. We give a polynomial-time 6-approximation algorithm for finding a minimum cost subgraph of an undirected graph $G$ that admits an orientation…

数据结构与算法 · 计算机科学 2017-11-17 Mohit Singh , László A. Végh

Recall that Janson showed that if the edges of the complete graph $K_n$ are assigned exponentially distributed independent random weights, then the expected length of a shortest path between a fixed pair of vertices is asymptotically equal…

组合数学 · 数学 2021-06-01 Alan Frieze , Wesley Pegden , Gregory Sorkin , Tomasz Tkocz

The shortest-path distance is a fundamental concept in graph analytics and has been extensively studied in the literature. In many real-world applications, quality constraints are naturally associated with edges in the graphs and finding…

数据库 · 计算机科学 2022-11-17 You Peng , Zhuo Ma , Wenjie Zhang , Xuemin Lin , Ying Zhang , Xiaoshuang Chen

This work elaborates on the important problem of (1) designing optimal randomized routing policies for reaching a target node t from a source note s on a weighted directed graph G and (2) defining distance measures between nodes…

机器学习 · 计算机科学 2021-08-24 Pierre Leleux , Sylvain Courtain , Guillaume Guex , Marco Saerens