博碩士論文 965203013 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:4 、訪客IP:3.146.221.204
姓名 楊富貴(Fu-Kui Yang)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 基於改良式可信度傳遞於同質區域之立體視覺匹配演算法
(An improved stereo matching algorithm using belief propagation for homogeneous regions)
相關論文
★ 應用於車內視訊之光線適應性視訊壓縮編碼器設計★ 以粒子濾波法為基礎之改良式頭部追蹤系統
★ 應用於空間與CGS可調性視訊編碼器之快速模式決策演算法★ 應用於人臉表情辨識之強健式主動外觀模型搜尋演算法
★ 結合Epipolar Geometry為基礎之視角間預測與快速畫面間預測方向決策之多視角視訊編碼★ 以階層式Boosting演算法為基礎之棒球軌跡辨識
★ 多視角視訊編碼之快速參考畫面方向決策★ 以線上統計為基礎應用於CGS可調式編碼器之快速模式決策
★ 適用於唇形辨識之改良式主動形狀模型匹配演算法★ 以運動補償模型為基礎之移動式平台物件追蹤
★ 基於匹配代價之非對稱式立體匹配遮蔽偵測★ 以動量為基礎之快速多視角視訊編碼模式決策
★ 應用於地點影像辨識之快速局部L-SVMs群體分類器★ 以高品質合成視角為導向之快速深度視訊編碼模式決策
★ 以運動補償模型為基礎之移動式相機多物件追蹤★ 基於匹配代價曲線特徵之遮蔽偵測之研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 立體視覺似人類雙眼系統,藉由對應點比對而得物體深度資訊,但會因遮蔽、影像不連續性、特徵不明顯、光照影響等,造成尋找對應點的錯誤。本論文以可信度傳遞為基礎,利用多次信息傳遞的方式,改進同質區域的視差圖的準確率。由於同質區域內,像素點相似,將導致信息傳遞錯誤,因此,我們提出改良式可信度傳遞於同質區域之立體視覺匹配演算法,第一,我們利用影像梯度結合SAD(sum of absolute differences)資訊判斷以增加可信賴之對應點數目,再使用可信賴對應點傳遞信息,改善信息無法快速從同質區域外部傳遞至內部的問題。第二,我們提出改良式信息傳遞,只需少數的疊代,即能更新出較佳的信息。第三,我們利用加重信息傳遞的權重,加速影像中大範圍同質區域的信息傳遞,達到視差圖快速收斂的程度,以獲得對應準確度較高的視差圖。實驗結果顯示,我們所提出的演算法,在無特徵之平滑區域,時間複雜度較快速可信度傳遞演算法增加了22%,但錯誤率降低了12.2%。
摘要(英) Stereo vision uses two images from different viewpoints to reconstruct the depth of objects. However, stereo correspondence errors may occur due to the object occlusions, depth discontinuities, homogeneous regions and light effects. In this paper, we adopt the belief propagation based algorithm using the message propagation to obtain the disparity map. Due to the similarity of pixels in homogeneous regions, the inaccurate messages may result in the incorrect disparity map. Motivated by this, we further improve the stereo matching algorithm using belief propagation for homogeneous regions. First, we increase the reliable correspondence using the combination of SAD and gradients, and propagate the message from reliable correspondence for homogeneous regions. This improves message propagation from boundary to inside for homogeneous regions. Second, we propose improve message propagation to update optimal message in less iteration. Third, we further accelerate message propagation by increasing the weight of message propagation in larger homogeneous regions. Compared with efficient BP, our experimental results show that our proposed method reduce the inaccurate rate in textureless regions is 12.2%, but increase computation complexity is 22%.
關鍵字(中) ★ 可信度傳遞
★ 立體視覺匹配
關鍵字(英) ★ belief propagation
★ stereo matching
論文目次 摘要………………………………………………………………………………...….I
Abstract………………………………………..………………………………….….II
目錄………………………………………………………………………………...III
圖目錄…………………………………………………………………………………V
表目錄………………………………………………………………………………..IX
第一章 緒論………………………………………………………………………..…1
1.1前言………………………………………………………………………….…1
1.2研究動機…………………………………………………………………….…1
1.3研究方法…………………………………………………………………….…2
1.4研究大綱…………………………………………………………………….…2
第二章 立體視覺匹配演算法 ………..…………………………………………..…3
2.1立體視覺匹配簡介(Stereo Matching)……………………………………...…3
2.1.1立體視覺系統與共軛幾何(Epipolar Geometry)……………………….3
2.1.2立體視覺扭正(Image Rectification)……………………………………6
2.1.2.1利用相機參數之立體視覺扭正演算法………………………...…8
2.1.2.2利用基本矩陣(Fundamental Matrix)之立體視覺扭正演算法…...9
2.1.2.2.1影像扭正介紹…………………………………………11
2.1.2.2.2投影轉換(Projective Transform)…………………..…15
2.1.2.2.2.1投影失真最小化……………………………...…16
2.1.2.2.3相似轉換(Similarity Transform)…………………..…18
2.1.2.2.4剪割轉換(Shearing Transform)………………………20
2.1.3立體視覺對應流程………………………………………………….…22
2.2立體視覺匹配演算法現況………………………………………………...…22
2.2.1以局部視差為基礎之立體視覺對應……………………………….…22
2.2.2以全域最佳化視差為基礎之立體視覺對應……………………….…24
第三章 以可信度傳遞為基礎之立體視覺匹配(Stereo Matching Using Belief Propagation)……………………………………………………………...…28
3.1應用於影像處理之可信度傳遞…………………………………………...…28
3.2基於可信度傳遞之立體視覺匹配演算法………………………………...…31
3.2.1可信度傳遞之立體視覺匹配……………………………………….…32
3.3快速可信度傳遞之立體視覺匹配演算法………………………………...…34
3.3.1快速信息傳輸……………………………………………………….…34
3.3.2信息雙向(Bipartite Graph)傳輸………………………………………37
3.3.3多尺度(Multiscale)信息傳輸……………………………………….…38
第四章 基於改良式可信度傳遞之立體視覺匹配演算法…………………………40
4.1利用影像梯度結合SAD(Sum of Absolute Differences)之局部視差對應…40
4.2可信賴之對應點匹配……………………………………………………...…43
4.3改良式可信度傳遞於同質區域…………………………………………...…44
4.4改良式信息傳遞…………………………………………………………...…47
4.5加速同質區域信息傳遞…………………………………………………...…48
第五章 實驗結果……………………………………………………………………49
5.1測試影像與視差圖(Disparity Map)評估方案介紹…………………………49
5.2演算法效能分析…………………………………………………………...…56
第六章 結論與未來展望……………………………………………………………66
參考文獻…………………………………………………………………………..…67
參考文獻 [1] D. Lowe “Distinctive image features from scale-invariant keypoints.” International Journal of Computer Vision. Vol. 60, No. 2, pp. 91-110, 2004.
[2] Y. Ohta and T. Kanade “Stereo by intra- and inter-scanline search using dynamic programming.” IEEE Transactions on Pattern Analysis and Machine Intelligence. Vol. 7, Issue 2, pp. 139-154, March, 1985.
[3] Loop C. and Zhengyou Zhang “Computing rectifying homographies for stereo vision.” IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Vol. 1, pp. 23-25, June, 1999.
[4] D. Scharstein and R. Szeliski “A taxonomy and evaluation of dense two-frame stereo correspondence algorithms.” IEEE Workshop on Stereo and Multi-Baseline Vision. pp. 131-140, Dec., 2001.
[5] J. Matas, O. Chum, M. Urban, and T. Pajdla “Robust wide baseline stereo from maximally stable extremal regions.” British Machine Vision Conference. pp.384-393, 2002.
[6] Andrea Vedaldi “An Implementation of Multi-dimensional maximally stable extremal regions.” Citeseer. February 7, 2007.
[7] Lars Kunze “Visual features to help close the loop in 6D-SLAM.” Citeseer. October, 2006.
[8] Jian Sun, Nan-Ning Zheng and Heung-Yeung Shum “Stereo matching using belief propagation.” IEEE Transactions on Pattern Analysis and Machine Intelligence. Vol. 25, issue 7, pp. 787-800, July, 2003.
[9] Pedro Felzenszwalb and Daniel Huttenlocher “Efficient belief propagation for early vision.” IEEE Computer Society Conference on Computer Vision and Pattern Recognition. Vol. 1, pp. 261-268, June, 2004.
[10] Pedro Felzenszwalb and Daniel Huttenlocher “Efficient belief propagation for early vision.” International Journal of Computer Vision. Vol. 70, No. 1, pp.41-54, Oct. 2006.
[11] Andreas Klaus, Mario Sormann and Konrad Karner “Segment-based stereo matching using belief propagation and a self-adapting dissimilarity measure.” International Conference on Pattern Recognition. Vol. 3, pp. 15-18, 2006.
[12] Qingxiong Yang, Liang Wang, Ruigang Yang, Henrik Stewenius and David Nister “Stereo matching with color-weighed correlation, hierarchical belief propagation and occlusion handling.” IEEE Computer Society Conference on Computer Vision and Pattern Recognition. 2006.
[13] Qingxiong Yang, Liang Wang, Ruigang Yang, Henrik Stewenius and David Nister “Stereo matching with color-weighed correlation, hierarchical belief propagation and occlusion handling.” IEEE Transactions on Pattern Analysis and Machine Intelligence. Vol. 31, Issue 3, pp. 492-504, March, 2009.
[14] Zeng-Fu Wang and Zhi-Gang Zheng “A region based stereo matching algorithm using cooperative optimization.” IEEE Computer Society Conference on Computer Vision and Pattern Recognition. 2008.
[15] Qingxiong Yang, Liang Wang, Ruigang Yang, Shengnan Wang, Miao Liao and David Nister “Real-time global stereo matching using hierarchical belief propagation.” The British Machine Vision Conference. 2006.
[16] Erik B. Sudderth, Alexander T. Ihler, William T. Freeman and Alan S. Willsky “Nonparametric belief propagation.” IEEE Conference on Computer Vision and Pattern Recognition. Vol. 1, pp. 605-612, June, 2003.
[17] Tianli Yu, Ruei-Sung Lin, Boaz Super and Bei Tang “Efficient message representations for belief propagation.” International Conference on Computer Vision. Oct. 2007.
[18] Yu-Cheng Tseng, Nelson Chang and Tian-Sheuan Chang “Low memory cost block-based belief propagation for stereo correspondence.” International Conference on Multimedia and Expo. July, 2007.
[19] Chao-Chung Cheng, Chia-Kai Liang, Yen-Chieh Lai, Homer H. Chen and Liang-Gee Chen “Analysis of belief propagation for hardware realization.” IEEE Workshop on Signal Processing System. 2008.
[20] William T. Freeman and Egon C. Pasztor “Learning low-level vision.” International Conference on Computer Vision. Vol. 2, pp. 1182-1189, Sept. 1999.
[21] Sang-Beom Lee, Kwan-Jung Oh and Yo-Sung Ho “Segment-based multi-view depth map estimation using belief propagation from dense multi-view video.” 3DTV Conference. May, 2008.
[22] Jonathan S. Yedidia, William T. Freeman and Yair Weiss “Understanding belief propagation and its generalizations.” Mitsubishi Electric Research Laboratories. Jan. 2002.
[23] Marshall F. Tappen and William T. Freeman “Comparison graph cuts with belief propagation for stereo, using identical MRF parameters.” International Conference on Computer Vision. 2003.
[24] Brendan J. Frey and Nebojsa Jojic “A comparison of algorithms for inference and learning in probabilistic graphical models.” IEEE Transactions on Pattern Analysis and Machine Intelligence. Vol. 27, No. 9, pp. 1392-1416, September, 2005.
[25] Richard Szeliski, Ramin Zabih, Daniel Scharstein, Olga Veksler, Vladimir Kolmogorov, Aseem Agarwala, Marshall Tappen and Carsten Rother “A comparative study of energy minimization methods for markov random fields.” Lecture Notes in Computer Science. pp. 16-29, 2006.
[26] David A. Forsyth and Jean Ponce “Computer vision:a modern approach” Cambridge University Press. London, England, 2000.
[27] Rafael C. Gonzalez and R. E. Woods “Digital image processing, Third Edition.” Prentice Hall. 2007.
[28] Milan Sonka, Vaclav Hlavac and Roger Boyle “Image processing, analysis, and machine vision.” International Thomson. 2007.
[29] Chih-I Cheng and Tsu-Tian Lee “Obstacle detection and distance estimation by computer vision for indoor corridor environment.” Department of Electrical and Control Engineering, National Chiao-Tung University. 2002.
[30] Daniel Scharstein and Richard Szeliski “High-accuracy stereo depth maps using structured light.” IEEE Computer Society Conference on Computer Vision and Pattern Recognition. June, 2003.
[31] Dorin Comaniciu and Peter Meer “Mean Shift: a robust approach toward feature space analysis.” IEEE Transactions on Pattern Analysis and Machine Intelligence. Vol. 24, No. 5, pp. 603-619, May, 2002.
[32] http://vision.middlebury.edu/stereo
指導教授 唐之瑋(Chih-Wei Tang) 審核日期 2009-7-20
推文 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聯絡  - 隱私權政策聲明