Implementation and Comparison of the 5/3 Lifting 2D Discrete Wavelet Transform Computation Schedules on Fpgas

Total Page:16

File Type:pdf, Size:1020Kb

Implementation and Comparison of the 5/3 Lifting 2D Discrete Wavelet Transform Computation Schedules on Fpgas Journal of VLSI Signal Processing 2007 ) 2007 Springer Science + Business Media, LLC. Manufactured in The United State. DOI: 10.1007/s11265-007-0139-5 Implementation and Comparison of the 5/3 Lifting 2D Discrete Wavelet Transform Computation Schedules on FPGAs MARIA E. ANGELOPOULOU AND PETER Y. K. CHEUNG Department of Electrical and Electronic Engineering, Imperial College London, Exhibition Road, London, SW7 2BT, UK KONSTANTINOS MASSELOS Department of Computer Science and Technology, University of Peloponnese, Tripolis, 22100, Greece YIANNIS ANDREOPOULOS Department of Electronic Engineering, Queen Mary University of London, Mile End Road, London, E1 4NS, UK Received: 14 April 2007; Revised: 23 July 2007; Accepted: 9 August 2007 Abstract. The suitability of the 2D Discrete Wavelet Transform (DWT) as a tool in image and video compression is nowadays indisputable. For the execution of the multilevel 2D DWT, several computation schedules based on different input traversal patterns have been proposed. Among these, the most commonly used in practical designs are: the row–column, the line-based and the block-based. In this work, these schedules are implemented on FPGA- based platforms for the forward 2D DWT by using a lifting-based filter-bank implementation. Our designs were realized in VHDL and optimized in terms of throughput and memory requirements, in accordance with the principles of both the schedules and the lifting decomposition. The implementations are fully parameterized with respect to the size of the input image and the number of decomposition levels. We provide detailed experimental results concerning the throughput, the area, the memory requirements and the energy dissipation, associated with every point of the parameter space. These results demonstrate that the choice of the suitable schedule is a decision that should be dependent on the given algorithmic specifications. Keywords: discrete wavelet transform, FPGA, implementation, lifting scheme, 5/3 lifting filter-pair, row-column, line-based, block-based, comparison 1. Introduction desired smoothness and continuity. The high algo- rithmic performance of the 2D DWT in image The two-dimensional Discrete Wavelet Transform compression justifies its use as the kernel of both (2DDWT)isnowadaysestablishedasakey the JPEG-2000 still image compression standard [1] operation in image processing. In the area of image and the MPEG-4 texture coding standard [2]. compression, the 2D DWT has clearly prevailed against its predecessor, the 2D Discrete Cosine 1.1. The Dyadic Decomposition Transform. This is mainly because it achieves higher compression ratios, due to the subband decomposi- The 2D DWT can be considered as a `chain’ of suc- tion it involves, while it eliminates the `blocking’ cessive levels of decomposition as depicted in Fig. 1. artifacts that deprive the reconstructed image of the Because the 2D DWT is a separable transform, it Angelopoulou et al. can be computed by applying the 1D DWT along the rows and columns of the input image of each level during the horizontal and vertical filtering h.f. v.f. LL0 L0 H0 stages. Every time the 1D DWT is applied on a signal, LEVEL 0 it decomposes that signal in two sets of coefficients: a low-frequency and a high-frequency set. The low- frequency set is an approximation of the input signal at a coarser resolution, while the high-frequency set includes the details that will be used at a later stage LL HL L H HL during the reconstruction phase. 1 1 1 1 1 This procedure, presented in Fig. 1, is known as h.f. v.f. the dyadic decomposition of the image, and its LEVEL 1 LH HH LH HH impact upon the image’s pixels can be presented by 1 1 1 1 the diagram of Fig. 2, for the case of three de- composition levels. The shaded areas in Fig. 2 represent the low-frequency coefficients that com- HL L H HL prise the coarse image at the input of each level. LL2 2 2 2 2 HL HL Let us briefly describe the steps of this decomposition. 1 1 LH HH LH HH The input of level j is the low-frequency 2D subband 2 2 h.f. 2 2 v.f. LLj, which is actually the coarse image at the resolution LEVEL 2 LH HH LH HH of that level. In the first level, the image itself 1 1 1 1 constitutes the LL image block (LL0). The coefficients L (H), produced after the horizontal filtering at a given level, are vertically filtered to produce subbands LL and LL3 HL3 HL LH (HL and HH ). The LL subband will either be the 2 LH HH 3 3 HL input of the horizontal filtering stage of the next level, if 1 LH HH there is one, or will be stored, if the current level is also 2 2 h.f. ... the last one. All LH, HL and HH subbands are stored, to LEVEL 3 LH HH contribute later in the reconstruction of the original 1 1 h.f. : horizontal filtering stage image from the LL subband. v.f. : vertical filtering stage Figure 2. Diagrammatic representation of the dyadic decompo- 1.2. The 1D DWT sition for three decomposition levels. In Fig. 1, the units that implement the 1D DWT are detail. Two main options exist for the implementation of depicted as black boxes. These are now considered in 1D DWT: the traditional convolution-based implemen- tation [3] and the lifting-based implementation [4, 5]. h.f.v.f.h.f. v.f. h.f. v.f. The convolution-based 1D DWT The conventional HH1 H HL convolution-based 1D DWT of [3] is presented in 0 1 HH IN L LH 2 Fig. 3a. As shown in Fig. 3a, this consists of two 0 1 H 1 HL2 (LL0) LL HH fi 1 LH 3 analysis lters, h (low-pass) and g (high-pass), L1 2 H2 HL LL 3 followed by subsampling units. The signal x½n is 2 L LH 2 3 decomposed into the approximation (low-frequency) LL 3 ... signal lp½n and the detail (high-frequency) signal level 0 level 1 level 2 hp½n . Note that in the structure of Fig. 3a the unit that implements the forward 1D-DWT downsampling is performed after the filtering has h.f. :horizontal filtering stage been completed. This is clearly inefficient since, in v.f. : vertical filtering stage this case, half of the calculated coefficients are fi Figure 1. The 2D DWT decomposition as a ‘chain’ of redundant, and the ltering is realized at full successive levels. sampling rate. Implementation of the 5/3 Lifting 2D DWT Computation Schedules h[n] 2 lp[n] 2 LP(z) E by factorizing the polyphase matrix of the DWT into x[n] X(z) 0(z) g[n] 2 hp[n] z-1 2 HP(z) elementary matrices. We will briefly discuss the principles of the (a) (b) forward lifting. More information on the lifting Figure. 3. The convolution-based implementation of the forward fi scheme can be found in [4, 5]. As it is proven in 1D DWT. The conventional ltering-and-downsampling structure fi (a). Using the polyphase matrix of the analysis filter-bank (b). [4], if (H , G) is a perfect-reconstruction lter-pair, the following factorization of matrix E0ðzÞ of (1), into lifting steps, is feasible: Early research on filter-bank design proved that Ym K 0 1 U ðzÞ 10 the execution of 1D DWT can be accelerated by EðzÞ¼ i ð3Þ fi 01=K 01ÀPiðzÞ 1 using the polyphase matrix of the lter-bank, instead i¼1 of the conventional filtering-and-downsampling structure of Fig. 3a. As Fig. 3b shows, the signal is where K is a constant and m is the number of predict- split into two signals (polyphase components) at half and-update steps. They both depend on the type of of the original sampling rate. The downsampling is filter-pair that is used. fi now performed prior to the actual ltering, thereby Note that the lifting factorization of (3) is not unique. fi avoiding the calculation of coef cients that will later That is, for a given wavelet transform we can often find be discarded. The polyphase components of the signal multiple ways of factorizing its polyphase matrix. fi fi are ltered in parallel by the corresponding lter The numerical factorization of (3) is represented by fi coef cients, producing the same result as if the the schematic diagram of Fig. 4. The forward lifting downsampling was performed as described in [3]. scheme consists of the following steps: The analysis polyphase matrix for Fig. 3bis fi de ned (in the Z-domain) as: 1. The splitting step, where the signal is separated into even and odd samples. HeðzÞHoðzÞ E0ðzÞ¼ ð1Þ 2. The prediction steps, associated with the predict GeðzÞGoðzÞ operator PiðzÞ. 3. The update steps, associated with the update where HeðzÞ and HoðzÞ denote the Type-I even and operator UiðzÞ. odd polyphase components of the corresponding 4. The scaling step, indicated by the scaling factors fi low-pass analysis lter, and GeðzÞ and GoðzÞ denote 1=K and K. the Type-I even and odd polyphase components of the corresponding high-pass analysis filter. The inverse transform is realized by traversing the Using the analysis polyphase matrix of (1), the schematic of Fig. 3b from right to left (reverse signal wavelet decomposition can be written (in the Z- flow) and switching the signs of the predict and domain) as: update operators as well as the scaling factors. Because of the complete reversibility of the lifting LPðzÞ XeðzÞ scheme even if non-linear predict and update oper- ¼ E0ðzÞ ; ð2Þ HPðzÞ XoðzÞ ators are used in the schematic of Fig.
Recommended publications
  • Brislawn-2006-Polyphase.Pdf
    LA-UR-04-2090 Approved for public release; distribution is unlimited. Title: The polyphase-with-advance representation and linear phase lifting factorizations Author(s): Christopher M. Brislawn Brendt Wohlberg Submitted to: to appear in IEEE Transactions on Signal Processing Los Alamos National Laboratory, an affirmative action/equal opportunity employer, is operated by the University of California for the U.S. Department of Energy under contract W-7405-ENG-36. By acceptance of this article, the publisher recognizes that the U.S. Government retains a nonexclusive, royalty-free license to publish or reproduce the published form of this contribution, or to allow others to do so, for U.S. Government purposes. Los Alamos National Laboratory requests that the publisher identify this article as work performed under the auspices of the U.S. Department of Energy. Los Alamos National Laboratory strongly supports academic freedom and a researcher’s right to publish; as an institution, however, the Laboratory does not endorse the viewpoint of a publication or guarantee its technical correctness. Form 836 (8/00) 1 The Polyphase-with-Advance Representation and Linear Phase Lifting Factorizations Christopher M. Brislawn*, Member, IEEE, and Brendt Wohlberg Los Alamos National Laboratory, Los Alamos, NM 87545 USA (505) 665–1165 (Brislawn); (505) 667–6886 (Wohlberg); (505) 665–5220 (FAX) [email protected]; [email protected] Abstract A matrix theory is developed for the noncausal polyphase representation that underlies the theory of lifted filter banks and wavelet transforms. The theory presented here develops an extensive matrix algebra framework for analyzing and implementing linear phase two- channel filter banks via lifting cascade schemes.
    [Show full text]
  • Efficient Implementations of Discrete Wavelet Transforms Using Fpgas Deepika Sripathi
    Florida State University Libraries Electronic Theses, Treatises and Dissertations The Graduate School 2003 Efficient Implementations of Discrete Wavelet Transforms Using Fpgas Deepika Sripathi Follow this and additional works at the FSU Digital Library. For more information, please contact [email protected] THE FLORIDA STATE UNIVERSITY COLLEGE OF ENGINEERING EFFICIENT IMPLEMENTATIONS OF DISCRETE WAVELET TRANSFORMS USING FPGAs By DEEPIKA SRIPATHI A Thesis submitted to the Department of Electrical and Computer Engineering in partial fulfillment of the requirements for the degree of Master of Science Degree Awarded: Fall Semester, 2003 The members of the committee approve the thesis of Deepika Sripathi defended on November 18th, 2003. Simon Y. Foo Professor Directing Thesis Uwe Meyer-Baese Committee Member Anke Meyer-Baese Committee Member Approved: Reginald J. Perry, Chair, Department of Electrical and Computer Engineering The office of Graduate Studies has verified and approved the above named committee members ii ACKNOWLEDGEMENTS I would like to express my gratitude to my major professor, Dr. Simon Foo for his guidance, advice and constant support throughout my thesis work. I would like to thank him for being my advisor here at Florida State University. I would like to thank Dr. Uwe Meyer-Baese for his guidance and valuable suggestions. I also wish to thank Dr. Anke Meyer-Baese for her advice and support. I would like to thank my parents for their constant encouragement. I would like to thank my husband for his cooperation and support. I wish to thank the administrative staff of the Electrical and Computer Engineering Department for their kind support. Finally, I would like to thank Dr.
    [Show full text]
  • Euclidean Algorithm for Laurent Polynomial Matrix Extension
    Euclidean Algorithm for Laurent Polynomial Matrix Extension |A note on dual-chain approach to construction of wavelet filters Jianzhong Wang May 11, 2015 Abstract In this paper, we develop a novel and effective Euclidean algorithm for Laurent polynomial matrix extension (LPME), which is the key of the construction of perfect reconstruction filter banks (PRFBs). The algorithm simplifies the dual-chain approach to the construction of PRFBs in the paper [5]. The algorithm in this paper can also be used in the applications where LPME plays a role. Key words. Laurent polynomial matrix extension, perfect reconstruction filter banks, multi-band filter banks, M-dilation wavelets, B´ezoutidentities, Euclidean division algo- rithm. 2010 AMS subject classifications. 42C40, 94A12, 42C15, 65T60, 15A54 1 Introduction In recent years, the theory of filter banks has been developed rapidly since they are widely used in many scientific areas such as signal and image processing, data mining, data feature extraction, and compression sensing. In the theory, the perfect reconstruction filter banks (PRFBs) play an important role [7, 8, 17, 18, 19, 20]. A PRFB consists of two sub-filter banks: an analysis filter bank, which is used to decompose signals into different bands, and a synthetic filter bank, which is used to compose a signal from its different band components. Either an analysis filter bank or a synthetic one consists of several band-pass filters. Figure 1 illustrates the role of an M-band PRFB, in which, the filter set fH0;H1; ··· ;HM−1g forms an analysis filter bank and the filter set fB0;B1; ··· ;BM−1g forms a synthetic one.
    [Show full text]
  • Arxiv:1902.09040V1 [Cs.IT] 24 Feb 2019 Acting on a Space of Vector-Valued Discrete-Time Signals, E.G., `2 Z, C2
    FACTORING PERFECT RECONSTRUCTION FILTER BANKS INTO CAUSAL LIFTING MATRICES: A DIOPHANTINE APPROACH CHRISTOPHER M. BRISLAWN Abstract. The theory of linear Diophantine equations in two unknowns over polynomial rings is used to construct causal lifting factorizations for causal two- channel FIR perfect reconstruction multirate filter banks and wavelet trans- forms. The Diophantine approach generates causal lifting factorizations sat- isfying certain polynomial degree-reducing inequalities, enabling a new lifting factorization strategy called the Causal Complementation Algorithm. This provides an alternative to the noncausal lifting scheme based on the Ex- tended Euclidean Algorithm for Laurent polynomials that was developed by Daubechies and Sweldens. The new approach, which can be regarded as Gauss- ian elimination in polynomial matrices, utilizes a generalization of polynomial division that ensures existence and uniqueness of quotients whose remainders satisfy user-specified divisibility constraints. The Causal Complementation Al- gorithm is shown to be more general than the Extended Euclidean Algorithm approach by generating causal lifting factorizations not obtainable using the polynomial Euclidean Algorithm. 1. Introduction Figure1 depicts the Z-transform representation of a two-channel multirate digital def i filter bank with input X(z) = i x(i)z− [1,2,3,4,5]. It is a perfect reconstruction (PR) filter bank if the transfer function X(z)=X(z) is a monomial (i.e., a constant P multiple of a delay) in the absence of additional processing or distortion. For suit- ably chosen polyphase transfer matrices bH(z) and G(z) the system in Figure1 is mathematically equivalent to the polyphase-with-delay (PWD) filter bank represen- tation in Figure2[2,4].
    [Show full text]
  • Generic Invertibility of Multidimensional FIR Filter Banks and MIMO Systems Ka L
    IEEE TRANSACTIONS ON SIGNAL PROCESSING 1 Generic Invertibility of Multidimensional FIR Filter Banks and MIMO Systems Ka L. Law, Robert M. Fossum, Member, IEEE, and Minh N. Do, Senior Member, IEEE, Abstract—We study the invertibility of M-variate Laurent original signal. Using the polyphase representation in the z- polynomial N × P matrices. Such matrices represent multi- domain [1], [2], we can represent the analysis part as an dimensional systems in various settings such as filter banks, N × P matrix H(z) (shown in Fig.1(b)) with entries in a multiple-input multiple-output systems, and multirate systems. −1 −1 Laurent polynomial ring C[z1,z2, ..., zM ,z1 , ..., zM ]. In Given an N × P Laurent polynomial matrix H(z1, ..., zM ) of degree at most k, we want to find a P × N Laurent polynomial this case M is the dimension of signals, N is the number left inverse matrix G(z) of H(z) such that G(z)H(z) = I. of channels in the filter bank, and P is the sampling factor We provide computable conditions to test the invertibility and at each channel. An application of this setting may arise in propose algorithms to find a particular inverse. multichannel acquisition. In such an application we collect The main result of this paper is to prove that H(z) is X z generically invertible when N −P ≥ M; whereas when N −P < data about an unknown multidimensional signal ( ) as M, then H(z) is generically noninvertible. As a result, we output of the analysis part in Fig. 1(a).
    [Show full text]
  • Learning Filter Bank Sparsifying Transforms Luke Pfister, Student Member, IEEE, Yoram Bresler, Fellow, IEEE
    1 Learning Filter Bank Sparsifying Transforms Luke Pfister, Student Member, IEEE, Yoram Bresler, Fellow, IEEE Abstract Data is said to follow the transform (or analysis) sparsity model if it becomes sparse when acted on by a linear operator called a sparsifying transform. Several algorithms have been designed to learn such a transform directly from data, and data-adaptive sparsifying transforms have demonstrated excellent performance in signal restoration tasks. Sparsifying transforms are typically learned using small sub-regions of data called patches, but these algorithms often ignore redundant information shared between neighboring patches. We show that many existing transform and analysis sparse representations can be viewed as filter banks, thus linking the local properties of patch-based model to the global properties of a convolutional model. We propose a new transform learning framework where the sparsifying transform is an undecimated perfect reconstruction filter bank. Unlike previous transform learning algorithms, the filter length can be chosen independently of the number of filter bank channels. Numerical results indicate filter bank sparsifying transforms outperform existing patch-based transform learning for image denoising while benefiting from additional flexibility in the design process. Index Terms sparsifying transform, analysis model, analysis operator learning, sparse representations, perfect reconstruction, filter bank. I. INTRODUCTION Countless problems, from statistical inference to geological exploration, can be stated as the recovery of high-quality data from incomplete and/or corrupted linear measurements. Often, recovery is possible only if a model of the desired signal is used to regularize the recovery problem. A powerful example of such a signal model is the sparse representation, wherein the signal of interest admits a representation with few nonzero coefficients.
    [Show full text]
  • The Murchison Widefield Array Correlator
    Publications of the Astronomical Society of Australia (PASA), Vol. 32, e006, 14 pages (2015). C Astronomical Society of Australia 2015; published by Cambridge University Press. doi:10.1017/pasa.2015.5 The Murchison Widefield Array Correlator S. M. Ord1,2,23, B. Crosse1,D.Emrich1, D. Pallot1,R.B.Wayth1,2,M.A.Clark3,4,5,S.E.Tremblay1,2, W. Arcus1, D. Barnes6,M.Bell7, G. Bernardi4,8,9,N.D.R.Bhat1,J.D.Bowman10, F. Briggs11, J. D. Bunton12, R. J. Cappallo13,B.E.Corey13, A. A. Deshpande14, L. deSouza7,12, A. Ewell-Wice15, L. Feng15,R.Goeke15, L. J. Greenhill4,B.J.Hazelton16, D. Herne1,J.N.Hewitt15, L. Hindson17, N. Hurley-Walker1, D. Jacobs10, M. Johnston-Hollitt17, D. L. Kaplan18, J. C. Kasper4,19, B. B. Kincaid13, R. Koenig12, E. Kratzenberg13, N. Kudryavtseva1, E. Lenc2,7, C. J. Lonsdale13, M. J. Lynch1, B. McKinley11, S. R. McWhirter13, D. A. Mitchell2,12, M. F. Morales16,E.Morgan15, D. Oberoi20, A. Offringa2,11, J. Pathikulangara12, B. Pindor21,T.Prabu14, P. Procopio21, R. A. Remillard15, J. Riding21, A. E. E. Rogers13, A. Roshi22, J. E. Salah13, R. J. Sault21, N. Udaya Shankar14,K.S.Srivani14,J.Stevens12, R. Subrahmanyan2,14,S.J.Tingay1,2, M. Waterson1,11,R.L.Webster2,21,A.R.Whitney13, A. Williams1, C. L. Williams15 and J. S. B. Wyithe2,21 1International Centre for Radio Astronomy Research (ICRAR), Curtin University, Perth, Australia 2ARC Centre of Excellence for All-sky Astrophysics (CAASTRO) 3NVIDIA, Santa Clara, California, USA 4Harvard-Smithsonian Center for Astrophysics, Cambridge, USA 5California Institute of Technology, California,
    [Show full text]
  • Discrete Wavelet Transform, Lifting, and Image Coding: an Overview
    Chapter 2 Discrete Wavelet Transform, Lifting, and Image Coding: An Overview This second chapter is an overview of the relevant issues required in the development of the Ph.D. thesis dissertation and a description of the state-of-the-art surrounding the lifting scheme. Sec- tion 2.1 starts with an introduction to wavelet theory and discrete wavelet transforms. Their connection to filter banks and subband coding is established. The employment of the wavelet transform in image compression is then justified. Section 2.2 introduces lifting scheme and de- scribes its use and advantages in image coding. Adaptive lifting is the foundation stone of the nonlinear transforms proposed in this dissertation. It is briefly described in section 2.2.6 waiting for the more detailed analysis in chapter 4. Section 2.3 is a state-of-the-art review on lifting filters design and optimization techniques. Section 2.4 refers to some related nonlinear decompositions. Finally, section 2.5 is a review of another fundamental aspect for this work, the wavelet-based image coders. 2.1 Discrete Wavelet Transform A main goal of wavelet research [Dau88, Coh92, Mal98, Bur98] is to create a set of expansion functions and transforms that give informative, efficient, and useful description of a function or signal. In applications working on discrete signals, one never has to directly deal with expansion functions. Discrete wavelet transform (DWT) is obtained simply by passing a discrete signal through a filter bank (figure 2.1). Wavelet theory can be understood and developed only by using such digital filters. This is the meeting point between wavelets and subband coding and the origin of two different nomenclatures for the same concepts.
    [Show full text]
  • A Study of the Design and Real-Time Wavelet Transform
    A STUDY OF THE DESIGN AND REAL-TIME IMPLEMENTATION OF A SEMI-GENERIC INTEGER-TO-INTEGER DISCRETE WAVELET TRANSFORM A Thesis Submitted to the Engineering School of the UNIVERSITY OF DAYTON In Partial Fulfillment of the Requirements for The Degree Master of Science in Electrical Engineering by Michael P. Flaherty, B.E.E UNIVERSITY OF DAYTON Dayton, Ohio May 2006 A STUDY OF THE DESIGN AND REAL-TIME IMPLEMENTATION OF A SEMI-GENERIC INTEGER-TO-INTEGER DISCRETE WAVELET TRANSFORM APPROVED BY: Dr. Frank A. Sc&frino, Ph.D. Adviser Committee Chairman Electrical &; Computer Engineering Dr. Russell Hardie, Pli.D. /V)r. John Weber, PV.D. Committee Member Committee Member Electrical & Computer Engineering Electrical & Computer Engineering Dr. Donald L. Moon, Ph.D. D^rJJos/ph E. Saliba, Ph.D., P.E. Associate Dean, School of Engineering Dean, School of Engineering ii ABSTRACT A STUDY OF THE DESIGN AND REAL-TIME IMPLEMENTATION OF A SEMI-GENERIC INTEGER-TO-INTEGER DISCRETE WAVELET TRANSFORM Name: Michael P. Flaherty University of Dayton, 2006 Advisor: Dr. Frank A. Scarpino JPEG2000 became an international standard in December of 2000 as the newest and most state of the art still image compression standard available according to the Joint Photographic Experts Group (JPEG). This compression standard is based on the discrete wavelet transform(DWT), instead of the more commonly used discrete cosine transform (DCT) which is part of the original JPEG standard. The result of which has been ever increasing amounts of research in the field of wavelet transforms. This research paper presents a method for the real-time implementation of several types of wavelet transforms including the CDF(9,7) and the LeGall(5,3) transforms which make up the core kernels of the JPEG2000 standard[21].
    [Show full text]
  • Multidimensional Filter Banks and Multiscale Geometric Representations by Minh N
    Foundations and TrendsR in Signal Processing Vol. 5, No. 3 (2011) 157–264 c 2012 M. N. Do and Y. M. Lu DOI: 10.1561/2000000012 Multidimensional Filter Banks and Multiscale Geometric Representations By Minh N. Do and Yue M. Lu Contents 1 Introduction 159 2 Preliminaries: Multidimensional Signals, Transforms, and Filtering 164 2.1 Multidimensional Fourier and z-Transforms 164 2.2 Multidimensional Filters 166 3 Multidimensional Sampling 170 3.1 Sampling on Lattices 170 3.2 The Effect of Sampling in the Fourier Domain 172 3.3 Downsampling and Upsampling of Discrete Signals 175 3.4 Key Properties of Sampling Lattices 178 4 Multidimensional Filter Banks 181 4.1 Filter Banks: from Frequency Decomposition to Signal Representation 181 4.2 Basic Tools: Multirate Identities and Polyphase Representations 184 4.3 Perfect Reconstruction Filter Banks 190 4.4 Example: Two-Channel Filter Banks in 2D 193 5 Characterization and Design of Multidimensional Filter Banks 199 5.1 Characterizing MD Filter Banks Using Gr¨obner Bases 199 5.2 The Mapping-Based Design for MD Filter Banks 204 5.3 Designing Filter Banks in the Frequency Domain 213 6 Iterated and Directional Filter Banks 216 6.1 Directional Filter Banks 216 6.2 Directional Filter Banks in Higher Dimensions 220 7 Multiscale Geometric Representations 227 7.1 The Contourlet and Surfacelet Transforms 227 7.2 Multiresolution Directional Analysis 233 7.3 Other Multiscale Geometric Representations 237 8 Example Applications 242 8.1 Signal Decomposition and Nonlinear Approximation 242 8.2 Image and Video Denoising 245 8.3 Edge-Preserving Image Interpolation 249 8.4 Compressed Sensing 252 Conclusions 255 Acknowledgments 257 References 258 Foundations and TrendsR in Signal Processing Vol.
    [Show full text]
  • M-Channel Linear Phase Perfect Reconstruction Filter
    914 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS—I: FUNDAMENTAL THEORY AND APPLICATIONS, VOL. 49, NO. 7, JULY 2002 w-Channel Linear Phase Perfect Reconstruction Filter Bank With Rational Coefficients Trac D. Tran, Member, IEEE Abstract—This paper introduces a general class of -channel transform (DCT) which can be viewed as an irrational-coef- linear phase perfect reconstruction filter banks (FBs) with rational ficient 8-channel 8-tap linear phase orthogonal FB [13], [14]. coefficients. A subset of the presented solutions has dyadic coeffi- The future image compression standard JPEG2000 also utilizes cients, leading to multiplierless implementations suitable for low- power mobile computing. All of these FBs are constructed from several biorthogonal integer-coefficient wavelet pairs for fast a lattice structure that is VLSI-friendly, employs the minimum coding/decoding and for lossless compression [15], [16]. number of delay elements, and robustly enforces both linear phase This paper introduces a large family of FIR linear phase and perfect reconstruction property. The lattice coefficients are pa- perfect reconstruction FBs with rational coefficients and rameterized as a series of zero-order lifting steps, providing fast, good energy compaction property. Integer implementations efficient, in-place computation of the subband coefficients. Despite the tight rational or integer constraint, image coding experiments can be easily found via a common scaling factor. A tighter show that these novel FBs are very competitive with current pop- constraint yields solutions with dyadic coefficients, which lead ular transforms such as the 8 8 discrete cosine transform and the to efficient multiplierless implementations. Our focus is on the wavelet transform with 9/7-tap biorthogonal irrational-coefficient construction of the polyphase matrices as cascades of low-order filters.
    [Show full text]
  • The Identity of Zeros of Higher and Lower Dimensional Filter Banks and the Construction of Multidimensional Nonseparable Wavelets
    The Identity of Zeros of Higher and Lower Dimensional Filter Banks and The Construction of Multidimensional Nonseparable Wavelets A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy at George Mason University By Sirak Belayneh Master of Science George Mason University, 1990 Bachelor of Science Addis Ababa University, 1976 Director: Professor Edward J. Wegman School of Information Technology and Engineering Fall Semester 2008 George Mason University Fairfax, VA DEDICATION Dedicated to my daughters Meron and Mekedas who bring love and joy to my world and in memory of my parents Ayelech Tessema, Belayneh Woldeyes, my sister Aster Belayneh and my friend Nolawi Abebe. ii ACKNOWLEDGEMENTS I would like to express my deepest appreciation to my advisor, Professor Edward Wegman, for his friendship, his excellent advise through all my graduate study. I am also very thankful to members of my defense committee, Professor Stephan Nash, Professor David Walnut, Professor Kristine Bell and Professor Yasmin Said for their time and assistance in reviewing my dissertation. I also would like to thank Professor Daniel Menasce, Lisa Nodler and Laura Harrison of the Dean's office for their cooperation and encouragement. Finally I would like to thank my wife, Fikirte Worku, my relatives and friends who stood by me and encouraged me through the years. Special thanks also go to my brother Elias for his encouragement and support. iii TABLE OF CONTENTS Page List of Figures…………………………………………………………………………....vii List
    [Show full text]