Faster Algorithms for Bounded-Difference Min-Plus Product
Shucheng Chi, Ran Duan, Tianle Xie

TL;DR
This paper presents a faster randomized algorithm for min-plus matrix multiplication on $ ext{delta}$-bounded-difference matrices, improving the complexity over previous methods and leveraging advanced matrix multiplication techniques.
Contribution
Introduces a new randomized algorithm for min-plus product on bounded-difference matrices with improved runtime using fast rectangular matrix multiplication.
Findings
Achieves $O(n^{2.779})$ runtime, better than previous $O(n^{2.824})$.
Improves theoretical bounds for special matrix classes.
Leverages advanced matrix multiplication algorithms for efficiency.
Abstract
Min-plus product of two matrices is a fundamental problem in algorithm research. It is known to be equivalent to APSP, and in general it has no truly subcubic algorithms. In this paper, we focus on the min-plus product on a special class of matrices, called -bounded-difference matrices, in which the difference between any two adjacent entries is bounded by . Our algorithm runs in randomized time by the fast rectangular matrix multiplication algorithm [Le Gall \& Urrutia 18], better than ( [Alman \& V.V.Williams 20]). This improves previous result of [Bringmann et al. 16]. When in the ideal case, our complexity is , improving Bringmann et al.'s result of .
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
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Stochastic Gradient Optimization Techniques
