博碩士論文 107523019 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:125 、訪客IP:18.118.200.136
姓名 黃琮閔(Cong-Ming Huang)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 以深度學習改善HEVC插值器品質
(CNN-based HEVC interpolation filters)
相關論文
★ 10Gb/s MM XFP光收發模組設計與實現★ 資訊產品自動化測試之研究
★ 高電流密度鰭式氮化鎵高電子遷移率電晶體研究★ 電子郵件及壓縮檔案解碼之研究
★ 渦輪碼在光學記錄系統上之應用★ 離散餘弦轉換硬體架構之研究
★ 動態影像之錯誤隱藏研究★ 即時性無失真壓縮編碼之研究
★ 類神經網路在手寫數字辨識之研究★ 事後機率演算法則在資料儲存系統之研究
★ 紅外線傳輸協定及通道之研究★ 低密度同位元檢查碼在數位資料儲存系統之研究
★ 一種新型的JPEG2000竄改偵測與還原技術★ 即時性無失真壓縮之研究
★ 混合快速模式決策演算法之研究★ 光學記錄MEPR2通道系統之時序恢復探討與研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著人們要求視覺上的享受,網路和多媒體技術不斷進步,2013國際標準組織制訂了新的視訊壓縮標準,HEVC/H.265(High Efficient Video Coding),HEVC視訊壓縮率可以提高到H.264兩倍以上,且畫質更優於H.264,相對的HEVC計算複雜度也提高了很多,原本H.264的插值濾波器,在亮度部分二分之一使用6-tap的濾波器、四分之一使用雙線性插值濾波器,而HEVC的插值濾波器,在亮度部分二分之一使用8-tap的濾波器、四分之一使用7-tap的濾波器,在插值濾波器的運算時間HEVC就比H.264多了兩倍的時間,而HEVC採用固定插值濾波器是根據信號處理理論設計的,前提假設視頻信號是理想的低通信號。但是視頻信號不一定是低通的並且不是固定的,近年來,基於深度學習的方法已被廣泛使用,並在圖像和視頻處理中獲得了顯著的效果,而本篇論文一開始先使用支持向量機,先將訓練資料分為四個次群,分別為四個次群訓練模型,並且根據消息理論,越多的側面消息,是能有效幫助到訓練的,本篇論文使用了SVM Features Mask與殘差做為我們的側面消息,並形成我們的雙輸入模型與三輸入模型,以三輸入模型來說,與HEVC相比BDBR可以下降1.33%,編碼時間節省了13.39%,但是編碼能節省時間是因為Liu[18]的支持向量機編碼單元快速決策演算法,實際上卷積神經網路是增加編碼時間的,所以我們提出了一個想法,使用最簡單的的雙線性插值濾波器,並且最後使用我們提出的架構做一個改善,以三通架構來說,BDBR可以下降約1.09%,編碼時間能節省20.64%。
摘要(英) As people demand visual enjoyment, network and multimedia technologies continue to progress, 2013 International Standards Organization has formulated a new video compression standard, HEVC/H.265 (High Efficient Video Coding), HEVC video compression rate can be increased to H. 264 is more than twice, and the image quality is better than H.264. The relative HEVC calculation complexity is also greatly improved. The original H.264 interpolation filter uses a 6-tap filter in the half of the brightness part. Quarter uses a bilinear interpolation filter, while the HEVC interpolation filter uses an 8-tap filter for half of the luminance part, a 7-tap filter for quarter, and an interpolation filter The operation time of HEVC is twice as long as that of H.264, and HEVC uses a fixed interpolation filter designed according to the signal processing theory, assuming that the video signal is an ideal low-pass signal. However, the video signal is not necessarily low-pass and not fixed. In recent years, deep learning-based methods have been widely used, and have achieved significant results in image and video processing, and this paper used support vector machine first divides the training data into four subgroups, and trains the model for four subgroups respectively. According to the message theory, the more side messages can effectively help the training, this paper uses SVM Features Mask and residuals as our side messages, and form our two-input model and three-input model. For the three-input model, BDBR can be reduced by 1.33% compared with HEVC, and the encoding time is saved by 13.39%, but the encoding can be saved The time is because Liu[18] support vector machine coding unit fast decision algorithm, in fact, the convolutional neural network increases the coding time, so we proposed an idea to use the simplest bilinear interpolation filter, and Finally, we use the proposed architecture to make an improvement. In terms of the three-pass architecture, BDBR can be reduced by about 1.09%, and encoding time can be saved by 20.64%.
關鍵字(中) ★ 高效率視訊編碼
★ 支持向量機
★ 深度學習
★ 畫面間預測
★ 運動估計
關鍵字(英) ★ HEVC
★ Support Vector Machine
★ Deep Learning
★ Inter Prediction
★ Motion Estimation
論文目次 第一章、緒論 1
1.1高效率視訊編碼(High Efficiency Video Coding) 1
1.2HEVC編碼架構介紹 2
1.1.1編碼單元(Coding Unit) 3
1.1.2預測單元(Prediction Unit) 4
1.1.3轉換單元(Transform Unit) 5
1.1.4碼率失真代價函數 6
1.1.5量化(Quantization) 7
1.1.6 HEVC編碼架構 8
1.3研究動機與目的 9
1.4論文架構 10
第二章、相關背景知識與文獻探討 11
2.1畫面間預測(Inter Prediction) 11
2.1.1運動估計(Motion Estimation) 11
2.1.2運動補償(Motion Compensation) 12
2.1.3畫面間模式決策介紹(Inter Mode Decision) 13
2.2 支持向量機介紹(Support Vector Machine) 20
2.3 深度學習介紹(Deep Learining) 22
2.4 SVM應用於HEVC畫面間編碼單元快速決策演算法 25
2.4.1 支持向量機編碼單元特徵選取 27
2.4.2 系統流程圖 34
2.4.3實驗數據 34
2.5相關文獻 35
2.5.1 Learning a convolutional neural network for fractional interpolation in HEVC inter coding 36
2.5.2 Enhancing Hevc Compressed Videos With A Partition-Masked Convolutional Neural Network 38
2.5.3 An In-loop Filter Based on Low-Complexity CNN Using Residuals in Intra Video Coding 40
第三章、混合卷積神經網路與支持向量機次像素點插值預測 42
3.1 HEVC插值濾波器介紹 42
3.2 演算法架構 44
3.2.1 編碼端SVM演算法應用於解碼端之準確率 48
3.3 卷積神經網路訓練與測試 49
3.3.1 訓練環境 49
3.3.2 前處理階段 50
3.3.3網路架構與訓練階段 55
3.3.4測試階段 62
3.4架構性能探討與分析 63
3.4.1 SVM與CNN架構改善半像素性能探討 64
3.4.2 架構性能探討 65
3.4.3碼率失真曲線與時間曲線 70
第四章、應用雙線性濾波器及深度學習於HEVC插值器設計 74
4.1 使用雙線性插值來簡化HEVC插值濾波器 75
4.2 演算法架構 76
4.2.1 前處理階段 78
4.2.2 測試階段 79
4.3 性能探討與分析 81
4.3.1 性能探討 81
4.3.2 碼率失真曲線與時間曲線 85
第五章、結論與未來展望 89
參考文獻 90
參考文獻 [1] Han Zhang, Li Song, Zhengyi Luo, and Xiaokang Yang,“Learning a convolutional neural
network for fractional interpolation in hevc inter coding,’’ in Proc. IEEE Vis. Commun. Image Process. (VCIP), Dec. 2017, pp. 1–4.
[2] Ning Yan, Dong Liu, Houqiang Li, and Feng Wu, “A convolutional neural network
approach for half-pel interpolation in video coding,’’ in Proc. IEEE Int.Symp. Circuits Syst. (ISCAS), May 2017, pp. 1–4.
[3] T. Wedi, “Adaptive interpolation filters and high-resolution displacements for video coding,” IEEE Trans. Circuits Syst. Video Technol.,vol. 16, no. 4, pp. 484–491, Apr. 2006.
[4] T. Wedi and H. G. Musmann, “Motion- and aliasing-compensated prediction for hybrid video coding,” IEEE Trans. Circuits Syst. Video Technol., vol. 13, no. 7, pp. 577–586, Jul. 2003.
[5] A. Krizhevsky, I. Sutskever, and G. E. Hinton, “ImageNet classification with deep convolutional neural networks,” in Proc. Adv. Neural Inf. Process. Syst., 2012, pp. 1097–1105.
[6] Zhenghui Zhao, Shiqi Wang, Shanshe Wang, Xinfeng Zhang, Siwei Ma, and Jiansheng Yang, “Cnn-based bi-directional motion compensation for high efficiency
video coding,” in Circuits and Systems (ISCAS), 2018IEEE International Symposium on. IEEE, 2018, pp. 1–4.
[7] C. Dong, C. C. Loy, K. He, and X. Tang, “Learning a deep convolutional network for image super-resolution,” in Proc. Eur. Conf. Comput. Vis., 2014, pp. 184–199.
[8] J. Kim, J. K. Lee, and K. M. Lee, “Accurate image super-resolution using very deep convolutional networks,” in Proc. IEEE Conf. Comput. Vis. Pattern Recognit., Jun. 2016, pp. 1646–1654.
[9] Y. Dai, D. Liu, and F. Wu, “A convolutional neural network approach for post-processing in High Efficiency Video Coding intra coding,” in Proc. Int. Conf. Multimedia Modeling, 2017, pp. 28–39.
[10] F. May, “Model based movement compensation and interpolation for ISDN videotelephony,” in Proc. Int. Symp. Circuits Syst., 1998,pp. 463–466.
[11] M. Gilge, “A high quality videophone coder using hierarchical motion estimation and structure coding of the prediction error,” Proc. SPIE,vol. 1001, pp. 864–874, Oct. 1988.
[12] B. Girod, “Motion-compensating prediction with fractional-pel accuracy,” IEEE Trans. Commun., vol. 41, no. 4, pp. 604–612, Apr. 1993.
[13] Gary J Sullivan, Jens-Rainer Ohm, Woo-Jin Han,Thomas Wiegand, et al.,“Overview of the high efficiency video coding(hevc) standard,” IEEE Transactions on circuits and systems for video technology, vol.22, no. 12, pp. 1649–1668, 2012.
[14] Thomas Wiegand, Gary J Sullivan, Gisle Bjontegaard,and Ajay Luthra, “Overview of the h. 264/avc video coding standard,” IEEE Transactions on circuits and systems for video technology, vol. 13, no. 7, pp. 560–576, 2003.
[15] X. He, Q. Hu, X. Han, X. Zhang, C. Zhang, W. Lin, "Enhancing Hevc Compressed Videos With A Partition-Masked Convolutional Neural Network", International Conference on Image Processing(ICIP) 2018, pp.216-220
[16] Daowen Li, “An In-Loop Filter Based on Low-Complexity CNN using Residuals in Intra Video Coding”: 2019 IEEE International Symposium on Circuits and Systems (ISCAS).
[17] Jiwon Kim, “Accurate Image Super-Resolution Using Very Deep Convolutional Networks”: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR).
[18] J.K. Liu, “Efficient HEVC inter prediction using SVM,” Department of Communication Engineering National Central University, Taiwan 32054, R.O.C.,
Jan 2019.
[19] S.J Cai, “ Reduction of computation complexity for HEVC intra prediction with support vector machine,” National Central University, Master Thesis, Jun 2017.
[20] H. Lv, R. Wang, X. Xie, H. Jia, and W. Gao, “A comparison of fractional-pel interpolation filters in High Efficiency Video Coding and H.264/AVC,” in Proc. IEEE Conf. Vis. Commun. Image Process.,Nov. 2012, pp. 1–6.
[ 21] Kemal Ugur, “Motion Compensated Prediction and Interpolation Filter Design in H.265/HEVC”:2013 IEEE Journal of Selected Topics in Signal Processing.
[22] S. Wittmann and T. Wedi, “Separable adaptive interpolation filter for video coding,” in Proc. Int. Conf. Image Process., 2008, pp. 2500–2503.
[23] H. Lakshman, H. Schwarz, and T. Wiegand, “Generalized interpolation-based fractional sample motion compensation,” IEEE Trans. Circuits Syst. Video Technol., vol. 23, no. 3, pp. 455–466, Mar. 2013.
[24] J. Yang, J. Wright, T. S. Huang, and Y. Ma, “Image super-resolution via sparse representation,” IEEE Trans. Image Process., vol. 19, no. 11,pp. 2861–2873, Nov. 2010.
[25] V. Nair and G. E. Hinton, “Rectified linear units improve restricted Boltzmann machines,” in Proc. Int. Conf. Mach. Learn., 2010,pp. 807–814.
[26] J.-L. Lin, Y.-W. Chen, Y.-W. Huang, and S.-M. Lei, “Motion vector coding in the HEVC standard,” IEEE J. Sel. Topics Signal Process.,vol. 7, no. 6, pp. 957–968, Dec. 2013.
[27] Y.Dai, D. Liu, F.Wu, "A Convolutional Neural Network Approach for Post- Processing in HEVC Intra Coding", MultiMedia Modeling(MMM) 2017, pp.28-39
指導教授 林銀議(Yin-Yi Lin) 審核日期 2020-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聯絡  - 隱私權政策聲明