Oriented Wavelet Transform
|
Oriented Wavelet Transform |
contact: V. Chappelier, C. Guillemot
During the course of my PhD at TEMICS, I have designed a new transform for image compression and denoising. The idea behind this transform simply consists in applying the lifting steps of a 1D wavelet transform in the direction of the image contours. Using quincunx multiresolution sampling, the image is filtered along horizontal and vertical or diagonal and antidiagonal directions. This results in better energy compaction in the lowest subband compared to the separable wavelet. The figure below illustrates which part of the spectrum is conserved in the low-pass subband (of same size) for both transform:
Image compression
This transform has similar complexity as the separable wavelet transform while providing better energy compaction and staying critically sampled, which makes it a good candidate for compression applications. The increased decorrelation offers relatively good performance compared to state-of-the-art coder, even without complex adaptive high order models. To illustrate this, two simple separable wavelet and oriented wavelet codecs have been designed, using a non-adaptive first-order generalized Gaussian model for each subband. While the performance of this coder could be improved by using rate-distorsion optimization or better quantization techniques like TCQ, it performs within 1 dB from the state-of-the-art coders. Besides, the model is simple enough to apply efficient error resilient entropy coding, which is another research topic of the team.
The figure below illustrate images obtained from this coder combined with either the separable wavelet or oriented wavelet transform. To view the full size images, click on the thumbnails. The corresponding compressed files are also available for download by clicking on the corresponding PSNR result.
Of course, this transform can also be combined with more advanced subband coders such as EBCOT, which is used in the JPEG2000 standard. The following figure compares the separable wavelet transform with the standardized oriented wavelet tarnsform. The codec for these experiments is based on OpenJPEG 0.95, which is a JPEG2000 compliant codec.
Denoising
Filtering along the image contours allows to remove the noise more efficiently than anisotropic techniques like the ones based on separable wavelets. The following figure illustrates the denoising results obtained from separable and oriented wavelet tranforms for additive white Gaussian noise of standard deviation 25. In this experiment, the orientation map is modeled as an Hidden Markov Field. The results for separable wavelets (DWT) and oriented wavelets (OWT) are for 5 and 10 levels of decomposition respectively.
| noisy |
DWT |
OWT |
FOE |
BLS-GSM |
 |
 |
 |
 |
 |
| PSNR = 20.24 dB |
PSNR = 29.86 dB |
PSNR = 30.41 dB |
PSNR = 30.81 dB |
PSNR = 31.73 dB |
Codecs
Only Linux binaries are currently provided here. The owavelet+EBCOT coder is based on OpenJPEG, which is provided under a BSD licence (reproduced in the README file) by the Communications and remote sensing Laboratory from the UCL. The programs provided herein are for scientific use only. Commercial use of these softwares, in particular, is prohibited without authorization from the author. These softwares are provided in the hope that they will be useful, and without any warranty of any kind.