博碩士論文 87324062 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:21 、訪客IP:18.117.98.178
姓名 曾華義(Hwa-Yi Tseng)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 零樹小波視訊編碼之錯誤偵測與隱藏
(Error Detection and Concealment of Zerotree Wavelet Video coding)
相關論文
★ 運用G.729與G.723.1於多點會議系統之多聲道語音混合方法★ 寬頻網路之即時視訊品質控制系統
★ 多層漸進式零樹小波分頻音訊壓縮技術★ 資料隱藏技術應用於 H.263 視訊編碼之錯誤偵測
★ 無線傳輸及網際網路環境下之G.729與G.723.1語音傳輸★ 雜訊通道中視訊編碼防錯技術之研究
★ 小波及離散餘弦域上使用子區塊分類之金匙數位影像浮水印系統★ 資料隱藏應用於零樹小波分頻壓縮系統之音訊封包遺失回復技術
★ IP網路之MPEG-4調適性視訊品質控制★ 區塊重排於小波封包之階層式集合分割影像壓縮技術
★ 動態調整緩衝區方法應用於網路延遲之VoIP語音品質改善★ 語音編碼G.729及MELP之資料隱藏方法
★ 金匙小波域音訊浮水印系統★ 快速多階連續消除移動預估演算法應用於H.26L視訊編碼標準
★ 視訊封包封裝與調適性自動重送於無線區域網路之研究★ 即時性視訊訊務預測與頻寬協商機制於具服務品質保證之網路
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 零樹小波視訊編碼之錯誤偵測與隱藏
摘要
我們都知道,在以零樹編碼為主軸的系統中,在所編出來的符號間均具有絕對的對映關係;所以在傳輸位元流時,一但在位元流中有一個錯誤發生時,則因其後之所有資料均會失去對映性而導致所有的資料均無法為系統重建影像時所使用。如EZW、ZTE即是。由此可知;零樹編碼對於通道錯誤是相當敏感的。
所以在本論文中,我們提出一套“零樹小波視訊編碼之錯誤偵測與隱藏“系統來針對零樹編碼對於通道錯誤的敏感性做偵測與補藏。而在此我們所用的錯誤偵測技術,可分為三部份來談。1) 序列數值碼 (Sequence Number Code) 錯誤偵測技術。2) 零樹小波視訊編碼之錯誤偵測技術。3) 移動向量之錯誤偵測。
其中序列數值碼錯誤偵測技術,主要是利用在數個區塊位元流間加入一個序列數值碼,然後在解碼端再以這些數值碼間的碼值連續性關係來偵測出在位元流中是否有錯誤發生及錯誤所發生的位址。而零樹小波視訊編碼之錯誤偵測技術,則是利用零樹編碼架構中,各符號間的數值對映性來判斷是否有錯誤發生。另外,移動向量之錯誤偵測部份亦是利用移動向量的數值特性來作偵測判斷。利用上述的三重錯誤偵測技術再加上錯誤隱藏後,我們發現在我們所提出的系統中,當錯誤率在高於3E-4之後,系統所得的重建影像品質會比H.263的原始架構所得的結果來的好。
摘要(英) Error Detection and Concealment of Zerotree Wavelet Video Coding
Abstract
In the zerotree wavelet video coding system, there always exist direct correspondences between the coded symbols. Therefore, if one error occurs in the received bitstream, the rest of decoded data will lose their corresponding relationships and will not be able to reconstruct the original image. From this, we observe that the zerotree coding is very sensitive to transmission errors.
In this thesis, we discuss how to improve the performance of the zerotree coding by using the error detection and concealment techniques at the decoding end in error-prone environments. The proposed error detection technology can be categorized into three parts: 1) sequence number code error detection, 2) zerotree mapping error detection, 3) motion vector error detection.
The sequence number code error detection adds a sequence number code between an integer number of blocks. Accordingly, we can detect errors by examining the consecutiveness of these sequence number codes. As for the zerotree mapping error detection, it uses zerotree’s coding structure to detect errors through the code correspondence. Furthermore, the motion vector error detection checks the valid range of motion vectors to identify errors. With the above mentioned error detection strategies and the additional error concealment, e.g., the temporal replacement in the wavelet domain, the reconstructed image quality is better than the default H.263 at the error rate above 3e-4.
關鍵字(中) ★ 小波
★ 序列數值碼
★ 錯誤偵測
★ 錯誤隱藏
★ 零樹編碼
關鍵字(英) ★ wavelet
★ sequence number code
★ error detection
★ error concealment
★ zerotree coding
論文目次 目 錄
中文摘要 ………………………………………………………I
Abstract ………………………………………………………..II
目錄 …………………………………………………………III
圖目 …………………………………………………………VI
表目 ………………………………………………………VIII
第1章 緒論 ………………………………………1
1.1 前言 ………………………………………………………1
1.2 研究動機 ………………………………………………….1
1.3 論文架構 ………………………………………………….3
第2章 動態影像編碼壓縮技術 …………………………4
2.1 動態影像系統架構 ……………………………5
2.2 小波轉換 ……………………………………….…………7
2.2.1 Zerotree編碼 ……………………………………..9
2.3 ZTE之編碼架構 ………………………………………...10
2.3.1 ZTE編碼之細部原理 …………………………..11
2.4 多解析度影像位移預估與補償 ………………………17
第3章錯誤偵測與隱藏 …………………………………20
3.1 錯誤蔓延分析 …………………………………………...20
3.2 錯誤保護的方法 ………………………………………...22
3.3 錯誤隱藏的方法 ………………………………………...24
3.3.1 P frame的隱藏方法 ……………………………24
3.4 零樹小波視訊編碼之錯誤偵測與隱藏 ………………...25
3.4.1 序列數值碼之錯誤偵測技術 …..……………..25
3.4.1.1 序列數值碼錯誤偵測原理 ………………… 27
3.4.1.2 序列數值碼與H.263及JPEG的Start code
之差異性 ……………………………………29
3.4.2 零樹小波視訊編碼之錯誤偵測技術 …………30
3.4.3 移動向量之錯誤偵測 …………………………32
3.4.4 錯誤隱藏 ………………………………………33
第4章實驗結果及討論 …………………………………34
4.1 零樹小波視訊編碼之錯誤偵測與隱藏
的壓縮效果 …………………………………………….34
4.1.1無錯誤時零樹視訊編碼之錯誤偵測
與隱藏的壓縮效果 ……………………………...36
4.2 錯誤時零樹視訊編碼之錯誤偵測與隱藏
的壓縮效果 ……………………………………………37
4.3 零樹小波視訊編碼之錯誤偵測與隱藏的
錯誤隱藏結果 …………………………………………40
第5章結論與未來展望 …………………………………52
參考文獻 …………………………………………………...55
參考文獻 [1]David Taubman, “High Performance Scalable Image Compression with EBCOT,” Image Processing, 1999. ICIP 99. Proceedings. International Conference on vol. 3, 1999
[2] Stephen A. Martucci, Iraj Sodagar, Tihao Chiang, and Ya-Qin Zhang, "A Zerotree Wavelet Video Coder," IEEE Trans. on Circuits and System for Video Technology, vol. 7, no. 1,pp.109-118, Feb 1997
[3] Jens-Rainer Ohm, “Motion-Compensated 3-D Subband Coding with Multiresolution representation of Motion parameters,” Image Processing, 1994. ICIP 94. IEEE International Conference vol. 3,pp.250-254, 1994
[4] ITU-T, Video coding for low bitrate communication, Draft H.263, May 2, 1996
[5] Ya-Qin Zhang and Sohail Zafar, “Motion-Compensated Wavelet Transform Coding for Color Compression,” IEEE Transaction on circuit and system for video technology, vol 2, No. 3,pp.285-296, Feb. 1992
[6] 陳小菁, "漸進式小波轉換視訊壓縮與錯誤隱藏," 中央大學電機工程所, 中華民國八十八年七月
[7] Detlev Marpe and Hans L. Cyon, “Very Low Bit-Rate Video Coding Using Wavelet-Based Techniques,” IEEE Transaction on circuit and system for video technology, vol 9, No. 1,pp.85-94, Feb. 1999
[8] T. Ebrahimi, E. Reusens, and W. Li, “New trends in very low bitrate video coding,” Proc.IEEE, vol. 83, pp. 877-891, June 1995
[9] M. Antonini, M. Barlaud, P. Mathieu, and I. Daubechies, “Image Coding Using Wavelet Transform,” IEEE Trans. Image Processing, vol. 1, no. 2,pp.205-220, Apr. 1992.
[10] C. S. Burrus﹐ R. A. Gopinath, and H. Guo, Introduction to wavelets and wavelet Transforms - A primer, New Jersey, Prentice-Hall﹐1998
[11] G. Strang and T. Nguyen, Wavelets and Filter Banks, Wellesley-Cambridge Press,1996
[12] Stephen A. Martucci, and Iraj Sodagar, "Zerotree Entropy coding of Wavelet coefficients for very low bit rate Video," IEEE, Image Processing, 1996, Proceedings., International Conference on Published: , Volume: 1,pp.533-536 vol. 2,,1996
[13] Iraj Sodagar, Hung-Ju Lee, Paul Hatrack, and Ya-Qin Zhang, "Scalable Wavelet Coding for Synthetic/Natural Hybrid Images," IEEE Trans. on Circuits and System for Video Techology, vol. 9, no. 2,pp.244-254, Mar. 1999
[14] J. T. Wang and P.C. Chang, "Error Propagation Prevention Technique for Realtime Video Transmission over ATM Networks﹐" IEEE Trans. Circuits and Systems for Video Technology, to appear,vol.93,pp.513-523, April 1998
[15] P. C. Chang and M.C. Chien, "Interleaving and Error Concealment for MPEG Video over ATM networks," SPIE Photonics China, Beijing, pp.271-282 , Nov. 1996
[16] S. Aign and K. Fazel, “Temporal and spatial error concealment techniques for hierarchical MPEG-2 video codec,” Proceeding of Inform, pp. 1778-1783, 1995
[17] Ya-Chu Yang, Jong-Tzy Wang, and Pao-Chi Chang, “Error-resilient Embedded Zerotree Wavelet Image Coding,” Proceeding of IEEE Int. Sym. on Consumer Electronics ’98, Taipei, Oct. 1998
[18] J. M. Shapiro, "Embedded Image Coding Using Zerotrees of Wavelet Coefficients," IEEE Trans. Signal Processing, Spec. Issue Wavelets Signal Processing, vol. 41, pp. 3445-3462, Dec. 1993
[19] H. Man, F. Kossentini, and M. J. T. Smith, "Roust EZW Image Coding for Noisy Channels," IEEE Signal Processing Letters, vol. 4, pp. 227-229, Aug. 1997
[20] G. R. Rajugopal, S. Mahmound and R. H. M. Hafez, “Mulit-Resolution Motion Estimation at Low Bit-Rates,” IEEE TENCON-Digital Signal Processing Applications, vol 2,pp.863-866,1996
[21] Hung-Ju Lee, Tihao Chiang, Iraj Sodagar, and Ya-Qin Zhang “Rate-Distortion Based Optimization for Zerotree Entropy Wavelet coding,” IEEE Transactions on Consumer Electronics, vol. 45, no. 3,pp.304-305, Aug. 1999
[22] Tihao Chiang and Ya-Qin Zhang “A New Rate Control Scheme Using Quadratic Rate Distortion Model,” IEEE Transactions on circuits and systems for video technology, vol. 7, no. 1,pp.246-250, Feb. 1997
[23] IAN H. WITTEN, RADFORD M. NEAL, and JOHN G. CLEARY “Arithmetic Coding for Data compression,” Communications of the ACM, vol. 30, num. 6, June 1987
指導教授 張寶基(Pao-Chi Chang) 審核日期 2000-7-6
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明