HOME

TheInfoList



OR:

Overcompleteness is a concept from
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrices ...
that is widely used in mathematics, computer science, engineering, and statistics (usually in the form of overcomplete frames). It was introduced by
R. J. Duffin R. or r. may refer to: * ''Reign'', the period of time during which an Emperor, king, queen, etc., is ruler. * '' Rex'', abbreviated as R., the Latin word meaning King * ''Regina'', abbreviated as R., the Latin word meaning Queen * or , abbreviat ...
and A. C. Schaeffer in 1952. Formally, a subset of the vectors \_ of a Banach space X, sometimes called a "system", is complete if every element in X can be approximated arbitrarily well in norm by finite linear combinations of elements in \_.C. Heil, A Basis Theory Primer: Expanded Edition. Boston, MA: Birkhauser, 2010. A complete system is additionally overcomplete if there exists a \phi_j which can be removed from the system while maintaining completeness (i.e., \exists j : \_ \text). In this sense, the system contains more vectors than necessary to be complete, hence "''over''complete". In research areas such as signal processing and function approximation, overcompleteness can help researchers to achieve a more stable, more robust, or more compact decomposition than using a basis.R. Balan, P. Casazza, C. Heil, and Z. Landau, Density, overcompleteness, and localization of frames. I. theory, The Journal of Fourier Analysis and Applications, vol. 12, no. 2, 2006.


Relation between overcompleteness and frames

Overcompleteness is usually discussed as a property of overcomplete frames. The theory of frame originates in a paper by Duffin and Schaeffer on non-harmonic Fourier series.R. J. Duffin and A. C. Schaeffer, A class of nonharmonic Fourier series, Transactions of the American Mathematical Society, vol. 72, no. 2, pp. 341{366, 1952. nline Available: https://www.jstor.org/stable/1990760 The frame is defined to be a set of non-zero vectors \{\phi_i\}_{i\in J} such that for an arbitrary f\in\mathcal{H}, : A\, f\, ^2\leq\sum_{i\in J}, \langle f, \phi_i \rangle, ^2\leq B\, f\, ^2 where \langle\cdot,\cdot\rangle denotes the inner product, A and B are positive constants called bounds of the frame. When A and B can be chosen such that A=B, the frame is called a tight frame. It can be seen that \mathcal{H}=\operatorname{span}\{\phi_i\}. An example of frame can be given as follows. Let each of \{\alpha_i\}_{i=1}^{\infty} and \{\beta_i\}_{i=1}^{\infty} be an orthonormal basis of \mathcal{H}, then : \{\phi_i\}_{i=1}^{\infty}=\{\alpha_i\}_{i=1}^{\infty}\cup\{\beta_i\}_{i=1}^{\infty} is a frame of \mathcal{H} with bounds A=B=2. Let S be the frame operator, : Sf=\sum_{i\in J}\langle f, \phi_i \rangle\phi_i A frame that is not a Riesz basis, in which case it consists of a set of functions more than a basis, is said to be overcomplete. In this case, given f\in\mathcal{H}, it can have different decompositions based on the frame. The frame given in the example above is an overcomplete frame. When frames are used for function estimation, one may want to compare the performance of different frames. The parsimony of the approximating functions by different frames may be considered as one way to compare their performances. Given a tolerance \epsilon and a frame F=\{\phi_i\}_{i\in J} in L^2(\mathbb{R}), for any function f\in L^2(\mathbb{R}), define the set of all approximating functions that satisfy \, f-\hat{f}\, <\epsilon : N(f,\epsilon)=\{\hat{f}: \hat{f}=\sum_{i=1}^{k}\beta_i\phi_i, \, f-\hat{f}\, <\epsilon\} Then let : k_{F}(f,\epsilon)=\inf\{k: \hat{f}\in N(f,\epsilon)\} k(f,\epsilon) indicates the parsimony of utilizing frame F to approximate f. Different f may have different k based on the hardness to be approximated with elements in the frame. The worst case to estimate a function in L^2(\mathbb{R}) is defined as : k_F (\epsilon)=\sup_{f\in L^2(\mathbb{R})}\{k_{F}(f,\epsilon)\} For another frame G, if k_{F}(\epsilon), then frame F is better than frame G at level \epsilon. And if there exists a \gamma that for each \epsilon<\gamma, we have k_{F}(\epsilon), then F is better than G broadly. Overcomplete frames are usually constructed in three ways. # Combine a set of bases, such as wavelet basis and Fourier basis, to obtain an overcomplete frame. # Enlarge the range of parameters in some frame, such as in Gabor frame and
wavelet A wavelet is a wave-like oscillation with an amplitude that begins at zero, increases or decreases, and then returns to zero one or more times. Wavelets are termed a "brief oscillation". A taxonomy of wavelets has been established, based on the num ...
frame, to have an overcomplete frame. # Add some other functions to an existing complete basis to achieve an overcomplete frame. An example of an overcomplete frame is shown below. The collected data is in a two-dimensional space, and in this case a basis with two elements should be able to explain all the data. However, when noise is included in the data, a basis may not be able to express the properties of the data. If an overcomplete frame with four elements corresponding to the four axes in the figure is used to express the data, each point would be able to have a good expression by the overcomplete frame. Image:OvercompleteframeGuoxian.jpg, An example of an overcomplete frame The flexibility of the overcomplete frame is one of its key advantages when used in expressing a signal or approximating a function. However, because of this redundancy, a function can have multiple expressions under an overcomplete frame.M. S. Lewicki and T. J. Sejnowski, Learning overcomplete representations, Neural Computation, vol. 12, no. 2, pp. 337{365, 2000. When the frame is finite, the decomposition can be expressed as : f=Ax where f is the function one wants to approximate, A is the matrix containing all the elements in the frame, and x is the coefficients of f under the representation of A. Without any other constraint, the frame will choose to give x with minimal norm in L^2(\mathbb{R}). Based on this, some other properties may also be considered when solving the equation, such as sparsity. So different researchers have been working on solving this equation by adding other constraints in the objective function. For example, a constraint minimizing x's norm in L^1(\mathbb{R}) may be used in solving this equation. This should be equivalent to the
Lasso A lasso ( or ), also called lariat, riata, or reata (all from Castilian, la reata 're-tied rope'), is a loop of rope designed as a restraint to be thrown around a target and tightened when pulled. It is a well-known tool of the Spanish an ...
regression in statistics community. Bayesian approach is also used to eliminate the redundancy in an overcomplete frame. Lweicki and Sejnowski proposed an algorithm for overcomplete frame by viewing it as a probabilistic model of the observed data. Recently, the overcomplete Gabor frame has been combined with bayesian variable selection method to achieve both small norm expansion coefficients in L^2(\mathbb{R}) and sparsity in elements.P. Wolfe, S. Godsill, and W. Ng, Bayesian variable selection and regularization for time-frequency surface estimation, J. R. Statist. Soc. B, vol. 66, no. 3, 2004.


Examples of overcomplete frames

In modern analysis in signal processing and other engineering field, various overcomplete frames are proposed and used. Here two common used frames, Gabor frames and wavelet frames, are introduced and discussed.


Gabor frames

In usual Fourier transformation, the function in time domain is transformed to the frequency domain. However, the transformation only shows the frequency property of this function and loses its information in the time domain. If a window function g, which only has nonzero value in a small interval, is multiplied with the original function before operating the Fourier transformation, both the information in time and frequency domains may remain at the chosen interval. When a sequence of translation of g is used in the transformation, the information of the function in time domain are kept after the transformation. Let operators : T_a: L^2(R)\rightarrow L^2(R), (T_af)(x)=f(x-a) : E_b: L^2(R)\rightarrow L^2(R), (E_bf)(x)=e^{2\pi ibx}f(x) : D_c: L^2(R)\rightarrow L^2(R), (D_cf)(x)=\frac{1}{\sqrt c}f\left(\frac{x}{c}\right) A Gabor frame (named after
Dennis Gabor Dennis Gabor ( ; hu, Gábor Dénes, ; 5 June 1900 – 9 February 1979) was a Hungarian-British electrical engineer and physicist, most notable for inventing holography, for which he later received the 1971 Nobel Prize in Physics. He obtained ...
and also called
Weyl Hermann Klaus Hugo Weyl, (; 9 November 1885 – 8 December 1955) was a German mathematician, theoretical physicist and philosopher. Although much of his working life was spent in Zürich, Switzerland, and then Princeton, New Jersey, he is ass ...
-
Heisenberg Werner Karl Heisenberg () (5 December 1901 – 1 February 1976) was a German theoretical physicist and one of the main pioneers of the theory of quantum mechanics. He published his work in 1925 in a breakthrough paper. In the subsequent series ...
frame) in L^2(R) is defined as the form \{E_{mb}T_ {na}g\}_{m,n\in Z}, where a,b>0 and g\in L^2(R) is a fixed function.O. Christensen, An Introduction to Frames and Riesz Bases. Boston, MA: Birkhauser, 2003. However, not for every a and b \{E_{mb}T_{na}g\}_{m,n\in Z} forms a frame on L^2(R). For example, when ab>1, it is not a frame for L^2(R). When ab=1, \{E_{mb}T_{na}g\}_{m,n\in Z} is possible to be a frame, in which case it is a Riesz basis. So the possible situation for \{E_{mb}T_{na}g\}_{m,n\in Z} being an overcomplete frame is ab<1. The Gabor family \{E_{mb/c}T_{nac}g_c\}_{m,n\in Z} is also a frame and sharing the same frame bounds as \{E_{mb}T_{na}g\}_{m,n\in Z}. Different kinds of window function g may be used in Gabor frame. Here examples of three window functions are shown, and the condition for the corresponding Gabor system being a frame is shown as follows. Image:WindowfunctionsGuoxian.jpg, Three window functions used in Gabor frame generation. (1) g(x)=e^{-x^2}, \{E_{mb}T_{na}g\}_{m,n\in Z} is a frame when ab<0.994 (2) g(x)=\frac{1}{cosh(\pi x)}, \{E_{mb}T_{na}g\}_{m,n\in Z} is a frame when ab<1 (3) g(x)=I_{ c- <\frac{1}{2}-a, where


_Wavelet_frames

A_collection_of_wavelet_usually_refers_to_a_set_of_functions_based_on_\psi :_\{2^\frac{j}{2}\psi(2^jx-k)\}_{j,k\in_Z} This_forms_an_orthonormal_basis_for_L^2(R)._However,_when_j,k_can_take_values_in R,_the_set_represents_an_overcomplete_frame_and_called_undecimated_wavelet_basis._In_general_case,_a wavelet_frame_is_defined_as_a_frame_for_L^2(R)_of_the_form :_\{a^\frac{j}{2}\psi(a^jx-kb)\}_{j,k\in_Z} where_a>1,_b>0,_and_\psi\in_L^2(R). The_upper_and_lower_bound_of_this_frame_can_be_computed_as_follows. Let_\hat{\psi}(\gamma)_be_the_Fourier_transform_for_\psi\in_L^1(R) :_\hat{\psi}(\gamma)=\int_{R}\psi(x)e^{-2\pi_ix\gamma}dx When_a,b_are_fixed,_define :_G_0(\gamma)=\sum_{j\in_Z}_.html" ;"title="/math> is the biggest integer not exceeding c, is a frame. The above discussion is a summary of chapter 8 in.


Wavelet frames

A collection of wavelet usually refers to a set of functions based on \psi : \{2^\frac{j}{2}\psi(2^jx-k)\}_{j,k\in Z} This forms an orthonormal basis for L^2(R). However, when j,k can take values in R, the set represents an overcomplete frame and called undecimated wavelet basis. In general case, a wavelet frame is defined as a frame for L^2(R) of the form : \{a^\frac{j}{2}\psi(a^jx-kb)\}_{j,k\in Z} where a>1, b>0, and \psi\in L^2(R). The upper and lower bound of this frame can be computed as follows. Let \hat{\psi}(\gamma) be the Fourier transform for \psi\in L^1(R) : \hat{\psi}(\gamma)=\int_{R}\psi(x)e^{-2\pi ix\gamma}dx When a,b are fixed, define : G_0(\gamma)=\sum_{j\in Z} ">\hat{\psi}(a^j\gamma), ^2 : G_1(\gamma)=\sum_{k\neq0}\sum_{j\in Z} , \hat{\psi}(a^j\gamma)\hat{\psi}(a^j\gamma+\frac{k}{b}), Then : B=\frac{1}{b}\sup_{, \gamma, \in \gamma, \in[1,a(G_0(\gamma)-G_1(\gamma))>0 Furthermore, when : \sum_{j\in Z}, \hat{\psi}(2^j\gamma), ^2=A : \sum_{j=0}^\infty \hat{\psi}(2^j\gamma)\overline{\hat{\psi}(2^j(\gamma+q))}=0, for all odd integers q the generated frame \{\psi_{j,k}\}_{j,k\in Z} is a tight frame. The discussion in this section is based on chapter 11 in.


Applications

Overcomplete Gabor frames and Wavelet frames have been used in various research area including signal detection, image representation, object recognition, noise reduction, sampling theory, operator theory, harmonic analysis, nonlinear sparse approximation, pseudodifferential operators, wireless communications, geophysics, quantum computing, and filter banks.


References

{{Reflist Linear algebra Mathematical analysis