博碩士論文 945203018 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:4 、訪客IP:18.224.73.125
姓名 陳宗毅(Zong-Yi Chen)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 系統失真式錯誤保護機制於H.264視訊傳輸之研究
(A study of Systematic Lossy Error Protection Architecture in H.264 Video Transmission)
相關論文
★ 基於區域權重之衛星影像超解析技術★ 延伸曝光曲線線性特性之調適性高動態範圍影像融合演算法
★ 實現於RISC架構之H.264視訊編碼複雜度控制★ 基於卷積遞迴神經網路之構音異常評估技術
★ 具有元學習分類權重轉移網路生成遮罩於少樣本圖像分割技術★ 具有注意力機制之隱式表示於影像重建 三維人體模型
★ 使用對抗式圖形神經網路之物件偵測張榮★ 基於弱監督式學習可變形模型之三維人臉重建
★ 以非監督式表徵分離學習之邊緣運算裝置低延遲樂曲中人聲轉換架構★ 基於序列至序列模型之 FMCW雷達估計人體姿勢
★ 基於多層次注意力機制之單目相機語意場景補全技術★ 基於時序卷積網路之單FMCW雷達應用於非接觸式即時生命特徵監控
★ 視訊隨選網路上的視訊訊務描述與管理★ 基於線性預測編碼及音框基頻週期同步之高品質語音變換技術
★ 基於藉語音再取樣萃取共振峰變化之聲調調整技術★ 即時細緻可調性視訊在無線區域網路下之傳輸效率最佳化研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 視訊於網路傳輸時,常會發生網路封包遺失的情況,視訊解碼器無法正常解碼,因此造成令人不悅的視訊品質。新一代H.264視訊壓縮編碼雖具有高壓縮效能,卻也導致了發生錯誤時較為嚴重的錯誤蔓延,造成視訊品質的劇烈降低,因此發展視訊傳輸之錯誤保護機制是非常重要的。
系統失真式錯誤保護(Systematic Lossy Error Protection;SLEP)機制是一種可有效對抗視訊傳輸錯誤的方法,此架構利用Wyner-Ziv編碼方式保護視訊,在錯誤率提升時,不至於發生一般錯誤更正碼(FEC)保護方式所導致的嚴重視訊品質急速降低,可提供較平穩的視訊品質。本論文在H.264上實作並研究SLEP機制,以此架構為基礎,在SLEP的抗錯能力與解碼視訊品質之間做最佳取捨,採用各種不同編碼方式產生冗餘切片,希望找出最合適的冗餘切片編碼方式,最後並根據分析結論,提出適應性的錯誤保護方式,望能進一步提升SLEP的抗錯效能。
如我們所預期的,SLEP機制在網路封包遺失率逐漸增高時,達成了平穩的視訊品質降落,並提供可接受的視訊品質。
摘要(英) There are inevitable packet losses when the video transmits over the network, and that leads to the video decoder can’t decode correctly, hence results in unpleasant video quality. The new generation of H.264 video compression standard exhibits high compression efficiency, but occasionally incurs more serious error propagation when an error occurs and this makes the video quality degrade drastically. Therefore, the development of an effective error protection mechanism for the video transmission is very important.
Systematic Lossy Error Protection (SLEP) is a robust error resilient mechanism which uses Wyner-Ziv coding to protect the video bitstream. SLEP avoids the “cliff” effect, i.e., the rapid degradation of video quality when too many packets are lost and the FEC code fails to recover them, from which the FEC system suffers and produces graceful degradation of the decoded video quality with the increase of error probability. In this thesis, we study and implement the SLEP architecture on H.264 and try to get the best trade-off between the error resilience and decoded video quality. We propose an adaptive SLEP structure for further improvement of error resilience capability by generating redundant slices with different coding methods for different channel conditions.
As expected, the SLEP architecture achieves graceful degradation of video quality and provides acceptable visual quality in the presence of increasing network packet losses.
關鍵字(中) ★ 抗錯機制
★ 錯誤保護
★ SLEP
★ H.264
關鍵字(英) ★ error resilience
★ H.264
★ SLEP
★ error protection
論文目次 中文摘要 I
英文摘要 II
誌謝 III
目錄 IV
圖目錄 VI
表目錄 VIII
第一章 緒論 1
1.1 簡介 1
1.2 動機與目的 2
1.3 論文架構 4
第二章 H.264視訊壓縮標準與抗錯機制簡介 5
2.1 H.264視訊壓縮標準簡介 5
2.1.1 整體壓縮效能改進情形 6
2.1.2 H.264架構介紹 7
2.1.2.1 網路提取層(Network Abstraction Layer) 8
2.1.2.2 H.264 Profiles 9
2.1.3 空間性預測(Intra Prediction) 13
2.1.4 時間性預測(Inter Prediction) 15
2.1.5 轉換(Transform) 23
2.1.6 量化(Quantization) 25
2.1.7 去方塊濾波器(Deblocking Filter) 25
2.1.8 亂度編碼(Entropy Coding) 28
2.2 H. 264錯誤防範機制 29
2.2.1 Parameter set structure 29
2.2.2 Redundant pictures 31
2.2.3 Flexible macroblock order 31
2.2.4 Data partitioning 32
第三章 系統失真式錯誤保護機制(SLEP) 34
3.1 SLEP基本概念 35
3.2 H.264 SLEP 38
第四章 實驗結果與討論 44
4.1 環境參數設定與所使用的樣本 44
4.2 結果比較與分析 45
4.2.1固定同位切片量之比較 46
4.2.1.1 Foreman之模擬結果與分析 46
4.2.1.2 Stefan之模擬結果與分析 49
4.2.1.3 Akiyo之模擬結果與分析 51
4.2.2改變同位切片量之比較 53
4.2.3改變冗餘切片版本 54
4.3調適性SLEP架構 55
第五章 結論與未來展望 56
參考文獻 57
參考文獻 [1] “Final committee draft: Editor’s proposed revisions,” in Joint Video Team(JVT) of ISO/IEC MPEG and ITU-T VCEG, T. Wiegand, Ed., Feb.2003,JVT-F100.
[2] “Draft ITU-T recommendation and final draft international standard of joint video specification(ITU-T Rec. H.264/ISO/IEC 14496-10 AVC,)” in Joint Video Team(JVT) of ISO/IEC MPEG and ITU-T VCEG, JVTG050,2003.
[3] T. Wiegand, G. J.Sullian, G. Bjontegaard, and A.Luthra, “Overview of the H.264/AVC video coding standard,” IEEE Trans. Circuits Syst. Video Technol., vol. 13, pp. 560–576, July 2003.
[4] A. Albanese. 1. Blomer, J. Edmonds. M. Luby, and M. Sudan. “Priority encoding transmission,” IEEE Transactions on Informtation Theory, vol. 42, no. 6. pp. 1737-1744. Nov.1996.
[5] M. Gallant and F. Kossentini, “Rate-distortion optimized layered coding with unequal error protection for robust internet video,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 11, no. 3. pp. 357-372. Mar. 2001.
[6] A. Mohr, E. Riskin. and R. Ladner, “Unequal loss protection: Graceful degradation of image quality over packet erasure channels through forward error correction,” IEEE Journal on Selected Areas in Communications. vol. 18, no. 6. pp. 819-828. June 2000.
[7] U. Horn, K. Stuhlmuller, M. Link, and B. Girod, “Robust internet video transmission based on scalable coding and unequal errnr protection,” Image Communication, Special Issue on Real-time Video over the Internet, vol. 15, no. 1-2. pp.77-94, Sep. 1999.
[8] S. Fukunaga, T. Nakai. and H.Inoue, “ Error resilient video coding by dynamic replacing of reference pictures,” Proc. IEEE GLOBECOM, vol. 3, pp.1503-1508, Nov 1996.
[9] B. Girod, A. Aaron, S. Rane,and D. Rebollo-Monedero, “Distributed video coding,” Proc. IEEE, vol. 93,no. 1, Jan. 2005.
[10] S. Rane, P. Baccichet and B. Girod, “Systematic Lossy Error Protection based on H.264/AVC Redundant Slices and Flexible Macroblock Ordering,” Joint Video Team (JVT) of ISO/IEC MPEG & ITU-T VCEG(ISO/IEC JTC1/SC29/WG11 and ITU-T SG16 Q.6) 19th Meeting: Geneva, Switzerland, March 31- Apr 7, 2006, Document Name JVT-S025.doc.
[11] A. Wyner and J. Ziv, “The rate-distortion function for source coding wilh side information at the decoder,” IEEE Transactions on Information Theory, vol. IT-22. no. 1, pp. 1-10, Jan. 1976.
[12] A. Aaron, S. Rane, R. Zhang, and B. Girod, “Wyner-Ziv coding for video:applications to compression and error resilience,” in Proc. of the IEEE International Conference on Data Compression , Mar. 2003.
[13] M. Ramon, FX Coudoux,and MG Gazalet, “Efficient priority encoding transmission scheme based Wyner-Ziv coding and spatial scalability,” Proc. of SPIE Vol. 5960, pp. 1903-1910, 2005
[14] A. Aaron, S. Rane, D. Rebollo-Monedero, and B. Girod, “Systematic lossy forward error protection for video waveforms,” in Proc. IEEE Int. Conf. Image Processing, pp. I-609–I-612, 2003
指導教授 張寶基(Pao-Chi Chang) 審核日期 2007-7-24
推文 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聯絡  - 隱私權政策聲明