博碩士論文 965303027 詳細資訊




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

摘要(中) H.264的主要貢獻之一是,它採用了在空間域的畫面內(Intra)預測方式,從而顯著地提高了I畫面壓縮比。針對每一個4×4的區塊,Intra 4×4模式提供了九種方向性的預測模式。然而,對於每一個4×4區塊,在編碼器需要1或4個位元用來標明Intra所使用的模式以順利解碼。因此,每一個4×4的Marcoblock(MB)共需要使用16到64個位元。為減少這方面的負擔,金大延(Dae-Yeon Kim)於2008年提出了『Adaptive Intra Mode Bit Skip (AIMBS)』演算法。假如鄰近區塊中所有的參考像素值非常相近,則可以使用DC模式做為預測模式,而用來標示模式的位元則利用跳位方式來省略。但是此法只針對DC模式跳位,其演算法仍有改進的空間。故我們提出另一種方法,利用鄰近參考像素與待編碼區塊往往有相同方向性之特性,增加垂直(Vertical)與水平(Horizontal)模式的跳位。實驗結果與AIMBS相比,在1080P的BD-PSNR平均可以增加0.027 dB,而BD-Rate平均可以減少0.66%。顯示本研究所提之增強型跳位機制可以有效地進一步降低編碼位元率,並達到更佳的視訊品質,同時也減少了些許編碼時間。
摘要(英) One of the main contributions of H.264 is the intra prediction in spatial domain, which increases the coding performance of I-frame significantly. Intra4×4 mode provides nine directional prediction modes for every 4×4 block. However, for each 4×4 block, 1 or 4 bits are required for indicating intra mode in the encoded bit stream for successfully decoding. Therefore, 16 ~ 64 bits are required to represent intra mode bits for each intra4×4 macroblock.
To reduce this burden, Dae-Yeon Kim proposed an algorithm called: “adaptive intra mode bit skip (AIMBS)” in 2008. If all reference pixels of current block are quite similar, the DC mode can be selected as the prediction mode without significant distortion so that the prediction mode bit can be skipped in the proposed method. But this method can be improved by considering the bit skip for more modes. The reference pixels usually exist the same direction with current block. In this work, the correlation between vertical and horizontal differences of reference pixels and encoded modes are investigated. The mode skip of vertical and horizontal prediction modes is integrated with AIMBS to achieve better coding efficiency.
The simulation results show that the proposed mechanism can improve 0.027dB BD-PSNR and reduce BD-Rate by 0.66% at 1080P compared with AIMBS on average. We observe that this method can be further improved by including more modes for bit skipping. In this work, the correlation between vertical and horizontal differences of reference pixels and encoded modes are investigated.
關鍵字(中) ★ 位元跳躍
★ 畫面內預測
★ 視訊壓縮
關鍵字(英) ★ video coding
★ Intra prediction
★ bit skip
論文目次 摘 要 I
Abstract II
致 謝 III
目錄 IV
圖目錄 VI
表目錄 VIII
第一章 緒論 1
1.1 研究背景 1
1.2 研究動機與目的 2
1.3 論文架構 3
第二章 H.264視訊編解碼標準介紹 4
2.1 H.264 視訊壓縮標準簡介 4
2.2 H.264 編碼器架構介紹 6
2.2.3 畫面內預測(Intra Prediction) 9
2.2.4 最可能模式(Most probable mode) 11
2.2.5 畫面間預測(Inter Prediction) 12
2.2.6 轉換(Transform) 13
2.2.7 量化(Quantization) 14
2.2.8 去方塊濾波器(De-blocking Filter) 15
2.2.9 熵編碼(Entropy Coding) 15
2.3 H.264解碼器架構介紹 16
第三章 Adaptive Intra Mode Bit Skip研究介紹 18
3.1 H.264 Intra4×4之編碼方式介紹 18
3.1.1 Intra4×4預測模式 19
3.1.2 Adaptive Intra Mode Bit Skip編碼方式介紹 20
3.2 AIMBS之優點與缺點 25
第四章 提出之增強型H.264畫面內模式之跳位演算法 27
4.1 AIMBS演算法的缺點詳細分析 27
4.2 最佳預測模式與相鄰區塊之關連 32
4.3 預測模式與參考像素差異值的關聯 35
4.3.1 垂直、水平與DC模式下之特性分析 36
4.3.2 邊際區塊的最佳預測模式 52
4.4 利用參考像素差異值提出之EIMBS演算法 54
第五章 實驗結果與分析討論 63
5.1 實驗參數與模擬環境 63
5.2 H.264與AIMBS演算法之效能比較 64
第六章 結論與未來展望 77
參考文獻 78
參考文獻 [1] Draft ITU-T Recommendation and Final Draft International Standard of Joint
Video Specification, ITU-T Rec. H.264/ ISO/ IEC 14496-10 AVC, Mar. 2003.
[2] T. Wiegand, G. J. Sullivan, G. Bjontegaard, and A. Luthra, “Overview of the H.264 video coding standard,” IEEE Trans. Circuits Syst.Video Technol., vol. 13, no. 7, pp.560-576, July. 2003.
[3] D. Y. Kim, K. H. Han, and Y. L. Lee, “Adaptive intra mode bit skip in intra coding,” in Proc. IEEE Asia Pacific Conference on Circuits and Systems (APCCAS), 2008, pp. 446 - 449.
[4] D. Y. Kim, K. H. Han, and Y. L. Lee, “Adaptive single-multiple prediction of H.264/AVC intra coding,” IEEE Trans. Circuits Syst. Video Technol., vol. 20, no. 4, pp. 610-615, Apr. 2010,
[5] L. M. Po, L. Wang, K. W. Cheung, K. M. Wong, K. H. Ng, S. Li, and C. W. Ting, “Distance-base Weighted Prediction for Adaptive Intra Mode Bit Skip in H.264,” IEEE International Conference on Image Processing (ICIP), 2010, pp. 2869 - 2872.
[6] M. G. Sarwer and Q. M. J. Wu, “A Novel Bit Rate Reduction Method of H.264 Intra Coding,” IEEE International Congress on Image and Signal Processing (CISP), 2010, pp. 24 - 25.
[7] J. Lee, J. S. Choi, J. Hong, and H. Choi, “Intra-mixture Prediction Mode and Enhanced Most Probable Mode Estimation for Intra Coding in H.264/AVC,” Fifth International Joint Conference on INC, IMS and IDC, 2009, NCM ’’09, Aug. 2009, pp. 1619-1622.
[8] G. Bjontegaard, “Calculation of average PSNR differences between RD-curves,” ISO/IEC JTC1/SC29/WG11 and ITU-T SG16 Q.6, VCEG 13th Meeting, VCEG-M33, Austin, Texas, USA, April 2001.
[9] H. Kim and Y. Altunbasak, “Low-complexity macroblock mode selection for the H.264 encoders,” IEEE Int. Conf. on Image Processing, Suntec City, Singapore, Oct. 2004.
[10] V. Lappalainen, A. Hallapuro, and T. D. Hamalainen, “Complexity of optimized H.26L video decoder implementation,” IEEE Trans. on Circuits and Syst. Video Technol., vol. 13, no. 7, pp. 717–725, Jul. 2003.
[11] H. Y. Cheong and A. M. Tourapis, “Fast Motion Estimation within the H.264 codec,” in Proc. of ICME-2003, Baltimore, MD, July 6-9, 2003.
[12] Y. Ye and M. Karczewicz, “Improved H.264 Intra coding based on bidirectional intra prediction, directional transform, and adaptive coefficient scanning,” in Proc. IEEE ICIP 2008, pp. 2116-2119.
[13] L. Wang, L. M. Po, Y. M. S. Uddin, K. M. Wong, and S. Li, “A novel weighted cross prediction for H.264 intra coding,” in Proc. IEEE ICME 2009, pp. 165-168.
[14] D. Y. Kim, D. K. Kim, and Y. L. Lee, “A New Method for Estimating Intra Prediction Mode in H.264/AVC,” IEICE Trans. Fund.s of Electron, Commun. And Computer Scienc., vol. E91-A, pp. 1529-1532, Jun. 2008.
[15] F. Pan, X. Lin, S. Rahardja, K. P. Lim, Z. G. Li, D. Wu, and S. Wu, “Fast mode decision algorithm for Intra-prediction in H.264/AVC video coding,” IEEE Trans. Circuits Syst. Video Technol., vol. 15, no. 7, pp. 813-822, Jul. 2005.
[16] G. Sullivan, T. McMahon, T. Wiegand, and A. Luthra, “Draft Text of H.264/AVC Fidelity Range Extensions Amendment to ITU-T Rec. H.264 | ISO/IEC 14496-10 AVC,” ISO/IEC JTC1/SC29/WG11 and ITU-T Q6/SG16 JVT document JVT-L047, Jul. 2004.
[17] G. J. Sullivan and T. Wiegand, “Rate-distortion optimization for video compression,” IEEE Signal Process. Mag., vol. 15, no. 6, pp. 74-90, Nov. 1998.
[18] S. S Yu, Y. Gao, J. Z. Chen, and J. L. Zhou, “Distance-based weighted prediction for H.264 intra coding,” IEEE IET International Conference on Audio, Language and Image Processing 2008, pp.1477-1480, Jul. 2008.
[19] H.264 Joint Video Team (JVT) Reference Software version 11.0. Available: http://iphome.hhi.de/suehring/tml/
指導教授 張寶基(Pao-Chi Chang) 審核日期 2012-7-23
推文 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聯絡  - 隱私權政策聲明