博碩士論文 995202027 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:100 、訪客IP:18.118.139.224
姓名 蕭少宇(Shau-yu Shiau)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 利用資料隱藏實現H.264壓縮視訊之隱私保護機制
(A Privacy Protection Scheme in H.264/AVC by Information Hiding)
相關論文
★ 基於QT之跨平台無線心率分析系統實現★ 網路電話之額外訊息傳輸機制
★ 針對與運動比賽精彩畫面相關串場效果之偵測★ 植基於向量量化之視訊/影像內容驗證技術
★ 植基於串場效果偵測與內容分析之棒球比賽精華擷取系統★ 以視覺特徵擷取為基礎之影像視訊內容認證技術
★ 使用動態背景補償以偵測與追蹤移動監控畫面之前景物★ 應用於H.264/AVC視訊內容認證之適應式數位浮水印
★ 棒球比賽精華片段擷取分類系統★ 利用H.264/AVC特徵之多攝影機即時追蹤系統
★ 利用隱式型態模式之高速公路前車偵測機制★ 基於時間域與空間域特徵擷取之影片複製偵測機制
★ 結合數位浮水印與興趣區域位元率控制之車行視訊編碼★ 應用於數位智權管理之H.264/AVC視訊加解密暨數位浮水印機制
★ 基於文字與主播偵測之新聞視訊分析系統★ 植基於數位浮水印之H.264/AVC視訊內容驗證機制
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 數位影音被廣泛使用於各種傳播媒體,對於畫面中的個人隱私保護成為一項重要議題。本論文提出了一個作用於H.264/AVC視訊壓縮架構上的隱私權保護機制,我們對於欲保密區域的資料進行擾亂,使得隱私區域在一般使用者面前是模糊而無法被正常觀看的,只有合法授權者能將畫面還原成原始影像。
我們擾亂的方式是去修改H.264/AVC視訊編碼串流中的資料,使得解碼端得到錯誤資訊產生擾亂的效果,最後再將原始資料利用資料隱藏的方式嵌入於視訊串流中,以讓合法授權的接收者藉由取出資料而確實還原隱私畫面。由於H.264/AVC編碼利用空間與時間的相依性以獲得良好的壓縮效果,當我們實作區域性擾亂時,會因漂移誤差(drift error)的產生,造成非保密區域的畫面也受到影響。為了解決此一問題,本研究採取限制編碼的方式,藉由限制H.264/AVC編碼過程中的畫面預測,有效解決飄移誤差的發生。
實驗結果顯示本方法能確實擾亂隱私區域,使畫面模糊讓人眼看不清楚,授權的接收者能確實還原畫面,達到個人隱私權的保護,而且整體視訊的資料量能獲得控制,以符合各種相關的視訊應用。
摘要(英) Protecting personal privacy on digital images and videos is important these days. In this research, we present a privacy protection mechanism in H.264/AVC videos. The private visual information on video frames is scrambled by processing the data in the compressed bitstream directly so that the private region is not visible to the regular users. Nevertheless, the scrambled region can be restored to the original content by authorized users. Basically, the scrambling is applied by extracting and removing some data from the H.264/AVC bitstream. These data will be embedded into the bitstream so that the recovery can be applied successfully by placing these data back. In other words, the de-scrambling is achieved via the methodology of information hiding. Since the H.264/AVC encoder makes use of the spatial and temporal dependency for reducing the data size, careless partial scrambling on H.264/AVC compressed bit-stream will result in the drift errors. To solve this problem, the restricted H.264/AVC encoding is employed to prevent the modified data from affecting the subsequent video content. Experimental results show that our method can effectively scramble the privacy region, which can be recovered by using the hidden information. In addition, the size of partially scrambled video is kept under good control.
關鍵字(中) ★ 資訊隱藏
★ 隱私保護
★ 區域擾亂
★ H.264/AVC
關鍵字(英) ★ Information hiding
★ Privacy protection
★ Partial scrambling
★ H.264/AVC
論文目次 1 Introduction 1
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Contribution . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Thesis Organization . . . . . . . . . . . . . . . . . . . . . . 3
2 Preliminaries 4
2.1 Intra and Inter Predictions of H.264/AVC . . . . . . . . . 5
2.1.1 Intra Prediction . . . . . . . . . . . . . . . . . . . . 5
2.1.2 Inter Prediction . . . . . . . . . . . . . . . . . . . . 8
2.2 Review of the Related Works . . . . . . . . . . . . . . . . 9
3 The Proposed Scheme 14
3.1 Overview of The Proposed Scheme . . . . . . . . . . . . . 14
3.2 Scrambling Scheme . . . . . . . . . . . . . . . . . . . . . . 15
3.2.1 Intra Prediction Scrambling . . . . . . . . . . . . . 16
3.2.2 Inter Prediction Scrambling . . . . . . . . . . . . . 16
3.3 Coping with the Drift Errors . . . . . . . . . . . . . . . . . 20
3.3.1 The Drift Errors in Intra Prediction . . . . . . . . . 20
3.3.2 Drift Errors in Motion Estimation . . . . . . . . . . 22
3.3.3 Drift Errors of Skipped Mode . . . . . . . . . . . . 24
3.3.4 Drift Errors of Intra Prediction Mode . . . . . . . . 25
3.3.5 Drift Errors of Motion Vector Prediction . . . . . . 28
3.4 Data Hiding Scheme . . . . . . . . . . . . . . . . . . . . . 31
3.4.1 The Bit Stream of Private Information . . . . . . . 31
3.4.2 The Data Hiding Algorithm . . . . . . . . . . . . . 33
4 Experimental Results 36
4.1 Intelligibility . . . . . . . . . . . . . . . . . . . . . . . . . . 36
4.2 Coding Effciency . . . . . . . . . . . . . . . . . . . . . . . 41
5 Conclusion and Future Work 43
Reference 44
參考文獻 [1] P. Korus, W. Szmuc, and A. Dziech. A scheme for censorship of sensitive image content with high-quality reconstruction ability. In Multimedia and Expo (ICME), 2010 IEEE International Conference on, pages 1073-1078. IEEE, 2010.
[2] J. Wang, Y. Fan, T. Ikenaga, and S. Goto. A partial scramble scheme for H.264 video. In ASIC, 2007. ASICON’’07. 7th International Conference on, pages 802-805. IEEE, 2007.
[3] L. Tong, F. Dai, Y. Zhang, and J. Li. Restricted H.264/AVC video coding for privacy region scrambling. In Image Processing (ICIP), 2010 17th IEEE International Conference on, pages 2089-2092. IEEE, 2010.
[4] T. Wiegand, G.J. Sullivan, G. Bjontegaard, and A. Luthra. Overview of the H.264/AVC video coding standard. Circuits and Systems for Video Technology, IEEE Transactions on, 13(7):560-576, 2003.
[5] S. Lian, J. Sun, and Z.Wang. A novel image encryption scheme based-on JPEG encoding. In Information Visualisation, 2004. IV 2004. Proceedings. Eighth International Conference on, pages 217-220. IEEE, 2004.
[6] L. Krikor, S. Bab, T. Ari, and Z. Shaaban. Image encryption using DCT and stream cipher. European Journal of Scienti c Research, 32(1):47-57, 2009.
[7] G. Liu, T. Ikenaga, S. Goto, and T. Baba. A selective video encryption scheme for MPEG compression standard. IEICE Trans. Fundamentals, 89:194-202, 2006.
[8] B. Bhargava, C. Shi, and S.Y. Wang. MPEG video encryption algorithms. Multimedia Tools and Applications, 24(1):57-79, 2004.
[9] LS Choon, A. Samsudin, and R. Budiarto. Lightweight and cost-effective MPEG video encryption. In Information and Communication Technologies: From Theory to Applications, 2004. Proceedings. 2004 International Conference on, pages 525-526. IEEE, 2004.
[10] I.K. Cheong, Y.C. Huang, Y.S. Tung, S.R. Ke, and W.C. Chen. An efficient encryption scheme for MPEG video. In Consumer Electronics, 2005. ICCE. 2005 Digest of Technical Papers. International Conference on, pages 61-62. IEEE, 2005.
[11] H.J. Lee and J. Nam. Low complexity controllable scrambler/descrambler for H.264/AVC in compressed domain. In Proceedings of the 14th annual ACM international conference on Multimedia, pages 93-96. ACM, 2006.
[12] F. Dufaux and T. Ebrahimi. H.264/AVC video scrambling for privacy protection. In Image Processing, 2008. ICIP 2008. 15th IEEE International Conference on, pages 1688-1691. IEEE, 2008.
[13] L. Tong, F. Dai, Y. Zhang, and J. Li. Prediction restricted H.264/AVC video scrambling for privacy protection. Electronics letters, 46(1):47-49, 2010.
[14] A. Westfeld. F5|a steganographic algorithm. In Information Hiding, pages 289{302. Springer, 2001.
指導教授 蘇柏齊(Po-Chyi Su) 審核日期 2012-8-28
推文 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聯絡  - 隱私權政策聲明