paper-with-me

Papers

Computing Diverse Shortest Paths Efficiently: A Theoretical and Experimental Study

2021-12-10 · Tesshu Hanaka, Yasuaki Kobayashi, Kazuhiro Kurita, See Woo Lee, Yota Otachi

Finding diverse solutions in combinatorial problems recently has received considerable attention (Baste et al. 2020; Fomin et al. 2020; Hanaka et al. 2021). In this paper we study the following type of problems: given an integer $k$, the problem asks for $k$ solutions such that the sum of pairwise (weighted) Hamming distances between these solutions is maximized. Such solutions are called diverse solutions. We present a polynomial-time algorithm for finding diverse shortest $st$-paths in weighted directed graphs. Moreover, we study the diverse version of other classical combinatorial problems such as diverse weighted matroid bases, diverse weighted arborescences, and diverse bipartite matchings. We show that these problems can be solved in polynomial time as well. To evaluate the practical performance of our algorithm for finding diverse shortest $st$-paths, we conduct a computational experiment with synthetic and real-world instances.The experiment shows that our algorithm successfully computes diverse solutions within reasonable computational time.

📄 PDF Abstract BibTeX arXiv:2112.05403

Code (1)

dotolation/diverse-graph-algo 공식 구현

Similar Papers 제목 키워드 기반

On Computing Top-$k$ Simple Shortest Paths from a Single Source

2025-09-30 · Mattia D'Emidio, Gabriele Di Stefano arxiv

We investigate the problem of computing the top-$k$ simple shortest paths in weighted digraphs. While the single-pair variant -- finding the top-$k$ simple shortest paths between two specified vertices -- has been extens…

Power Weighted Shortest Paths for Clustering Euclidean Data

2019-05-30 · Daniel Mckenzie, Steven Damelin

We study the use of power weighted shortest path distance functions for clustering high dimensional Euclidean data, under the assumption that the data is drawn from a collection of disjoint low dimensional manifolds. We …

Clustering

A Neural Network Framework for Geodesic-Like Curve Computation on Parametric Surfaces

2026-06-17 · Sheng-Gwo Chen, Chen-Chang Peng arxiv

The concept of geodesic-like curves was introduced by Chen in 2010 as a method for estimating shortest paths (geodesics) on parametric surfaces, with its convergence established theoretically. However, an efficient numer…

Learning from A Single Graph is All You Need for Near-Shortest Path Routing in Wireless Networks

2023-08-18 · Yung-Fu Chen, Sen Lin, Anish Arora

We propose a learning algorithm for local routing policies that needs only a few data samples obtained from a single graph while generalizing to all random graphs in a standard model of wireless networks. We thus solve t…

All

Evolving A* to Efficiently Solve the k Shortest-Path Problem (Extended Version)

2024-08-15 · Carlos Linares López, Ian Herman

The problem of finding the shortest path in a graph G(V, E) has been widely studied. However, in many applications it is necessary to compute an arbitrary number of them, k. Even though the problem has raised a lot of in…