Table of Contents
Getting more from less
When you take a photo with your camera, the raw image data may take up tens of megabytes, yet once compressed, it can shrink to one-tenth of the size without any perceptible degradation of the image. In other words, the 50 MB of image data only contains 5 MB of information. This begs the question: can we directly measure the 5 MB of information instead? It turns out that you can do this using what is known as compressive (or compressed) sensing. These methods enable the reconstruction of a complete data set from measurements of a limited subset of the data.
In a mathematical sense, compressive sensing seeks to solve an underdetermined linear system where there are fewer equations (e.g., measured data points) than unknowns (e.g., all desired data points) using a minimum of prior knowledge regarding the data. Compressive sensing combines concepts for data compression and statistical sparsity to achieve this. For example, one can compress an image (represented by a matrix) by applying to it a transform which concentrates most of the image intensity into a few elements and then throwing out the remaining elements that have zero (or nearly zero) intensity. The product of a such a transform, where most elements are zero, is called a sparse matrix. A transform that generates a sparse matrix for a particular data set is therefore called a sparsifying transform. The key is that we know which transform(s) will sparsify a specific type of data. In the case of images, the same set of transforms (discrete cosine transform, wavelet transform, etc) tends to work well for all types of images. To use this strategy for compressive sensing, we must first know in advance which transform(s) will sparsify our data.
The compressive sensing method
The general procedure for using compressive sensing goes as follows. First, we measure a subset (specified by observation matrix
Mathematically, the goal is to minimize the L1-norm of