arXiv:2505.22244cs.AI2025-05被引 5

利用目标相关性加速双目标最短路径近似求解

A Preprocessing Framework for Efficient Approximate Bi-Objective Shortest-Path Computation in the Presence of Correlated Objectives

  • 通过图聚类预处理识别目标相关区域,重构图结构
  • 在DIMACS数据集上比A*pex快最多5倍,且保证解的质量
  • 适合需要高效双目标路径规划的交通、物流场景

双目标最短路径(BOSP)问题旨在寻找图中起点到终点的路径,同时优化两个冲突的目标函数。本文研究目标函数具有相关性的场景,这类相关性在真实世界如道路网络中常见,例如出行时间和燃油消耗正相关。由于搜索空间随目标数量和图规模呈指数增长,传统方法计算代价高。现有近似算法A*pex通过设定近似因子来压缩帕累托最优解集,避免精确求解。当目标间相关性增强时,较小的近似因子即可将整个帕累托集收缩为单一解。本文提出一种基于图聚类思想的预处理框架,先识别图中相关目标簇并生成新图表示,使A*pex能更高效运行。实验表明,在标准基准数据集DIMACS上,该方法相较原版A*pex提速最高达5倍。据我们所知,这是首个在双目标搜索中有效利用相关性并提供理论解质量保障的算法。

原文摘要 · Abstract (English)

The bi-objective shortest-path (BOSP) problem seeks to find paths between start and target vertices of a graph while optimizing two conflicting objective functions. We consider the BOSP problem in the presence of correlated objectives. Such correlations often occur in real-world settings such as road networks, where optimizing two positively correlated objectives, such as travel time and fuel consumption, is common. BOSP is generally computationally challenging as the size of the search space is exponential in the number of objective functions and the graph size. Bounded sub-optimal BOSP solvers such as A*pex alleviate this complexity by approximating the Pareto-optimal solution set rather than computing it exactly (given a user-provided approximation factor). As the correlation between objective functions increases, smaller approximation factors are sufficient for collapsing the entire Pareto-optimal set into a single solution. We leverage this insight to propose an efficient algorithm that reduces the search effort in the presence of correlated objectives. Our approach for computing approximations of the entire Pareto-optimal set is inspired by graph-clustering algorithms. It uses a preprocessing phase to identify correlated clusters within a graph and to generate a new graph representation. This allows a natural generalization of A*pex to run up to five times faster on DIMACS dataset instances, a standard benchmark in the field. To the best of our knowledge, this is the first algorithm proposed that efficiently and effectively exploits correlations in the context of bi-objective search while providing theoretical guarantees on solution quality.

最短路径多目标优化图算法预处理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。