Mar 5, 2010

compressive sensing, compressed sensing, sparse representation

Compressive Sensing: The Big Picture
Nuit Blanche's blog 
Compressive Sensing Resources, with plenty of software.

To summarize, if you acquire a signal in some basis that is incoherent with the basis in which you know the signal to be sparse in, it is very likely you will be able to reconstruct the signal from these incoherent projections.

Tutorial on Sparse Coding and Dictionary Learning for Image Analysis, CVPR 2010, coming soon. Using software SPArse Modeling Software

无忘所能,sparse coding 概括了一篇用最小化 KL 距离学习basis \Phi 的方法。
无忘所能,compressive sensing 是我的笔记

Sparse Representation and CS? 如何解释这两者的关系?

Robust Face Recognition via Sparse Representation
See related post

Software:
GPSR
l1_ls:
tau ( l1_ls 中的 lambda )的选择问题,tau >= tau_max = 10^-4 * norm(A^T y, inf)
lambda >= lambda2* 10^-4 * norm(A^T y, inf)
具体多大还是要看具体问题,有些比如 0.1* tau_max

0 comments: