博碩士論文 975203019 詳細資訊




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

摘要(中) 移動補償畫面內插法,主要應用於畫面更新率的提升和降低所需傳送的影像資料以達到符合傳送的頻寬。針對降低所需傳送的影像資料,我們常在編碼端先將影像做畫面跳張後,再進行編碼,最後在解碼端利用移動補償畫面內插法將畫面插值回來。因為在解碼端並無原始欲作畫面跳張的畫面資訊,所以重建畫面的畫面品質並沒有很好。有鑑於此,本篇論文提出了『先進移動補償畫面內插法』,簡稱AMCFI。我們將原本在解碼端為了解決插值畫面所發生的視覺效應而做的處理,像是移動向量的重新安排和權重式移動補償,移至編碼端,並藉著參考這些欲作畫面跳張的原始畫面資訊,使重建畫面的畫面品質為最佳的。又因為使用先進移動補償畫面內插法可節省原本的編碼時間,所以在本篇論文的最後,我們將針對編碼時間提出了兩個先進影像編碼技術來做探討。
摘要(英) Motion compensated frame interpolation (MCFI), it mainly used in frame rate up-conversion and video compression. In order to transmit a huge amount of video data over the bandwidth-limited channels, we often do frame skipping in the encoder and use MCFI to interpolate the frame in the decoder. But the quality of interpolated frame is not good, because we don’t have the original skipped frame information in the decoder. So we propose the advanced motion compensated frame interpolation (AMCFI) to improve the problem. In the encoder, we improve the quality of interpolated frame by using the original skipped frame information to do some processes such as motion vector refinement and weighted motion compensation which are used to solve the interpolated frame’s visual effect in the decoder. We also can find that AMCFI reduce coding time in the encoder, so we will propose two advanced video coding technics to reduce coding time.
關鍵字(中) ★ 移動補償畫面內插法
★ 畫面更新率
★ 畫面跳張
關鍵字(英) ★ frame rate up-conversion
★ frame skipping
★ motion compensated frame interpolation
論文目次 章節目錄
第一章 緒論
1.1 簡介 1
1.2 動機 2
1.3 論文架構 3
第二章 移動補償畫面內插法原理及H.264編解碼介紹
2.1 傳統移動補償畫面內插法 4
2.2 H.264基本原理簡介
2.2.1 H.264的預測模式 8
2.4.2 非整數點移動向量 11
第三章 一種先進移動補償畫面內插法則之探討
3.1 先進移動補償畫面內插法介紹 13
3.2 以固定區塊大小為基準的先進移動補償畫面內插法
3.2.1 權重式移動補償(weighted motion compensation, WMC) 18
3.2.2 移動向量(motion vector, MV)的選擇 24
3.2.3 結合權重式移動補償與移動向量選擇的畫面內插法 29
3.2.4 固定區塊大小的先進移動補償畫面內插法結論 33
3.3 以模式為基準的先進移動補償畫面內插法
3.3.1 模式決策介紹 36
3.3.2 以模式為基準的先進移動補償畫面內插法分析 37
3.4 以模式為基準的先進移動補償畫面內插法綜合效能分析與比較 41
3.5 先進移動補償畫面內插法之結論 45
第四章 先進影像編碼技術探討
4.1 先進移動補償畫面內插法與H.264傳統編碼之分析
4.1.1畫面群概念介紹 47
4.1.1效能分析 49
4.2 以平行處理架構為基準的影像編碼技術
4.2.1以平行處理架構為基準的影像編碼技術介紹 52
4.2.2以平行處理架構為基準的影像編碼技術效能分析 53
4.3 以先進移動補償畫面內插法為基準的影像編碼技術 56
4.4 先進影像編碼技術綜合效能分析與比較 57
4.5 先進影像編碼技術結論 62
第五章 未來展望和結論 63
參考文獻 65
參考文獻 [1] A. M. Huang and T. Nguyen, “Correlation-based motion vector processing with adaptive interpolation scheme for motion-compensated frame interpolation,” IEEE Trans. Image Process, vol. 18, no. 4, pp. 740-752, Apr. 2009.
[2] B. D. Choi, J. W. Han, C. S. Kim and S. J. Ko, “Motion-compensated frame interpolation using bilateral motion estimation and adaptive overlapped block motion compensation,” IEEE Trans. Circuits Syst. Video Technol., vol. 17, no. 4, pp. 407-416, Apr. 2007.
[3] A. M. Huang and T. Nguyen, “A multistage motion vector processing method for motion-compensated frame interpolation,” IEEE Trans. Image Process, vol. 17, no. 5, pp. 694-708, May 2008.
[4] Y. Ling, J. Wang, Y. Liu and W. Zhang, “Spatial and temporal correlation based frame rate up-conversion,” in Proc. ICIP, Oct. 2008, pp. 909-912.
[5] K. C. Yang, A. M. Huang, T. Nguyen, C. C. Guest and P. K. Das, “A new objective quality metric for frame interpolation used in video compression,” IEEE Trans. Broadcasting, vol. 54, no. 3, pp. 680-690, Sep. 2008.
[6] A. M. Huang and T. Nguyen, “Motion vector processing using bidirectional frame difference in motion compensated frame interpolation,” IEEE WoWMoM, Jun. 2008, pp. 1-6.
[7] A. M. Huang and T. Nguyen, “A novel multi-stage motion vector processing method for motion-compensated frame interpolation,” in Proc. ICIP, Sept. 2007, pp. 389-392.
[8] J. Zhai, K. Yu, J. Li and S. Li, “A low complexity motion compensated frame interpolation method,” in Proc. ISCAS, Sept. 2005, vol. 2, pp. 4927-4930.
[9] A. M. Huang and T. Nguyen, “Correlation-based motion vector processing for motion-compensated frame interpolation,” in Proc. ICIP, Oct. 2005, pp. 1244-1247.
[10] H. Sasai, S. Kondo and S. Kadono, “Frame-rate up-conversion using reliable analysis of transmitted motion information,” in Proc. ICASSP, May 2004, vol. 5, pp. 257-260.
[11] J. Zhang, L. Sun, S. Yang and Y. Zhong, “Position prediction motion-compensated interpolation for frame rate up-conversion using temporal modeling,” in Proc. ICIP, Sept. 2005, vol. 1, pp. 53-59.
[12] A. M. Huang and T. Nguyen, “Motion vector processing based on residual energy information for motion compensated frame interpolation,” in Proc. ICIP, Sept. 2006, vol. 4, pp. 353-356.
[13] C. Dane and T. Q. Nguyen, “Motion vector processing for frame rate up conversion,” in Proc. ICASSP, May 2004, vol. 3, pp. 309-312.
[14] B. T. Choi, S. H. Lee and S. J. Ko, “New frame rate up-conversion using bi-directional motion estimation.” IEEE Trans. Consum. Electron., vol. 46, pp. 603-609, Aug. 2000.
[15] S. H. Lee, O. Kwon and R. H. Park, “Weighted-adaptive motion-compensated frame rate up-conversion,” IEEE Trans. Consum. Electron., vol. 49, no. 3, pp. 485-492, Aug. 2003.
[16] G. de Haan, P. W. Biezen, H. Huijgen and O. A. Ojo, “True-motion estimation with 3-D recursive search block matching,” IEEE Trans. Circuits Syst. Video Technol., vol. 3, no. 5, pp. 368-379, Oct. 1993.
[17] T. Chen, “Adaptive temporal interpolation using bidirectional motion estimation and compensation,” in Proc. ICIP, Sept. 2002, vol. 2, pp. 313-317.
[18] Joint Video Team software JM12.2
http://iphome.hhi.de/suehring/tml/download/
[19] “Draft ITU-T recommendation and final draft international standard of Joint Video Specification (ITU-T Rec. H.264 | ISO/IEC 144496-10 AVC),” Joint Video Team of ISO/IEC and ITU-T, Nov. 2007.
[20] I. Richardson, H.264 and MPEG-4 video compression, Wiley Press, Dec. 2003.
指導教授 林銀議(Yinyi Lin) 審核日期 2010-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聯絡  - 隱私權政策聲明