Problem 8: Mixed Norms

From Open Problems in Sublinear Algorithms
Revision as of 09:45, 1 October 2012 by Krzysztof Onak (talk | contribs) (Created page with "{{DISPLAYTITLE:Problem 8: Mixed Norms}} {{Infobox |label1 = Proposed by |data1 = Piotr Indyk |label2 = Source |data2 = Kanpur 2006 |label3 = Short li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Proposed by Piotr Indyk
Source Kanpur 2006
Short link http://sublinear.info/8

For any vector $x$, let $\|x\|_0$ be a norm-like function computing the number of non-zero elements in $x$. Consider the following norm-like function $\|\cdot\|_{2,0}$ over $n \times n$ matrices $A = [a_1 \ldots a_n]$: \[ \|A\|_{2,0} = \left ( \sum_{i=1}^n (\|a_i\|_0)^2 \right )^{1/2}. \]

Assume we are given a stream of $m$ updates $(i,j,\delta)$ to $A$, interpreted as $A[i,j]:=A[i,j]+\delta$, starting from $A=0$. What is the smallest space needed by a streaming algorithm estimating $\|A\|_{2,0}$ up to a factor of $1 \pm \epsilon$? An upper bound of $O(\operatorname{poly}(\epsilon^{-1})\cdot\sqrt{n}\cdot\operatorname{polylog}(n))$ is known as long as $A \ge 0$ [CormodeM-05b]. There are no non-trivial lower bounds known.