中文
相关论文

相关论文: An Adaptive Version of Brandes' Algorithm for Betw…

200 篇论文

We consider the Global Minimum Vertex-Cut problem: given an undirected vertex-weighted graph $G$, compute a minimum-weight subset of its vertices whose removal disconnects $G$. The problem is closely related to Global Minimum Edge-Cut,…

数据结构与算法 · 计算机科学 2025-06-19 Julia Chuzhoy , Ohad Trabelsi

There are several applications that benefit from a definition of centrality which is applicable to sets of vertices, rather than individual vertices. However, existing definitions might not be able to help us in answering several network…

社会与信息网络 · 计算机科学 2020-10-05 Mostafa Haghir Chehreghani

In modern graph analytics, the shortest path is a fundamental concept. Numerous \rrev{recent works} concentrate mostly on the distance of these shortest paths. Nevertheless, in the era of betweenness analysis, the counting of the shortest…

数据库 · 计算机科学 2022-12-05 You Peng , Jeffrey Xu Yu , Sibo Wang

The centrality of a vertex v in a network intuitively captures how important v is for communication in the network. The task of improving the centrality of a vertex has many applications, as a higher centrality often implies a larger impact…

离散数学 · 计算机科学 2017-10-05 Clemens Hoffmann , Hendrik Molter , Manuel Sorge

The tolerance of an element of a combinatorial optimization problem with respect to a given optimal solution is the maximum change, i.e., decrease or increase, of its cost, such that this solution remains optimal. The bottleneck path…

数据结构与算法 · 计算机科学 2024-10-02 Kirill V. Kaymakov , Dmitry S. Malyshev

The girth of a graph, i.e. the length of its shortest cycle, is a fundamental graph parameter. Unfortunately all known algorithms for computing, even approximately, the girth and girth-related structures in directed weighted $m$-edge and…

数据结构与算法 · 计算机科学 2018-08-14 Jakub Pachocki , Liam Roditty , Aaron Sidford , Roei Tov , Virginia Vassilevska Williams

Many networks, such as transportation, power, and water distribution, can be represented as graphs. Crucial challenge in graph representations is identifying the importance of graph edges and their influence on overall network efficiency…

社会与信息网络 · 计算机科学 2023-03-31 Debasish Jana , Sven Malama , Sriram Narasimhan , Ertugrul Taciroglu

A class of centrality measures called betweenness centralities reflects degree of participation of edges or nodes in communication between different parts of the network. The original shortest-path betweenness centrality is based on…

社会与信息网络 · 计算机科学 2013-08-13 Konstantin Avrachenkov , Nelly Litvak , Vasily Medyanikov , Marina Sokol

The GC problem is to identify a pre-determined number of center vertices such that the distances or costs from (or to) the centers to (or from) other vertices is minimized. The bottleneck of a path is the minimum capacity of edges on the…

数据结构与算法 · 计算机科学 2013-09-17 Tong-Wook Shinn , Tadao Takaoka

Betweenness centrality is an important index widely used in different domains such as social networks, traffic networks and the world wide web. However, even for mid-size networks that have only a few hundreds thousands vertices, it is…

数据结构与算法 · 计算机科学 2017-05-05 Mostafa Haghir Chehreghani , Talel Abdessalem , and Albert Bifet

In this work we investigate the problem of estimating the percolation centrality of every vertex in a graph. This centrality measure quantifies the importance of each vertex in a graph going through a contagious process. It is an open…

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

Link Streams were proposed a few years ago as a model of temporal networks. We seek to understand the topological and temporal nature of those objects through efficiently computing the distances, latencies and lengths of shortest fastest…

社会与信息网络 · 计算机科学 2019-07-05 Frédéric Simard

We propose a betweenness centrality measure and algorithms for stochastic networks, where edges can fail and weights vary across realizations, making the most central node random. Our approach models the sequence of reported central nodes…

社会与信息网络 · 计算机科学 2026-05-19 Wencheng Bao , Eleftheria Kontou , Chrysafis Vogiatzis

The parametric shortest path problem is to find the shortest paths in graph where the edge costs are of the form w_ij+lambda where each w_ij is constant and lambda is a parameter that varies. The problem is to find shortest path trees for…

数据结构与算法 · 计算机科学 2015-06-02 Neal Young , Robert Tarjan , James Orlin

The edges of a graph are assigned weights and passage times which are assumed to be positive integers. We present a parallel algorithm for finding the shortest path whose total weight is smaller than a pre-determined value. In each step the…

最优化与控制 · 数学 2017-12-14 Ivan Matic

Centrality measures, quantifying the importance of vertices or edges, play a fundamental role in network analysis. To date, triggered by some positive approximability results, a large body of work has been devoted to studying centrality…

社会与信息网络 · 计算机科学 2024-02-13 Atsushi Miyauchi , Lorenzo Severini , Francesco Bonchi

We present MANTRA, a framework for approximating the temporal betweenness centrality of all nodes in a temporal graph. Our method can compute probabilistically guaranteed high-quality temporal betweenness estimates (of nodes and temporal…

数据结构与算法 · 计算机科学 2024-04-09 Antonio Cruciani

Random geometric networks consist of 1) a set of nodes embedded randomly in a bounded domain $\mathcal{V} \subseteq \mathbb{R}^d$ and 2) links formed probabilistically according to a function of mutual Euclidean separation. We quantify how…

社会与信息网络 · 计算机科学 2016-11-17 Alexander P. Kartun-Giles , Orestis Georgiou , Carl P. Dettmann

Vertex connectivity a classic extensively-studied problem. Given an integer $k$, its goal is to decide if an $n$-node $m$-edge graph can be disconnected by removing $k$ vertices. Although a linear-time algorithm was postulated since 1974…

数据结构与算法 · 计算机科学 2021-02-19 Danupon Nanongkai , Thatchaphol Saranurak , Sorrachai Yingchareonthawornchai

The problem of assigning centrality values to nodes and edges in graphs has been widely investigated during last years. Recently, a novel measure of node centrality has been proposed, called k-path centrality index, which is based on the…

社会与信息网络 · 计算机科学 2013-03-08 Pasquale De Meo , Emilio Ferrara , Giacomo Fiumara , Angela Ricciardello