Skyline-First Traversal as a Control Mechanism for Multi-Criteria Graph Search

arXiv cs.AI / 4/23/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses a gap in multi-criteria graph traversal where Pareto dominance is commonly used only for pruning/ranking, not for choosing what to expand next or when to stop.
  • It proposes “Skyline-First Traversal” that uses only the first Pareto layer (the skyline) to deterministically drive scheduling and termination under specific assumptions like constrained cost models and Markovian transitions.
  • The approach guarantees monotone progress toward completion via a discrete completion potential, supported by deterministic potential descent analysis.
  • A vector lower-bound certificate is introduced to provide a stopping condition, ensuring dominance coverage of all remaining traversals without needing a preset number of solutions.
  • The framework avoids scalarization, heuristic guidance, and probabilistic models, repositioning Pareto dominance as an active deterministic driver rather than a passive filter.

Abstract

In multi-criteria graph traversal, paths are compared via Pareto dominance, an ordering that identifies which paths are non-dominated, but says nothing about which path to expand next or when the search may stop. As a result, existing approaches rely on external mechanisms-heuristics, scalarization, or population-based exploration while Pareto dominance remains confined to passive roles such as pruning or ranking. This paper shows that, under constrained cost models, finite cost grids, Markovian transitions, and a nonzero progress measure, Pareto geometry alone is sufficient to drive both scheduling and termination. We show that extracting exclusively from the first Pareto layer, the skyline, induces a deterministic descent in a discrete completion potential, ensuring monotone progress toward solution completion. In parallel, a vector lower-bound certificate provides a stopping condition that guarantees dominance coverage of all remaining traversals without requiring a predefined number of solutions. Our analysis establishes deterministic potential descent, certified termination via dominance coverage, a uniform bound on layer width induced by cost-grid geometry, and greedy cost-space dispersion within the skyline. The resulting framework operates without scalarization, heuristic guidance, or probabilistic models, and repositions Pareto dominance from a passive filter to a deterministic driver of search.