Searching for a superlinear lower bounds for the Maximum Consecutive Subsums Problem and the (min,+)-convolution
Wilfredo Bardales Roncalla, Eduardo Laber, Ferdinando Cicalese

TL;DR
This paper establishes the computational equivalence of the Maximum Consecutive Subsums Problem and the (min,+)-convolution, providing empirical evidence for superlinear lower bounds in the decision tree model.
Contribution
It proves the problems are computationally equivalent via linear reductions and offers empirical support for (n log n) lower bounds.
Findings
Problems are computationally equivalent.
Empirical evidence suggests (n log n) lower bounds.
No known algorithms outperform quadratic time for these problems.
Abstract
Given a sequence of n numbers, the Maximum Consecutive Subsums Problem (MCSP) asks for the maximum consecutive sum of lengths l for each l = 1,...,n. No algorithm is known for this problem which is significantly better than the naive quadratic solution. Nor a super linear lower bound is known. The best known bound for the MCSP is based on the the computation of the (min,+)-convolution, another problem for which neither an O(n^{2-{\epsilon}}) upper bound is known nor a super linear lower bound. We show that the two problems are in fact computationally equivalent by providing linear reductions between them. Then, we concentrate on the problem of finding super linear lower bounds and provide empirical evidence for an {\Omega}(nlogn) lower bounds for both problems in the decision tree model.
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
TopicsAlgorithms and Data Compression · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
