博碩士論文 101521059 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:106 、訪客IP:13.58.145.198
姓名 顏淯翔(Yu-shiang Yan)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 改良式粒子群方法之影像追蹤系統應用
(Visual Tracking System Based on Improved PSO)
相關論文
★ 小型化 GSM/GPRS 行動通訊模組之研究★ 語者辨識之研究
★ 應用投影法作受擾動奇異系統之強健性分析★ 利用支撐向量機模型改善對立假設特徵函數之語者確認研究
★ 結合高斯混合超級向量與微分核函數之 語者確認研究★ 敏捷移動粒子群最佳化方法
★ 改良式粒子群方法之無失真影像預測編碼應用★ 粒子群演算法應用於語者模型訓練與調適之研究
★ 粒子群演算法之語者確認系統★ 改良式梅爾倒頻譜係數混合多種語音特徵之研究
★ 利用語者特定背景模型之語者確認系統★ 智慧型遠端監控系統
★ 正向系統輸出回授之穩定度分析與控制器設計★ 混合式區間搜索粒子群演算法
★ 基於深度神經網路的手勢辨識研究★ 人體姿勢矯正項鍊配載影像辨識自動校準及手機接收警告系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本論文中,我們提出了一種改良式粒子群演算法,名為單維搜索分工式粒子群演算法(Particle swarm optimization with one dimension multi-modes, ODMPSO),並應用ODMPSO演算法於影像追蹤系統。標準粒子群演算法中每一個體使用相同的移動方程式,而本文所提的方法,能使粒子根據其位置狀態選擇其移動方程式進行位置的更新。在粒子群最佳化初期,透過特殊的單維搜索機制,讓粒子可以更有效的從局部探索開始,逐漸演化,等到集中收斂至一階段後,再使用分群機制,根據其粒子位置分別置入數個子群中,在子群中的粒子根據其對應的四種模式進行速度更新,以求迅速的把其它個體帶往全域最佳解。本文並利用ODMPSO演算法提升影像追蹤系統上的效能,獲取更好的辨識率與更快的迭代速度。由於我們得知在傳統的高斯混合模型背景相減法(Gaussian mixture model background subtraction)裡,所使用的迭代方式是使用期望值最大化演算法(Expectation Maximization , EM),而此方法在進行迭代時,緩慢的收斂速度,往往影響了即時的影像辨識系統之實用性,所以本文採取ODMPSO演算法來提升收斂速度,以防止耗費大量的運算,減少系統的運算的複雜度。從實驗結果證實,所提出的ODMPSO可以得到較佳的平均值(Mean)、標準差(Standard deviation)與辨識率,並且能大幅地提升系統的收斂速度,所以證實所提出的演算法的確能有效地增進影像追蹤系統的實用性。
摘要(英) In this thesis, we propose a modified particle swarm optimization algorithm which is called particle swarm optimization with one dimension multi-modes (ODMPSO). The proposed ODMPSO which is different from standard PSO algorithm is moving functions. In ODMPSO method, the particles can be adaptively searched by their environment. There are five modes in ODMPSO method. Each mode has its own specific optimizations. Finally, these modes makes the particles more easily and quickly find the results. Afterwards, we propose a Gaussian mixture model based on ODMPSO (GMM-ODMPSO) method in a visual tracking system. The GMM-ODMPSO method will accelerate the convergence rate of creating the GMM background model and the system also improves the detection of moving targets. The experimental results show that the proposed GMM background model obtains better recognition rate. As seen in the experiments, the GMM-ODMPSO method is a 48% improvement over the computing time, 88% over the convergence rate, and the recognition rate is almost the same as the traditional GMM background model. In the results, we can see our proposed method is more effective.
關鍵字(中) ★ 粒子群演算法
★ 影像追蹤系統
★ 高斯混合模型背景相減法
關鍵字(英) ★ particle swarm optimization algorithm
★ visual tracking system
★ Gaussian mixture model
論文目次 目錄
摘要 I
Abstract II
第一章 緒論 1
1.1 研究背景及動機 1
1.2 研究貢獻及方式 1
1.3 本論文流程架構 3
第二章 文獻探討 4
2.1 背景回顧 4
2.2 光流法 4
2.3 運動能量法 5
2.4 背景相減法 7
2.5 適應性背景相減法 9
第三章 提出改良式粒子群最佳化方法暨模擬 13
3.1 人工智慧演化最佳化方法 13
3.2 傳統粒子群演算法背景介紹 13
3.3 傳統粒子群演算法架構 14
3.4 傳統粒子群演算法改進方法 16
3.4.1 低差異序列法 16
3.4.2 單維度搜索機制 18
3.4.3建立子群與切換多工搜索模式 22
3.5 模擬實驗結果 27
3.5.1 測試函數10維之結果 31
3.5.2 測試函數30維之結果 36
第四章 實現改良式粒子群演算法於高斯混合模型背景相減法之架構 40
4.1 視覺追蹤系統 40
4.2 高斯混合模型之背景相減法 45
4.2.1 高斯混合模型簡介 46
4.2.2 高斯機率密度函數的初始參數估測 48
4.2.3 像素點的歸類 50
4.3 ODMPSO應用於高斯混合模型 52
4.3.1 ODMPSO應用於高斯混合模型-粒子初始化 52
4.3.2 ODMPSO應用於高斯混合模型-參數設定 54
4.3.3 ODMPSO應用於高斯混合模型-適應函數設定 55
第五章 改良式粒子群演算法於高斯混合模型背景相減法之實驗結果分析 56
5.1 實驗介紹 56
5.2 實驗結果 56
第六章 論文總結與未來發展 63
6.1 論文總結 63
6.2未來發展 64
參考文獻 65
參考文獻 [1] W. Brand, “Morphable 3D models from video,” in Proc. Of the 2001 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Vol. 2, pp. 456-463, 2001.
[2] N. Weng, Y. H. Yang, and R. Pierson, “3D surface reconstruction using optical flow for medical imaging,” in Proc. Of the 1996 IEEE Conference on Nuclear Science Symposium, Vol. 3, pp. 1845-1849, 1996.
[3] J. F. Cohn, A. J. Zlochower, J. J. Lien and T. Kanade, “feature-point tracking by optical flow discriminates subtle differences in facial expression,” in Proc. Of the 3^th international Conference on Automatic Face and Gesture Recognition, pp. 396-401, 1998.
[4] A. J. Lipton, “Local application of optic flow to analyze rigid versus non-rigid motion,” Technical Report, CMU-RI-TR-99-13, Robotics Institute, Carnegie Mellon University, 1999.
[5] J. L. Barron, D. J. Fleet, S. S. Beauchemin and T. A. Burkitt, “Performance of Optical Flow Techniques,” in Proc. of the 1992 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, pp. 236-242, 1992.
[6] W. Hu, T. Tan, L. Wang and S. Maybank, “A survey on visual surveillance of object motion and behaviors,” IEEE Trans on System, Man and Cybernetics, Vol.34,pp. 334-352,2004.
[7] M. Irani, and P. Anandan, “Video Indexing Based on Mosaic Representations,” Proceedings of IEEE, Vol. 86, No. 5, pp. 905-921, May 1998.
[8] Elgammal, R. Duraiswami, D. Harwood, and L. S. Davis, “Background and foreground modeling using nonparametric kernel density estimation for visual surveillance,” Proceedings of IEEE, Vol. 90, No. 7,pp. 1151-1163, July 2002.
[9] J. M. McHugh, J. Konrad, V. Saligrama, P. M. Jodoin, “Foreground-Adaptive Background Subtraction,” IEEE Signal Processing Letters, Vol. 16, No. 5, pp. 390-393, May 2009.
[10] T. M. Chen, R. C. Lou and T. H. Hsiao, “Visual tracking using adaptive color histogram model,” in Proc. of the 25th IEEE Annual Conference on Industrial Electronics Society, Vol. 3,pp. 1336-1341, 1999.
[11] C. Stauffer, W Grimson, “Adaptive Background Mixture Models for Real-time Tracking,” IEEE computer Society conference on computer Vision and Pattern Recognition, Vol. 2, pp. 246-252, 1999.
[12] T. Moeslunda, A. Hiltonb, and V. Krugerc, “A survey of advances in vision-based human motion capture and analysis,” Comput. Vision Image Understanding, Vol. 104, pp. 90–126, Nov. 2006.
[13] A.J. Lipton, C. H. Heartwell, N. Haering, and D. Madden, “Automated video protection, monitoring and detection,” IEEE Aerospace and Electronic Systems Magazine, Vol. 18, pp. 3-18, May 2003.
[14] S. Nadimi and B. Bhanu, “Physical Models for Moving Shadow and Object Detection in Video,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 26, pp. 1079-1087, 2004.
[15] 王俊凱,基於改良式適應性背景相減法與多重影像特徵比對法之多功能即時視覺追蹤系統之設計與實現,成功大學碩士論文,2004。
[16] 賴俊良,移動目標物視覺偵測與追蹤研究,成功大學碩士論文,2006
[17] 鐘承君,統計式背景模型應用於視覺監視之研究,成功大學碩士論文,2008。
[18] J. Kennedy, and R. C. Eberhart. “Particle swarm optimization,”. Proceedings IEEE International Conference on Neural Networks,1995 ,Vol. 4 , pp. 1942 – 1948.
[19] K. Premalatha, A.M. Natarajan. “Hybrid PSO and GA for Global Maximization,”. Int. J. Open Problems Compt. Math., 2009 , Vol. 2 , pp. 597 – 608.
[20] Y. Shi and R.C. Eberhart. “Parameter selection in particle swarm optimization,”. in Proc. 7th Int. Conf. Evol. Program., 1998 , Vol. 1447 , pp. 591 – 600.
[21] F. van den Bergh, A. P.E, “A New Locally Convergent Particle Swarm Optimizer” ngelbrecht Department of Computer Science University of Pretoria Pretoria, South Africa
[22] Riaan Brits, Niching strategies for particle swarm optimization
[23] R. Salomon. “Reevaluating genetic algorithm performance under coordinate rotation of benchmark functions,”. BioSystems, 1996 , pp. 263 – 278.
[24] M. Pant, T. Radha, V.P.Singh. “A new particle swarm optimization with quadratic interpolation,” In Proceedings of IEEE International Conference on Computational Intelligence and Multimedia Applications,2007 , Vol. 1 , pp. 55 – 60.
[25] Y. -L. Zheng, L. -H. Ma, L. -Y. Zhang et al. “Empirical study of particle swarm optimizer with an increasing inertia weight”. in Proc. IEEE Congr. Evol. Comput, 2003 , Vol. 1 , pp. 221 – 226.
[26] K.E. Parsopoulos , M.N. Vrahatis. “UPSO: a unified particle swarm scheme,”. In Lecture series on Computer and Computational Sciences, 2004 , pp. 868 – 873.
[27] R. Mendes, J. Kennedy , J. Neves. “The fully informed particle swarm: simpler, maybe better,” IEEE Transactions on Evolutionary Computation, 2004 , Vol. 8 , pp. 204–210.
[28] J.J. Liang , P.N. Suganthan. “Dynamic multi-swarm particle swarm optimizer,” In Proceedings of IEEE on Swarm Intelligence Symposium, 2005 , pp. 124 – 129.
[29] M. Pant, T. Radha, and V. P. Singh, “A new particle swarm optimization whit quadeatic interpolation,” In Proceedings of IEEE International Conference on Computational Intelligence and Multimedia Applications, 2007, pp. 55 – 60
[30] J. Kennedy, and R.C. Eberhart. “A discrete binary version of the particle swarm algorithm,”. IEEE International Conference on Systems, 1997 , Vol. 5 , pp. 4104 – 4108.
[31] Y. Shi, and R. C. Eberhart. “Fuzzy adaptive particle swarm optimization,”. Proceeding of the 2001 Congress on Evolutionary Computation, 2001 , Vol. 1 , pp. 101 – 106.
[32] 李憲昌,維度經驗重心分享粒子群演算法,中央大學碩士論文,2012。
[33] 李宗勳,改良式粒子群方法之無失真影像預測編碼應用,中央大學碩士論文,2012。
[34] 吳讚展,自調性非線性權重粒子群演算法,中央大學碩士論文,2011。
[35] 陳弘毅,敏捷移動粒子群最佳化方法,中央大學碩士論文,2011。
[36]Y. Shi and R.C. Eberhart, “A modified particle swarm optimizer,”. in Proc. IEEE Int. Conf. Evol. Comput, 1998, pp. 69 – 73.
[37] Y. Shi and R.C. Eberhart . “Empirical study of particle swarm optimization,”. in Proc. IEEE Congr. Evol. Comput, 1999, Vol. 3 , pp. 1945 – 1950.
[38] Y. -L. Zheng, L. -H. Ma, L. -Y. Zhang et al. “On the convergence analysis and parameter selection in particle swarm optimization,”. in Proc. IEEE Int. Conf. Mach. Learning Cybern, 2003 , Vol. 3 , pp. 1802 – 1807.
[39] J.J. Liang , A.K. Qin , P.N Suganthan and S. Baskar. “Comprehensive Learning Particle Swarm Optimizer for Global Optimization of Multimodal Functions,”. IEEE Transactions on Evolutionary Computation, 2006 , Vol. 10 , pp. 281 – 296.
[40] R.Brits, A.P. Engelbrecht, F. van den Bergh, “A niching particle swarm optimizer,” Department of Computer Science, University of Pretoria, Pretoria, South Africa
[41] C. Stauffer and W. E. L. Grimson, “Adaptive background mixture models for real-time tracking” in Proceeding of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition, pp. 246-252, 1999.
[42] Z. Zivkovic and F. van der Heijden, “Recursive unsupervised learning of finite mixture models,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 26, pp. 651-656, 2001.
[43] K. Toyama, J. Krumm, B. Brumitt, and B. Meyers, “Wallflower: principles and practice of background maintenance,” in Proceedings of the IEEE International Conference on Computer Vision. pp. 255 –261, 1999.
指導教授 莊堯棠(Yau-tang Juang) 審核日期 2014-7-4
推文 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聯絡  - 隱私權政策聲明