向量量化与图像压缩——理论分析、算法设计、应用、实现
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
由于向量量化(Vector Quantization,简称VQ)的压缩比高、失真小,因此它被认为是很有希望的编码方法。码书、搜索器、索引器是向量量化的三个组成部分,向量量化系统由VQ编码器和解码器构成,而解码器只是实现查表操作,所以向量量化器设计的关键内容是VQ编码器中的码书和搜索器设计。其中码书的设计最为关键,它直接影响量化器的性能、编码效率及其实现复杂度。向量量化的两大公认主要问题是码书、搜索器的设计算法。在向量量化中,如何提高处理机速度是比较重要的,因为向量量化的搜索器和码书设计都需要快速处理。并行处理技术是一种提高处理速度的重要方法。该论文工作集中,主要围绕向量量化两大公认主要问题展开。针对这两大主要问题,逐一进行了相关的理论分析,然后根据自己的理论提出了若干串行算法,并且对相应的并行算法作了一定程度的探讨和实验。
     具体工作如下:
     ● 对向量量化的理论分析、证明:
     1) 证明了以著名的LBG算法为代表的一般码书训练算法在迭代过程中,各区域序列对应的熵序列收敛。该论文用典型的测试图象Lena、Barbara进行实验,验证了熵收敛规律的正确性。
     2) LBG算法代表了码书训练算法的基本思想,目前许多算法都是基于它的,但关于它的理论分析文献不是太多。该论文从理论上分析、证明了LBG算法迭代过程中失真序列分区域收敛特性,并从实验上验证了该特性。
     3) 证明了LBG算法作用在以同一有限维线性空间为基础的范数不同的Banach空间上时,只要初始码书相同,则产生相同码书。我们用典型的测试图象Lena进行实验,验证了该结论的正确性。从而在研究LBG算法性能时,我们只需选择最容易研究的Banach空间作研究对象。另外,选择计算量较小的范数,在一定条件下,会减少码书训练时间。
     4) 证明了以LBG算法为代表的一般码书训练算法在迭代过程中,各区域序列对应的质心序列收敛。
     ● 针对码书设计的算法研究:
     5) 以LBG算法为代表的传统的码书训练算法基本上都用量化失真序列收敛作算法停止条件。本文提出了一种简单、快速的新算法。它的基本思想是,不必计算量化失真,直接用区域序列对应的熵序列收敛作停止条件。该算法与经典的LBG算法相比,结构更简单、速度更快、更容易理解。我们用典型的测试图象Lena、Barb做实验。实验结果表明,该算法与著名的LBG算法的PSNR相差小于0.1dB,但它的运行速度比LBG快2倍以上。
     6) 以LBG算法为代表的码书训练算法的研究在向量量化技术中比较重要,其中快速算法的研究近十年来倍受关注。本文提出了与不同的快速算法LC。它是基于LBG的,其基本思想是尽早删除迭代过程中已趋稳定的区域,大幅度减少计算的冗余量。它与LBG算法相比,结构简单、速度快。用典型的测试图像Lena和Barbara做实验,
    
     电子科技大学博士论文
     表明LC算法峰值信噪比只比LBG算法少2%左右,但运行速度是LBG
     的4.61~13.6倍。在比特率为0.375 bit/Pixel条件下,LC算法
     与LBG算法的重建图像质量无明显差别。
     7)利用LBG算法迭代过程中质心序列收敛特性,提出了一种快速算法。
     它的基本思想是,直接去掉LBG算法中量化失真计算,用质心序列收
     敛作停止条件。我们用典型的测试图象Lena、Barb做实验。实验结
     果表明,该算法与著名的LBG算法的PSNR相差小于0.ldB 但它的
     运行时间至少比LBG的运行时间少一半。
     8)利用范数等价性和 LBG算法迭代过程中数据是分区域收敛性质,提出
     新的码书训练算法FLC。该方法用计算量小的范数进行距离计算和尽
     早删除聚类过程中己趋稳定的区域,从而速度非常快。我们用典型的
     测试图象Lena和Barb做实验,表明FLC算法以峰值信噪比只比LBG
     算法少0.25~0.43dB为代价,把运行时间缩短为LBG的1/3.74~
     1月.59。从失真、运行时间、算法结构是否简单、普遍适用性角度考
     虑,与文中六类算法相比,它是综合性能最好的算法。
     9)以LBG算法为代表的传统的码书训练算法基本上都用量化失真序列
     收敛作算法停止条件。本文提出了一种简单、快速的新算法。它的基
     本思想是,不必计算量化失真,直接用区域序列中各区域的元素个数
     所成序列收敛作停止条件。该算法与经典的LBG算法相比,结构更简
     单、速度更快、更容易理解和控制。我们用典型的测试图象Lena、
     Barb做实验。实验结果表明,该算法与著名的LBG算法的PSNR相差
     小于 0.ldB 但它的运行速度比 LBG快 2倍以上。
     .关于向量量化的搜索器的算法研究:
     10)针对高维度量空间,该论文提出的一个时间复杂性度为 O(IOg。N〕快
     速搜索算法。并且从理论上完整地论证了该算法(算法正确性、空间
     复杂性、时间复杂性),然后再用实验验证。搜索器的设计是向量量
     化另一个重要研?
Vector Quantization is regarded as a hopeful method because high compression ratio and small distortion. The main components of VQ are codebook, encoder and decoder. The algorithms about training codebook and designing encoder are the two main problems because its decoder is very simple. The key of the VQ is the codebook because its codebook decides its performance. How to design the fast algorithm is the main research topic. The dissertation analyses some properties of VQ and presents some serial algorithm and parallel algorithm for the two main problems. The author's main research topics are listed following.
     The Analysis of Theory :
    1) The author proofs that the entropy sequence of each region sequence is convergent in the general codebook generation algorithms such as LEG algorithm The correctness of the convergence regularity is tested by the typical test image Lena and Barb.
    2) The local clustering property is proofed and tested in the dissertation.
    3) The property that the same codebook is generated over different Banach Space is proofed and tested in the dissertation.
    4) The property that the centroid sequence is converging is proofed and tested in the dissertation.
     Training Algorithm Researching:
    5) According to 1, a new training algorithm is presented. The experiment shows that the PSNR difference between the new algorithm and LBG is less than 0.15dB, but the running time of it is at most one second of the LBG algorithm.
    6) According to 2, a new training algorithm is presented. The experiment shows that the PSNR difference between the new algorithm and LBG is less than 2%, but the running time of it is about 1/4.61-1/13.6 factor of the LBG algorithm.
    7) According to 4, a new training algorithm is presented. The experiment shows that the PSNR difference between the new algorithm and LBG is less than 0.15dB, but the running time of it is at most one second of the LBG algorithm.
    8) According to 2 and 3, a new training algorithm is presented. The experiment shows that the PSNR difference between the new algorithm and LBG is less than 2%, but the running time of it is about 1/3.741-1/9.59 factor of the LBG algorithm.
    9) The traditional codebook generation methods such as LBG algorithm use the convergence of distortion sequence as the condition of the end of algorithms. A simple and fast Codebook generation algorithm by the property of the convergence of the size of region is presented in this dissertation. Compared with LBG algorithm, it is simple, fast and easy to be comprehended and controlled. The author tests the performance of the
    
    
    
    algorithm by typical test image Lena and Barb. The result shows that the PSNR difference between the algorithm and LBG is 0.1 dB, but the running time of it is at most one second of LBG. The Design of Encoder:
    10) The searching problem over a k-dimensional space is defined as follows. Given a metric space S and a finite subset T, for an arbitrary element x that belongs to S, a fast search algorithm is needed to find an element y that belongs to T such that the distance between x and y is not larger than a preparative real number. To resolve the problem, the author presented a universal fast search algorithm done by which the average number of
    elements to be searched is not larger than 0(log2 | T |). Moreover, the
    algorithm can be applied to resolve the fast encoding problem of vector quantization in data compression. The proposed algorithm has the same time complexity with lattice VQ and tree-structure VQ approximately. However, compared with the lattice VQ, it does not depend on many constrained conditions, and compared with tree-structure VQ, the criterion of minimum distortion can be guaranteed by performing it. The Design of Parallel Algorithm
    11) Design the parallel algorithms according the serial algorithm is this dissertation. The experiment shows that the efficiency of encoding can be up to 70% approximately.
引文
[1] 沈兰荪著《图像编码与异步传输》,北京人民邮电出版社,1998年5月第1版,1998年 5月第1次印刷.
    [2] 高文著 多媒体数据压缩技术.电子工业出版社,1994年4月第一版
    [3] Lu Guojun. Advaces in digital image compression techniques. Computer Communications, 1993, 16(4) : 202-214.
    [4] B.C. Haskell, P.G.Howard et al., Image and Video coding-emerging standards and beyond, IEEE Trans. On CSVT. Vol.8, No.7, pp.814-837, Nov. 1998.
    [5] .ISO/IEC JTC1/SC29 10918-1: JPEG
    [6] CCIT Recommendation H.261, Video codec for audio visual services at P*64kbit/s, 199.
    [7] ITU-T Recommendation H.263(draft), Video coding for low bit rate communication, 1997
    [8] ISO/IEC JTC1/SC29 11172-2 :MPEG1, International standard for coding of moving pictures and associated audio for digital storage media at up to about 1. 5Mbit/s, 1991
    [9] ISO/IEC JTC1/SC29 13818-2:MPEG2, International standard for coding of moving pictures and associated audio information: Video. 1996
    [10] C.E. Shannon, A mathematical theory of communication, Bell Syst. Tech.J., Vol.27, pp.379-423, 623-656, 1948.
    [11] B.Jerabek, P.Schneider, A.Uhl Comparison of Lossy Image Compression Methods applied to Photorealistic and Graphical Images using Public Domain Sources, http://citeseer.nj.nec.com, April 1998
    [12] V.Cuperman, A.Gersho, Vector predictive coding of speech at 16kbits/s, IEEE Trans.Commun., Vol, Com-33, pp.685-696, July 1985.
    [13] M.J.Sabin, R.M.Gray, Product code vector qunatizers for waveform and voice coding, IEEE Trans. On. Acoust., Speech, Signal Processing, Vol.32, pp.474-488, June 1984.
    [14] P.C.Cosma, K.L.Oehler, E.A.Riskin, R.M.Gray, Using Vector Quantization for Image Processing, Proceeding for IEEE Vol.81, No.9, pp.1326-1341, 1993
    [15] P.D.Alessandro, R.Lancini, Video coding scheme using DCT-pyamid Vector Quantization, IEEE Trans. On. Image Processing, Vol.4, pp309-319, Mar, 1995.
    [16] Eduardo A.B.da Silva, D.G.Sampson, Asuccessive approximation vector quantizer for wavelet transform image coding, IEEE Trans. On Image Processing, Vol.5, No.2, pp.299-310, Feb. 1996.
    [17] C-M.Huang, R.W.Harris, A comparison of several vector quantization codebook generation approaches, IEEE, Trans, on Image Processing, 1993,2(1) , 108-112
    [18] Y.Linde, A.Buzo, and R.M.Gray, An algorithm for vector quantization design, IEEE Trans on.Commum, 1980, COM-28(1) , 84-95
    [18] M.R. Garey, D.S, Johnson, H.S.Witsenhausen, The complexity of the generalized Loyd-Max problem, IEEE, Trans. Information Theory, 1982, 28(2) , 255-256.
    [19] Chang-Hsing Lee, Ling-Hwei Chen, A Fast Search Algorithm for Vector Quantization Using Mean Pyramids of Codewords, IEEE Trans. On Commun. Vol.43(2/3/4) , 1697-1702, 1995.
    [20] SeongJoon Back, Bumki Jeon etc, A Fast Encoding Algorithm for Vector Quantization, IEEE Signal Processing letters, Vol.4(12) , 325-327, 1997.
    [21] S.W.Ra, J.K.Kim, A fast mean-distance-ordered partial codebook search algorithm for image
    
    vector quantization, IEEE Trans. Circuits Syst.Ⅱ., Vol.40, pp.576-579, Sept. 1993.
    [22] S.-H Huang, S-H Chen, Fast Encoding Algorithm for VQ Based Image Coding, Electronics Letter, Vol.26(19), 1618-1619,1990
    [23] E.A.Riskin, R.M.Gray, A greedy tree growing algorithm for the design of variable rate vector qunatizer, IEEE Trans. On Signal Processing, Vol.39, pp.2500-2507, Nov.1991.
    [24] P.C.Cosman, S.M.Perlmutter, K.O.Perlmutter, Tree-Strcutured Vector Quantization woth Significance Map for Wavelet Image Coding, Proc. 1995, IEEE Data Compression Conf., Snowbird, UT, USA, Mar. 1995.
    [25] B.Ramamurthi, A.Gersho, Classfied Vector Quantization of Image, IEEE Trans. On Commun., Vol.CM-34, No.11, pp.1105-1115, Nov, 1986.
    [26] T.Kim, New Finite State Vector Quantization for Image, Proc. ICASSP, New York, NY, USA, Apr. 1998, pp. 1180-1193.
    [27] Ruey-Feng Chang, Wen-Tsuen Chen, Image Coding Using Variable-side-match finite-state Vector Quantization, IEEE Trans, On Image Processing, Vol.2, No.1, pp.104-112, 1993.
    [28] Tung-Shou Chen, Chin-Chen, Anew Image Coding Algorithm Using Variable-Rate Side-Match Finite-State Vector Quantization, IEEE Trans. On Image Processing, 1997, Vol.6(8), 1185-1187.
    [29] I. Furukawa, M.Nomura, S.Ono, Hierarchical Sub-Band Coding of Super High Definition image with Ada[tive Bolck-Size Multistage VQ, Signal Processing: Image Commun., Vol.5, No.6, pp.527-538, Dec. 1993
    [30] K.T. Malone, T.R. Fischer, Contour-Gain Vector Quantization, IEEE Trans. On ASSP Vol.36,No.6, pp.862-870, June, 1998..
    [31].Vaisey, A.Gersho, Simulate Annealing and Codebook Desigen, IEEE Trnas. On ASSP Vol.36, No.6, pp.862-870, June 1988.
    [32] J.K.Flanagan, D.R.Morrell, R.L.Frost, C.J.Read, and B.E. Nelson, "Vector quantization codebook generation using simulated annealing," in Proc, IEEE, ICASSP, Vol 3, pp. 1759-1762,1989.
    [33] J.H.Conway, N.J.A.Sloane, Voronoi Regions of Lattces, Second Moments of Polytopes, and Quantization, IEEE Trans. Information Theory, Vol. IT-28, No.2, pp.211-226, 1982
    [34] J.H.Conway, N.J.A.Sloane, Fast Quantizing and Decoding Algortihms for Lattice Quantizers and Codes, IEEE Trans. On Information Theroy, Vol.28, pp.227-232, 1982.
    [35] J.H.Conway, N.J.A.SIoane, A Fast Encoding Method for Lattice Codes and Quantizers, IEEE Trans. On Information Thweory, Vol.25, No.4, pp373-380, 1982.
    [36] A.Gersho, Asymptotically Optimal Block Quantization, IEEE Trans. On Information Theory, Vol.32, No.4, pp.568-583, July 1986.
    [37] 李晓梅、蒋增荣等著,并行算法,湖南科技出版社,1992
    [38] Kai Hwang著,王鼎兴、沈美明等译,高等计算机结构—并行性、可扩展性、可编程性,清华大学出版社,1994
    [39] 李学干、徐甲同,并行处理技术,北京理工大学出版社,1994
    [40] 李晓梅、莫则尧等,并行算法的设计与分析,中国科技出版社,1993
    [41] 陈国良著,并行算法的设计与分析,中国科技出版社,1990
    [42] 陈国良、迟学斌等著,网络并行计算与分布式编程环境,科学出版社,1996
    [43] 国家高性能计算中心(成都)著,曙光1000/1000A并行程序设计教程,国家高性能计算中心(成都),1999
    
    
    [44]都志辉编著,高性能计算并行编程技术—MPI并行程序设计,清华大学出版社,2001
    [45]何大可、王剑波等编著,曙光2000并行程序设计(内部资料),国家高性能计算中心(成都),2000
    [46]Vandana S. Rungta "Parallel Vector Quantization Codebook Generation", http://citeseer.nj.nec.com/rungta91parallel.html, 1991.
    [47]A. Uhl. Adaptive quadtree based wavelet packet image block-coding on MIMD parallel architectures. In R. Trobec, M. Vajtersic, P. Zinterhof, J. Slic, and B. Robic, editors, Proceedings of the International Workshop on Parallel Numerics (Pamum'96), pages 102—112, 1996.
    [48]A. Uhl. A parallel wavelet image block-coding algorithm. In S. Sahni, V.K. Prasanna, and V.P. Bhaktar, editors, High Performance Computing-- Proceedings of the International Conference on High Performance Computing, pages 61--66. Tata-McGraw Hill, 1995.
    [49]Woo M-L., Parallel discrete wavelet transform on the Paragon MIMD machine. Proceedings of the 7th SIAM conference on parallel processing for scientific computing, 1995, 3-8.
    [50]Uhl A., Wavelet packet best basis selection on moderate parallel MIMD architecture, Parallel Computing 22(1), 1996, 149-158.
    [51]Coarse-Grained Parallel Algorithms for Multi-Dimensional Wavelet Transforms ,The Journal of Supercomputing, 11, 1-22,1997.
    [52]Uhl, A., Haemmerle, J., Issues in implementing block-based image compression techniques on parallel MIMD architectures, in: Proc. SPIE Vol.3024, p.494-501, Visual Communications and Image Processing '97, Jan Biemond; Edward J. Delp; Eds., Jan. 1997.
    [53]S.G.Bevinakoppa and other. Implementation of JPEG algorithm on SHIVA parallel architecture. In V.K. Prasanna, V.P. Bhaktar, L.M. Patnaik, and S.K, Tripathi, editors, Parallel Processing—Proceedings of the International Workshop on Parallel Processing, pages 184—188. Tata-McGraw Hill, 1994.
    [54]G.W.Cook and E.J. Delp. An investigation of scalable SIMD I/O techniques with application to parallel JPEG compression. Journal of Parallel and Distributed Computing, 30:111—128, 1996.
    [55]S. Giordano, M. Pagano, F. Russo, and D. Sparano. A novel multiscale fractal image coding algorithm based on SIMD parallel hardware. In Proceedings of the International Picture Coding Symposium (PCS'96), pages 525—530, Melbourne, March 1996.
    [56]J.Hammerle. Combining sequential speed-up techniques and parallel computing for fractal image compression. In R. Trobec, M. Vajtersic, P. Zinterhof, J. Slic, and B. Robic, editors, Proceedings of the International Workshop on Parallel Numerics (Parnum'96), pages 220—233,1996.
    [57]D.J. Jackson and T. Biota. A parallel fractal image compression algorithm for hypercube multiprocessors. In Proceedings of the 27th Southeastern Symposium on Sytem Theory, pages 274—278, March 1995.
    [58]M. Manohar and J.C. Tilton. Progressive vector quantization on a massively parallel SIMD machine with application to multispectral image data. IEEE Trans. on Image Process., 5(1):142—146, 1996,
    [59]K. Shen, G.W. Cook, L.H. Jamieson, and E.J. Delp. An overview of parallel processing approaches to image and video compression. In M. Rabbani, editor, Image and Video Compression, volume Proc. SPIE 2186, pages 197—208, 1994.
    [60]龚大年,何芸,曹志刚,《视频信号处理器的并行结构综述及分类》,电子学报,Vol.28,No.7,July,2000.
    
    
    [61]Anshul Gupta and Vipin Kumar, The Scalability of FFT on Parallel Computer, IEEE Trans. On Parallel and Distributed Systems, 4(8), 922~932, 1993.
    [62]徐娟,用于图像处理的小波变换并行算法,小型微型计算机系统,20(1),29~32,1999
    [63]李建平、田逢春等著,小波分析与信号处理—理论、应用及软件实现,重庆出版社,1998
    [64]秦前清、杨宗凯著,实用小波分析,西安电子科技大学出版社,1994
    [65]崔锦泰著,程正兴译,小波分析导论,西安交通大学出版社,1995
    [66]刘贵忠、邸双亮著,小波分析及其应用,西安交通大学出版社,1992
    [67]Pasi Frnti, Timo Kaukoranta and so on, "Fast and Memory Efficient Implementation of the Exact PNN," IEEE Trans. On IP, Vol.9, No.5, pp.773-777, MAY, 2000.
    [68]Chin-Chen Chang and Yu-Chen Hu, "A fast LBG codebook training algorithm for vector quantization," IEEE Trans. Consumer Electronics, Vol,44, No.4, November, 1998.
    [69]J.S.PAN, F.R. McINNES and M.A.JACK, "Fast clustering algorithm for vector quantization," Pattern Recognition, Vol 29, No.3, pp.511-518, 1996.
    [70]Timo Kaukoranta, P.Frnti, Olli Nevalainnem, "Vector quantization by lazy pairwise nearest neighbor method," Opt. Eng, 38(11), 1862-1868, November, 1999.
    [71]V.Ramasubramanian and K. Paliwal, "Fast K-dimensional Tree Algorithms for Nearest Neighbor Search with Application to Vector Quantization," IEEE Trans. On Signal Processing, vol.40, no.3, pp.518-531, 1992.
    [72]C.K. Chan and L.M. Po, "A Complexity Reduction Technique for Image Vector Quantization," IEEE Trans. On IP, Vol.3, pp.312-321, 1992.
    [73]A.Buzo, A.H.Gray, R.M.Gray, and J.D.Markel, "Speech Coding based upon Vector Quantization," IEEE Trans., ASSP-28., pp.662-574, 1980.
    [74]P.A.Chou, T. Lookabaugh, R.M. Gray, "Entropy-constrined vector quantization ", IEEE Trans. ASSP., Vol.37, No.1, pp31-42, 1989.
    [75]J.H.Conway and N.J.A.Sloane, Voronoi Regions of Lattice, Second Moments of polytopes, and quantization, IEEE Trans. Information Theory, Vol.IT-28, No.2, pp.211-226, 1982.
    [76]Dorin Comaniciu, "Model-Based Training Set Synthesis for Vector Quantization", Proceedings of the IASTED International Conferrence on Signal and Image Processing, October 18-21, 1999, Nassau, Bahamas.
    [77]D.Comaniciu, "Trainng Set Synthesis for Entropy-Constrained Transform Vector Quantizatyion", Proc. IEEE ICASSP, Atlanda, Vol.4, 2036-2039, 1996.
    [78]P.C.Cosman, S.M.Perlmutter, K.O. Perlmutter, Tree-structure vector quantization with significance map for wavelet image coding, Proc. 1995 IEEE Data Compression Conf., Snowbird, UT, USA, Mar. 1995
    [79]B.Ramamurthi, A.Gersho, Classified vector quantization of images, IEEE Trans. Commun., Vol.COM-34, No.11, pp1105-1115, Nov, 1986.
    [80]N.M. Nasrabadi, Use of vector quantizers in image coding, In Proc. IEEE Int. Conf. ASSP, Mar 1985, pp.125-128, 1985.
    [81]G.F. Pfister, Clusters of Computer: Characteristics of an Invisible Architecture. IEEE Int'l. Parallel Processing Symp., Honolulu, April 1996
    [82]Z.Xu and K.Hwang, MPP versus Clusters for Scalable Computing. Proc. Of the 2th Int'l. Symp. On Paralellel Architectures, Algorithns, and Networks, 117~123, June 1996
    [83]NOW Project, Efficient and Portable Implementation of MPI using Active Messages. Uni. Of California, Berkeley., July 10, 1996 (http://now.cs.berkeley.edu/Fastcomm/mpi.html)
    
    
    [84] T.E.Anderson, D.E.Culler, D.A.Patterson et al., A Case for NOW(Networks of Workstations).IEEE Micro, Feb, 1995, 54~64
    [85] T.A.gerwala, J.L.Martin, J.H.Mirza, D.C.Sadler, D.M.Diaso M.Snir, SP2 Systems Architecture.IBM Systems Journal, 34(2), 152~184, 1995.
    [86] J.A.Piantenosi, A,S.Sathaye, and D.Jshakshober, Performance Measurement of True Cluster Systems under the TPC-C Benchmark. Digital Technical Journal, 8(3):46~57, 1996.
    [87] A.Geist, A.Beuelin, J.Dongarra, W. Jiang, R.Mancheck, V.Sunderam, PVM: Parallel Computing. MIT Press, Cambirdge, 1994.
    [88] Geistand GA, V.S Sunderam, Network Based Concurrent Computing on the PVM system. Concurrency: Pratice and Experience, 4(4): 293~311, 1992.
    [89] V.S. Sunderram, PVM: A Framework for Parallel Distributed Computing. Concurrency: Practice and Experience, Dec. 1990, 315~339.
    [90] R.B.Konuru, S.W. Otto, and J.Walpole, A Migratable User-Level Process Package for PVM. Journal of Parallel and Distributed Computeing, 15(1), 3~40, 1997
    [91] V.Kumar, A.Grama, A.Gupta, and G.Karypis, Introduction to Parallel Computing. Benjamin Cummings Press, New York, 1994
    [92] M.Snir, S.W.Otto, S.Huss-Lederman, D.W. Walker, and J.Dongarra, MPI: The Compelete Reference. MIT Press, Combridge, 1996.
    [93] Albert Alexandrov, Mihai F.Ionescu, Klaus E.Schauser, and Chris Scheiman. LogGP: Incorporating long messages into the LogP model for parallel computation. Journal of Parallel and Distributed Computing, 44(1):71~79, July 1997.
    [94] Xian-He Sun and Diane T. Rover. Scalability of Parallel Algorithm-Machine Combinations, IEEE Trans. On Parallel and Distributed Systems, 5(6):599~613, 1994.
    [95] A.Y.Grama, A.Gupta and V.Kumar. Isoefficiency: Measuring the Scalablity of Parallel Algorithms and Architectures. IEEE Parallel & Distributed Technology, 1(3):12~21, 1993.
    [96] J.L.Gustafson. Eeevaluating Amdahl's Law. Comm. Of ACM, 31(5):532~533,1988.
    [97] 张艳,分布并行算法设计、分析与实现(博士论文),电子科技大学计算机系,2001年2月
    [98] 赵乘骥,博士学位论文《矢量量化在图象压缩中的应用》,电子科技大学,1999年10月15日.
    [99] 常迥 《信息理论基础》 清华大学出版社,1993年3月第1版.
    [100] 孟庆生著《信息论》,西安交通大学出版社,1986年12月第1版,1989年3月第2次印刷.
    [101] 金振玉 编著人士 《信息论》,北京理工大学出版社,1991年12月第1版
    [102] 梁之舜等,编著 《概率论及数理统计》,(上册、下册)高等教育出版社,1980年3月第1版,1988年5月第2版1994年3月第6次印刷
    [103] 程其襄等编 《实变函数与泛函分析》,高等教育出版社,1983年12月第1版,1996年3月第10次印刷.
    [104] 夏道行,吴卓人,严绍宗,舒五昌编著《实变函数与泛函分析》,上下册,高等教育出版社,1985年6月第2版,1985年6月第一次印刷.
    [105] 陈传璋、金福临、朱学炎、欧阳光中编《数学分析》(上册),高等教育出版社,1983年11月第2版,1995年4月第14次印刷.
    [106] 龚怀云、寿纪麟、王绵森 《应用泛函分析》,西安交通大学出版社,1985年12月第1版,1989年3月第3次印刷.
    
    
    [107] 刘旺金主编 《拓扑学基础》,武汉大学出版社,1992年7月第1版
    [108] 龚海莹(学号:9608A4-15),学士学位论文《图像压缩中LBG算法与其分区域收敛算法的实现及算法性能比较》,电子科技大学计算机系2000年学士毕业,2000年6月
    [109] 张基宏,何振亚,“一种指数型模糊学习矢量量化图象编码算法,”通信学报,No.10,Vol,19,1998.
    [110] 王磊,戚飞虎,“矢量量化的渐进构造模糊聚类算法,”上海交通大学学报,Vol33,No.5,1999.
    [111] T. Kaukoranta, P. Fr(?)nti, O.Nevalainnem, "Reallocation of GLA codevectors for evading local minima," Electronics letters, Vol.32, No.17, 15th, August, 1996.
    [112] Pasi P. Fr(?)nti, Timo Kaukoranta, Olli.Nevalainnem, "On the splitting method for vector quantization codebook generation," Opt. Eng, 36(11), 3043-3051, November 1997.
    [113] Timo Kaukoranta, P.Fr(?)nti, Olli Nevalainnem, "Iterative split-and-merging algorithm for vector quantization codebook generation," Opt. Eng, 37(10), 2726-2732, Oct, 1998.
    [114] J.Shanbehzadeh and P.O. Ogunbona, "On the Computational Complexity of the LBG and PNN algorithms," IEEE, Tran. Image Processing, Vol.6, No.4, April, 1997.
    [115] W.H.Equitz, "A new vector quantization clustering algorithm," IEEE Trans. Acoust. Speech, Signal Process, 37(20), 1568-1575, 1989.
    [116] F.Kossentini and M.J.T. Smith, "A fast PNN design algorithm for entropy-constrained residual vector quantization, "IEEE Trans. Image Process, 7(5), 1045-1050, 1998.
    [117] P.Fr(?)nti and T.Kaukoranta, "Fast implementation of the optimal PNN method," in Proc, IEEE, Int, Conf, on Image Processing(ICIP), 104-108, Chicago (Oct, 1998)
    [118] D.F.Shen and K.-S.Chang, "Fast PNN algorithm for design of VQ initial codebook," in Visual Communication and Image Processing'98, Proc, SPIE, 3309, 842-850.
    [119] T.Kurita, "An efficent agglomerative clustering algorithm using a heap," Pattern Recogn, 24(3), 205-209, 1991.
    [120] Kohonen T. "The neural phonetic typewriter," IEEE Computer, 31(3):11-22, 1988.
    [121] Bernd Fritzke, "The LBG-U method for vector quantization-an improvement over LBG inspired from neural networks," Klawer Academic Publisher, 1997.
    [122] J.Vaisey and A.Gersho, "Simulated anneling and codebook design," in Proc, IEEE ICASSP, Apr, pp.1176-1179, 1988.
    [123] Karayannis NB, et al, "Fuzzy vector quantization algorithm and their application in image compression," IEEE Tran. Image Processing 4(9), pp.1193-1201, 1995.
    [124] C.Bei and R.M.Gray " An Improvement of the minium distortion encoding algorithm for vector quantization," IEEE Trans. Commum, Vol.33, pp.1132-1133, 1985.
    [125] J.H.Conway and N.J.A. Sloane, Fast quantizing and decoding algorithms for lattice quantizers and codes, IEEE Trans. On Information Theory, Vol.28, pp227-232, 1982.
    [126] J.H.Conway and N.J.A. Sioane, A fast encoding method for lattice codes and quantizers, IEEE Trans. On Information Theory, Vol.29, pp.820-824, 1983
    [127] M.W.Marceilin, T.R.Fischer, Trellis coded quantization of memoryless and gauss-Markov sources. IEEE Trans. Commun., Vol.38, No.1, pp82-93, 1990
    [128] T.R.Fischer, M.W. Marcellin, M.Wang, Trellis-coded vector quantization, IEEE Trans. On Information Theory, Vol.37, No.6, pp1551-1556, 1991
    [129] N.M.Nasrabadi, R.A. King, Image coding using vector quantization: A Review, IEEE Trans. On COM., Vol.36, No.8, pp957-971, Aug, 1988.
    
    
    [130] A. Gersho and R.M.Gray, Vector Quantization and singnal compression, Kluwer Academic Press, 1992.
    [131] 国家高技术研究发展计划(863计划)课题申请书,并行算法研究及其在图像压缩中的应用(01-ZT03),电子科技大学计算机系804室内部资料,2001年9月。
    [132] 庞朝阳,图论中[f,g]因子研究和利用图论进行向量量化,电子科技大学应用数学系96年硕士毕业论文(指导教师:李正良教授、张先迪教授),1996年
    [133] 孙世新,《组合数学》电子科技大学出版社,1992年第一版
    [134] 严蔚敏、吴伟民编著,《数据结构》,清华大学出版社,1992年第二版
    [135] 罗汉、曹定华主编,《多元微积分与代数》,科学出版社,1999年第一版

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700