Online matrix-vector multiplication problem: Difference between revisions

Content deleted Content added
OAbot (talk | contribs)
m Open access bot: arxiv updated in citation with #oabot.
Citation bot (talk | contribs)
Alter: journal, title, template type. Add: isbn, date, chapter-url, chapter, authors 1-1. Removed or converted URL. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Hilst | #UCB_toolbar
Line 3:
{{unsolved|computer science|Is there an algorithm for solving the OMv problem in time <math>O(n^{3-\varepsilon})</math>, for some constant <math>\varepsilon>0</math>?}}
 
In [[computational complexity theory]], the '''online matrix-vector multiplication problem''' (OMv) asks an online algorithm to return, at each round, the product of an <math>n\times n</math> matrix and a newly-arrived <math>n</math>-dimensional vector. OMv is conjectured to require roughly cubic time. This conjectured hardness implies lower bounds on the time needed to solve various [[Dynamic problem (algorithms)|dynamic problems]] and is of particular interest in [[Fine-grained reduction|fine-grained complexity]].<ref name=":1" /><ref name=":0" /><ref>{{Cite journal |lastlast1=Henzinger |firstfirst1=Monika |last2=Saha |first2=Barna |last3=Seybold |first3=Martin P. |last4=Ye |first4=Christopher |date=2024 |title=On the Complexity of Algorithms with Predictions for Dynamic Graph Problems |url=https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ITCS.2024.62 |journal=ITCSItcs '24 |language=en |doi=10.4230/LIPIcs.ITCS.2024.62}}</ref>
 
== Definition ==
Line 19:
== Conjectured hardness ==
 
In 2015, Henzinger, Krinninger, Nanongkai, and Saranurak conjectured that OMv cannot be solved in "truly subcubic" time.<ref name=":0">{{Cite journalbook |lastlast1=Henzinger |firstfirst1=Monika |last2=Krinninger |first2=Sebastian |last3=Nanongkai |first3=Danupon |last4=Saranurak |first4=Thatchaphol |titlechapter=Unifying and Strengthening Hardness for Dynamic Problems via the Online Matrix-Vector Multiplication Conjecture |url=https://doi.org/10.1145/2746539.2746609 |journaltitle=Proceedings of the forty-seventh annual ACM Symposiumsymposium on Theory of Computing |chapter-url=https://doi.org/10.1145/2746539.2746609 |series=STOC '15 |date=2015 |publisher=Association for Computing Machinery |pages=21–30 |doi=10.1145/2746539.2746609 |isbn=978-1-4503-3536-2|arxiv=1511.06773 }}</ref> Formally, they presented the following conjecture:
 
{{Blockquote
Line 27:
=== Algorithms for solving OMv ===
 
OMv can be solved in <math>O(n^3)</math> time by a naive algorithm that, in each of the <math>n</math> rounds, multiplies the matrix <math>M</math> and the new vector <math>v_i</math> in <math>O(n^2)</math> time. The fastest known algorithm for OMv is implied by a result of Williams and runs in time <math>O(n^3/\log^2 n)</math>.<ref>{{Cite journal |last=Williams |first=Ryan |date=2007-01-07 |title=Matrix-vector multiplication in sub-quadratic time: (some preprocessing required) |url=https://dl.acm.org/doi/10.5555/1283383.1283490 |journal=Proceedings of the ACM-SIAM Symposium on Discrete algorithmsAlgorithms |series=SODA '07 |___location=USA |publisher= |pages=995–1001 |isbn=978-0-89871-624-5}}</ref>
 
=== Implications of conjectured hardness ===
 
The OMv conjecture implies lower bounds on the time needed to solve a large class of dynamic graph problems, including [[reachability]] and [[Connectivity (graph theory)|connectivity]], [[Shortest path problem|shortest path]], and subgraph detection. For many of these problems, the implied lower bounds have matching upper bounds.<ref name=":0" /> While some of these lower bounds also followed from previous conjectures (e.g., [[3SUM]]),<ref>{{Cite journalbook |lastlast1=Abboud |firstfirst1=Amir |last2=Williams |first2=Virginia Vassilevska |titlechapter=Popular Conjectures Imply Strong Lower Bounds for Dynamic Problems |date=2014 |title=2014 IEEE 55th Annual Symposium on Foundations of Computer Science |chapter-url=https://ieeexplore.ieee.org/document/6979028 |journal=FOCSFocs '14|pages=434–443 |doi=10.1109/FOCS.2014.53 |isbn=978-1-4799-6517-5|arxiv=1402.0054 }}</ref> many of the lower bounds that follow from OMv are stronger or new.
 
Later work showed that the OMv conjecture implies lower bounds on the time needed for subgraph counting in [[Average-case complexity|average-case]] graphs.<ref name=":1">{{Cite journal |lastlast1=Henzinger |firstfirst1=Monika |last2=Lincoln |first2=Andrea |last3=Saha|first3=Barna |title=The Complexity of Average-Case Dynamic Subgraph Counting |url=https://doi.org/10.1137/1.9781611977073.23 |journal=ACM-SIAM Symposium on Discrete Algorithms (SODA) |series=SODA '22 |date=2022 |pages=459–498 |doi=10.1137/1.9781611977073.23 |isbn=978-1-61197-707-3 }}</ref>
 
==== Lower bounds from OMv ====