Frame (linear algebra)

From testwiki
Jump to navigation Jump to search

Template:Short description Template:About

In linear algebra, a frame of an inner product space is a generalization of a basis of a vector space to sets that may be linearly dependent. In the terminology of signal processing, a frame provides a redundant, stable way of representing a signal.Template:Sfn Frames are used in error detection and correction and the design and analysis of filter banks and more generally in applied mathematics, computer science, and engineering.Template:Sfn

History

Because of the various mathematical components surrounding frames, frame theory has roots in harmonic and functional analysis, operator theory, linear algebra, and matrix theory.Template:Sfn

The Fourier transform has been used for over a century as a way of decomposing and expanding signals. However, the Fourier transform masks key information regarding the moment of emission and the duration of a signal. In 1946, Dennis Gabor was able to solve this using a technique that simultaneously reduced noise, provided resiliency, and created quantization while encapsulating important signal characteristics.Template:Sfn This discovery marked the first concerted effort towards frame theory.

The frame condition was first described by Richard Duffin and Albert Charles Schaeffer in a 1952 article on nonharmonic Fourier series as a way of computing the coefficients in a linear combination of the vectors of a linearly dependent spanning set (in their terminology, a "Hilbert space frame").Template:Sfn In the 1980s, Stéphane Mallat, Ingrid Daubechies, and Yves Meyer used frames to analyze wavelets. Today frames are associated with wavelets, signal and image processing, and data compression.

Definition and motivation

Motivating example: computing a basis from a linearly dependent set

Suppose we have a vector space V over a field F and we want to express an arbitrary element 𝐯V as a linear combination of the vectors {𝐞k}V, that is, finding coefficients {ck}F such that

𝐯=kck𝐞k.

If the set {𝐞k} does not span V, then such coefficients do not exist for every such 𝐯. If {𝐞k} spans V and also is linearly independent, this set forms a basis of V, and the coefficients ck are uniquely determined by 𝐯. If, however, {𝐞k} spans V but is not linearly independent, the question of how to determine the coefficients becomes less apparent, in particular if V is of infinite dimension.

Given that {𝐞k} spans V and is linearly dependent, one strategy is to remove vectors from the set until it becomes linearly independent and forms a basis. There are some problems with this plan:

  1. Removing arbitrary vectors from the set may cause it to be unable to span V before it becomes linearly independent.
  2. Even if it is possible to devise a specific way to remove vectors from the set until it becomes a basis, this approach may become unfeasible in practice if the set is large or infinite.
  3. In some applications, it may be an advantage to use more vectors than necessary to represent 𝐯. This means that we want to find the coefficients ck without removing elements in {𝐞k}. The coefficients ck will no longer be uniquely determined by 𝐯. Therefore, the vector 𝐯 can be represented as a linear combination of {𝐞k} in more than one way.

Definition

Let V be an inner product space and {𝐞k}k be a set of vectors in V. The set {𝐞k}k is a frame of V if it satisfies the so called frame condition. That is, if there exist two constants 0<AB< such thatTemplate:Sfn

A𝐯2k|𝐯,𝐞k|2B𝐯2,𝐯V.

A frame is called overcomplete (or redundant) if it is not a Riesz basis for the vector space. The redundancy of the frame is measured by the lower and upper frame bounds (or redundancy factors) A and B, respectively.Template:Sfn That is, a frame of KN normalized vectors 𝐞k=1 in an N-dimensional space V has frame bounds which satisfiy

0<A1Nk=1K|𝐞k,𝐞k|2=KNB<.

If the frame is a Riesz basis and is therefore linearly independent, then A1B.

The frame bounds are not unique because numbers less than A and greater than B are also valid frame bounds. The optimal lower bound is the supremum of all lower bounds and the optimal upper bound is the infimum of all upper bounds.

Analysis operator

If the frame condition is satisfied, then the linear operator defined asTemplate:Sfn

𝐓:V2,𝐯𝐓𝐯={𝐯,𝐞𝐤}k,

mapping 𝐯V to the sequence of frame coefficients ck=𝐯,𝐞𝐤, is called the analysis operator. Using this definition, the frame condition can be rewritten as

A𝐯2𝐓𝐯2=k|𝐯,𝐞k|2B𝐯2.

Synthesis operator

The adjoint of the analysis operator is called the synthesis operator of the frame and defined asTemplate:Sfn

𝐓*:2V,{ck}kkck𝐞k.

Frame operator

The composition of the analysis operator and the synthesis operator leads to the frame operator defined as

𝐒:VV,𝐯𝐒𝐯=𝐓*𝐓𝐯=k𝐯,𝐞k𝐞k.

From this definition and linearity in the first argument of the inner product, the frame condition now yields

A𝐯2𝐓𝐯2=𝐒𝐯,𝐯B𝐯2.

If the analysis operator exists, then so does the frame operator 𝐒 as well as the inverse 𝐒1. Both 𝐒 and 𝐒1 are positive definite, bounded self-adjoint operators, resulting in A and B being the infimum and supremum values of the spectrum of 𝐒.Template:Sfn In finite dimensions, the frame operator is automatically trace-class, with A and B corresponding to the smallest and largest eigenvalues of 𝐒 or, equivalently, the smallest and largest singular values of 𝐓.Template:Sfn

Relation to bases

The frame condition is a generalization of Parseval's identity that maintains norm equivalence between a signal in V and its sequence of coefficients in 2.

If the set {𝐞k} is a frame of V, it spans V. Otherwise there would exist at least one non-zero 𝐯V which would be orthogonal to all 𝐞k such that

A𝐯20B𝐯2;

either violating the frame condition or the assumption that 𝐯0.

However, a spanning set of V is not necessarily a frame. For example, consider V=2 with the dot product, and the infinite set {𝐞k} given by

{(1,0),(0,1),(0,12),(0,13),}.

This set spans V but since

k|𝐞k,(0,1)|2=0+1+12+13+=,

we cannot choose a finite upper frame bound B. Consequently, the set {𝐞k} is not a frame.

Dual frames

Let {𝐞k} be a frame; satisfying the frame condition. Then the dual operator is defined as

𝐓~𝐯=k𝐯,𝐞~k,

with

𝐞~k=(𝐓*𝐓)1𝐞k=𝐒1𝐞k,

called the dual frame (or conjugate frame). It is the canonical dual of {𝐞k} (similar to a dual basis of a basis), with the property thatTemplate:Sfn

𝐯=k𝐯,𝐞k𝐞~k=k𝐯,𝐞~k𝐞k,

and subsequent frame condition

1B𝐯2k|𝐯,𝐞~k|2=𝐓𝐒1𝐯,𝐓𝐒1𝐯=𝐒1𝐯,𝐯1A𝐯2,𝐯V.

Canonical duality is a reciprocity relation, i.e. if the frame {𝐞~k} is the canonical dual of {𝐞k}, then the frame {𝐞k} is the canonical dual of {𝐞~k}. To see that this makes sense, let 𝐯 be an element of V and let

𝐮=k𝐯,𝐞k𝐞~k.

Thus

𝐮=k𝐯,𝐞k(𝐒1𝐞k)=𝐒1(k𝐯,𝐞k𝐞k)=𝐒1𝐒𝐯=𝐯,

proving that

𝐯=k𝐯,𝐞k𝐞~k.

Alternatively, let

𝐮=k𝐯,𝐞~k𝐞k.

Applying the properties of 𝐒 and its inverse then shows that

𝐮=k𝐯,𝐒1𝐞k𝐞k=k𝐒1𝐯,𝐞k𝐞k=𝐒(𝐒1𝐯)=𝐯,

and therefore

𝐯=k𝐯,𝐞~k𝐞k.

An overcomplete frame {𝐞k} allows us some freedom for the choice of coefficients ck𝐯,𝐞~k such that 𝐯=kck𝐞k. That is, there exist dual frames {𝐠k}{𝐞~k} of {𝐞k} for which

𝐯=k𝐯,𝐠k𝐞k,𝐯V.

Dual frame synthesis and analysis

Suppose V is a subspace of a Hilbert space H and let {𝐞k}k and {𝐞~k}k be a frame and dual frame of V, respectively. If {𝐞k} does not depend on fH, the dual frame is computed as

𝐞~k=(𝐓*𝐓V)1𝐞k,

where 𝐓V denotes the restriction of 𝐓 to V such that 𝐓*𝐓V is invertible on V. The best linear approximation of f in V is then given by the orthogonal projection of fH onto V, defined as

PVf=kf,𝐞k𝐞~k=kf,𝐞~k𝐞k.

The dual frame synthesis operator is defined as

PVf=𝐓~*𝐓f=(𝐓*𝐓V)1𝐓*𝐓f=kf,𝐞k𝐞~k,

and the orthogonal projection is computed from the frame coefficients f,𝐞k. In dual analysis, the orthogonal projection is computed from {𝐞k} as

PVf=𝐓*𝐓~f=kf,𝐞~k𝐞k

with dual frame analysis operator {𝐓~f}k=f,𝐞~k.Template:Sfn

Applications and examples

In signal processing, it is common to represent signals as vectors in a Hilbert space. In this interpretation, a vector expressed as a linear combination of the frame vectors is a redundant signal. Representing a signal strictly with a set of linearly independent vectors may not always be the most compact form.Template:Sfn Using a frame, it is possible to create a simpler, more sparse representation of a signal as compared with a family of elementary signals. Frames, therefore, provide "robustness". Because they provide a way of producing the same vector within a space, signals can be encoded in various ways. This facilitates fault tolerance and resilience to a loss of signal. Finally, redundancy can be used to mitigate noise, which is relevant to the restoration, enhancement, and reconstruction of signals.

Non-harmonic Fourier series

Template:Main From Harmonic analysis it is known that the complex trigonometric system {12πeikx}k form an orthonormal basis for L2(π,π). As such, {eikx}k is a (tight) frame for L2(π,π) with bounds A=B=2π.Template:Sfn

The system remains stable under "sufficiently small" perturbations {λkk} and the frame {eiλkx}k will form a Riesz basis for L2(π,π). Accordingly, every function f in L2(π,π) will have a unique non-harmonic Fourier series representation

f(x)=kckeiλkx,

with |ck|2< and {eiλkx}k is called the Fourier frame (or frame of exponentials). What constitutes "sufficiently small" is described by the following theorem, named after Mikhail Kadets.Template:Sfn

Template:Math theorem The theorem can be easily extended to frames, replacing the integers by another sequence of real numbers {μk}k such thatTemplate:SfnTemplate:Sfn

|λkμk|L<14,k,and1cos(πL)+sin(πL)<AB,

then {eiλkx}k is a frame for L2(π,π) with bounds

A(1BA(1cos(πL)+sin(πL)))2,B(2cos(πL)+sin(πL))2.

Frame projector

Template:Distinguish Redundancy of a frame is useful in mitigating added noise from the frame coefficients. Let 𝐚2() denote a vector computed with noisy frame coefficients. The noise is then mitigated by projecting 𝐚 onto the image of 𝐓.

Template:Math theorem The 2 sequence space and im(𝐓) (as im(𝐓)2) are reproducing kernel Hilbert spaces with a kernel given by the matrix Mk,p=𝐒1𝐞p,𝐞k.Template:Sfn As such, the above equation is also referred to as the reproducing kernel equation and expresses the redundancy of frame coefficients.Template:Sfn

Special cases Template:Anchor

Tight frames

A frame is a tight frame if A=B. A tight frame {𝐞k}k=1 with frame bound A has the property that

𝐯=1Ak𝐯,𝐞k𝐞k,𝐯V.

For example, the union of k disjoint orthonormal bases of a vector space is an overcomplete tight frame with A=B=k. A tight frame is a Parseval frame if A=B=1.Template:Sfn Each orthonormal basis is a (complete) Parseval frame, but the converse is not necessarily true.Template:Sfn

Equal norm frame

A frame is an equal norm frame if there is a constant c such that 𝐞k=c for each k. An equal norm frame is a normalized frame (sometimes called a unit-norm frame) if c=1.Template:Sfn A unit-norm Parseval frame is an orthonormal basis; such a frame satisfies Parseval's identity.

Equiangular frames

A frame is an equiangular frame if there is a constant c such that |𝐞i,𝐞j|=c for all ij. In particular, every orthonormal basis is equiangular.Template:Sfn

Exact frames

A frame is an exact frame if no proper subset of the frame spans the inner product space. Each basis for an inner product space is an exact frame for the space (so a basis is a special case of a frame).

Generalizations

Semi-frame

Sometimes it may not be possible to satisfy both frame bounds simultaneously. An upper (respectively lower) semi-frame is a set that only satisfies the upper (respectively lower) frame inequality.Template:Sfn The Bessel Sequence is an example of a set of vectors that satisfies only the upper frame inequality.

For any vector 𝐯V to be reconstructed from the coefficients {𝐯,𝐞k}k it suffices if there exists a constant A>0 such that

Axy2TxTy2,x,yV.

By setting 𝐯=xy and applying the linearity of the analysis operator, this condition is equivalent to:

A𝐯2T𝐯2,𝐯V,

which is exactly the lower frame bound condition.

Fusion frame

Template:Main article A fusion frame is best understood as an extension of the dual frame synthesis and analysis operators where, instead of a single subspace VH, a set of closed subspaces {Wi}iH with positive scalar weights {wi}i is considered. A fusion frame is a family {Wi,wi}i that satisfies the frame condition

Af2iwi2PWif2Bf2,fH,

where PWi denotes the orthogonal projection onto the subspace Wi.Template:Sfn

Continuous frame

Suppose H is a Hilbert space, X a locally compact space, and μ is a locally finite Borel measure on X. Then a set of vectors in H, {fx}xX with a measure μ is said to be a continuous frame if there exists constants, 0<AB such that

A||f||2X|f,fx|2dμ(x)B||f||2,fH.

To see that continuous frames are indeed the natural generalization of the frames mentioned above, consider a discrete set ΛX and a measure μ=δΛ where δΛ is the Dirac measure. Then the continuous frame condition reduces to

A||f||2λΛ|f,fλ|2B||f||2,fH.

Just like in the discrete case we can define the analysis, synthesis, and frame operators when dealing with continuous frames.

Continuous analysis operator

Given a continuous frame {fx}xX the continuous analysis operator is the operator mapping f to a function on X defined as follows:

T:HL2(X,μ) by ff,fxxX.

Continuous synthesis operator

The adjoint operator of the continuous analysis operator is the continuous synthesis operator, which is the map

T*:L2(X,μ)H by axXaxfxdμ(x).

Continuous frame operator

The composition of the continuous analysis operator and the continuous synthesis operator is known as the continuous frame operator. For a continuous frame {fx}xX, it is defined as follows:

S:HH by Sf:=Xf,fxfxdμ(x).

In this case, the continuous frame projector P:L2(x,μ)im(T) is the orthogonal projection defined by

P:=TS1T*.

The projector P is an integral operator with reproducting kernel K(x,y)=S1fx,fy, thus im(T) is a reproducing kernel Hilbert space.Template:Sfn

Continuous dual frame

Given a continuous frame {fx}xX, and another continuous frame {gx}xX, then {gx}xX is said to be a continuous dual frame of {fx} if it satisfies the following condition for all f,hH:

f,h=Xf,fxgx,hdμ(x).

Framed positive operator-valued measure

Template:Main article Just as a frame is a natural generalization of a basis to sets that may be linear dependent, a positive operator-valued measure (POVM) is a natural generalization of a projection-valued measure (PVM) in that elements of a POVM are not necessarily orthogonal projections.

Suppose (X,M) is a measurable space with M a Borel σ-algebra on X and let F be a POVM from M to the space of positive operators on H with the additional property that

0<AIF(M)BI<,

where I is the identity operator. Then F is called a framed POVM.Template:Sfn

In case of the fusion frame condition, this allows for the substitution

F(m)=imwiPWi,mM.

For the continuous frame operator, the framed POVM would beTemplate:Sfn

F(M)fx,fy=MSfx,fydμ(x).

See also

Notes

Template:Reflist

References