博碩士論文 100523042 詳細資訊




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

摘要(中) 近年來網際網路結合數位內容產業蓬勃發展,手持行動裝置的普及以及多媒體的壓縮技術也不斷突破創新,因此數位化之影音資料量也呈現指數型成長,延伸出快速複製與散播傳輸的問題進而侵害私人財產權的專屬性,這已成數位著作權中最重要的一項議題,有別於數位浮水印在本篇研究著眼以內容為基礎之副本偵測的偵測方式. 則無需事先在影像或影片中嵌入任何標記等資訊;此外,現今數位化資料呈現爆炸性成長,但其中仍有不少資料重複但只是畫質、大小或者因壓縮格式的不同而有所差異,為了避免浪費資料庫空間以及檢索之時間進而預先過濾、篩選資料以達到有效率的資料庫管理。
本論文針對內容檢索,利用HEVC於壓縮域上的特徵進行抽取,以畫面內預測(intra prediction)所取得之不同預測模式以及其殘餘值(residual)作為特徵。實驗結果顯示,所提出之方法可大幅減少檢索時所需使用的大量特徵空間,且檢索效能精準率及查全率無論是在不同量化參數之下或者不同畫面大小的情況分數皆可達到80以上的效能。
關鍵字:壓縮域、副本偵測、畫面內預測、HEVC
摘要(英) The rapid growth of internet and online video data bring the difficulties not only to database management but also to digital right management. In the past decade, numerous algorithms were developed for video copy detection.
Because almost all digital video data exist in a compression format, many copy detection techniques operated in compression domain were proposed. However, these methods did not perform well with the sequences that had differentquantization parameter (QP).
This thesis focuses on the content-based copy detection in compression domain, especially with the capability resisting multi-QP and frame sizes. The extracted features are based on the I-frame coding information in HEVC that is the newer coding standard. We propose to employ the direction mode and residual coefficients as the texture feature.
The experimental results show that the proposed method can reduce the resource consumption and archive the similar performance with the pixel domain approach.
Keywords : Compression domain, Content-based copy detection, Intra Prediction, HEVC
關鍵字(中) ★ 壓縮域
★ 副本偵測
★ HEVC
關鍵字(英) ★ Compression domain
★ Content-based copy detection
★ Intra Prediction
★ HEVC
論文目次 摘 要 i
Abstract ii
致 謝 iii
目錄 iv
圖目錄 vi
表目錄 viii
第一章 緒論 1
1.1 研究背景 1
1.2 研究動機與目的 4
1.3 論文架構 7
第二章 基於內容副本偵測之相關文獻介紹 8
2.1 副本偵測之進展 8
2.2 副本偵測相關文獻探討 9
2.2.1副本偵測相關研究採用特徵之概述 10
2.2.2副本偵測相關研究比對方式之概述 13
2.3 副本偵測壓縮域相關文獻之探討 14
第三章 HEVC視訊壓縮標準介紹 18
3.1 HEVC編碼架構介紹 19
3.2.1畫面類型 22
3.2.2基本編碼單位 24
3.2.2.1 編碼單位(Coding Unit,CU) 25
3.2.3 畫面內預測(Intra Prediction) 27
3.2.4畫面內區塊預測模式選擇方式 29
第四章 提出之壓縮域內容檢索方法 31
4.1 畫面內預測模式之方向模式分析 31
4.2 利用殘餘值構成有特色之區域分析 37
4.3 所提出之演算法架構 42
第五章 實驗結果與分析討論 43
5.1 實驗參數與模擬環境 43
5.2 評分機制 44
5.2.1 精確率和查全率 45
5.2.2 精確率與準確度 47
5.2.3 綜合評價指標 48
5.3 壓縮域副本偵測結果及分析 49
5.4 不同尺寸影像之實驗結果與分析 52
5.5 壓縮域相關文獻實驗結果分析 56
5.6 像素域與本文方法之實驗比較 57
5.7 複雜度分析 58
第六章 結論與未來展望 59
參考文獻 61
參考文獻 [1] 遠見雜誌 第319期,2013.01
[2] B. Girod, V. Chandrasekgar, R. Grzeszczuk, and Y. Reznik, “Mobile Visual Search : Architectures, Technologies, and the Emerging MPEG Standard,” IEEE Multimedia, vol. 18, no. 3, pp. 86-94, 2011.
[3] http://zh.wikipedia.org/wiki/Picasa
[4] http://www.clonespy.com/
[5] A. Natsev, M. Hill, and J. Smith, “Design and evaluation of an effective and effecient video copy detection system,” in proc. IEEE Intl. Conf. on Multimedia and Expo, 2010, pp.1353-1358.
[6] Y. Min, X. Li, Y. Zhang, Y. Zhao, and H. Lian, “A New SIFT Keypoint Descriptor For Copy Detection,” International Congress on Image and Signal Processing (CISP), vol. 2, pp. 842-845, 2011.
[7] X. Pan and S. Lyu, “Region duplication detection using image feature matching,” IEEE Trans. Inf. Forensics Security, vol. 5, no. 4, pp. 857–867, Dec. 2010.
[8] A. Hampapur and R. Bolle, “Comparison of sequencematching techniques for video copy detection,” in proc. Conference on Storage and Retrieval for Media Databases, 2002, Vol.4676.
[9] F. Lee, Q. Chen, K. Kotani, and T. Ohmi, “An Improved Fast Video Clip Search Algorithm for Copy Detection using Histogram-based Features,” World Academy of Science, Engineering and Technology, vol. 3, no. 10, pp. 155-162, Nov. 2011.
[10] X. J. Yuan and H. C. Feng, “An abrupt shot change detection algorithm based on the YUV space,” in proc. Int. Conf. Elect. Control Eng., 2010, pp. 4630–4633.
[11] Z. Cao and M. Zhu, “An efficient video copy detection method based on video signature,” IEEE International Conference on Automation and Logistics, China, 2009. pp. 855-859.
[12] R. Roopalakshmi and G. Ram Mohana Reddy, “Efficient Video Copy Detection Using Simple and Effective Extraction of Color Features,” ACC 2011, Part IV, CCIS 193, pp. 473–480, 2011.
[13] F. Arnia, M. Fujiyoshi and H. Kiya, “The Use of DCT Coefficient Sign for Content-Based Copy Detection,” IEEE International Symp. on Comm. and Information Technologies, pp.1476-1481.
[14] M. M. Esmaeili, M. Fatourechi, and R. K. Ward, “A robust and fast
video copy detection system using content-basedfingerprinting,” IEEE
Trans. Information Forensics and Security, vol. 6, no. 1, pp. 213–226,
2011.
[15] M. Ali and E. Edirisinghe, “Efficient Spatiotemporal Matching For Video Copy Detection in H.264/AVC Video,” International Journal of Computer Applications, vol 41, no.15, Mar. 2012.
[16] J. Yuan, L. Duan, Q. Tian, C. Xu, “Fast and Robust Short Video Clip
Search Using an Index Structure,” in proc. 6th ACM SIGMM International Workshop on Multimedia Information Retrieval, pp.61-68, Oct. 2004.
[17] K. Kashino, T. Kurozumi, and H. Murase, “Quick AND/OR search for
multimedia signals based on histogram features,” IEICE Trans., J83-DII, vol.12, 2000, pp. 2735-2744.
[18] Z. Li and J. Chen, “Efficient compressed domain videocopy detection,” in proc. International Conference on Management and Service Science, Aug., 2010. pp. 1-4.
[19] Z. Zhang and J. Zou, “Compressed video copy detection based on edge analysis,” in proc. Information and Automation (ICIA), June 2010. pp. 2497-2501.
[20] Z. Xu et al, “Fast and robust video copy detection scheme using full DCT coefficients,” IEEE Int. Conf. on Multimedia & Expo, New York, USA, June 2009. pp. 434-437.
[21] A. ABBASS, A. YOUSSIF and A. GHALWASH, “Compressed Domain Video Fingerprinting Technique Using The Singular Value Decomposition,” in proc. Latest Trends in Applied Informatics and Computing(AICT), 2012.
[22] F. Bossen, et al., “HEVC complexity and implementation analysis,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 22, no. 12, pp. 1685-1696, Dec. 2012.
[23] R.Roopalakshmi and G. Reddy, “A novel approach to video copy detection using audio fingerprints and PCA,” in proc. Ambient Systems, Networks and Technologies (ANT-2011), Canada, 2011.
[24] http://phenix.int-evry.fr/jct/
[25] http://goo.gl/CRQAJ
[26] L. Zhao, L. Zhang, S. Ma and D. Zhao, “Fast Mode Decision Algorithm for Intra Prediction in HEVC,” in proc. Visual Communications and Image Processing Conference, 2011, pp. 1-4.
指導教授 張寶基(Pao- Chi Chang) 審核日期 2013-7-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聯絡  - 隱私權政策聲明