Questions tagged [sparsity]

56 questions
1
vote
1 answer

Continuous measure of number of large values in a sparse vector?

I'm looking for a measure that can give me an estimate of the number of significant values in a sparse vector, without using a threshold. For example, a measure $S$ might give some output like $S([0, 0, 0, 1, 0, 1, 0, 0, 1]) = 3$ (3 of the same…
0
votes
0 answers

Why do sparse dictionary learning methods constrain the sparsity rather than the representation error?

The sparse coding problem is: $\underset{\boldsymbol{r}}{\text{min}} \left\Vert \boldsymbol{r} \right\Vert_0 ~s.t.~\textbf{x}=\text{D}\boldsymbol{r}$ Why do sparse dictionary learning algorithms such as MOD and K-SVD…
elliotp
  • 155