Responsive image
博碩士論文 etd-1109104-015634 詳細資訊
Title page for etd-1109104-015634
論文名稱
Title
使用自建構式法則及混合式學習之類神經模糊系統建模技術
Neuro-Fuzzy System Modeling with Self-Constructed Rules and Hybrid Learning
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
147
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2004-10-29
繳交日期
Date of Submission
2004-11-09
關鍵字
Keywords
函數模擬、類神經模糊、模糊系統、模糊法則、最小平方估計值、系統建模、混合式學習演算法、模糊聚類、人體物件擷取、類神經網路
neural network, fuzzy rule, fuzzy system, fuzzy clustering, function approximation, human object segmentation, hybrid learning algorithm, least squares estimator, neuro-fuzzy, system modeling
統計
Statistics
本論文已被瀏覽 5851 次,被下載 132
The thesis/dissertation has been browsed 5851 times, has been downloaded 132 times.
中文摘要
神經模糊建模是一種高效率的系統建模方法。它主要是整合了類神經網路及模糊系統這兩種著名的方法,因此,具有學習能力、強健性、仿人類的推論模式、及高度可懂性之優點。目前為止,已經有很多神經模糊建模方法被提出來,然而,仍然存在著許多待解決之問題。

在本論文中,我們針對神經模糊建模中的結構辨識及參數辨識這兩個問題,分別提出了兩種自建構式法則產生方法(基於相似度之法則產生方法與基於相似度及合併之法則產生方法)及一種混合式學習演算法。這兩種自建構式法則產生方法皆是利用在輸入及輸出空間上的相似度測試而逐漸地將輸入-輸出訓練資料聚成數個模糊群,而每個模糊群的歸屬函數則是根據其所包含的資料之平均值及標準差來定義。此外,基於相似度及合併之法則產生方法多了一個合併的機制以動態地合併相似的模糊群。之後,從每一個模糊群擷取出一條零階或一階TSK型式的模糊“若-則”法則,以組成一個初步的模糊法則庫,此法則庫可以直接使用於模糊推論或由下一個參數辨識階段來進一步的最佳化。與其他方法比較起來,我們這兩種自建構式法則產生方法具有幾個優點:可快速產生模糊法則、可產生較為接近資料分佈的歸屬函數、及對於有新增加資料的情況,不需重新產生全部的模糊群。此外,基於相似度及合併之法則產生方法提供了一個較為合理且快速的模糊群合併機制,藉此減輕資料輸入順序所造成的影響,並可避免一般遞增式聚類方法容易產生多餘模糊群的問題。

為了優化由結構辨識階段所產生的初步模糊法則,我們根據這些法則來建立一個零階或一階TSK型式的模糊類神經網路。之後,利用我們所發展的混合式學習演算法來對網路進行學習。此演算法結合了基於SVD(奇異值分解;Singular Value Decomposition)之遞迴式最小平方估計值及陂降法,具有可減輕局部最小值問題、學習快速、需要較少記憶體、可達到較小之近似誤差之優點。

為了驗證我們方法的實用性,我們將其應用於函數近似及分類上。在函數近似方面,我們利用所提出的方法來模擬幾個非線性的函數及實際的系統。在分類方面,我們則是利用所提出的方法來解決人體物件偵測的問題。首先,利用一個模糊聚類方法來將訓練之影像畫面分成數個區段,接者再根據一些判斷標準來將這些區段分類成初步的前景或背景。然後,利用我們的混合式學習演算法來訓練一個模糊類神經網路,用以擷取訓練影像畫面及其他影像畫面之人體物件。實驗結果顯示,我們的方法可以改善人體物件擷取的準確度,甚至對於在影像中移動不甚明顯的人體物件,依然能夠有較好的擷取結果。
Abstract
Neuro-fuzzy modeling is an efficient computing paradigm for system modeling problems. It mainly integrates two well-known approaches, neural networks and fuzzy systems, and therefore possesses advantages of them, i.e., learning capability, robustness, human-like reasoning, and high understandability. Up to now, many approaches have been proposed for neuro-fuzzy modeling. However, it still exists many problems need to be solved.

We propose in this thesis two self-constructing rule generation methods, i.e., similarity-based rule generation (SRG) and similarity-and-merge-based rule generation (SMRG), and one hybrid learning algorithm (HLA) for structure identification and parameter identification, respectively, of neuro-fuzzy modeling. SRG and SMRG group the input-output training data into a set of fuzzy clusters incrementally based on similarity tests on the input and output spaces. Membership functions associated with each cluster are defined according to statistical means and deviations of the data points included in the cluster. Additionally, SMRG employs a merging mechanism to merge similar clusters dynamically. Then a zero-order or first-order TSK-type fuzzy IF-THEN rule is extracted from each cluster to form an initial fuzzy rule-base which can be directly employed for fuzzy reasoning or be further refined in the next phase of parameter identification. Compared with other methods, both our SRG and SMRG have advantages of generating fuzzy rules quickly, matching membership functions closely with the real distribution of the training data points, and avoiding the generation of the whole set of clusters from the scratch when new training data are considered. Besides, SMRG supports a more reasonable and quick mechanism for cluster merging to alleviate the problems of data-input-order bias and redundant clusters, which are encountered in SRG and other incremental clustering approaches.

To refine the fuzzy rules obtained in the structure identification phase, a zero-order or first-order TSK-type fuzzy neural network is constructed accordingly in the parameter identification phase. Then, we develop a HLA composed by a recursive SVD-based least squares estimator and the gradient descent method to train the network. Our HLA has the advantage of alleviating the local minimal problem. Besides, it learns faster, consumes less memory, and produces lower approximation errors than other methods.

To verify the practicability of our approaches, we apply them to the applications of function approximation and classification. For function approximation, we apply our approaches to model several nonlinear functions and real cases from measured input-output datasets. For classification, our approaches are applied to a problem of human object segmentation. A fuzzy self-clustering algorithm is used to divide the base frame of a video stream into a set of segments which are then categorized as foreground or background based on a combination of multiple criteria. Then, human objects in the base frame and the remaining frames of the video stream are precisely located by a fuzzy neural network which is constructed with the fuzzy rules previously obtained and is trained by our proposed HLA. Experimental results show that our approaches can improve the accuracy of human object identification in video streams and work well even when the human object presents no significant motion in an image sequence.
目次 Table of Contents
Title Page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i
List of Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . III
List of Figures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . IV
1 Introduction 1
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Neural Networks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2.1 Network Architectures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2.2 Learning Algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.2.3 Backpropagation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.3 Fuzzy Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
1.3.1 Fuzzy Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.3.2 Fuzzy IF-THEN Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
1.3.3 Fuzzy Reasoning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
1.3.4 Fuzzy Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
1.4 Neuro-Fuzzy Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
1.4.1 Types of Neuro-Fuzzy Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
1.4.2 Literature Survey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
1.5 Human Object Segmentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
1.5.1 Video Object Segmentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
1.5.2 Human Object Segmentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
1.5.3 Literature Survey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
1.6 Organization of This Thesis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
2 Self-Constructing Rule Generation Methods for Structure Identification 34
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
2.2 Similarity-Based Rule Generation (SRG) . . . . . . . . . . . . . . . . . . . . . . . . . . 36
2.3 Similarity-and-Merge-Based Rule Generation (SMRG) . . . . . . . . . . . . . . . . . . 40
2.3.1 Data Partitioning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
2.3.2 ClusterMerge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
2.4 Fuzzy Rule Extraction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
2.5 Conclusion and Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
3 Hybrid Learning Algorithm for Parameter Identification 53
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
3.2 Zero-Order TSK-Type Fuzzy Neural Networks . . . . . . . . . . . . . . . . . . . . . . 55
3.3 Hybrid Learning Algorithm (HLA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
3.3.1 Recursive SVD-Based Least Squares Estimator . . . . . . . . . . . . . . . . . . 57
3.3.2 Gradient DescentMethod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
3.4 First-Order TSK-Type Fuzzy Neural Networks . . . . . . . . . . . . . . . . . . . . . . 66
3.5 Conclusion and Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
4 Performance and Comparison with Experiments 72
4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
4.2 Examples of Function Approximation with Our Systems . . . . . . . . . . . . . . . . . 76
4.2.1 Example 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
4.2.2 Example 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
4.3 Comparison on Structure Identification . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
4.3.1 Experiment 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
4.3.2 Experiment 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
4.3.3 Experiment 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
4.4 Comparison on Parameter Identification . . . . . . . . . . . . . . . . . . . . . . . . . . 90
4.5 Comparison on SystemLevel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
5 Segmentation of Human Objects in Video Streams 94
5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
5.2 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
5.3 Segment Labeling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
5.4 Face and Body Detection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
5.4.1 Face Detection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
5.4.2 Body Detection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
5.5 Human Object Refinement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
5.5.1 Neural Network Construction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
5.5.2 Hybrid Learning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
5.5.3 Final Human Object . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114
5.6 Experimental Results and Comparison . . . . . . . . . . . . . . . . . . . . . . . . . . . 116
5.7 Conclusion and Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
6 Conclusion and Future Work 128
6.1 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128
6.2 FutureWork . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
Bibliography 133
參考文獻 References
[1] A. M. Alattar and S. A. Rajala, “Facial features localization in front view head and shoulders images,” in Proceedings of IEEE International Conference on Acoustic, Speech, and Signal Processing, (Phoenix, AZ, USA), pp. 3557–3560, March 1999.
[2] O. Avaro and P. Salembier, “MPEG-7 systems: overview,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 11, no. 6, pp. 760–764, 2001.
[3] M. F. Azeem, M. Hanmandlu, and N. Ahmad, “Structure identification of generalized adaptive neuro-fuzzy inference systems,” IEEE Transactions on Fuzzy Systems, vol. 11, no. 5, pp. 666–681, 2003.
[4] M. G. Bello, “Enhanced training algorithms, and integrated training/ architecture selection for multilayer perceptron networks,” IEEE Transactions on Neural Networks, vol. 3, no. 6, pp. 864–875, 1992.
[5] M. W. Berry, Multiprocessor Sparse SVD Algorithms and Applications. PhD thesis, The University of Illinois at Urbana-Champaign, Urbana, IL, USA, October 1990.
[6] M.W. Berry, “Large-scale sparse singular value computations,” The International Journal of Supercomputer Applications, vol. 6, no. 1, pp. 13–49, 1992.
[7] M. Berry and A. Sameh, “Multiprocessor Jacobi schemes for dense symmetric eigenvalue and singular value decompositions,” in Proceedings of the Fifteen International Conference on Parallel Processing, (St. Charles, Italy), pp. 433–440, August 1986.
[8] M. Berry and A. Sameh, “An overview of parallel algorithms for the singular value and dense symmetric eigenvalue problems,” Journal of Computational and Applied Mathematics, vol. 27, pp. 191– 213, 1989.
[9] J. C. Bezdek, Pattern Recognition with Fuzzy Objective Function Algorithms. New York, NY, USA: Plenum Press, 1981.
[10] A. Bjorck, Numerical Methods for Least Squares Problems. Philadelphia, PA, USA: Society for Industrial and Applied Mathematics, 1996.
[11] ?A. Bj‥orck, T. Elfving, and Z. Strakos, “Stability of conjugate gradient and Lanczos methods for linear least squares problems,” SIAM Journal on Matrix Analysis and Applications, vol. 19, no. 3, pp. 720–736, 1998.
[12] C. L. Blake and C. J. Merz, UCI Repository of machine learning database [http://www.ics.uci.edu/?mlearn/MLRepository.html]. Irvine, CA, USA: University of California, Department of Information and Computer Science.
[13] G. E. P. Box and G. M. Jenkins, Time Series Analysis: Forecasting and Control. San Francisco, CA, USA: Holden-Day, 1976.
[14] N. Brady, “MPEG-4 standardized methods for the compression of arbitrarily shaped video objects,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 9, no. 8, pp. 1170–1189, 1999.
[15] C. Bregler, “Learning and recognizing human dynamics in video sequences,” in Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition, (San Juan, Puerto Rico), pp. 568–574, June 1997.
[16] J. J. Buckley, “Sugeno type controllers are universal controllers,” Fuzzy Sets and Systems, vol. 53, no. 3, pp. 299–303, 1993.
[17] R. L. Burden and J. D. Faires, Numerical Analysis. Pacific Grove, CA, USA: Brooks/Cole, 2001.
[18] D. Chai and K. N. Ngan, “Automatic face location for videophone images,”in Proceedings of IEEE TENCON. Digital Signal Processing Applications, (Perth, Western Australia), pp. 137–140, November 1996.
[19] D. Chai and K. N. Ngan, “Face segmentation using skin-color map in videophone applications,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 9, no. 4, pp. 551–564, 1999.
[20] L. Chiariglione, “MPEG and multimedia communications,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 7, no. 1, pp. 5–
18, 1997.
[21] S.-Y. Cho and T. W. S. Chow, “Training multilayer neural networks using fast global learning algorithm – least-squares and penalized optimization methods,” Neurocomputing, vol. 25, no. 1-3, pp. 115–131, 1999.
[22] M. Delgado, A. F. Gomez-Skarmeta and F. Martin, “A fuzzy clusteringbased rapid prototyping for fuzzy rule-based modeling,” IEEE Transactions on Fuzzy Systems, vol. 5, no. 2, pp. 223–233, 1997.
[23] N. Doulamis, A. Doulamis, and S. Kollias, “Improving the performance of MPEG compatible encoding at low bit rates using adaptive neural networks,” Real-Time Imaging, vol. 6, no. 5, pp. 327–345, 2000.
[24] D. Fogel, Evolutionary Computation: The Fossil Record. New York, NY, USA: IEEE Press, 1998.
[25] K. Funahashi, “On the approximate realization of continuous mappings by neural networks,” Neural Networks, vol. 2, no. 3, pp. 183–192, 1989.
[26] D. M. Gavrila, “The visual analysis of human movement: a survey,” Computer Vision and Image Understanding, vol. 73, no. 1, pp. 82–98, 1999.
[27] G. H. Golub and W. Kahan, “Calculating the singular values and pseudoinverse of a matrix,” SIAM Journal on Numerical Analysis, vol. 2, no. 2, pp. 205–224, 1965.
[28] G. H. Golub and C. Reinsch, “Singular value decomposition and least squares solutions,” Numerische Mathematik, vol. 14, pp. 403–420, 1970.
[29] G. H. Golub and C. F. Van Loan, Matrix Computations. Baltimore, MD, USA: The Johns Hopkins University Press, 1996.
[30] J. B. Gomm and D. L. Yu, “Selecting radial basis function network centers with recursive orthogonal least squares training,” IEEE Transactions on Neural Networks, vol. 11, no. 2, pp. 306–314, 2000.
[31] J. Gonzalez, I. Rojas, H. Pomares, J. Ortega, and A. Prieto, “A new clustering technique for function approximation,” IEEE Transactions on Neural Networks, vol. 13, no. 1, pp. 132–142, 2002.
[32] M. Gori and A. Tesi, “Some examples of local minima during learning with back-propagation,” in Proceedings of Parallel Architectures and Neural Networks: Third Italian Workshop, Vietri sul Mare, Italy, pp. 87–94, May 1990.
[33] M. Gori and A. Tesi, “On the problem of local minima in backpropagation,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 14, no. 1, pp. 76–86, 1992.
[34] V. Govindaraju, D. B. Sher, R. K. Srihari, and S. N. Srihari, “Locating human faces in newspaper photographs,” in Proceedings of IEEE Computer Society Conference on Computer Vision and Pattern Recognition, (San Diego, CA, USA), pp. 549–554, June 1989.
[35] V. Govindaraju, S. N. Srihari, and D. B. Sher, “A computational model for face location,” in Proceedings of the Third International Conference on Computer Vision, (Osaka, Japan), pp. 718–721, December 1990.
[36] C. Gu and M. C. Lee, “Semiautomatic segmentation and tracking of semantic video objects,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 8, no. 5, pp. 572–584, 1998.
[37] M. M. Gupta, R. K. Ragade, and R. R. Yager Advances in Fuzzy Set Theroy and Applications. New York, NY, USA: North-Holland, 1979.
[38] M. T. Hagan, H. B. Demuth, and M. Beale, Neural Network Design. Boston, MA, USA: PWS, 1996.
[39] R. M. Haralick and L. G. Shapiro, Computer and Robot Vision. Reading, MA, USA: Addison-Wesley, 1992.
[40] S. Haykin, Neural Networks – A Comprehensive Foundation. Upper Saddle River, NJ, USA: Prentice-Hall, 1999.
[41] M. R. Hestenes, “Inversion of matrices by biorthogonalization and related results,” Journal of the Society for Industrial and Applied Mathematics, vol. 6, no.1, pp. 51–90, 1958.
[42] M. W. Hirsch, S. Smale, and R. L. Devaney, Differential Equations, Dynamical Systems, and An Introduction to Chaos. Boston, MA, USA: Academic Press, 2003.
[43] M. Hornik, K. Stinchcombe and H. White, “Multilayer feedforward networks are universal approximators,” Neural Networks, vol. 2, no. 5, pp. 359–366, 1989.
[44] J.-S. R. Jang, “ANFIS: adaptive-network-based fuzzy inference system,” IEEE Transactions on Systems, Man and Cybernetics, vol. 23, no. 3, pp. 665–685, 1993.
[45] J.-S. R. Jang and C.-T. Sun, “Neuro-fuzzy modeling and control,” Proceedings of the IEEE, vol. 83, no. 3, pp. 378–406, 1995.
[46] J.-S. R. Jang, C.-T. Sun, and E. Mizutani, Neuro-Fuzzy and Soft Computing. Upper Saddle River, NJ, USA: Prentice Hall, 1997.
[47] Y. Jin, “Fuzzy modeling of high-dimensional systems: complexity reduction and interpretability improvement,” IEEE Transactions on Fuzzy Systems, vol. 8, no. 2, pp. 212–221, 2000.
[48] C.-F. Juang, “A TSK-type recurrent fuzzy network for dynamic systems processing by neural network and genetic algorithms,” IEEE Transactions on Fuzzy Systems, vol. 10, no. 2, pp. 155–170, 2002.
[49] C.-F. Juang and C.-T. Lin, “An on-line self-constructing neural fuzzy inference network and its applications,” IEEE Transactions on Fuzzy Systems, vol. 6, no. 1, pp. 12–32, 1998.
[50] C.-F. Juang and C.-T. Lin, “A recurrent self-organizing neural fuzzy inference network,” IEEE Transactions on Neural Networks, vol. 10, no. 4, pp. 828–845, 1999.
[51] A. Kandel, Fuzzy Expert Systems. Boca Raton, FL, USA: CRC Press, 1992.
[52] N. K. Kasabov and Q. Song, “DENFIS: dynamic evolving neural-fuzzy inference system and its application for time-series prediction,” IEEE Transactions on Fuzzy Systems, vol. 10, no. 2, pp. 144–154, 2002.
[53] A. Kaup, “Object-based texture coding of moving video in MPEG-4,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 9, no. 1, pp. 5–15, 1999.
[54] U. Kaymak and R. Babuˇska, “Compatible cluster merging for fuzzy modelling,” in Proceedings of IEEE International Conference on Fuzzy Systems, (Yokohama, Japan), pp. 897–904, March 1995.
[55] V. Kecman, Learning and Soft Computing: Support Vector Machines, Neural Networks, and Fuzzy Logic Models. Cambridge, MA, USA: MIT Press, 2001.
[56] M. Kim, J. G. Choi, D. Kim, H. Lee, M. O. Lee, C. Ahn, and Y. S. Ho, “A VOP generation tool: automatic segmentation of moving objects in image sequences based on spatio-temporal information,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 9, no. 8, pp. 1216–1226, 1999.
[57] S. H. Kim and H.G. Kim, “Face detection using multi-modal information,” in Proceeding of IEEE International Conference on Automatic Face and Gesture Recognition, (Grenoble, France), pp. 14–19, March 2000.
[58] S. H. Kim, N. K. Kim, S. C. Ahn, and H. G. Kim, “Object oriented face detection using range and color information,” in Proceedings of IEEE International Conference on Automatic Face and Gesture Recognition, (Nara, Japan), pp. 76–81, April 1998.
[59] G. J. Klir and B. Yuan Fuzzy Sets and Fuzzy Logic: Theory and Applications. Upper Saddle River, NJ, USA: Prentice Hall, 1995.
[60] R. Koenen, “MPEG-4 multimedia for our time,” IEEE Spectrum, vol. 36, no. 2, pp. 26–33, 1999.
[61] I. Kompatsiaris and M. G. Strintzis, “Spatiotemporal segmentation and tracking of objects for visualization of videoconference image sequences,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 10, no. 8, pp. 1388 – 1402, 2000.
[62] B. Kosko, Neural Networks and Fuzzy Systems. Upper Saddle River, NJ, USA: Prentice Hall, 1992.
[63] B. Kosko, “Fuzzy systems as universal approximators,” IEEE Transactions on Computers, vol. 43, no. 11, pp. 1329–1333, 1994.
[64] D. Kukolj and E. Levi,“Identification of complex systems based on neural and Takagi-Sugeno fuzzy model,” IEEE Transactions on Systems, Man and Cybernetics, Part B, vol. 34, no. 1, pp. 272–282, 2004.
[65] C. M. Kuo, C. H. Hsieh, and Y. R. Huang, “A new temporal-spatial image sequence segmentation for object-oriented video coding,” in Proceedings of IEEE Asia Pacific Conference on Multimedia Technology and Applications, (Kaohsiung, Taiwan, ROC), pp. 117–127, December 2000.
[66] S.-J. Lee and C.-S. Ouyang, “A neuro-fuzzy system modeling with selfconstructing rule generation and hybrid SVD-based learning,” IEEE Transactions on Fuzzy Systems, vol. 11, no. 3, pp. 341–353, 2003.
[67] S.-J. Lee, C.-S. Ouyang, and S.-H. Du, “A neuro-fuzzy approach for segmentation of human objects in image sequences,” IEEE Transactions on Systems, Man and Cybernetics, Part B, vol. 33, no. 3, pp. 420–437, 2003.
[68] C.-H. Lee and C.-C. Teng, “Identification and control of dynamic systems using recurrent fuzzy neural networks,” IEEE Transactions on Fuzzy Systems, vol. 8, no. 4, pp. 349–366, 2000.
[69] Y. Lin, G. A. Cunningham III, and S. V. Coggeshall, “Using fuzzy partitions to create fuzzy systems from input-output data and set the initial weights in a fuzzy neural network,” IEEE Transactions on Fuzzy Systems, vol. 5, no. 4, pp. 614–621, 1997.
[70] C.-T. Lin and C. S. G. Lee, Neural fuzzy systems: a neuro-fuzzy synergism to intelligent systems. Upper Saddle River, NJ, USA: Prentice Hall, 1996.
[71] E. H. Mamdani and S. Assilian, “An experiment in linguistic synthesis with a fuzzy logic controller,” International Journal of Man-Machine Studies, vol. 7, no. 1, pp. 1–13, 1975.
[72] P. A. Mastorocostas and J. B. Theocharis, “A recurrent fuzzy-neural model for dynamic system identification,” IEEE Transactions on Systems, Man and Cybernetics, Part B, vol. 32, no. 2, pp. 176–190, 2002.
[73] S. J. Mckenna, S. Jabri, Z. Duric, and H. Wechsler, “Tracking interactive people,” in Proceedings of International Conference on Automatic Face and Gesture Recognition, (Grenoble, France), pp. 348–353, March 2000.
[74] A. D. R. McQuarrie and C.-L. Tsai, Regression and Time Series Model Selection. River Edge, NJ, USA: World Scientific, 1998.
[75] T. Meier and K. N. Ngan, “Automatic segmentation of moving objects for video object plane generation,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 8, no. 5, pp. 525–538, 1998.
[76] T. Meier and K. N. Ngan, “Video segmentation for content-based coding,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 9, no. 8, pp. 1190–1203, 1999.
[77] R. Meir and V. E. Maiorov, “On the optimality of neural-network approximation using incremental algorithms,” IEEE Transactions on Neural Networks, vol. 11, no. 2, pp. 323–337, 2000.
[78] J. Meng and Z. Sun, “Application of combined neural networks in nonlinear function approximation,” in Proceedings of the Third World Congress on Intelligent Control and Automation, (Hefei, China), pp. 839–841, June
2000.
[79] T. M. Mitchell, Machine Learning. New York, NY, USA: McGraw-Hill, 1997.
[80] T. B. Moeslund and E. Granum, “A survey of computer vision-based human motion capture,” Computer Vision and Image Understanding, vol. 81, no. 3, pp. 231–268, 2001.
[81] F. Moscheni, S. Bhattacharjee, and M. Kunt, “Spatio-temporal segmentation based on region merging,” IEEE Transaction on Pattern Analysis and Machine Intelligence, vol. 20, no. 9, pp. 897–915, 1998.
[82] G. C. Mouzouris and J. M. Mendel, “Dynamic non-singleton fuzzy logic systems for nonlinear modeling,” IEEE Transactions on Fuzzy Systems, vol. 5, no. 2, pp. 199–208, 1997.
[83] MPEG Requirement Group, “MPEG-7: context and objectives,” in Proceedings of MPEG Atlantic City Meeting, Doc. ISO/MPEC 2460, (NJ, USA), October 1998.
[84] D. Nauch, F. Klawonn, and R. Kruse Foundations of Neuro-Fuzzy Systems. New York, NY, USA: John Wiley & Sons, 1997.
[85] R. E. Neapolitan, Probabilistic Reasoning in Expert Systems: Theory and Algorithms. New York, NY, USA: John Wiley & Sons, 1990.
[86] H. Nomura, I. Hayashi, and N. Wakami, “A learning method of fuzzy inference rules by descent method,” in Proceedings of IEEE International Conference on Fuzzy Systems, (San Diego, CA, USA), pp. 203–210, March
1992.
[87] C. C. Paige, “Bidiagonalization of matrices and solution of linear equations,” SIAM Journal on Numerical Analysis, vol. 11, pp. 197–209, 1974.
[88] C. C. Paige and M. A. Saunders, “LSQR: an algorithm for sparse linear equations and sparse least squares,” ACM Transactions on Mathematical Software, vol. 8, no. 1, pp. 43–71, 1982.
[89] B. N. Parlett and D. S. Scott, “The Lanczos algorithm with selective orthogonalization,” Mathematics of Computation, vol. 33, no. 145, pp. 217–238, 1979.
[90] D. W. Patterson, Introduction to Artificial Intelligence and Expert Systems. Englewood Cliffs, NJ, USA: Prentice Hall, 1990.
[91] W. Pedrycz, Fuzzy Control and Fuzzy Systems. New York, NY, USA: John Wiley & Sons, 1989.
[92] W. Pedrycz and H. C. Card, “Linguistic interpretation of self-organizing maps,” in Proceedings of IEEE International Conference on Fuzzy Systems, (San Diego, CA, USA), pp. 371–378, March 1992.
[93] T. Poggio and F. Girosi, “Networks for approximation and learning,” Proceedings of the IEEE, vol. 78, no. 9, pp. 1481–1497, 1990.
[94] J. A. Rice, Mathematical Statistics and Data Analysis. Belmont, CA, USA: Duxbury Press, 1995.
[95] I. Rojas, H. Pomares, J. Ortega, and A. Prieto, “Self-organized fuzzy system generation from training examples,” IEEE Transactions on Fuzzy Systems, vol. 8, no. 1, pp. 23–36, 2000.
[96] H. Roubos and M. Setnes, “Compact and transparent fuzzy models and classifiers through iterative complexity reduction,” IEEE Transactions on Fuzzy Systems, vol. 9, no. 4, pp. 516–524, 2001.
[97] N. S. Rubanov, “The layer-wise method and the backpropagation hybrid approach to learning a feedforward neural network,” IEEE Transactions on Neural Networks, vol. 11, no. 2, pp. 295–305, 2000.
[98] D. E. Rumehart and J. L. McClelland, Parallel Distributed Processing (Two Volumes). Cambridge, MA, USA: MIT Press, 1986.
[99] H. Rutishauser, “Simultaneous iteration method for symmetric matrices,” Numerische Mathematik, vol. 16, pp. 205–223, 1970.
[100] A. H. Sameh and J. A. Wisniewski, “A trace minimization algorithm for the generalized eigenvalue problem,” SIAM Journal on Numerical Analysis, vol. 19, no. 6, pp. 1243–1259, 1982.
[101] D. Saxe and R. Foulds, “Toward robust skin identification in video images,” in Proceedings of International Conference on Automatic Face and Gesture Recognition, (Killington, VT, USA), pp. 379–384, October 1996.
[102] M. Setnes, R. Babuˇska, U. Kaymak, and H. R. v. N. Lemke, “Similarity measures in fuzzy rules base simplification,” IEEE Transactions on Systems, Man and Cybernetics, Part B, vol. 28, no. 3, pp. 376–386, 1998.
[103] H. D. Simon, “Analysis of the symmetric Lanczos algorithm with reorthogonalization methods,” Linear Algebra and its Applications, vol. 61, pp. 101–131, 1984.
[104] S.-K. Sin and R. J. P. deFigueiredo, “Fuzzy system design through fuzzy clustering and optimal predefuzzification,” in Proceedings of IEEE International Conference on Fuzzy Systems, (San Francisco, CA), pp. 190–195, April 1993.
[105] k. Sobottka and I. Pitas, “Face localization and facial feature extraction based on shape and color information,” in Proceedings of IEEE International Conference on Image Processing, (Lausanne, Switzerland), pp. 483–486, September 1996.
[106] J. Stauder, R. Mech, and J. Ostermann, “Detection of moving cast shadows for object segmentation,” IEEE Transaction on Multimedia, vol. 1, no. 1, pp. 65–76, 1999.
[107] T. Sudkamp, A. Knapp, and J. Knapp, “Model generation by domain refinement and rule reduction ,” IEEE Transactions on Systems, Man, and Cybernetics, Part B, vol. 33, no. 1, pp. 45–55, 2003.
[108] M. Sugeno and G. T. Kang, “Structure identification of fuzzy model,” Fuzzy Sets and Systems, vol. 28, no. 1, pp. 15–33, 1988.
[109] M. Sugeno and T. Yasukawa, “A fuzzy-logic-based approach to qualitative modeling,” IEEE Transactions on Fuzzy Systems, vol. 1, no. 1, pp. 7–31, 1993.
[110] T. Takagi and M. Sugeno, “Fuzzy identification of systems and its application to modeling and control,” IEEE Transactions on Systems, Man and Cybernetics, vol. 15, no. 1, pp. 116–132, 1985.
[111] R. Thawonmas and S. Abe, “A novel approach to feature selection based on analysis of class regions,” IEEE Transactions on Systems, Man and Cybernetics, Part B, vol. 27, no. 2, pp. 196–207, 1997.
[112] R. Thawonmas and S. Abe, “Function approximation based on fuzzy rules extracted from partitioned numerical data,” IEEE Transactions on Systems, Man, and Cybernetics, Part B, vol. 29, no. 4, pp. 525–534, 1999.
[113] The MathWorks, Inc., Using MATLAB. Natick, MA, USA: The Math-Works, Inc., 1999.
[114] J. B. Theocharis and G. Vachtsevanos, “Recursive learning algorithms for training fuzzy recurrent models,” International Journal on Intelligence Systems, vol. 11, no. 12, pp. 1059–1098, 1996.
[115] L.-X. Wang, “Fuzzy systems are universal approximations,” in Proceedings of IEEE International Conference on Fuzzy Systems, (San Diego, CA, USA), pp. 1163–1170, March 1992.
[116] L.-X. Wang, “Training of fuzzy logic systems using nearest neighborhood clustering,” in Proceedings of IEEE International Conference on Fuzzy Systems, (San Francisco, CA), pp. 13–17, April 1993.
[117] H. Wang and S.-F. Chang, “A highly efficient system for automatic face region detection in MPEG video,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 7, no. 4, pp. 615–628, 1997.
[118] J. S. Wang and C. S. G. Lee, “Structure and learning in self-adaptive neural fuzzy inference systems,” International Journal on Fuzzy Systems, vol. 2 no. 1, pp. 12–22, 2000.
[119] J. S. Wang and C. S. G. Lee, “Self-adaptive neuro-fuzzy inference systems for classification applications,” IEEE Transactions on Fuzzy Systems, vol. 10 no. 6, pp. 790–802, 2002.
[120] J. A.Wisniewski, On solving the large sparse generalized eigenvalue problem. PhD thesis, The University of Illinois at Urbana-Champaign, Urbana, IL, USA, February 1981.
[121] C. S. Won, “A block-based MAP segmentation for image compressions,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 8, no. 5, pp. 592–601, 1998.
[122] C.-C. Wong and C.-C. Chen, “A hybrid clustering and gradient descent approach for fuzzy modeling,” IEEE Transactions on Systems, Man and Cybernetics, Part B, vol. 29, no. 6, pp. 686–693, 1999.
[123] C. R. Wren, A. Azarbayejani, T. Darrell, and A. P. Pentland, “Pfinder: Real-time tracking of the human body,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 19, no. 7, pp. 780–785, 1997.
[124] S. Wu and M. J. Er, “Dynamic fuzzy neural networks-a novel approachto function approximation,” IEEE Transactions on Systems, Man and Cybernetics, Part B, vol. 30, no. 2, pp. 358–364, 2000.
[125] S. Wu, M. J. Er, and Y. Gao, “A fast approach for automatic generation of fuzzy rules by generalized dynamic fuzzy neural networks,” IEEE Transactions on Fuzzy Systems, vol. 9, no. 4, pp. 578–594, 2001.
[126] R. R. Yager and D. P. Filev, “Approximate clustering via the mountain method,” IEEE Transactions on Systems, Man, and Cybernetics, Part B, vol. 24, no. 8, pp. 1279–1284, 1994.
[127] J. Yen and R. Langari, Fuzzy Logic – Intelligence, Control, and Information. Upper Saddle River, NJ, USA: Prentice Hall, 1999.
[128] J. Yen, L. Wang, and C. W. Gillepie, “Improving the interpretability of TSK fuzzy models by combining global learning and local learning,” IEEE Transactions on Fuzzy Systems, vol. 6, no. 4, pp. 530–537, 1998.
[129] L. A. Zadeh, “Fuzzy sets,” Information and Control, vol. 8, pp. 338–353, 1965.
[130] J. Zhang and A. J. Morris, “Recurrent neuro-fuzzy networks for nonlinear process modeling,” IEEE Transactions on Neural Networks, vol. 10, no. 2, pp. 313–326, 1999.
[131] D. Zhong and S. F. Chang, “An integrated approach for content-based video object segmentation and retrieval,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 9, no. 8, pp. 1259–1268, 1999.
[132] M. Zobel, A. Gebhard, D. Paulus, J. Denzler, and H. Niemann, “Robust facial feature localization by coupled features,” in Proceedings of IEEE International Conference on Automatic Face and Gesture Recognition, (Grenoble, France), pp. 2–7, March 2000.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內公開,校外永不公開 restricted
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus:永不公開 not available

您的 IP(校外) 位址是 3.145.23.123
論文開放下載的時間是 校外不公開

Your IP address is 3.145.23.123
This thesis will be available to you on Indicate off-campus access is not available.

紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code