博碩士論文 975203004 詳細資訊




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

摘要(中) H.264/AVC視訊編碼標準採用許多新的編碼技術,和以往的視訊編碼標準相比有更好的編碼效率,但同時也大幅度增加編碼端的計算複雜度,特別是模式選擇和動態估測的部份,對於即時視訊的應用無疑是一大挑戰。
因此,本論文引入時空相關性與編碼區塊形態(Coded Block Patterns, CBP)等概念,整合CBP在不同編碼模式下分佈之特性及多幅參考畫面中鄰近區塊於空間及時間上的關聯性,找出參考區塊;針對H.264編碼端提出一個畫面間快速模式決策演算法。
實驗結果顯示,無論在任何特性的視訊資料下,都能在幾乎不影響影像品質的前提下(稍降0.1dB),節省高達86%之編碼時間且位元率僅上升0.7%,代表本論文所提之畫面間編碼模式決策機制可大幅降低系統之編碼時間且保持畫面品質。
摘要(英) The H.264/AVC video coding standard employs several new coding techniques to achieve better coding efficiency than previous standards. However it also greatly increases computational complexity at the encoder, especially for motion estimation and mode decision. Undoubtedly, it is a challenge to utilize H.264/AVC for real-time video applications.
In this thesis, we propose an efficient inter mode decision algorithm based on spatial and temporal correlation of blocks and Coded Block Patterns (CBP). The characteristics of mode distribution at different values of CBP and the amount of skip mode of spatial and temporal neighboring blocks in multiple reference frames are utilized to the early determination of the type of the current macroblock. The search candidates during inter mode decision can be significantly reduced hence encoding time saving is achieved.
The proposed algorithm can significantly reduce the computational complexity while keeping the video quality. The experimental results show that the proposed algorithm can save up to 86% of total encoding time compared to fast full search in H.264/AVC reference software with negligible performance degradation.
關鍵字(中) ★ H.264/AVC
★ 編碼區塊形態
★ 編碼模式
關鍵字(英) ★ Coded Block Patterns (CBP)
★ mode decision
★ H.264/AVC
論文目次 摘 要 .......................................................................................................... I
Abstract ....................................................................................................... II
目錄 ............................................................................................................ III
圖目錄 ......................................................................................................... V
表目錄 ...................................................................................................... VII
第一章 緒論 .............................................................................................. 1
1.1 研究背景 ...................................................................................... 1
1.2 研究動機與目的 .......................................................................... 2
1.3 論文架構 ...................................................................................... 2
第二章 H.264/AVC 視訊編解碼器介紹 .................................................. 4
2.1 H.264 視訊壓縮標準簡介 .......................................................... 4
2.2 H.264 編碼器架構介紹 ............................................................... 6
第三章 H.264 畫面間編碼模式快速演算法之相關研究介紹 ............. 29
3.1 編碼模式決策之最佳模式選擇 ................................................ 29
3.2 畫面間編碼模式快速決策相關文獻介紹 ................................ 32
3.3 本論文研究與現有研究文獻之差異 ........................................ 42
第四章 H.264 畫面間之編碼模式快速演算法 ....................................... 43
4.1 編碼區塊形態分析 .................................................................... 43
4.2 鄰近編碼區塊之時空相關性 .................................................... 49
IV
4.3 結合CBP 與鄰近區塊相關性之編碼模式分析 ...................... 53
4.4 基於時空相關性與CBP 之畫面間快速模式決策 .................. 54
第五章 實驗結果與分析討論 .................................................................. 57
5.1 實驗環境設置 ............................................................................ 57
5.2 畫面間編碼模式快速決策之結果分析 .................................... 58
5.3 相關文獻比較及分析 ................................................................ 63
第六章 結論與未來展望 ........................................................................ 67
參考文獻 .................................................................................................... 68
參考文獻 [1] ISO/IEC International Standard 14496-10, Information technology – Coding of Audio-Visual Objects – Part 10: Advanced Video Coding, 3rd ed., Dec. 2005, corrected version, March 2006.
[2] Joint Model reference software version JM 17.2, Available: http://iphome.hhi.de/suehring/tml/
[3] G. Bjontegaard, “Calculation of average PSNR differences between RD-curves,” ITU-T Q6/SG16, VECG-M33, 2001.
[4] A. Hallapuro and M. Karczewicz, “”Low complexity transform and quantization – Part 1: Basic implementation,” JVT document JVT-B038, Feb. 2001.
[5] J. Lee and B. Jeon, “Fast mode decision for H.264,” presented at the 10th JVT-J033 Meeting, Antalya, Turkey, Dec. 2003.
[6] K. P. Lim, “Text description of joint model reference encoding methods and decoding concealment methods,” presented at the JVT-N046 Meeting, Hong Kong, Jan. 2005.
[7] D. Wu, F. Pan, K. P. Lim, S. Wu, Z. G. Li , X. Lin , S. Rahardja, and C. C. Ko, “Fast intermode decision in H.264/AVC video coding,” IEEE Trans. Circuits Syst. Video Technol., vol.15, no. 6, pp. 953-958, July 2005
[8] S. Ma, W. Gao, and Y. Lu, “Rate-distortion analysis for H.264/AVC video coding and its application to rate control,” IEEE Trans. Circuits Syst. Video Technol., vol. 15, no. 12, pp.1533-1544, Dec.2005.
[9] C. Grecos and M. Yang, “Fast mode prediction for the baseline and main profiles in the H.264 video coding standard,” IEEE Transactions on Multimedia, vol. 8, pp. 1125-1134, 2006.
[10] C. C. Lien and C. P. Yu, “A fast mode decision method for H.264/AVC using the spatial-temporal prediction scheme,” Journal of Information Science and Engineering, vol. 23, pp. 1911-1921, 2007.
[11] Y. H. Huang, C. Y. Chang, and H. H. Chen, “Fast H.264 mode decision using previously coded information,” in Proceedings of IEEE International Symposium on Multimedia, 2008, pp. 82-88.
[12] P. J. Lee and Y. J. Shih, “Fast inter-frame coding with intra skip strategy in H.264 video coding,” IEEE Trans. Consum. Electron., vol. 55, no. 1, pp.158-164, Feb 2009.
[13] S.-H. Ri, Y. Vatis, and J. Ostermann, “Fast inter-mode decision in an H.264/AVC encoder using mode and Lagrangian cost correlation,” IEEE Trans. Circuits Syst. Video Technol., vol. 19, no. 2, pp. 302–306, Feb.2009.
[14] S. H. Yang, B. Y. Chen, and K. H. Wang, “H.264 fast inter-mode selection based on coded block patterns,” IEICE Transactions on Information and Systems, vol. E92-D, pp. 1324-1327, 2009.
[15] J. Hahm and C.-M. Kyung, “Efficient CABAC rate estimation for H.264/AVC mode decision,” IEEE Trans. Circuits Syst. Video Technol., vol. 20, no. 2, pp. 310-316, Feb. 2010.
[16] E. Mart’ınez-Enriquez, A. Jimenez-Moreno, and F. Diaz-de Maria, “An adaptive algorithm for fast inter mode decision in the H.264/AVC video coding standard,” IEEE Trans. Consum. Electron., vol. 56, no. 2, pp.826–834, May 2010.
[17] B. Hilmi, C.-S. Park and B.-G. Kim, “A Survey of Fast Inter Mode Decision Algorithms for H.264/AVC Video Encoding System,” International Journal of Soft Computing, 5(3), pp.128-148, 2010.
[18] T. Zhao, H. Wang, X. Ji, and S. Kwong, “Fast Mode Decision Based on Mode Adaptation,” IEEE Trans. Circuits Syst. Video Technol., vol. 20, no.5, pp. 697-705 May.2010.
[19] D. W. Lin, J. L. Hsieh, S. H. Yang, and C. C. Yang, “Fast Inter-Mode Selection for H.264 Encoders Based on Coded Block Patterns and Interblock Correlation,” Journal of Information Science and Engineering, vol. 27, no.6, pp. 1901-1917, Nov.2011
[20] E. Martinez-Enriquez, A. Jimenez-Moreno, M. Angel-Pellon, F. Diaz-de-Maria, “A Two-Level Classification-Based Approach to Inter Mode Decision in H.264/AVC,” IEEE Trans. Circuits Syst. Video Technol., vol. 21, no. 11, pp. 1719-1732, Nov. 2011.
[21] J. Y. Lee and H. W. Park, “A Fast Mode Decision Method Based on Motion Cost and Intra Prediction Cost for H.264/AVC,” IEEE Trans. Circuits Syst. Video Technol., vol. 22, no.3, pp. 393-402, Mar. 2012.
指導教授 張寶基(Pao-Chi Chang) 審核日期 2012-7-22
推文 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聯絡  - 隱私權政策聲明