天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當前位置:主頁 > 科技論文 > 信息工程論文 >

新型視頻編碼快速算法研究

發(fā)布時間:2018-07-10 13:18

  本文選題:高效視頻編碼 + 幀間預測。 參考:《華僑大學》2017年碩士論文


【摘要】:隨著高清視頻與超高清視頻的普及,為了方便視頻在有限的網(wǎng)絡帶寬上傳輸,視頻編碼聯(lián)合小組在2013年確定了高效視頻編碼作為新一代的視頻編碼標準。它是在上一代視頻編碼標準H.264的基礎上進行了大量的改進與創(chuàng)新,HEVC采用了更大尺寸的塊結構與更多的預測模式,有效地提升了壓縮率,同時帶來的計算復雜度也成倍的增加。本文首先介紹HEVC的編解碼框架與引入的主要技術點,重點介紹了幀內(nèi)預測過程與幀間預測過程。隨后針對幀間預測過程引入的巨額的計算復雜度,提出了多種算法降低幀間預測過程的計算復雜度。本文對幀間層面的優(yōu)化分為兩個方面進行:宏觀級和微觀級。在宏觀級層面的優(yōu)化上:1.根據(jù)圖像塊之間的空域相關性,利用空間鄰近編碼樹單元的最大深度來預測當前編碼樹單元的深度范圍;2.統(tǒng)計分析編碼單元選擇分割的率失真代價與不分割的率失真代價取值狀況,提出一種軟閾值法來終止編碼單元繼續(xù)分割。實驗結果表明,本文提出的幀間宏觀級算法可以減少33%的編碼時間,平均碼率差增加了0.454%,平均峰值信噪比差降低了0.017dB。在微觀級層面的優(yōu)化上:1.利用運動矢量估計圖像塊的運動狀況,決策跳過部分預測模式;2.分析殘差塊的紋理分布,針對不同的紋理分布對預測模式選擇過程做進一步的細化處理;3.利用在檢測每一預測模式時,計算變換單元的紋理復雜程度,提前決策變換單元是否繼續(xù)分割。實驗結果表明,本文提出的幀間微觀級算法減少50.6%的編碼時間,平均碼率差增加了1.606%,平均峰值信噪比差降低了0.06dB。將宏觀級算法和微觀級算法綜合起來得到幀間綜合算法,實驗結果表明,幀間綜合算法可以減少57.1%的編碼時間,平均碼率差增加了1.994%,平均峰值信噪比差降低了0.074dB。鑒于綜合算法引入了一定程度的率失真性能的損失,隨后提出了以自由地控制錯檢概率,盡可能地降低漏檢概率的決策算法--Neyman-Pearson模式?jīng)Q策算法。該算法在線統(tǒng)計訓練數(shù)據(jù),并周期性地更新訓練數(shù)據(jù),通過訓練數(shù)據(jù)來提前決策skip模式為最優(yōu)預測模式與提前終止編碼單元繼續(xù)分割。實驗結果表明,Neyman-Pearson模式?jīng)Q策算法能夠減少39.0%的計算復雜度,平均碼率差增加了0.782%,平均峰值信噪比差降低了0.027dB。在論文的最后,總結了本文所做的研究工作,同時提出了未來的研究方向。
[Abstract]:With the popularity of high-definition video and ultra high definition video, in order to facilitate video transmission on limited network bandwidth, the video coding joint team identified efficient video coding as a new generation of video coding standards in 2013. It has made a lot of improvements and innovations on the basis of the previous generation of video coding standard H.264, and HEVC adopted more. The large size block structure and more prediction mode can effectively increase the compression rate and increase the computational complexity. This paper first introduces the coding and decoding framework of HEVC and the main technical points introduced, focusing on the intra prediction process and inter frame prediction process. In this paper, the optimization of inter frame level is divided into two aspects: macro level and micro level. At the macro level, 1. according to the spatial correlation between the image blocks, the current coding tree is predicted by the maximum depth of the space adjacent coding tree unit. The depth range of the unit; 2. a statistical analysis of the rate distortion cost and the undivided rate distortion cost of the selected segment of the coding unit. A soft threshold method is proposed to terminate the continuous segmentation of the coding unit. The experimental results show that the inter frame macro level algorithm proposed in this paper can reduce the encoding time by 33%, the average bit rate difference increases by 0.454%, and the average code rate difference is increased by 0.454%. The difference of mean peak signal to noise ratio (SNR) reduces the optimization of 0.017dB. at the micro level: 1. using motion vectors to estimate the motion situation of the image block, the decision skip part of the prediction mode; 2. analyze the texture distribution of the residual block, make a step of refining the prediction mode selection process for different texture distribution, and 3. use to detect each prediction model. At the same time, the texture complexity of the transformation unit is calculated and whether the transformation unit will continue to be divided in advance. The experimental results show that the proposed inter frame micro level algorithm reduces the encoding time by 50.6%, the average bit rate difference is increased by 1.606%, the average peak signal to noise ratio difference is reduced by 0.06dB., and the macro level algorithm and the micro level algorithm are synthesized. The experimental results show that the inter frame synthesis algorithm can reduce the encoding time by 57.1%, the average bit rate difference is increased by 1.994%, the average peak signal to noise ratio difference is reduced by 0.074dB. in view of the loss of a certain degree of rate distortion introduced by the integrated algorithm, and then it is proposed to control the misdetection probability freely and reduce the leakage as much as possible. The --Neyman-Pearson model decision algorithm of probabilistic decision algorithm. This algorithm trains data online, periodically updates the training data, and makes the skip mode ahead of time by training data to continue the segmentation of the optimal prediction model and the advance termination coding unit. The experimental results show that the Neyman-Pearson pattern decision algorithm can reduce 39%. The calculation complexity, the average bit rate difference increased by 0.782%, the average peak signal to noise ratio difference reduced 0.027dB. at the end of the paper, summed up the research work done in this paper, and put forward the future research direction.
【學位授予單位】:華僑大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:TN919.81

【相似文獻】

相關期刊論文 前10條

1 徐琳;;重點項目“高效視頻編碼中的關鍵技術研究”取得重要進展[J];自然科學進展;2007年02期

2 趙珊;張玲;鄭建彬;楊杰;;H.264視頻編碼標準[J];有線電視技術;2007年11期

3 蔣剛毅;朱亞培;郁梅;張云;;基于感知的視頻編碼方法綜述[J];電子與信息學報;2013年02期

4 林慶帆;;視頻編碼的新趨勢(英文)[J];西安郵電大學學報;2013年03期

5 ;我國科學家主導的視頻編碼標準成國際標準[J];中國標準導報;2013年07期

6 李衛(wèi)平;;是否使用可伸縮視頻編碼(英文)[J];中國科學技術大學學報;2013年11期

7 沈蘭蓀,魏海,黃祥林;基于子帶/小波分解的視頻編碼可分級性研究[J];電子學報;2000年07期

8 韋強,李曉輝,翟宗起;一種自適應快速視頻編碼的新方法[J];微機發(fā)展;2000年06期

9 張勇東,李桂苓;立體視頻編碼中視差估值算法的研究[J];電子測量與儀器學報;2002年01期

10 張勇東,李桂苓;高性能三維小波視頻編碼方法[J];通信技術;2002年01期

相關會議論文 前10條

1 楊任爾;陳懇;葉慶衛(wèi);;基于幀的多描述視頻編碼冗余插入研究[A];2009中國控制與決策會議論文集(2)[C];2009年

2 袁子立;胡世安;孟一鳴;王璀璨;;視頻編碼新技術新標準研究[A];全國第三屆信號和智能信息處理與應用學術交流會?痆C];2009年

3 巫戈明;孫立峰;鐘玉琢;;聯(lián)合零向量預測的分布式視頻編碼框架[A];第三屆和諧人機環(huán)境聯(lián)合學術會議(HHME2007)論文集[C];2007年

4 石春鶯;陳偉建;;分布式視頻編碼的近況和未來研究方向[A];2008年中國西部青年通信學術會議論文集[C];2008年

5 楊任爾;金煒;陳懇;;基于下抽樣多描述視頻編碼及解碼后處理研究[A];第二十七屆中國控制會議論文集[C];2008年

6 許鵬飛;羅建書;;率控制自組織矢量量化及在視頻編碼中的應用[A];第十二屆全國圖象圖形學學術會議論文集[C];2005年

7 江濤;陳偉建;;可伸縮視頻編碼中運動模型的改進[A];2008年中國西部青年通信學術會議論文集[C];2008年

8 姜俊;胡駿;;新媒體視頻編碼方案比較研究[A];中國新聞技術工作者聯(lián)合會2008年學術年會論文集(下)[C];2008年

9 劉孝波;;基于聯(lián)合采樣的多描述視頻編碼[A];計算機技術與應用進展·2007——全國第18屆計算機技術與應用(CACIS)學術會議論文集[C];2007年

10 卿粼波;呂瑞;鄭敏;滕奇志;何小海;;基于迭代譯碼算法的分級分布式視頻編碼[A];第十五屆全國圖象圖形學學術會議論文集[C];2010年

相關重要報紙文章 前10條

1 記者 謝宏;我國主導的視頻編碼標準將頒為國際標準[N];科技日報;2013年

2 記者 徐建華;我國科學家主導的視頻編碼標準成國際標準[N];中國質量報;2013年

3 中國工程院院士 高文;智慧城市中的視頻編碼、分析與評測[N];中國信息化周報;2013年

4 記者 徐建華;我國新一代視頻編碼標準公開征求意見[N];中國質量報;2014年

5 湖北 褚達;視頻編碼一網(wǎng)打盡[N];電腦報;2003年

6 國際;第二代AVS開啟國際化征程[N];中國電子報;2009年

7 周汝波 賀學金;碟機常用視頻D/A轉換、視頻編碼集成電路維修資料[N];電子報;2007年

8 中國科學院計算技術研究所,,中國科學院研究生院$$ $$信息產(chǎn)業(yè)部“數(shù)字音視頻編解碼技術標準工作組”秘書長、組長 黃鐵軍 高文;視頻編碼有絕招[N];計算機世界;2003年

9 ;視頻編碼標準的發(fā)展[N];計算機世界;2005年

10 周汝波 賀學金;碟機常用視頻D/A轉換、視頻編碼集成電路維修資料[N];電子報;2007年

相關博士學位論文 前10條

1 王苫社;基于率失真優(yōu)化的高效視頻編碼技術研究[D];哈爾濱工業(yè)大學;2014年

2 胡金暉;基于深度信息的多視點視頻編碼及圖像增強技術研究[D];武漢大學;2014年

3 陳方棟;基于背景建模的高性能視頻編碼方法研究[D];中國科學技術大學;2017年

4 張江山;基于變換的視頻編碼與率失真分析[D];華中科技大學;2003年

5 趙安邦;穩(wěn)健視頻編碼與傳輸技術研究[D];清華大學;2007年

6 楊志杰;可伸縮視頻編碼中的基礎算法研究[D];中國科學院研究生院(軟件研究所);2004年

7 張克新;可伸縮視頻編碼及傳輸理論與應用研究[D];華南理工大學;2012年

8 孟麗麗;多視點視頻編碼的研究[D];北京交通大學;2013年

9 王鵬;分布式視頻編碼率失真特性研究[D];上海交通大學;2008年

10 錢大興;基于視頻內(nèi)容的可伸縮視頻編碼的研究[D];大連理工大學;2012年

相關碩士學位論文 前10條

1 張正勇;基于高效視頻編碼標準中編碼單元分割的樣點自適應補償算法研究[D];華東師范大學;2015年

2 趙曉榮;基于HEVC的快速編碼算法研究[D];鄭州輕工業(yè)學院;2015年

3 趙睿思;基于壓縮感知的分布式視頻編碼研究[D];哈爾濱工業(yè)大學;2014年

4 劉娟;基于高性能視頻編碼(HEVC)算法的改進[D];東華理工大學;2014年

5 錢程;基于壓縮感知的分布式視頻編碼的研究與實現(xiàn)[D];南京郵電大學;2015年

6 檀會娟;分布式視頻編碼相關技術的研究[D];南京郵電大學;2015年

7 聶菁;H.264/AVC快速模式選擇算法研究[D];合肥工業(yè)大學;2015年

8 孟雷雷;基于參數(shù)選擇的視頻編碼算法優(yōu)化研究[D];中國計量學院;2015年

9 盧曉亮;面向4K的HEVC視頻編碼及其在高清網(wǎng)絡攝像機上應用的研究[D];浙江大學;2016年

10 郭健生;多視角多描述視頻編碼[D];北京交通大學;2016年



本文編號:2113508

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/xinxigongchenglunwen/2113508.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權申明:資料由用戶ca7ea***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com