博碩士論文 82324049 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:153 、訪客IP:3.137.220.120
姓名 李天序(Tien-Hsu Lee)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 雜訊通道中視訊編碼防錯技術之研究
(ERROR ROBUST VIDEO CODING SYSTEM IN NOISY CHANNELS)
相關論文
★ 運用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. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本論文主要是在H.263視訊編碼系統的架構下,分析探討雜訊通道中傳輸錯誤對於壓縮視訊所造成的影響,並進而研究發展出一套完整的防錯機制。在H.263的標準本身就有提供起始碼,使其於錯誤發生時可以重新達到同步的功能。但不幸的是,如果錯誤就剛好發生在起始碼時,便可能會造成更嚴重的解碼錯誤,以致影像品質大受影響,甚至連解碼所得的畫面張數亦不正確。因此,我們發展出一套名為「視訊區段重整」的技術,在解碼端以前置處理的方式,利用區塊組的前後相連性偵測出起始碼與區塊組位址的錯誤,進而更正這些錯誤。除此之外,我們在編碼端亦利用一種資料隱藏的技巧,俾使解碼器得以偵測出編碼區塊錯誤真正發生之處。在編碼端先將前一張編碼畫面中每一區塊的同位檢測碼,隱藏在目前編碼畫面的移動預估向量或殘餘區塊量化值之中,解碼器便可經由取出這些同位檢測碼,來進一步偵測出原本可變長度碼解碼後所無法找到的錯誤。最後,我們在編碼端發展出一套名為「精確錯誤追蹤」的技術,以進一步防止錯誤蔓延效應的發生。將經過視訊區段重整與同位隱藏錯誤偵測過後的錯誤發生區塊位址,利用一回饋通道送回編碼端,編碼器即可依據這些資訊,利用畫面間像點反向移動的相關性,精確地計算出目前編碼畫面中受這些錯誤影響的程度,並將預計會受錯誤污染的區塊改以INTRA的方式編碼,如此一來便可防止錯誤再繼續蔓延下去。我們將所提出的技術在DECT系統環境下作模擬實驗,結果證實在32kbps下,比起單純使用移動補償之錯誤隱藏技術可大幅提高整體視訊品質的訊雜比達4至6dB之多。更值得一提的是,我們所發展的技術架構均與H.263標準相容,並且具備低運算複雜度與低記憶體需求等優點,尤其適合實際應用與硬體實作。
摘要(英) This dissertation presents an error resilient H.263 video compression scheme over noisy channels. The start codes in the H.263 bit stream syntax, which inherently provide the resynchronization functionality for error handling, may cause significant error damage if they are incorrectly decoded. Therefore, we develop a video segment regulation algorithm at the decoder to efficiently identify and correct erroneous start codes and block addresses. In addition, a parity-embedded error detection technique is also implemented. At the encoder, the requisite parity-check codes for all macroblocks in the previous frame are embedded into the motion vectors and the quantized residual DCT coefficients of the current encoding frame. Then the decoder can effectively manipulate these embedded bits to enhance the error detection capability at the macroblock-layer. Finally, the precise error tracking technique is used to further reduce the error propagation effects. After performing the video segment regulation and the parity-embedded error detection, the decoder can report the accurate addresses of detected corrupt blocks back to the encoder via a feedback channel. With these negative acknowledgments, the encoder can precisely calculate and trace the propagated errors by examining the backward motion dependency for each pixel in the current encoding frame. With this precise tracking strategy, the error propagation effects can be terminated completely by INTRA refreshing the affected blocks. Simulation results show that the proposed scheme yields significant video quality improvements over the motion compensated concealment by gains of 4 to 6 dB PSNRs at bit rate around 32 kbps in the error-prone DECT environments. In particular, this scheme complies with the H.263 standard and has the advantages of low memory requirement and computation complexity that are suitable for practical real-time implementation.
關鍵字(中) ★ H.263視訊編碼
★ 雜訊通道
★ 再同步
★ 錯誤偵測
★ 錯誤追蹤
關鍵字(英) ★ H.263 video coding
★ noisy channel
★ resynchronization
★ error detection
★ error tracking
論文目次 Cover
摘要
Abstract
誌謝
Contents
List of Figures
List of Tables
1. Introduction
1.1 Motivation of the Research
1.2 Issus on Error Control for Video Communication
1.3 Contribution of the Research
1.4 Organization of the Dissertation
2. Overview of H.263 Video Coding Algorithm
2.1 Low Bitrate Multimedia Communication System
2.2 H.263 Video Codec
2.3 Error-Resilient Controls and Supports in H.263+
3. Error Tracking Techniques for Error-Resilient Transmission of H.263 Video
3.1 Introduction
3.2 Precise Error Tracking Algorthm
3.3 Fast Error Tracking Algorithm
3.4 Simulation Results
4. Resynchronization Regulation Techniques for Image and Video Coding
4.1 Introduction
4.2 Restart Marker Regulation for Progressive JPEG
4.3 Video Segment Regulation for H.263/H.263+
4.4 Simulation Results
5. Error Robust H.263 Video Coding System
5.1 Parity Embedded Error Detection
5.2 System Architecture
5.3 Simulation Results
6. Conclusion
6.1 Summary
6.2 Future Extension
Reference
參考文獻 [1] R. Schaphorst, Videoconferencing and Videotelephony: Technology and Standards, Norwood, MA: Artech House, 1997.
[2] T. J. Lynch, Data Compression: Techniques and Applications, Lifetime Learning Publications, 1985.
[3] Video Coding for Low Bit Rate Communication, Draft ITU-T Recommendation H.263, May 1996.
[4] H. Liu and M. El Zarki, "Transmission of H.263 video over wireless channels," in Proc. SPIE Conf., vol. 2668, Jan. 1996.
[5] Video Coding - H.261, H.263, ITU-T SG16 Q15, ftp://standard.pictel.com/video-site.
[6] Video Coding for Low Bit Rate Communication, Draft ITU-T Recommendation H.263 Version 2, Jan. 1998.
[7] Information Technology - Coding of Audio-Visual Objects: Visual, Draft ISO/IEC 144962-2, Oct. 1997.
[8] D. W. Redmill and N. G. Kingsbury, "The EREC: an error-resilient technique for coding variable-length blocks of data," IEEE Trans. Image Processing, vol. 5, pp. 565-574, Apr. 1996.
[8] D. W. Redmill and N. G. Kingsbury, "The EREC: an error-resilient technique for coding variable-length blocks of data," IEEE Trans. Image Processing, vol. 5, pp. 565-574, Apr. 1996.
[10] R. Talluri, "Error-resilient video coding in the ISO MPEG-4 standard," IEEE Communications Magazine, vol. 36, pp. 112-119, Jun. 1998.
[11] Y. Wang and Q. F. Zhu, "Error control and concealment for video communication: a review," Proc. IEEE, vol. 86, pp. 974-997, May 1998.
[12] Multiplexing Protocol for Low Bitrate Multimedia Communication, ITU-T Recommendation H.223, 1995.
[13] K. N. Ngan and R. Stelle, "Enhancement of PCM and DPCM images corrupted by transmission errors," IEEE Trans. Communications, vol. COM-30, pp. 257-265, Jan. 1982.
[14] K. M. Rose and A. Heiman, "Enhancement of one-dimensional variable-length DPCM images corrupted by transmission errors," IEEE Trans. Communications, vol. 37, pp. 373-379, Apr. 1989.
[15] O. R. Mitchell and A. J. Tabatabai, "Channel error recovery for transform image coding," IEEE Trans. Communications, vol. COM-29, pp. 1754-1762, Dec. 1981.
[16] S. Aign and K. Fazel, "Temporal and spatial error concealment techniques for hierarchical MPEG-2 video codec," in Proc. ICC '95, pp. 1778-1783, Seattle, WA, Jun. 1995.
[16] S. Aign and K. Fazel, "Temporal and spatial error concealment techniques for hierarchical MPEG-2 video codec," in Proc. ICC '95, pp. 1778-1783, Seattle, WA, Jun. 1995.
[18] Y. Wang, Q. F. Zhu, and L. Shaw, "Maximally smooth image recovery in transform coding," IEEE Trans. Communications, vol. 41, pp. 1544-1551, Oct. 1993.
[19] Q. F. Zhu, Y. Wang, and L. Shaw, "Coding and cell-loss recovery in DCT-based packet video," IEEE Trans. Circuits and Systems for Video Technology, vol. 3, pp. 248-258, Jun. 1993.
[20] H. Sun and W. Kwok, "Concealment of damaged block transform coded images using projections onto convex sets," IEEE Trans. Image Processing, vol. 4, pp. 470-477, Apr. 1995.
[21] M. Ghanbari, "Two-layer coding of video signals for VBR networks," IEEE J. Selected Areas in Communications, vol. 7, pp. 771-781, Jun. 1989.
[22] P. Bahl and I. Chlamtac, "H.263 based video codec for real-time visual communications over wireless radio networks," in Proc. IEEE ICUPC, pp. 773-779, San Diego, CA, Oct. 1997.
[23] Terminal for Low Bitrate Multimedia Communication, Draft ITU-T Recommendation H.324, Jun. 1996.
[24] Dual Rate Speech Coder for Multimedia Communication Transmitting at 5.3 & 6.3 kbit/s, ITU-T Recommendation G.723.1, 1995.
[25] Control Protocol for Multimedia Communication, ITU-T Recommendation H.245, 1995.
[26] A Modem Operating at Data Signaling Rates of Up to 28 800 bit/s for Use on the GSTN and on Leased Point-to-Point 2-Wire Telephone-Type Circuits, ITU-T Recommendation V.34, 1994.
[26] A Modem Operating at Data Signaling Rates of Up to 28 800 bit/s for Use on the GSTN and on Leased Point-to-Point 2-Wire Telephone-Type Circuits, ITU-T Recommendation V.34, 1994.
[28] G. Cote, B. Erol, M. Gallant, and F. Kossentini, "H.263+: video coding at low bit rates," IEEE Trans. Circuits and Systems for Video Technology, vol. 8, pp. 849-866, Nov. 1998.
[29] S. Wenger, G. Knorr, J. Ott, and F. Kossentini, "Error resilience support in H.263+," IEEE Trans. Circuits and Systems for Video Technology, vol. 8, pp. 867-877, Nov. 1998.
[30] D. LeGall, "MPEG: a video compression standard for multimedia applications," Comm. ACM, pp. 47-58, Apr. 1991.
[30] D. LeGall, "MPEG: a video compression standard for multimedia applications," Comm. ACM, pp. 47-58, Apr. 1991.
[32] S. Lin, D. J. Costello, and M. J. Miller, "Automatic repeat error control schemes," IEEE Communications Magazine, vol. 22, pp. 5-17, 1984.
[32] S. Lin, D. J. Costello, and M. J. Miller, "Automatic repeat error control schemes," IEEE Communications Magazine, vol. 22, pp. 5-17, 1984.
[32] S. Lin, D. J. Costello, and M. J. Miller, "Automatic repeat error control schemes," IEEE Communications Magazine, vol. 22, pp. 5-17, 1984.
[35] M. H. Willebeek-LeMair, Z. Y. Shae, and Y. C. Chang, "Robust H.263 video coding for transmission over the internet," in Proc. INFOCOM '98, pp. 225-232, San Francisco, CA, Mar. 1998.
[35] M. H. Willebeek-LeMair, Z. Y. Shae, and Y. C. Chang, "Robust H.263 video coding for transmission over the internet," in Proc. INFOCOM '98, pp. 225-232, San Francisco, CA, Mar. 1998.
[37] M. Ghanbari, "Postprocessing of late cells for packet video," IEEE Trans. Circuits and Systems for Video Technology, vol. 6, pp. 669-678, Dec. 1996.
[38] P. M. Crespo, R. M. Pelz, J. P. Cosmas, and J. Garcia-Frias, "Results of channel error profiles for DECT," IEEE Trans. Communications, vol. 44, pp. 913-917, Aug. 1996.
[39] Videoconferencing for Circuit Switched Networks (ISDN and POTS) - H.320, H.324, ITU-T SG16 Q11, ftp://standard.pictel.com/lbc-site.
[40] W. J. Chu and J. J. Leou, "Detection and concealment of transmission errors in H.261 images," IEEE Trans. Circuits and Systems for Video Technology, vol. 8, pp. 74-84, Feb. 1998.
[41] K. Y. Yoo, "Adaptive resynchronisation marker positioning method for error resilient video transmission," IEE Electronics Letters, vol. 34, no. 22, pp. 2084-2085, Oct. 1998.
[42] G. Cote, S. Shirani, and F. Kossentini, "Robust H.263 video communication over mobile channels," in Proc. IEEE ICIP '99, vol. 2, pp. 535-539, Kobe, Japan, Oct. 1999.
[43] T. H. Lee, H. H. Hsu, and P. C. Chang, "Robust transmission of progressive JPEG image coding in wireless communications," in Proc. IEEE ICCE '99, pp. 234-235, Los Angeles, Jun. 1999.
[44] S. Sridharan, A. Ginige, and D. Lowe, "Progressive image transmission," in Proc. Int. Conf. Image Processing and its Applications, pp. 115-118, Maastricht, Apr. 1992.
[45] Digital Compression and Coding of Continuous-tone Still Images, Part 1: Requirements and guidelines, CCITT Recommendation T.81, 1992.
[45] Digital Compression and Coding of Continuous-tone Still Images, Part 1: Requirements and guidelines, CCITT Recommendation T.81, 1992.
[45] Digital Compression and Coding of Continuous-tone Still Images, Part 1: Requirements and guidelines, CCITT Recommendation T.81, 1992.
[48] Y. Yoo and A. Ortega, "Constrained bit allocation for error resilient JPEG coding," in Proc. Asilomar Conf. Signals, Systems & Computers, vol. 2, pp. 985-989, Pacific Grove, Nov 1997.
[48] Y. Yoo and A. Ortega, "Constrained bit allocation for error resilient JPEG coding," in Proc. Asilomar Conf. Signals, Systems & Computers, vol. 2, pp. 985-989, Pacific Grove, Nov 1997.
[50] Y. H. Han and J. J. Leou, "Detection and correction of transmission errors in JPEG images," IEEE Trans. Circuits and Systems for Video Technology, vol. 8, pp. 221-231, Apr. 1998.
[51] Independent JPEG Group, JPEG Software Release 6A, Feb. 1996.
[52] W. B. Pennebaker and J. L. Mitchell, JPEG Still Image Data Compression Standard, New York: Van Nostrand Reinhold, 1993.
[52] W. B. Pennebaker and J. L. Mitchell, JPEG Still Image Data Compression Standard, New York: Van Nostrand Reinhold, 1993.
[54] J. Song and K. J. R. Liu, "A data embedding scheme for H.263 compatible video coding," in Proc. ISCAS '99, vol. 4, pp. 390-393, May 1999.
[55] Video Codec Test Model for the Near Term 5 (TMN5), ITU-T SG 15 Expert's Group on Very Low Bitrate Visual Telephony, Jan. 1995.
指導教授 張寶基(Pao-Chi Chang) 審核日期 2000-7-31
推文 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聯絡  - 隱私權政策聲明