![]() |
以作者查詢圖書館館藏 、以作者查詢臺灣博碩士 、以作者查詢全國書目 、勘誤回報 、線上人數:21 、訪客IP:3.147.45.232
姓名 吳靖宇(Ching-Yu Wu) 查詢紙本館藏 畢業系所 資訊工程學系 論文名稱 結合數位浮水印與興趣區域位元率控制之車行視訊編碼
(A Joint Watermarking and ROI Coding Scheme for Traffic Surveillance Videos)相關論文 檔案 [Endnote RIS 格式]
[Bibtex 格式]
[相關文章]
[文章引用]
[完整記錄]
[館藏目錄]
[檢視]
[下載]
- 本電子論文使用權限為同意立即開放。
- 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
- 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
摘要(中) 本論文提出一個結合數位浮水印與興趣區域 (ROI) 位元率控制的車行視訊編碼機制。近年來道路監視器被大量地設立以增加對人車安全的保障,同時也使得交通監控相關應用更為廣泛。本研究將智慧型運輸系統 (ITS) 所蒐集的車輛相關訊息,利用數位浮水印技術嵌入於監控畫面中,以減少用來解讀畫面的資料量,便利資料的整理,並且增加資料的可讀性。本論文大致分成兩部分,第一部分為以區分車行畫面前景與背景物為基礎的數位浮水印嵌入與偵測機制。透過背景建立,我們將畫面中包含車輛的區塊擷取出來,並將其對應至ITS感測器所得到個別車輛資訊以進行浮水印嵌入,浮水印技術則與壓縮車行視訊所使用的H.264/AVC緊密結合以增加系統執行的效率,確保視訊畫質不受影響,維持壓縮視訊的長度,並確認隱藏訊息可被正確的偵測。論文的第二部份為建構於ROI之位元率控制機制,此機制利用車行畫面的特性,訓練相關模型以適用於各種交通監控場景,透過有效的預測,我們能夠準確的將較多的位元分配於ROI。因此,我們不僅可藉此告知解碼端關於數位浮水印的嵌入位置以利其偵測,並可協助系統提高整體視訊編碼表現,有效提升車輛部分的影像畫質。實驗結果顯示了此車行畫面編碼系統的優點與實用性。
摘要(英) A new application of information hiding by employing the digital watermarking techniques to facilitate the data annotation in traffic surveillance videos is proposed in this research. As there are more and more roadside surveillance cameras are deployed, the applications related to traffic surveillance systems become important. In the proposed schemes, the data collected from intelligent transportation systems (ITS) are embedded into the corresponding regions of traffic scenes to facilitate the data management. The scheme consists of two parts. The first part is the object-based watermarking, in which the information of each vehicle collected from other sensors/sources in the ITS will be conveyed/stored along with the visual data via information hiding. The traffic scene captured by a video camera will be analyzed and the individual vehicles are extracted as moving objects, which will be embedded with the associated information. The scheme is integrated with H.264/AVC, which is assumed to be adopted by the surveillance system, to achieve an efficient implementation. The second part is a Region
Of Interest (ROI) rate control mechanism for encoding traffic surveillan videos, which helps to improve the overall performance. The quality of vehicles in the video is thus well preserved and a good rate-distortion performance can be attained. Experimental results show that this potential scheme works well in traffic surveillance videos.
關鍵字(中) ★ ROI
★ H.264/AVC
★ 數位浮水印
★ 資料隱藏
★ 智慧型運輸系統
★ 位元率控制關鍵字(英) ★ ITS
★ digital watermarking
★ H.264/AVC
★ information hiding
★ ROI
★ rate control論文目次 1 Introduction 1
1.1 Significance of the Research . . . . . . . . . . . . . . . . 1
1.2 The Related Work . . . . . . . . . . . . . . . . . . . . . 4
1.2.1 The Object-based Watermarking . . . . . . . . . 4
1.2.2 The ROI-based Rate Control . . . . . . . . . . . 5
1.3 Contribution of Research . . . . . . . . . . . . . . . . . . 7
1.4 The Organization of Thesis . . . . . . . . . . . . . . . . 8
2 The Object-based Watermarking 9
2.1 Constructing the Background Model . . . . . . . . . . . 9
2.2 Information Embedding . . . . . . . . . . . . . . . . . . 10
2.2.1 The Vehicle Information Embedding . . . . . . . 12
2.2.2 The Global Information Embedding . . . . . . . . 14
2.3 The Selection of Indices . . . . . . . . . . . . . . . . . . 16
2.3.1 Watson’s Model . . . . . . . . . . . . . . . . . . . 16
2.3.2 The Indices Selection . . . . . . . . . . . . . . . . 18
2.4 Information Detection . . . . . . . . . . . . . . . . . . . 20
2.4.1 Vehicle Information Detection . . . . . . . . . . . 22
2.4.2 Global Information Detection . . . . . . . . . . . 22
3 ROI-based Rate Control Mechanism 24
3.1 Linear R-Q Model . . . . . . . . . . . . . . . . . . . . . 25
3.2 Bit Allocation . . . . . . . . . . . . . . . . . . . . . . . . 27
3.3 QP/Qstep Determination . . . . . . . . . . . . . . . . . 30
3.4 The Adaptive Model Updating . . . . . . . . . . . . . . . 31
3.5 Linear R-Q Model Parameters Training . . . . . . . . . . 33
4 Experimental Results 35
4.1 Performance of Information Hiding . . . . . . . . . . . . 36
4.2 Performance of the Proposed Rate Control Method . . . 41
4.3 The Combined results of Information Hiding and Rate
Control . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
5 Conclusion and Future Work 48
Reference 50
參考文獻 [1] Ingemar Cox, Matthew Miller, and Jeffrey Bloom. Digital Watermarking: Principles
and Practice. Morgan Kaufmann, 2001.
[2] Shu-Ching Chen, Mei-Ling Shyu, S. Peeta, and Chengcui Zhang. Learning-based
spatio-temporal vehicle tracking and indexing for transportation multimedia
database systems. IEEE Transactions on Intelligent Transportation Systems,
4(3):154–167, 2003.
[3] T. Wiegand, G.J. Sullivan, G. Bjntegaard, and A. Luthra. Overview of the
H.264/AVC video coding standard. In IEEE Transactions on Circuits and Systems
for Video Technology, volume 13, pages 560–576, July. 2003.
[4] Mauro Barni, Franco Bartolini, and Nicola Checcacci. Watermarking of MPEG-
4 video objects. IEEE Transactions on Multimedia, 7(1):23–32, 2005.
[5] P. Bas and B. Macq. A new video-object watermarking scheme robust to object
manipulation. In IEEE International Conference on Image Processing, 2001,
volume 3, pages 526–529, Oct. 2001.
[6] Jing Zhang, A.T.S. Ho, Gang Qiu, and Pina Marziliano. Robust video watermarking
of H.264/AVC. In IEEE Transactions on Circuits and System-II:
Express Briefs, volume 54, pages 205–209, FEBRUARY 2007.
[7] Guo-Zua Wu, Yi-Jung Wang, and Wen-Hsing Hsu. Robust watermark embedding/
detection algorithm for H.264 video. In Journal of Electronic Imaging,
volume 14, Jan.-Mar. 2005.
[8] Ming Yang and N. Bourbakis. A high bitrate information hiding algorithm for
digital video content under H.264/AVC compression. In Proceedings of IEEE
Int. Sym. On Circuits and Systems, ISCAS, volume 2, pages 935–938, August
2005.
[9] M. Noorkami and R. M. Mersereau. Compressed-domain video watermarking
for H.264. In Proceedings of the International Conference on Image Processing,
ICIP, volume 2, pages 890–893, September 2005.
[10] Zhenzhong Chen and King Ngi Ngan. Recent advances in rate control for video
coding. Image Communication, 22(1):19–38, Jan. 2007.
[11] Yang Liu, Zheng Guo Li, and Yeng Chai Soh. Region-of-Interest based resource
allocation for conversational video communication of H.264/AVC. IEEE Transactions
on Circuits and Systems for Video Technology, 18(1):134–139, Jan. 2008.
[12] Yang Liu, Zhengguo G. Li, and Yeng Chai Soh. A novel rate control scheme for
low delay video communication of H.264/AVC standard. IEEE Transactions on
Circuits and Systems for Video Technology, 17(1):68–78, Jan. 2007.
[13] Ping-Hao Wu and Homer H. Chen. Frame-layer constant-quality rate control of
regions of interest for multiple encoders with single video source. IEEE Transactions
on Circuits and Systems for Video Technology, 17(7):857–867, July 2007.
[14] Hang Li, Zhibing Wang, Huijuan Cui, and Kun Tang. An improved roi-based
rate control algorithm for H.264/AVC. IEEE International Conference on Signal
Processing, 2:16–20, 2006.
[15] Dimitris Agrafiotis, David R. Bull, Nishan Canagarajah, and Nawat Kamnoonwatana.
Multiple priority region of interest coding with h.264. IEEE International
Conference on Image Processing, pages 53–56, Oct. 2006.
[16] YaYu Zheng, Xiang Tian, and YaoWu Chen. Adaptive frequency coefficient
suppression for roi-based H.264/AVC video coding. International Conference
on Networking, Sensing and Control, pages 714–718, April 2008.
[17] Zhihai He and Dapeng Oliver Wu. Linear rate control and optimum statistical
multiplexing for h.264 video broadcast. IEEE Transactions on Multimedia,
10(7):1237–1249, Nov. 2008.
[18] M. Piccardi. Background subtraction techniques: a review. In IEEE International
Conference on Systems, Man and Cybernetics, volume 4, pages 3099–3104,
Oct. 2004.
[19] J. Melo, A. Naftel, A. Bernardino, and J. Santos-Victor. Detection and classification
of highway lanes using vehicle motion trajectories. IEEE Transactions
on Intelligent Transportation Systems, 7(2):188–200, 2006.
[20] A. B. Watson. DCT quantization matrices visually optimized for individual
images. In Proc. SPIE, Human Vision, Visual Processing, and Digital Display,
volume 1913, pages 202–216, Bellingham, WA, 1993.
[21] Henrique S. Malvar, Antti Hallapuro, Marta Karczewicz, and Louis Kerofsky.
Low-complexity transform and quantization in H.264/AVC. IEEE Transactions
on Circuits and Systems for Video Technology, 13(7):598–603, Jul. 2003.
[22] Joint Video Team of ISO/IEC MPEG and ITU-T VCEG document, JVT-G012.
March 2003.
[23] Joint Video Team of ISO/IEC MPEG and ITU-T VCEG document, JVT-H017.
March 2003.
指導教授 蘇柏齊(Po-Chyi Su) 審核日期 2009-7-23 推文 plurk
funp
live
udn
HD
myshare
netvibes
friend
youpush
delicious
baidu
網路書籤 Google bookmarks
del.icio.us
hemidemi
myshare