Content deleted Content added
No edit summary |
m de-orphaned |
||
(75 intermediate revisions by 15 users not shown) | |||
Line 1:
[[Wavelet]]s are often used to analyse piece-wise smooth signals.<ref>{{cite book|last1=Mallat|first1=Stéphane|title=A Wavelet Tour of
The [[
In 2-D for example, the tensor product space for 2-D is decomposed into four tensor product vector spaces<ref name=Tensor_products>{{cite journal|last1=Kugarajah|first1=Tharmarajah|last2=Zhang|first2=Qinghua|title=Multidimensional wavelet frames|journal=IEEE Transactions on Neural Networks|date=November 1995|volume=6|issue=6|pages=1552–1556|doi=10.1109/72.471353|pmid=18263450|hdl=1903/5619|hdl-access=free}}</ref> as
{{math| (
This leads to the concept of multidimensional separable DWT similar in principle to the multidimensional DFT.▼
▲[[Wavelet]]s are often used to analyse piece-wise smooth signals.<ref>{{cite book|last1=Mallat|first1=Stéphane|title=A Wavelet Tour of Signal Processing|date=2008|publisher=Academic Press}}</ref> Wavelet coefficients can efficiently represent a signal which has led to data compression algorithms such as using wavelets.<ref>{{cite web|last1=DeVORE|first1=RONALD|last2=JAWERTH|first2=BJORN|last3=LUCIER|first3=BRADLEY|title=DATA COMPRESSION USING WAVELETS: ERROR, SMOOTHNESS, AND QUANTIZATION|url=https://www.math.purdue.edu/~lucier/692/data-compression.pdf}}</ref> Wavelet analysis is extended for [[multidimensional signal processing]] as well. This article introduces a few methods for wavelet synthesis and analysis for multidimensional signals. There also occur challenges such as directivity in multidimensional case.
▲=== Multidimensional separable Discrete Wavelet Transform (DWT) ===
▲[[Discrete wavelet transform]] is extended to the multidimensional case is using the [[tensor product]] of well known 1-D wavelets.
▲{{math| ( φ(x) ⨁ ψ(x) ) ⊗ ( φ(y) ⨁ ψ(y) ) {{=}} { φ(x)φ(y), φ(x)ψ(y), ψ(x)φ(y), ψ(x)ψ(y) }}}
▲This leads to the concept of multidimensional separable DWT similar in principle to multidimensional DFT.
give detail coefficients.▼
▲{{math|φ(x)φ(y)}} gives the approximation coefficients and other subbands:
▲{{math|φ(x)ψ(y)}} low-high (LH) subband,
Wavelet coefficients can be computed by passing the signal to be decomposed though a series of filters.
▲{{math|ψ(x)φ(y)}} high-low (HL) subband,
For example, for {{math|M{{=}}3}} and a signal of size {{math| N1 × N2 × N3}} , a separable DWT can be implemented as follows:
[[
Applying the 1-D DWT analysis filterbank in dimension {{math|N1}}, it is now split into two chunks of size {{math| {{frac|N1|2}}
▲{{math|ψ(x)ψ(y)}} high-high (HH) subband,
[[
▲give detail coefficients
===
▲Wavelet coefficients can be computed by passing the signal to be decomposed though a series of filters.<ref>{{cite web|title=Discrete wavelet transform|url=https://en.wikipedia.org/wiki/Discrete_wavelet_transform|website=Wikipedia|publisher=Wikipedia}}</ref> In the case of 1-D, there are two filters in every level-one low pass for approximation and one high pass for the details. In the multidimensional case, the number of filters in each level depends on the number of tensor product vector spaces. For M-D, {{math|2<sup>M</sup>}} filters are necessary at every level. Each of these is called a subband. The subband with all low pass (LLL...) gives the approximation coefficients and all the rest give the detail coefficients at that level.
▲[[File:Wiki figures1.pdf|thumbnail|center|The figure depicts 3-D separable DWT procedure by applying 1-D DWT for each dimension and splitting the data into chunks to obtain wavelets for different subbands]]
▲Applying the 1-D DWT analysis filterbank in dimension {{math|N1}}, it is now split into two chunks of size {{math| {{frac|N1|2}} × N2 × N3}}. Applying 1-D DWT in {{math|N2}} dimension, each of these chunks is split into two more chunks of {{math|{{frac|N1|2}} × {{frac|N2|2}} × N3}}. This repeated in 3-D gives a total of 8 chunks of size {{math| {{frac|N1|2}} × {{frac|N2|2}} × {{frac|N3|2}}}}. The first chunk is passed via a low pass filter in each of these dimensions and the second one via high-pass.
▲[[File:Filterbank.pdf|thumbnail|The figure shows the 3-D analysis filterbank for 3-D separable DWT]]
▲====Disadvantages of M-D separable DWT====
The wavelets generated by the separable DWT procedure are highly shift variant. A small shift in the input signal changes the wavelet coefficients to a large extent. Also, these wavelets are almost equal in their magnitude in all directions and thus do not reflect the orientation or directivity that could be present in the multidimensional signal. For example, there could be an edge discontinuity in an image or an object moving smoothly along a straight line in the space-time 4D dimension. A separable DWT does not fully capture the same.
In order to overcome these difficulties, a method of wavelet transform called [[Complex wavelet transform]] (CWT) was developed.
Similar to the 1-D complex wavelet transform,<ref name=kingsbury>{{cite journal|last1=Kingsbury|first1=Nick|title=Complex Wavelets for Shift Invariant Analysis and Filtering of Signals|journal= Applied and Computational Harmonic Analysis|date=2001|volume=10|issue=3|pages=234–253|doi=10.1006/acha.2000.0343|url=http://www.idealibrary.com|doi-access=free}}</ref> tensor products of complex wavelets are considered to produce complex wavelets for multidimensional signal analysis. With further analysis it is seen that these complex wavelets are oriented.<ref name=IEEEmag>{{cite journal|last1=Selesnick|first1=Ivan|last2=Baraniuk|first2=Richard|last3=Kingsbury|first3=Nick|title=The Dual-Tree Complex Wavelet Transform|journal=IEEE
Dual tree CWT in 1-D uses 2 real DWTs, where the first one gives the real part of CWT and the second DWT gives the imaginary part of the CWT. M-D dual tree CWT is analyzed in terms of tensor products. However, it is possible to implement M-D CWTs efficiently using separable M-D DWTs and considering sum and difference of subbands obtained. Additionally, these wavelets tend to be oriented in specific directions.
Line 50 ⟶ 42:
If both real and imaginary parts of the tensor products of complex wavelets are considered, complex oriented dual tree CWT which is 2 times more expansive than real oriented dual tree CWT is obtained. So there are two wavelets oriented in each of the directions.
Although implementing complex oriented dual tree structure takes more resources, it is used in order to ensure an approximate shift invariance property that a complex analytical wavelet can provide in 1-D. In the 1-D case, it is required that the real part of the wavelet and the imaginary part are [[Hilbert transform]] pairs for the wavelet to be analytical and to exhibit shift invariance. Similarly in the M-D case, the real and imaginary parts of tensor products are made to be approximate Hilbert transform pairs in order to be analytic and shift invariant.<ref name=IEEEmag /><ref>{{cite journal|last1=Selesnick|first1=I.W.|title=Hilbert transform pairs of wavelet bases|journal=IEEE Signal Processing Letters|date=June 2001|volume=8|issue=6|pages=170–173|doi=10.1109/97.923042|citeseerx=10.1.1.139.5369|bibcode=2001ISPL....8..170S|s2cid=5994808 }}</ref>
Consider an example for 2-D dual tree real oriented CWT:
Let {{math|
{{math|
{{=}} ψ(x)<sub>h</sub>ψ(y)<sub>h</sub> - ψ(x)<sub>g</sub>ψ(x)<sub>g</sub> + j [ψ(x)<sub>h</sub>ψ(y)<sub>g</sub> - ψ(x)<sub>h</sub>ψ(x)<sub>g</sub>]}}▼
{{math| ψ(x,y) {{=}} [ψ(x)<sub>h</sub> + j ψ(x)<sub>g</sub>][ ψ(y)<sub>h</sub> + j ψ(y)<sub>g</sub>]
The support of the Fourier spectrum of the wavelet above resides in first quadrant as in the diagram. When just the real part is considered, {{math|Real(ψ(x,y)) {{=}} ψ(x)<sub>h</sub>ψ(y)<sub>h</sub> - ψ(x)<sub>g</sub>ψ(x)<sub>g</sub>}} has support on opposite quadrants. Both {{math|ψ(x)<sub>h</sub>ψ(y)<sub>h</sub>}} and {{math|ψ(x)<sub>g</sub>ψ(y)<sub>g</sub>}} correspond to HH subband of two different separable 2-D DWTs. This wavelet is oriented at {{math|-45<sup>o</sup>}}.▼
▲{{=}}
▲The support of the Fourier spectrum of the wavelet above resides in the first quadrant
Similarly, by considering {{math| ψ<sub>2</sub>(x,y) {{=}} ψ(x)ψ(y)<sup>*</sup>}}, wavelet oriented at {{math|45<sup>o</sup>}} is obtained. To obtain 4 more oriented real wavelets, {{math|φ(x)ψ(y)}}, {{math|ψ(x)φ(y)}}, {{math|φ(x)ψ(y)<sup>*</sup>}} and {{math|ψ(x)φ(y)<sup>*</sup>}} are considered.▼
▲Similarly, by considering {{math|
For implementation of this 2 separable 2-D DWTs in parallel are needed. Then, the appropriate sum and difference of different subbands give oriented wavelets, a total of 6 in all.▼
[[File:Wavelet orientation.jpg|thumbnail|center|The figure shows the Fourier support of all 6 oriented wavelets obtained by a 2-D real oriented dual tree CWT]]▼
▲
▲[[
Similarly, in 3-D, 4 separable 3-D DWTs in parallel are needed and a total of 28 oriented wavelets are obtained.
Although the M-D CWT provides one with oriented wavelets, these orientations are only appropriate to represent the orientation along
The dual tree '''
{{math| H<sub>x</sub> {
{{math| H<sub>y</sub> {
{{math| H<sub>x</sub> H<sub>y</sub> {
For the 2-D case, this is named dual tree '''[[quaternion]]
The total redundancy in M-D is {{math|2<sup>m</sup>}} tight frame.
The hypercomplex transform described above serves as a building block to construct the '''
For 3-D, the DHWT can be considered in two dimensions, one DHWT for {{math|n {{=}} 1}} and another for {{math|n {{=}} 2}}. For {{math|n {{=}} 2}}, {{math|n {{=}} m-1}}, so, as in the 2-D case, this corresponds to 3-D dual tree CWT. But the case of {{math|n {{=}} 1}} gives rise to a new DHWT transform. The combination of 3-D HWT wavelets is done in a manner to ensure that the resultant wavelet is lowpass along 1-D and bandpass along 2-D.
In,<ref name=DHWT /> this was used to detect line singularities in 3-D space.
The wavelet transforms for multidimensional signals are often computationally challenging which is the case with most multidimensional signals. Also, the methods of CWT and DHWT are redundant even though they offer directivity and shift invariance.
== References ==
{{Reflist}}
== External links ==
*[http://www.uio.no/studier/emner/matnat/math/MAT-INF2360/v12/tensorwavelet.pdf Tensor products in wavelet settings]
*[http://eeweb.poly.edu/iselesni/WaveletSoftware/index.html Matlab implementation of wavelet transforms]
*[https://arxiv.org/abs/1101.5320 A Panorama on Multiscale Geometric Representations, Intertwining Spatial, Directional and Frequency Selectivity], a review on 2D (two-dimensional) wavelet representations
▲[[Category: Multidimensional signal processing]]
▲[[Category: Wavelets]]
|