簡易檢索 / 詳目顯示

研究生: 王基鎮
Wang, Chi-Chen
論文名稱: 自動化車輛偵測基於 PCA+ICA 的統計逼近法和基於 HOG 的串聯式Boosting逼近法
Automatic Vehicle Detection Using PCA+ICA-Based Statistical Approach and HOG-Based Cascaded Boosting Approach
指導教授: 連震杰
Lien, Jenn-Jier James
學位類別: 博士
Doctor
系所名稱: 電機資訊學院 - 資訊工程學系
Department of Computer Science and Information Engineering
論文出版年: 2009
畢業學年度: 97
語文別: 英文
論文頁數: 127
中文關鍵詞: 主成份分析自動化車輛偵測獨立成份分析串聯式 Boosting 逼近法梯度角度統計圖
外文關鍵詞: Principal component analysis, Automatic Vehicle detection, Independent component analysis, Cascaded Boosting approach, Histograms of oriented gradients.
相關次數: 點閱:109下載:1
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 本論文發展兩個新穎的在影像中自動化車輛偵測方法。我們主要是在發展強大的特徵擷取演算法 (描述車輛影像的區域特徵,像是高維度的特徵向量),與機器學習方法 (學習一個小量且具有特色與鑑別力的特徵向量的集合),這可以提供高正確率的車輛偵測。
    第一個方法是基於主成份分析 (principal component analysis,PCA) 加上獨立成份分析 (independent component analysis,ICA) 統計逼近法,這方法是基於三個在車輛影像上有意義的子區域的區域特徵分別投影到相對應的特徵空間與獨立基底空間去分別產生 PCA 的權重向量與 ICA 的係數向量。利用 PCA 來模組化在特徵空間的低頻成份與 ICA 來模組化剩餘空間的高頻成份可以改善在偵測處理的容忍度,這有助於容忍車輛的光線變化與角度姿勢的變異程度。為了學習具有特色與鑑別力的 PCA+ICA 特徵向量,利用一個有權重的高斯混和模型 (它的參數和權重是藉由期望值最大化 (Expectation-Maximization, EM) 演算法來反覆估算) 來模組化所有訓練車輛影像子區域的PCA 權重向量與 ICA 係數向量。然後基於計算子區域有位置資訊的 PCA 權重向量與 ICA 係數向量的結合機率來執行一個可能性估算處理流程 (likelihood evaluation process)來偵測在影像中的車輛。
    第二個方法是基於梯度角度統計圖 (histograms of oriented gradients, HOG)的串聯式Boosting 逼近法(它是自動地學習在車輛上足夠且有意義的區域特徵資訊來偵測在影像上的車輛)。為了克服車輛幾何和旋轉變異程度的影響,這方法自動地為每一個區塊性特徵指定一個或多個主要的角度,然後藉由使用矩形與環形種類的梯度角度統計圖 (對於各種光線與雜訊不敏感尤其是在戶外環境) 來編碼成 HOG 特徵向量。為了實現可靠的偵測結果,一個具有強大能力的特徵學習演算法,AdaBoost,被執行去自動地學習一個小量且具有鑑別力的 HOG 特徵向量 (具有角度資訊) 集合。更進一步藉由使用串聯式結構 (使用 AdaBoost 來估算它每一階層的所有弱分類器和相對應的權重),整個計算時間明顯地減少且不會降低任何的偵測效能。
    在兩個方法的實驗中證明了採用區域特徵而不是全域資訊可改善偵測處理的容忍度,這有助於容忍車輛的幾何變異與部份遮罩。實驗證明在偵測效能上,基於 HOG 串聯式 Boosting 逼近法是優於基於 PCA+ICA 統計逼近法。另外,在人體偵測主題應用上,藉由測試 INRIA+MIT 行人資料庫,採用基於 HOG 串聯式 Boosting 逼近法的偵測效能是優於目前最新進的人體偵測方法。

    This thesis develops two novel approaches for automatic vehicle detection to detect vehicles in the images. We focus on developing robust feature extraction algorithm which encode local features of vehicle image as high-dimensional feature vectors and on machine learning method in which a small set of distinctive and discriminative local features are learned and support high accuracy vehicle detections.
    The first approach is the PCA (principal component analysis) + ICA (independent component analysis) based statistical approach. This approach is based on local features located within three significant subregions of the vehicle image and each subregion is then projected onto its associated eigenspace and independent basis space in order to generate a PCA weight vector and an ICA coefficient vector, respectively. The use of PCA to model the low-frequency components of the eigenspace and ICA to model the high-frequency components of the residual space can improve the tolerance of the detection process toward variations in the illumination conditions and vehicle pose. For learning distinctive and discriminative PCA+ICA feature vectors, a weighted Gaussian mixture model (GMM), whose parameters and weights are estimated iteratively using an Expectation-Maximization (EM) algorithm, is employed to model the PCA weight vectors and ICA coefficient vectors of all the subregions in training vehicle images. A likelihood evaluation process is then performed based on the joint probability of the PCA weight vectors and the ICA coefficient vectors of the subregions with position information to detect vehicles in the images.
    The second approach is the histograms of orientated gradients (HOG) based cascaded Boosting approach, which can automatically learn significant local feature information of vehicle to detect vehicles in the images. To overcome the effects on geometric and rotational variations, this approach automatically assigns one or several dominant orientations to each block-based feature encoded by using the rectangular- and the circular-type HOG, which are insensitive to various lightings and noises particularly at the outdoor environment. Then a powerful feature learning algorithm, AdaBoost, is performed to automatically learn a small set of discriminative HOG feature vectors with orientation information in order to achieve robust detection results. The overall computational time is reduced significantly without any performance loss by using the cascaded structure, whose weak classifiers and corresponding weights of each stage are estimated by using the AdaBoost approach.
    In the two approaches, the experimental results have shown that the use of local features rather than global information can improve the tolerance of the detection process toward geometric variance and partial occlusion. The experimental results demonstrated that the vehicle detection performance of HOG-based cascaded Boosting approach is better than PCA+ICA-based statistical approach. In addition, in human detection topic, the HOG-based cascaded Boosting approach is evaluated by using the INRIA+MIT pedestrian database to obtain superior detection performance than the recent human detection approaches.

    中文摘要… IV Abstract….. VI List of Tables XI List of Figures XIII Chapter 1 Introduction 1 1.1 Vehicle Detection 2 1.1.1 Objective 2 1.1.2 Applications 3 1.1.3 Challenges 4 1.2 Contribution 7 1.3 Organization 9 Chapter 2 Related Works 11 2.1 Motion Approaches 11 2.2 Edge Approaches 14 2.3 Global Approaches 16 2.4 Component-Based Approaches 21 2.5 Patch-Based (or Part-Based) Approaches 24 2.6 Histogram of Edge Orientations Approaches 28 Chapter 3 PCA+ICA-Based Statistical Approach 35 3.1 Introduction 35 3.2 System Workflow 37 3.3 Training Process 38 3.3.1 Canonical Vehicle Image Creation Module 39 3.3.2 Preprocessing Module 41 3.3.3 Subregion Selection Module 42 3.3.4 Comparison of Statistical Vehicle Detection Models 45 3.4 Test Process 55 3.5 Experimental Results 58 3.5.1 Canonical Non-Vehicle Image Creation 58 3.5.2 Testing Database Collection 60 3.5.2.1 Test Data Set 1 60 3.5.2.2 Test Data Set 2 60 3.5.2.3 Test Data Set 3 61 3.5.3 Performance Measurement Criteria 62 3.5.4 ROC vs. Recall-Precision 63 3.5.5 Performance Comparison of Four Models 64 3.5.6 Performance of PCA+ICA-Based Statistical Approach 68 3.6 Acceleration Using Weighted Gaussian Mixture Model 72 3.7 Conclusions 74 Chapter 4 HOG-Based Cascaded Boosting Approach 75 4.1 Introduction 76 4.2 System Workflow 78 4.3 Training Process 79 4.3.1 Feature Extraction in Gradient Domain Module 79 4.3.2 Block Quantization and Rotational Invariance Module 81 4.3.3 HOG Feature Construction Module 85 4.3.4 Learning Process Using a Cascaded Boosting Module 88 4.4 Test Process 93 4.5 Experiment Results 94 4.5.1 Canonical Non-Vehicle Image Creation 95 4.5.2 Performance Evaluation Experiments 95 4.5.3 Performance of HOG-Based Cascaded Boosting Approach 98 4.6 Human Detection Application 104 4.7 Conclusions 112 Chapter 5 Discussion and Conclusions 114

    [1] S. Agarwal, A. Awan, and D. Roth, “Learning to Detect Object in Images via a Sparse, Part-Based Representation,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 26, No. 11, pp. 1475–1490, 2004.
    [2] G. Alessandretti, A. Broggi, and P. Cerri, “Vehicle and Guard Rail Detection Using Radar and Vision Data Fusion,” IEEE Transactions on Intelligent Transportation Systems, Vol. 8, No. 1, pp. 95–105, 2007.
    [3] S. Ali and M. Shah, “A Supervised Learning Framework for Generic Object Detection in Images,” IEEE International Conference on Computer Vision, Vol. 2, pp. 1347–1354, 2007.
    [4] L. Andreone, P. Antonello, M. Bertozzi, A. Fascioli, and D. Ranzato, “Vehicle Detection and Localization in Infra-Red Images,” IEEE International Conference on Intelligent Transportation Systems, pp. 141–146, 2002.
    [5] S. Atev, H. Arumugam, O. Massoud, R. Janardan, and N. Papanikolopoulos, “A Vision-Based Approach to Collision Prediction at Traffic Intersections,” IEEE Transactions on Intelligent Transportation Systems, Vol. 6, No. 4, pp. 416–423, 2005.
    [6] A. Bar-Hillel, T. Hertz, and D. Weinshall, “Object Class Recognition by Boosting a Part-Based Model,” IEEE Conference on Computer Vision and Pattern Recognition, Vol. 1, pp. 702–709, 2005.
    [7] M.S. Bartlett, J.R. Movellan, and T.J. Sejnowski, “Face Recognition by ICA,” IEEE Transactions on Neural Networks, Vol. 13, No. 6, pp. 1450–1464, 2002.
    [8] A. Bensrhair, M. Bertozzi, A. Broggi, P. Miche, S. Mousset, and G. Toulminet, “A Cooperative Approach to Vision-Based Vehicle Detection,” IEEE International Conference on Intelligent Transportation Systems, pp. 207–212, 2001.
    [9] S. Belongie, J. Malik, and J. Puzicha, “Shape Matching and Object Recognition Using Shape Contexts,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 24, No. 4, pp. 509–522, 2002.
    [10] E.J. Bernstein and Y. Amit, “Part-Based Statistical Models for Object Classification and Detection,” IEEE Conference on Computer Vision and Pattern Recognition, Vol. 2, pp. 734–740, 2005.
    [11] M. Bertozzi, A. Broggi, and S. Castelluccio, “A Real-Time Oriented System for Vehicle Detection,” Journal of Systems Architecture, Vol. 43, No. 1, pp. 317–325, 1997.
    [12] M. Betke, E. Haritaoglu, and L.S. Davis, “Multiple Vehicle Detection and Tracking in Hard Real Time,” IEEE Intelligent Vehicles Symposium, pp. 351–356, 1996.
    [13] G. Bouchard and B. Triggs, “Hierarchical Part-Based Visual Object Categorization,” IEEE Conference on Computer Vision and Pattern Recognition, Vol. 1, pp. 710–715, 2005.
    [14] A. Broggi, “Visual Perception of Obstacles and Vehicles for Platooning,” IEEE Transactions on Intelligent Transportation Systems, Vol. 1, No. 3, pp. 164–176, 2000.
    [15] M.C. Burl, U.M. Fayyad, P. Perona, P. Smyth, and M.P. Burl, “Automating the Hunt for Volcanoes on Venus,” IEEE Conference on Computer Vision and Pattern Recognition, pp. 302–309, 1994.
    [16] Y. Chen, “Highway Overhead Structure Detection Using Video Image Sequences,” IEEE Transactions on Intelligent Transportation Systems, Vol. 4, No. 2, pp. 67–77, 2003.
    [17] S.C. Chen, M.L. Shyu, S. Peeta, and C. Zhang, “Learning-Based Spatio-Temporal Vehicle Tracking and Indexing for Transportation Multimedia Database Systems,” IEEE Transactions on Intelligent Transportation Systems, Vol. 4, No. 3, pp. 154–167, 2003.
    [18] R. Cucchiara, M. Piccardi, and P. Mello, “Image Analysis and Rule-Based Reasoning for A Traffic Monitoring System,” IEEE Transactions on Intelligent Transportation Systems, Vol. 1, No. 2, pp. 119–130, 2000.
    [19] N. Dalal and B. Triggs, “Histograms of Oriented Gradients for Human Detection,” IEEE Conference on Computer Vision and Pattern Recognition, Vol. 1, pp. 886–893, 2005.
    [20] F. Dellaert, “CANSS: A Candidate Selection and Search Algorithm to Initialize Car Tracking,” CMU-RI-TR-97-34, 1997.
    [21] A. Dempster, N. Laird, and D. Rubin, “Maximum Likelihood from Incomplete Data via the EM Algorithm,” Journal of the Royal Statistical Society, Series B (Methodological), Vol. 39, No. 1, pp. 1–38, 1997.
    [22] V. Depoortere, J. Cant, B.V. Bosch, J.D. Prins, R. Fransens, and L.V. Gool, “Efficient Pedestrian Detection: A Test Case for SVM Based Categorization,” Workshop on Cognitive Vision, 2002.
    [23] L. Fan, K.K. Sung, and T.K. Ng, “Pedestrian Registration in Static Images with Unconstrained Background,” Pattern Recognition, Vol. 36, No. 4, pp. 1019–1029, 2003.
    [24] P.F. Felzenszwalb and D.P. Huttenlocher, “Pictorial Structures for Object Recognition,” International Journal of Computer Vision, Vol. 61, No.1, pp. 55–79, 2005.
    [25] R. Fergus, P. Perona, and A. Zisserman, “Object Class Recognition by Unsupervised Scale-Invariant Learning,” IEEE Conference on Computer Vision and Pattern Recognition, Vol. 2, pp. 264–271, 2003.
    [26] A. Garg, S. Agarwal, and T.S. Huang, “Fusion of Global and Local Information for Object Detection,” International Conference on Pattern Recognition, Vol. 3, pp. 723–726, 2002.
    [27] D.M. Gavrila, “The Visual Analysis of Human Movement: A Survey,” Computer Vision and Image Understanding, Vol. 73, No.1, pp. 82–98, 1999.
    [28] D.M. Gavrila, J. Giebel, and S. Munder, “Vision-Based Pedestrian Detection: The Protector System,” IEEE Intelligent Vehicles Symposium, pp. 13–18, 2004.
    [29] D. Gerónimo, A.D. Sappa, A. López, and D. Ponsa, “Pedestrian Detection Using Adaboost Learning of Features and Vehicle Pitch Estimation,” International Conference on Visualization, Imaging and Image Processing, pp. 400–405, 2006.
    [30] C. Goerick, N. Detlev, and M. Werner, “Artificial Neural Networks in Real-Time Car Detection and Tracking Applications,” Pattern Recognition Letters, Vol. 17, No. 4, pp. 335–343, 1996.
    [31] S. Gupte, O. Masoud, R.F.K. Martin, and N.P. Papanikolopoulos, “Detection and Classification of Vehicles,” IEEE Transactions on Intelligent Transportation Systems, Vol. 3, No. 1, pp. 37–47, 2002.
    [32] J. Han and B. Bhanu, “Fusion of Color and Infrared Video for Moving Human Detection,” Pattern Recognition, Vol. 40, No. 6, pp. 1771–1784, 2007.
    [33] B. Heisele, P. Ho, J. Wu, and T. Poggio, “Face Recognition: Component-Based versus Global Approaches,” Computer Vision and Image Understanding, Vol. 91, No. 1, pp. 6–21, 2003.
    [34] J.W. Hsieh, S.H. Yu, Y.S. Chen, and W.F. Hu, “Automatic Traffic Surveillance System for Vehicle Tracking and Classification,” IEEE Transactions on Intelligent Transportation Systems, Vol. 7, No. 2, pp. 175–187, 2006.
    [35] S. Ioffe and D.A. Forsyth, “Probabilistic Methods for Finding People,” International Journal of Computer Vision, Vol. 43, No. 1, pp. 45–68, 2001.
    [36] M. Kagesawa, S. Ueno, K. Ikeuchi, and H. Kashiwagi, “Recognizing Vehicles in Infrared Images Using IMAP Parallel Vision Board,” IEEE Transactions on Intelligent Transportation Systems, Vol. 2, No. 1, pp. 10–17, 2001.
    [37] S. Kang, H. Byun, and S.W. Lee, “Real-Time Pedestrian Detection Using Support Vector Machines,” International Journal of Pattern Recognition and Artificial Intelligence, Vol. 17, No. 3, pp. 405–416, 2003.
    [38] T. Kato, Y. Ninomiya, and I. Masaki, “Preceding Vehicle Recognition Based on Learning from Sample Images,” IEEE Transactions on Intelligent Transportation Systems, Vol. 3, No. 4, pp. 252–260, 2002.
    [39] Y. Ke and R. Sukthankar, “PCA-SIFT: A More Distinctive Representation for Local Image Descriptors,” IEEE Conference on Computer Vision and Pattern Recognition, pp. 506–513, 2004.
    [40] H.C. Kim, D. Kim, and S.Y. Bang, “Face Retrieval Using 1st- and 2nd-Order PCA Mixture Model,” International Conference on Image Processing, Vol. 2, pp. 605–608, 2002.
    [41] T.K. Kim, H. Kim, W. Hwang, and J. Kittler, “Independent Component Analysis in a Local Facial Residue Space for Face Recognition,” Pattern Recognition, Vol. 37, No. 9, pp. 1873–1885, 2004.
    [42] A. Kuehnle, “Symmetry-Based Recognition for Vehicle Rears,” Pattern Recognition Letters, Vol. 12, No. 4, pp. 249–258, 1991.
    [43] P. Kumar, S. Ranganath, W. Huang, and K. Sengupta, “Framework for Real-Time Behavior Interpretation from Traffic Video,” IEEE Transactions on Intelligent Transportation Systems, Vol. 6, No. 1, pp. 43–53, 2005.
    [44] B. Leibe, E. Seemann, and B. Schiele, “Pedestrian Detection in Crowded Scenes,” IEEE Conference on Computer Vision and Pattern Recognition, pp. 878–885, 2005.
    [45] B. Leung, “Component-Based Car Detection in Street Scene Images,” Master Thesis, Department of Electrical Engineering and Computer Science, MIT, 2004.
    [46] Y. Li, Y. Tsin, Y. Genc, and T. Kanade, “Object Detection Using 2D Spatial Ordering Constraints,” IEEE Conference on Computer Vision and Pattern Recognition, Vol. 2, pp. 711–718, 2005.
    [47] D. Lowe, “Distinctive Image Features from Scale-Invariant Keypoints,” International Journal of Computer Vision, Vol. 60, No. 2, pp. 91–110, 2004.
    [48] N. Matthews, P. An, D. Charnley, and C. Harris, “Vehicle Detection and Recognition in Greyscale Imagery,” Control Engineering Practice, Vol. 4, No. 4, pp. 473–479, 1996.
    [49] K. Mikolajczyk, B. Leibe, and B. Schiele, “Multiple Object Class Detection with a Generative Model,” IEEE Conference on Computer Vision and Pattern Recognition, pp. 26–36, 2006.
    [50] K. Mikolajczyk and C. Schmid, “A Performance Evaluation of Local Descriptors,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 27, No. 10, pp. 1615–1630, 2005.
    [51] K. Mikolajczyk, C. Schmid, and A. Zisserman, “Human Detection Based on a Probabilistic Assembly of Robust Part Detections,” European Conference on Computer Vision, pp. 69–81, 2004.
    [52] B. Moghaddam and A. Pentland, “Probabilistic Visual Learning for Object Representation,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 19, No. 7, pp. 696–710, 1997.
    [53] A, Mohan, C. Papageorgiou, and T. Poggio, “Example-Based Object Detection in Images by Components,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 23, No. 4, pp. 349–361, 2001.
    [54] S. Munder and D.M. Gavrila, “An Experimental Study on Pedestrian Classification,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 28, No. 11, pp. 1863–1868, 2006.
    [55] C.J. Pai, H.R. Tyan, Y.M. Liang, H.Y.M. Liao, and S.W. Chen, “Pedestrian Detection and Tracking at Crossroads, Pattern Recognition,” Vol. 37, No. 5, pp. 1025–1034, 2004.
    [56] C. Papageorgiou and T. Poggio, “A Trainable System for Object Detection,” International Journal of Computer Vision, Vol. 38, No. 1, pp. 15–33, 2000.
    [57] S.L. Phung, D. Chai, and A. Bouzerdoum, “A Distribution-Based Face/Non-Face Classification Technique,” The Australian Journal of Intelligent Information Processing Systems, Vol. 7, No. 3, pp. 132–138, 2001.
    [58] A.N. Rajagopalan, P. Burlina, and R. Chellapa, “Higher Order Statistical Learning for Vehicle Detection in Images,” IEEE International Conference on Computer Vision, Vol. 2, pp. 1204–1209, 1999.
    [59] R.A. Redner and H.F. Walker, “Mixture Densities, Maximum Likelihood and the EM Algorithm,” SIAM Review, Vol. 26, No. 2, pp. 195–239, 1984.
    [60] R. Ronfard, C. Schmid, and B. Triggs, “Learning to Parse Pictures of People,” European Conference on Computer Vision, pp. 700–714, 2002.
    [61] H.A. Rowley, S. Baluja, and T. Kanade, “Neural Network-Based Face Detection,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 20, No. 1, pp. 23–38, 1998.
    [62] P. Sabzmeydani and G. Mori, “Detecting Pedestrians by Learning Shapelet Features,” IEEE Conference on Computer Vision and Pattern Recognition, 2007.
    [63] H. Schneiderman, “Feature-Centric Evaluation for Efficient Cascaded Object Detection,” IEEE Conference on Computer Vision and Pattern Recognition, Vol. 2, pp. 29–36, 2004.
    [64] H. Schneiderman and T. Kanade, “Probabilistic Modeling of Local Appearance and Spatial Relationships for Object Recognition,” IEEE Conference on Computer Vision and Pattern Recognition, pp. 45–51, 1998.
    [65] H. Schneiderman and T. Kanade, “Object Detection Using the Statistics of Parts,” International Journal of Computer Vision, Vol. 56, No. 3, pp. 151–177, 2004.
    [66] E. Seemann, M. Fritz, and B. Schiele, “Towards Robust Pedestrian Detection in Crowded Image Sequences,” IEEE Conference on Computer Vision and Pattern Recognition, 2007.
    [67] E. Seemann, B. Leibe, and B. Schiele, “Multi-Aspect Detection of Articulated Objects,” IEEE Conference on Computer Vision and Pattern Recognition, pp. 1582–1588, 2006.
    [68] V. Sharma and J.W. Davis, “Simultaneous Detection and Segmentation of Pedestrians Using Top-Down and Bottom-Up Processing,” IEEE Conference on Computer Vision and Pattern Recognition, 2007.
    [69] V.D. Shet, J. Neumann, V. Ramesh, and L.S. Davis, “Bilattice-Based Logical Reasoning for Human Detection,” IEEE Conference on Computer Vision and Pattern Recognition, 2007.
    [70] H. Sidenbladh, “Detecting Human Motion with Support Vector Machines,” IEEE Conference on Pattern Recognition, pp. 188–191, 2004.
    [71] C.C. Sun, G.S. Arr, R.P. Ramachandran, and S.G. Ritchie, “Vehicle Reidentification Using Multidetector Fusion,” IEEE Transactions on Intelligent Transportation Systems, Vol. 5, No. 3, pp. 155–164, 2004.
    [72] Z. Sun, G. Bebis, and R. Miller, “Object Detection Using Feature Subset Selection,” Pattern Recognition, Vol. 37, No. 11, pp. 2165–2176, 2004.
    [73] Z. Sun, G. Bebis, and R. Miller, “On-Road Vehicle Detection Using Evolutionary Gabor Filter Optimization,” IEEE Transactions on Intelligent Transportation Systems, Vol. 6, No. 2, pp. 125–137, 2005.
    [74] Z. Sun, G. Bebis, and R. Miller, “On-Road Vehicle Detection: A Review,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 28, No. 5, pp. 694–711, 2006.
    [75] K.K. Sung and T. Poggio, “Example-Based Learning for View-Based Human Face Detection,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 20, No. 1, pp. 39–51, 1998.
    [76] O. Tuzel, F. Porikli, and P. Meer, “Human Detection via Classification on Riemannian Manifolds,” IEEE Conference on Computer Vision and Pattern Recognition, 2007.
    [77] C. Tzomakas and W. Seelen, “Vehicle Detection in Traffic Scenes Using Shadows,” Tech. Rep. 98-06, Institut fur neuroinformatik, Ruht-universitat, Bochum, Germany, 1998.
    [78] H. Veeraraghavan, O. Masoud, and N.P. Papanikolopoulos, “Computer Vision Algorithms for Intersection Monitoring,” IEEE Transactions on Intelligent Transportation Systems, Vol. 4, No. 2, pp. 78–89, 2003.
    [79] P. Viola and M. Jones, “Rapid Object Detection Using a Boosted Cascade of Simple Features,” IEEE Conference on Computer Vision and Pattern Recognition, Vol. 1, pp. 511–518, 2001.
    [80] P. Viola, M. Jones, and D. Snow, “Detecting Pedestrians Using Patterns of Motion and Appearance,” International Journal of Computer Vision, Vol. 63, No. 2, pp. 153–161, 2005.
    [81] L. Wang and T.K. Tan, “Experimental Results of Face Description Based on the 2nd-Order Eigenface Method,” ISO/MPEG, M6001, Geneva, 2000.
    [82] C. Wöhler, “Autonomous in Situ Training of Classification Modules in Real-Time Vision Systems and Its Application to Pedestrian Recognition,” Pattern Recognition Letters, Vol. 23, No. 11, pp. 1263–1270, 2002.
    [83] B. Wu and R. Nevatia, “Simultaneous Object Detection and Segmentation by Boosting Local Shape Feature Based Classifier,” IEEE Conference on Computer Vision and Pattern Recognition, 2007.
    [84] B. Wu and R. Nevatia, “Detection of Multiple, Partially Occluded Humans in a Single Image by Bayesian Combination of Edgelet Part Detectors,” International Journal of Computer Vision, Vol. 75, No. 2, pp. 247–266, 2007.
    [85] Y. Wu and T. Yu, “A Field Model for Human Detection and Tracking,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 28, No. 5, pp. 753–765, 2006.
    [86] J. Wu and X. Zhang, “A PCA Classifier and Its Application in Vehicle Detection,” IEEE International Joint Conference on Neural Networks on Intelligent Transportation Systems, Vol. 1, pp. 600–604, 2001.
    [87] H.D. Yang, S.W. Lee, and S.W. Lee, “Multiple Human Detection and Tracking Based on Weighted Temporal Texture Features,” International Journal of Pattern Recognition and Artificial Intelligence, Vol. 20, No. 3, pp. 377–392, 2006.
    [88] T. Yang, J. Li, Q. Pan, C. Zhao, and Y. Zhu, “Active Learning Based Pedestrian Detection in Real Scenes,” International Conference on Pattern Recognition, pp. 904–907, 2006.
    [89] W. Zhang, B. Yu, G.J. Zelinsky, and D. Samaras, “Object Class Recognition Using Multiple Layer Boosting with Heterogeneous Features,” IEEE Conference on Computer Vision and Pattern Recognition, Vol. 2, pp. 323–330, 2005.
    [90] Q. Zhu, S. Avidan, M.C. Yeh, and K.T. Cheng, “Fast Human Detection Using a Cascade of Histograms of Oriented Gradients,” IEEE Conference on Computer Vision and Pattern Recognition, pp. 1491–1498, 2006.
    [91] T. Zielke, M. Brauckmann, and W.V. Seelen, “Intensity and Edge-Based Symmetry Detection with an Application to Car-Following,” Computer Vision, Graphics, and Image Processing: Image Understanding, Vol. 58, No. 2, pp. 177–190, 1993.
    [92] Pedestrian Database, Center for Biological and Computational Learning at MIT, http://cbcl.mit.edu/software-datasets/PedestrianData.html, 2000.

    下載圖示 校內:2011-08-18公開
    校外:2012-08-18公開
    QR CODE