博碩士論文 108523047 詳細資訊




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

摘要(中) 自2015年開始JVET (Joint Video Exploration Team)開討論起最新一代的視訊壓縮標準H.266/VVC討論最新的視訊壓縮標準H.266/VVC (Versatile Video Coding)。相較於前一代標準採用了QTMT (Quad Tree with nested Multi-type Tree coding block structure)的CU編碼結構。其支援最大128×128至最小4×4的方形以及矩形編碼區塊。該種結構能較好對視訊紋理做細分,提升編碼品質,但如此複雜的結構也將伴隨大量的演算法耗時,所以如何使用快速演算法使編碼品質和耗時達成平衡將是本論文的目標。
本論文提出基於特徵分析的QTMT快速演算法,該算法能分別減少二分樹劃分和三分樹劃分內可被利用的模式,其中二分樹與三分樹劃分的判斷結構皆相同,該演算法分為3部分,特徵圖建立與分析、傳統的分類方式與神經網路模型分的建立。首先,建立基於QTMT單位分區的特徵圖,並且利用該特徵圖生成編碼分區的特徵資料組。然後傳統的分析方法找出最佳的判斷式,將有著顯著資料的特徵組進行判斷。如果該特徵組有著細微變化,則特徵圖會進入提出的摺積神經網路模型進行分類。
摘要(英) Since 2015, JVET (Joint Video Exploration Team) has started to discuss the latest video compression standard H.266/VVC (Versatile Video Coding). Compared with the previous generation standard, the CU coding structure of QTMT (Quad Tree with nested Multi-type Tree coding block structure) is adopted. It supports square and rectangular coded blocks from a maximum of 128×128 to a minimum of 4×4. This structure can better subdivide the video texture and improve the coding quality, but such a complex structure will also be accompanied by a lot of time-consuming algorithms, so how to use fast algorithms to balance the coding quality and time-consuming will be the focus of this paper the goal.
This paper proposes a fast MT algorithm based on feature analysis, which can reduce the modes that can be used in BT partition and TT partition respectively. Among them, the judgment structure of binary tree and tri-tree partition is the same. There are three parts, the establishment and analysis of feature maps, the establishment of traditional classification methods and neural network models. First, a feature map based on the MT unit partition is established, and the feature map is used to generate a feature data set of the coding partition. Then, the traditional analysis method is used to find the best judgment formula, and judges the characteristic group with significant data. If the feature group has slight changes, the feature map will enter the proposed convolutional neural network model for classification.
關鍵字(中) ★ 多功能視訊編碼
★ 編碼單位
★ 快速演算法
★ 畫面內編碼
★ 特徵轉換
★ 特徵分析
★ 摺積神經網路模型
關鍵字(英) ★ Versatile Video Coding (VVC)
★ Coding Unit (CU)
★ Fast Algorithm
★ Intra Coding
★ feature analysis
★ convolutional neural network model(CNN)
★ feature conversion
論文目次 摘要................................... VI
致謝................................... IX
目錄................................... X
附圖索引 .............................. XIII
附表索引 .............................. XV
第一章 緒論 ........................... 1
1.1 研究背景 .......................... 1
1.2 研究動機與目的 ..................... 1
1.3 論文架構 .......................... 2
第二章 H.266/VVC 視訊編碼標準介紹 .................. 3
2.1 H.266/VVC 視訊編碼介紹 ........................ 3
2.1.1 H.266/VVC與 H.265/HEVC差異 ................. 3
2.1.2 編碼流程介紹................................. 4
2.2 H.266/VVC 視訊編碼架構介紹 .................... 5
2.2.1 編碼單元 (Coding Unit, CU) ................. 5
2.2.2.1 編碼樹的劃分結構 .......................... 5
2.2.2.2 針對圖像邊緣性質的劃分標準 ................. 8
2.2.2.3 對於冗餘編碼單元的劃分限制 ................. 9
2.2.2.4 虛擬管道數據單元 .......................... 10
2.2.2 預測單元 (Prediction Unit, PU) ............. 11
2.2.2.1 畫面內角度預測 ............................ 12
2.2.2.2 多參考線預測模式 .......................... 14
2.2.2.3 畫面內子區塊劃分模式 ...................... 16
2.2.3 轉換單元 (Transform Unit, TU) .............. 17
2.3 H.266/VVC 環境設定及視訊樣本介紹 .............. 19
2.3.1 環境設定 ................................... 19
2.3.1.1 All-Intra (AI) .......................... 20
2.3.1.2 Low-Delay (LD) .......................... 21
2.3.1.3 Random-Access (RA) ...................... 21
2.3.2 視訊樣本介紹 ............................... 22
第三章 H.266/VVC 畫面內之快速演算法相關研究介 ...... 24
3.1 基於變異數和梯度數值的傳統決策 ................. 24
3.2 基於低複雜度 CTU 結構的改善方案 ................ 25
3.3 基於大量特徵分析的輕量化神經網路模型 ............ 27
第四章 針對畫面內編碼單元劃分模式之快速演算法 ....... 31
4.1 快速演算法設計概要(DIAGRAM DESIGN OF FAST ALOGORITHM) ....................................................... 31
4.2 最佳 CU 大小的選擇(SELECTION OF OPTIMAL CU SIZE) .... 34
4.3 二分樹與三分樹劃分的決策(BINARY AND TENARY TREE DECISION) ....................................................... 36
4.3.1 基於單位劃分區塊的特徵轉換 ......................... 38
4.3.2 決策制定與分類機制 ................................ 41
4.3.2.1 特徵圖與劃分模式間關係之建立 ..................... 41
4.3.2.2 特徵圖與最佳劃分模式之分析 ....................... 44
4.3.2.3 最佳的劃分模式之決策 ............................ 52
4.4 提出的摺積神經網路(PROPOSED CONVOLUTION NEURAL NETWORK) ....................................................... 54
4.4.1 網路模型之系統架構與設計 .......................... 54
4.4.2 訓練階段與資料之建置 .............................. 58
第五章 實驗結果與分析討論 ............................... 59
5.1 實驗環境設置 ....................................... 59
5.2 實驗結果 ........................................... 60
第六章 結論與未來展望 ................................... 65
參考文獻 ............................................... 66
參考文獻 [1] L. S. H. Yang, X. Dong, Q. Ding, P. An and G. Jiang, "Low-Complexity CTU Partition Structure Decision and Fast Intra Mode Decision for Versatile Video Coding," IEEE Transactions on Circuits and Systems for Video Technology, vol. 30, no. 6, Jun. 2020.
[2] J. Chen, Y. Ye, and and S.- H. Kim, "Algorithm Description for Versatile Video Coding and Test Model 11 (VTM 11)," Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29, Doc JVETT2002-v2, Oct. 2020.
[3] VTM Reference Software. Available: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM
[4] JEM Reference Software. Available: https://jvet.hhi.fraunhofer.de/svn/svn_HMJEMSoftware/
[5] E. A. J. Chen, G. J. Sullivan, J. R. Ohm, and J. Boyce, "Algorithm Description of Joint Exploration Test Model 4 (JEM4)," Joint Video Exploration Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11 3rd Meeting, Doc. JVET-C1001, May 2016.
[6] B. Bross et al., "Overview of the Versatile Video Coding (VVC) Standard and its Applications," IEEE Transactions on Circuits and Systems for Video Technology ( Early Access ), Aug. 2021.
[7] J.-A. C. Y. Fan, H. Sun, J. Katto, and M.-E Jing, "A Fast QTMT Partition Decision Strategy for VVC Intra Prediction," IEEE Access, Jun. 2020.
[8] J. R. O. G. J. Sullivan, W. J. Han, and T. Wiegand, "Overview of the High Efficiency Video Coding (HEVC) Standard," IEEE Transactions on Circuits and Systems for Video Technology, vol. 22, pp. 1649-1668, Dec. 2012.
[9] L. Zhao et al., "Wide Angular Intra Prediction for Versatile Video Coding," presented at the Data Compression Conference (DCC), Mar., 2019.
[10] Y-J Chang et al., "Multiple Reference Line Coding for Most Probable Modes in Intra Prediction," presented at the Data Compression Conference (DCC), Mar., 2019.
[11] S. D.-L. Hernández et al., "An Intra Subpartition Coding Mode for VVC," presented at the IEEE International Conference on Image Processing (ICIP), Sept., 2019.
[12] X. Zhao et al., "Transform Coding in the VVC Standard," IEEE Transactions on Circuits and Systems for Video Technology ( Early Access ), Jun. 2021.
[13] F. Bossen, J. Boyce, X. Li, a. V. Seregin, and K. Sühring, "VTM Common Test Conditions and Software Reference Configurations for SDR Video," Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29-Doc. JVET-T2010-v1, 2020.
[14] S.-H. Park and a. J.-W. Kang, "Fast Multi-type Tree Partitioning for Versatile Video Coding Using a Lightweight Neural Network," IEEE Transactions on Multimedia ( Early Access ), Dec. 2020.
[15] M. X. T. Li, and X. Deng, "A Deep Convolutional Neural Network Approach for Complexity Reduction on Intra-mode HEVC," presented at the IEEE International Conference on Multimedia and Expo (ICME), Jul., 2017.
[16] Kodak Lossless True Color Image Suite. Available: http://r0k.us/graphics/kodak/
[17] Z. L. G. Huang, L. V. D. Maaten, and K. Q. Weinberger, "Densely Connected Convolutional Networks," presented at the International Conference on Computer Vision and Pattern Recognition (CVPR), 2017.
[18] Z. Z. K. He, S. Ren, and J. Sunw, "Deep Residual Learning for Image Recognition," presented at the IEEE International Conference on Computer Vision and Pattern Recognition (CVPR), Jun., 2016.
[19] G. Bjontegaard, "Calculation of Average PSNR Difference Between RDcurves," ITU-T Q.6/SG16 VCEG 13th Meeting, Doc. VCEG-M33, 2001.
指導教授 張寶基(Pao-Chi Chang) 審核日期 2021-8-19
推文 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聯絡  - 隱私權政策聲明