Faster Min-Plus Product for Monotone Instances
Shucheng Chi, Ran Duan, Tianle Xie, Tianyi Zhang

TL;DR
This paper presents a faster algorithm for monotone min-plus matrix multiplication with a time complexity of approximately O(n^{2.687}), improving previous bounds and enabling faster solutions for related problems like language edit distance and RNA folding.
Contribution
It introduces a significantly improved algorithm for monotone min-plus product, reducing the time complexity and extending to various related problems with monotone or bounded-difference matrices.
Findings
Achieves (n^{(3+)/2}) time for monotone min-plus product.
Improves bounds for bounded-difference matrix problems.
Provides faster algorithms for related sequence convolution problems.
Abstract
In this paper, we show that the time complexity of monotone min-plus product of two matrices is , where is the fast matrix multiplication exponent [Alman and Vassilevska Williams 2021]. That is, when is an arbitrary integer matrix and is either row-monotone or column-monotone with integer elements bounded by , computing the min-plus product where takes time, which greatly improves the previous time bound of [Gu, Polak, Vassilevska Williams and Xu 2021]. Then by simple reductions, this means the following problems also have time algorithms: (1) and are both bounded-difference, that is, the difference between any two adjacent entries is a…
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 · graph theory and CDMA systems · Coding theory and cryptography
