JFR: An Efficient Jump Frontier Relaxation Strategy for Bellman-Ford
Xin Wang, Xi Chen

TL;DR
JFR is a novel Bellman-Ford optimization framework that significantly reduces relaxation operations through frontier contraction and multi-hop jump propagation, leading to faster shortest-path computations on large graphs.
Contribution
It introduces JFR, a new relaxation strategy that preserves correctness while substantially decreasing relaxation operations across various graph types.
Findings
Reduces relaxation operations by up to 99%
Maintains strong performance on ultra-large graphs
Offers consistent robustness across different graph topologies
Abstract
We propose JFR, a Bellman-Ford-based optimization framework leveraging frontier contraction and abstract multi-hop jump propagation to accelerate shortest-path computation while strictly preserving correctness. JFR achieves substantial reductions in relaxation operations, ranging from -31 to 99 percent, across sparse, dense, and negative-edge graphs, ensuring robust performance even under adversarial or highly connected topologies. On ultra-large graphs with up to N=10,000 nodes and 55,000,000 edges, JFR maintains strong operational reductions and comparable or improved runtime relative to SPFA-SLF, demonstrating consistent robustness across graph size and density. Lower relaxation counts imply reduced memory-access overheads and computational effort; this normalized work reduction highlights JFR's suitability for scenarios requiring high throughput or energy-conscious operation. Future…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms · Cloud Computing and Resource Management · Parallel Computing and Optimization Techniques
