博碩士論文 985203014 詳細資訊




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

摘要(中) 立體視覺匹配(stereo matching)藉由尋找兩視角影像之對應點,逕而估算視差資訊,但可能因為物件遮蔽、深度不連續,同質區域、光線而造成對應不準,無法獲得準確的視差資訊,雖然近年來已發展許多全域和局部的最佳化方法,改進對應不準的問題,但在物件遮蔽區域的大區塊的對應錯誤仍無法以最佳化方法解決,所以遮蔽區域偵測與視差修正變得相當重要。
因此,本論文提出基於匹配代價之非對稱式立體匹配遮蔽偵測演算法,其中包含三項重點,第一,我們利用適應性支持權重演算法(adaptive support-weight algorithm)計算初始匹配代價,以獲得較為準確的視差資訊,第二,我們以非對稱遮蔽偵測為主架構提出匹配代價之遮蔽偵測,並且結合geometry-based uniqueness constraint使遮蔽偵測能以較少計算時間達到一定的準確率。最後,我們在多階層式信息傳遞演算法以加重訊息傳遞的權重於遮蔽改善。實驗結果顯示,我們所提出的基於匹配代價之非對稱式立體匹配遮蔽偵測,相較於left/right checking failure可達到有較低的false negative rate (FNR),且相較於geometry-based uniqueness constraint可達到有較低的false positive rate (FPR),而結合多階層式可信度傳遞演算法,的確能有效改善遮蔽區域的視差資訊。
摘要(英) Stereo matching uses two images from different viewpoints to find corresponding points to estimate disparity (depth). However, stereo matching may lead to mismatching due to object occlusion, depth discontinuity, homogonous region and light effect. Although many local and global optimization methods have been proposed to solve the mismatching problem, none of them can solve the mismatching error. Thus, occlusion detection and handling of a wide range of errors are important issues in stereo matching.
Therefore, this paper proposes an asymmetric occlusion detection algorithm using matching cost for stereo matching, which includes three main points. First, we use adaptive support-weight algorithm to compute the initial matching cost, which improves the accuracy of disparity map. Secondly, we propose asymmetric occlusion detection using matching cost, and combine the geometry-based uniqueness constraint to reduce computation time and to achieve accurate detection. Finally, we further handle occlusion by increasing the weight of message propagation in hierarchical belief propagation. Our experimental results show that our proposed method obtains lower false positive rate (FPR) than left/right checking failure, and lower false positive rate (FPR) than geometry-based uniqueness constraint. Moreover, we adopt the hierarchical belief propagation algorithm to refine disparities in occluded regions.
關鍵字(中) ★ 適應性支持權重演算法
★ 匹配代價
★ 立體視覺
★ 非對稱遮蔽偵測
★ 信息傳遞
關鍵字(英) ★ adaptive support-weight algorithm
★ geometry-based uniqueness constraint
★ matching cost
★ stereo vision
★ occlusion detection
★ belief propagation
論文目次 摘要 I
Abstract II
目錄 IV
圖目錄 VII
表目錄 IX
第一章 緒論 1
1.1前言 1
1.2研究動機 1
1.3研究方法 2
1.4論文大綱 3
第二章 立體視覺匹配演算法 4
2.1立體視覺簡介 4
2.2立體視覺匹配演算法現況 6
2.2.1匹配代價估算(Matching Cost Computation) 7
2.2.2代價合併(Cost Aggregation) 8
2.2.3視差估算與最佳化(Disparity Computation and Optimization) 9
2.2.4視差改進(Disparity Refinement) 11
2.3以可信度傳遞為基礎之立體視覺匹配 11
2.3.1 視覺學習方法 11
2.3.2以可信度傳遞為基礎之立體視覺匹配(Belief Propagation for Stereo matching ) 13
2.3.2.1訊息初始化(Initial Message Computation) 13
2.3.2.2訊息傳遞更新(Message Updating) 13
2.3.2.3可信度計算(Belief Computation) 14
2.3.3 快速可信度傳遞為基礎之立體視覺匹配(Efficient Belief Propagation for Stereo Matching) 15
2.3.3.1快速訊息傳遞(Fast Message Passing) 15
2.3.3.2訊息雙向傳遞(Bipartite Graph Propagation) 17
2.3.3.3多階層式訊息傳遞(Hierarchical Message Propagation) 18
第三章 立體視覺匹配之遮蔽偵測 20
3.1錯誤對應問題(Mismatching Problem) 20
3.2遮蔽偵測演算法(Occlusion Detection Algorithm)現況 21
3.2.1對稱式遮蔽偵測(Symmetric Occlusion Detection) 22
3.2.2非對稱式遮蔽偵測(Asymmetric Occlusion Detection) 26
3.3改善遮蔽錯誤對應之可信度傳遞之立體視覺匹配演法現 27
況 27
3.4總結 28
第四章 基於匹配代價之非對稱式立體匹配遮蔽偵測 29
4.1 以適應性支持權重演算法初始視差計算(Adaptive Support-weight Initial Disparity Computation) 30
4.1.1 適應性支持權重計算 31
4.1.2 適應性支持權重合併代價 32
4.2 基於匹配代價之非對稱式遮蔽偵測(Asymmetric Occlusion Detection Using Matching Cost for Stereo Matching) 33
4.2.1 匹配代價之遮蔽特徵分析與擷取 34
4.2.2 匹配代價之遮蔽特徵方向選取 49
4.2.3 結合geometry-based uniqueness constraint與匹配代價之遮蔽偵測 56
4.3 多階層式信息傳遞之遮蔽改善(Hierarchical Belief Propagation for Occlusion Handling) 57
4.4 結論 59
第五章 實驗結果與討論 60
5.1測試影像與參數設定 60
5.1.1 測試影像 60
5.1.2 參數設定 62
5.2 遮蔽偵測之效能評估與分析 63
5.3 遮蔽偵測於遮蔽改善之效能評估與分析 66
5.4 總結 73
第六章 結論與未來展望 74
參考文獻 75
Publications 78
參考文獻 [1] M. Tanimoto and M. Wildeboer, “Frameworks for FTV coding,” in Proceedings of Picture Coding Symposium, pp.1– 4, May 2009.
[2] Y. Boykov, O. Veksler, and R. Zabih, “Fast approximate energy minimization via graph cuts,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol.23, No.11, pp.1222–1239, Jan. 2001.
[3] J. Sun, H. Y. Shum, and N. N. Zheng , “Stereo matching using belief propagation,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 25, No.7, pp.787 –800, Nov. 2002.
[4] G. Egnal and R. P. Wildes, “Detecting binocular half-occlusions: empirical comparisons of five approaches,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol.24, No.8, pp.1127 – 1133, Nov. 2002.
[5] K.J. Yoon and I.S. Kweon, “Adaptive support-weight approach for correspondence search,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 28, No.4, pp. 650-656, May 2006.
[6] D. A. Forsyth and J.Ponce, Computer vision: a modern approach, Cambridge University Press, London, England, Aug. 2002.
[7] C. Loop and Z. Zhang, “Computing rectifying homographies for stereo vision,” in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, Vol. 1, pp. 23-25, Jun. 1999
[8] 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.
[9] M. Z. Brown, D. Burschka, and G. D. Hager, “Advances in computational stereo,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 25, No. 8, pp. 993-1008, Aug. 2003
[10] P. F. Felzenszwalb and D. P. Huttenlocher, “Efficient belief propagation for early vision,” in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, Vol. 1,pp.261 - 268, Jul. 2004.
[11] Q. Yang, L. Wang, R. Yang, S. Wang, M. Liao, and D. Nister, “ Real-time global stereo matching using hierarchical belief propagation,” in Proceedings of the British Machine Vision Conference, pp. 989-998, Sept. 2006.
[12]C.-K. Liang, C.-C. Cheng, Y.-C. Lai, L.-G. Chen, and H. H. Chen, “Hardware-efficient belief propagation,” in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, pp. 80–87, Jun. 2009.
[13] W. T. Freeman and E. C. Pasztor, “Learning low-level vision,” in Proceedings of International Conference on Computer Vision, Vol. 2, pp. 1182-1189, Sept. 1999.
[14] Y. Weiss and W. Freeman, “On the optimality of solutions of the max-product belief propagation algorithm in arbitrary graphs,” IEEE Transactions on Information Theory, Vol. 47, No. 2, pp. 732-735, Feb. 2001.
[15] Q.Yang, L.Wang, R.Yang, H.Stewenius, and D.Nister, “Stereo matching with color-weighted correlation, hierarchical belief propagation and occlusion handling,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 31, No. 3, Mar 2009.
[16] K. Nakayama and S. Shimojo, “Da Vinci stereopsis: Depth and subjective occluding contours from unpaired image points,” Vision Research, Vol.30, No.11, pp.1811–1825, 1990.
[17] S. Barnard and M. Fischler, “Computational stereo,” ACM Computing Surveys, Vol. 14, No. 4, pp. 553–572, Dec. 1982.
[18] C. L. Zitnick and T. Kanade, “ A cooperative algorithm for stereo matching and occlusion dtetection,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 22, No. 7, pp.675–684, Jul. 2000.
[19] G. Egnal and R.P. Wildes, “Detecting binocular half-occlusions: empirical comparisons of four approaches,” in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, Vol. 2, pp. 466-473, Aug. 2000.
[20] L. D. Stefano, M. Marchionni, S. Mattoccia, and G. Neri, “Dense stereo based on the uniqueness constraint,” in Proceedings of IEEE International Conference on Pattern Recognition, Vol.3, pp. 657 – 661, Dec. 2002.
[21] F. Boughorbel, “Adaptive filters for depth from stereo and occlusion detection,” in Proceedings of SPIE, Vol. 6803, pp.68030J-1 – 68030J-10, Feb. 2008.
[22] A. S. Ogale and Y. Aloimonos, “Shape and the stereo correspondence problem,” International Journal of Computer Vision, Vol. 65, No. 3, pp. 147-162, Dec. 2005.
[23] S. Ince and J. Konrad, “Geometry-based estimation of occlusions from video frame pairs,” in Proceedings of IEEE International Conference on Acoustics, Speech, and Signal Processing , Vol. 2, pp. 933 – 936, Mar. 2005.
[24] P. M. Jodoin, C. Rosenberger, and M. Mignotte, “Detecting half-occlusion with a fast region-based fusion procedure,” in Proceedings of the British Machine Vision Conference, No.1, pp.417–426, Sept. 2006.
[25] J. Sun, Y. Li, S.B. Kang, and H.-Y. Shum, “Symmetric stereo matching for occlusion handling,” in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, Vol. 2, pp. 399 – 406, Jun. 2005.
[26] D. Min and K. Sohn, “Stereo matching with asymmetric occlusion handling in weighted least square framework,” in Proceedings of IEEE International Conference on Conference on Acoustics, Speech, and Signal Processing, pp.1061– 1064 , Apr. 2008.
[27] D. Min and K. Sohn, “An asymmetric post-processing for correspondence problem,” Signal Processing:Image Communication, Vol. 25, No. 2, pp.130-142, Feb. 2010.
[28] http://vision.middlebury.edu/
[29] Y. Wei and L. Quan, “Asymmetrical occlusion handling using graph cut for multi-view stereo,” in Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, Vol. 2, pp. 902-909, Jun. 2005.
[30] F. K. Yang, An improved stereo matching algorithm using belief propagation for homogeneous regions, MS thesis, National Central University, Jun. 2009.
[31] S. Srivastava , S. H. Lee , N. I. Cho , S.U. Lee, and J. Park, “Stereo matching using adaptive belief propagation along ambiguity gradient,” in Processing of IEEE International Conference on Image Processing, pp.2085-2088, Nov. 2009.
指導教授 唐之瑋(Chih-wei Tang) 審核日期 2011-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聯絡  - 隱私權政策聲明