博碩士論文 985303003 詳細資訊




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

摘要(中) 網路有限的頻寛下,為使解碼端能得到好的編碼影像品質,位元率控制機制扮演重要角色。H.264/AVC參考編碼器JM中的位元率控制主要依JVT-G012文件提案進行實作。JVT-G012位元率控制演算法並未對場景切換進行處理,當遇到場景切換時會造成編碼位元數量大增,此時緩衝區容易滿溢,後續FRAME可用位元數急速下降,造成整體編碼品質下降。本論文利用連續兩張畫面間16x16模式運動估計求得之SAD (Sum of Absolute Differences)比值以進行場景切換之偵測。當偵測到是場景切換畫面後,我們將目前GOP (Group of Pictures)剩餘的畫面當作新的GOP並提出依畫面複雜度和緩衝區狀態的場景切換適合之量化參數。
實驗結果指出,與JM17.2版本模擬比較,我們所提出的方法平均PSNR能提高大約1.07dB並使用較少的緩衝區。
摘要(英) Under the constraint of limited channel rates, the decoder client might get better video quality by using rate control. The rate control of H.264/AVC reference software JM is implemented according to the technical document JVT-G012. However, the method in JVT-G012 does not particularly deal with scene changes, resulting in coded bits significantly increased. This situation can cause the buffer overflow and even influence the quality of remaining frames. In this thesis, we first propose a scene change detection method by utilizing the SAD ratio of consecutive two frames after performing 16x16 motion estimation. After scene change is detected, we regard the remaining frames in current GOP as a transition GOP and propose a suitable quantization parameter to the first I-frame in transition GOP based on frame complexity and buffer fullness status.
Compared with the method in JM17.2, the proposed method can improve average PSNR by 1.07 dB with less buffer size.
關鍵字(中) ★ 量化參數
★ 場景切換偵測
★ 視訊編碼
★ H.264
關鍵字(英) ★ Quantization Parameter
★ Scene Change Detection
★ Video Coding
★ H.264
論文目次 摘要 ...................................................................................................... I
ABSTRACT ............................................................................................ II
誌謝 .................................................................................................... IV
目錄 ..................................................................................................... V
表目錄 ................................................................................................ VI
圖目錄 ............................................................................................... VII
第一章 緒論 ........................................................................................ 1
1.1簡介 ...................................................................................................... 1
1.2研究動機 .............................................................................................. 1
1.3 研究目的 ............................................................................................. 2
1.4 論文架構 ............................................................................................. 2
第二章 H.264 編碼基本介紹與位元率控制 ....................................... 3
2.1 H.264發展歷程與編碼簡介 ................................................................ 3
2.2 H.264 位元率控制 ............................................................................... 8
第三章 場景切換位元控制之探討與相關研究 ................................. 18
3.1場景切換對H.264位元率控制影響 ................................................ 18
3.2場景切換之偵測方法 ........................................................................ 26
3.3場景切換後位元率的控制 ................................................................ 30
第四章 在場景切換狀態下改善H.264位元率控制 .......................... 36
4.1提出之場景切換偵測方法 ................................................................ 36
4.2提出之位元率控制方法 .................................................................... 40
第五章 模擬實驗結果與討論 ........................................................... 54
5.1實驗參數與模擬環境 ........................................................................ 54
5.2適用於場景切換之強健型H.264/AVC位元率控制的結果分析和討
論 ............................................................................................................... 55
第六章結論 ....................................................................................... 69
參考文獻 ........................................................................................... 71
參考文獻 [1] Z. G. Li, F. Pan, and K. P. Lim, Adaptive Basic Unit Layer Rate Control for
JVT,JVT-G012, 7th Meeting, Thailand, 2003.
[2] ISO/IEC JTC1/SC29/WG11 MPEG/N0400: MPEG-2 Test Model5 (1993).
[3] I. Ahmad, X. Wei, Y. Sun, and Y. Q. Zhang, “Video transcoding: an overview of
various techniques and research issues,” IEEE Trans. Multimedia, vol. 7, no. 5, pp.
309-319, Oct. 2005.
[4] A. Vetro, H. Sun, Y. Wang, “MPEG-4 Rate Control for Multiple Video Objects,”
IEEE Trans. Circuits Syst. Video Tech., pp. 1243-1258, Vol. 9, No. 8, Dec 1999.
[5] H. J. Lee, T. Chiang, and Y. Q. Zhang, “Scalable rate control for MPEG-4 video,”
IEEE Trans. Circuits Syst. Video Technol., vol. 10, pp. 878–894, Sept. 2000.
[6] J. Corbera and S.Lei, “Rate Control for Low-Delay Video Communication, ” ITU
Study Group 16, Video Coding Experts Group, Portland, Documents Q15-A-20,
1997.
[7] M. Jiang, X. Yi, and N. Ling, “Improved Frame-Layer Rate Control for H.264
Using MAD Ratio,” in Proc. IEEE International Symposium on Circuits and
Systems (ISCAS 2004), vol. 3, May 2004, pp. 813-816.
[8] P. Li, X. K. Yang, and W. S. Lin, “Buffer-Constrained R-D Model-Based Rate
72
Control For H.264/AVC,” in Proc. IEEE International Conference on
Acoustics,Speech, and Signal Processing (ICASSP 2005), Philadelphia, Pa, USA,
Mar. 2005, vol. 2, pp. 321-324.
[9] C. H. Lee, S. G. Lee, and J. Kim, “Improved H.264 Frame-layer Rate Control for
Low Bit Rate Video with High Motion,” OE (Optical Engineering) Letter, vol. 45,
Dec. 2006.
[10] M. Yin and H. Y. Wang, “A Rate Control Scheme for H.264 Video Under Low
Bandwidth Channel,” J. Zhejiang Univ. Sci. A., pp. 990-995, Jun. 2006.
[11] J. Y. Kim, S. H. Kim, and Y. S. Ho, “A Frame-Layer Rate Control Algorithm for
H.264 Using Rate-Dependent Mode Selection,” in Proc. PCM 2005, Part II,
LNCS 3768, pp. 477-488. 2005.
[12] X. Yi and N. Ling, “Rate Control Using Enhanced Frame Complexity Measure
For H.264 Video,” in Proc. IEEE Workshop on Signal Processing Systems (SiPS),
Oct. 2004, pp. 263-268.
[13] M. J. Kim, K. H. Kim, and M. C. Hong, “Adaptive Rate Control in Frame-layer
forReal-time H.264/AVC,” in Proc. IEEE International Conference of Advanced
Communication Techonology (ICACT 2008), Feb.17-20, 2008, pp. 1875-1880.
[14] http://www.pixeltools.com/rate_control_paper.html available on 2012/06/30
[15] M. J. Swain and Dana H. Ballard, “Color indexing,” International Journal of
Computer Vision, 7(11), pp. 11-32, 1991
73
[16] A. Nagasaka and Y. Tanaka, “Automatic Video Indexing and Full-Video Search
for Object Appearances,” In E.Knuth and L. M. Wegner, editors, Video Database
Systems, II, Elsevier Science Publishers B.V., North-Holland,1992, pp. 113 - 127.
[17] http://en.wikipedia.org/wiki/Canny_edge_detector available on 2012/06/30
[18] C. L. Huang and B. Y. Liao, “A robust scene-change detection method for video
segmentation,” IEEE Trans on CSVT, Vol. 11. No. 12, pp. 1281-1288
[19] J.-R. Ding and J.-F. Yang, “Adaptive group-of-pictures and scene change
detection methods based on existing H.264 advanced video coding information,”
IET Image Process., vol. 2, no. 2, pp. 85–94, 2008.
[20] X. Jing, L. P. Chau, and W.C. Siu, “Frame Complexity-Based Rate-Quantization
Model for H.264/AVC Intraframe Rate Control,” IEEE SIGNAL PROCESSING
LETTERS, vol.. 15, pp. 373–376, 2008.
[21] S. H. Wang, and S.C Hsia, “Quantization Parameter Decision of Initial and Scene
Change Frame in Real-Time H.264/AVC”, IEEE Fifth International Conference
on Intelligent Information Hiding and Multimedia Signal Processing, pp.
218-221,2009.
[22] C.G. Lee, S.G. Lee , Y.J. Oh, and J.S. Kim “Real-Time H.264 Rate Control for
Scene-Changed Video at Low Bit Rate”, International Conference on Consumer
Electronics (ICCE2007), 10-14 Jan. 2007.
指導教授 張寶基(Pao-chi Chang) 審核日期 2012-7-24
推文 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聯絡  - 隱私權政策聲明