自然场景下交通标志的检测与分类算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着社会的发展,汽车逐渐地普及,现有的道路通过能力逐渐难以满足交通量快速增长的需要。交通拥挤加剧,事故频发,公路交通安全和运输效率等问题变得日益突出。在此背景下,欧美发达国家已从修建更多的道路、扩展路网规模逐步转移到采用高新技术改造现有的道路交通系统和管理体系上,即开展了智能交通系统(ITS: Intelligent Transportation System)的研究。ITS是一个集通讯、检测、控制与计算机等技术为一体的综合信息管理系统,实现该系统的一个关键技术是发展具有主动安全技术的智能车辆。
     发展具有主动安全技术的智能车辆已成为各国政府、研究机构和汽车制造商的一个重要目标。基于计算机视觉的交通标志识别是智能车辆的关键技术和难点之一,它包括自然场景下交通标志的检测与较大类别交通标志的分类理解技术。尽管学者们对这些问题进行了多年的研究,但问题仍然没有得到很好的解决,主要表现为复杂环境下算法的鲁棒性较差。针对这种情况,本论文在交通标志检测、自然场景图像的色彩增强与交通标志分类三方面展开研究。
     为了快速、准确地从自然场景图像中检测出交通标志,提出了一种基于局部特征的标志检测算法。该算法先将RGB格式的交通标志图像转换到HSV彩色空间,通过固定阈值进行颜色分割,提取出目标区域;然后针对多边形和圆形交通标志,提出一种统一的对称局部特征检测模板来提取目标区域的特征,在此基础上根据交通标志的形状特征设计一组模糊推理规则来判定目标区域的形状,进而从场景图像中检测出交通标志。对晴天、多云与小雨天气状况下共3000幅自然场景图像进行交通标志检测实验,实验结果表明,该算法能够克服标志大小变化、旋转变化和视角变化等的影响,具有良好的鲁棒性,验证了该检测算法的有效性。
     针对光照变化、天气变化和颜色退化等因素造成的交通标志漏检问题,提出了一种改进的颜色分割算法。该算法先对RGB格式的交通标志图像采用色彩恒常性算法进行彩色增强,然后将其转换到HSV彩色空间进行颜色分割。标志检测实验结果表明,该算法能够有效地克服光照、天气、颜色退化对交通标志颜色的影响,更好地分割出交通标志的特征颜色,从而进一步提高交通标志正确检测率。
     针对交通标志这类大类别分类问题,提出一种由粗到精的分层决策分类算法。该算法先利用我国交通标志的特征颜色进行分类决策,然后再根据颜色和形状进一步分成子类,这样可简化分类系统设计,提高分类精度。在对子分类系统设计时,提出一种概率神经网络(PNN: Probabilistic Neural Network)优化设计算法。该算法在利用径向Tchebichef不变矩提取交通标志特征的基础上,采用Global K -means聚类算法优化PNN网络结构,然后利用粒子群算法(PSO: Particle Swarm Optimization)优化模式层核函数控制参数矩阵,以提高网络的泛化性能。实验结果表明,该分类系统不仅具有精简的结构,而且可获得较高的分类精度和较好的泛化性能。
     考虑到交通标志分类始终是有限样本分类问题,在研究基于支持向量机(SVM: Support Vector Machine)的多类别分类理论的基础上,对交通标志分类系统中子类标志设计了C -支持向量分类机和ν支持向量分类机进行分类。交通标志分类实验表明,基于支持向量机的分类器能够获得较高的分类精度和更好的泛化性能。
With the development of the times, automotive vehicles gain popularity, the existing roads cannot meet the demand of traffic flux which increases gradually, and the problems such as traffic jams, accidents, road safeties and efficiencies in transportation are becoming more and more serious. Under this background, developed countries in Europe and America have been improving the existing transportation systems with high and new technique, rather than constructing more highways to expand the transportation capacity, which means that the developed countries have been developing Intelligent Transportation System (ITS). ITS is an integrated system combining the technology of communication, measurement, control and computer, and the research of intelligent vehicles based on computer vision is one of the key problem for the realization of ITS.
     Developing the intelligent vehicles with active safety technique has been one of the important motives of the governments, institutes and vehicle manufactures. Traffic sign recognition based on computer vision is one of the key techniques for the design of intelligent vehicles, and the system consists of two parts: one is traffic sign detection under natural scenes, the other is traffic signs classification. Although many years of studies, the robust performance of existing recognition algorithms is not good, and traffic sign recognition is still an open problem. According to this problem, the main contents of this dissertation are concentrated on the three parts: traffic sign detection, color constancy algorithm for the images of natural scenes, and traffic sign classification.
     A novel algorithm based on local features of region of interest is proposed for the fast detection of traffic signs in natural environments. In the algorithm, every RGB image was converted into HSV color space which was segmented by the hue and saturation thresholds, then the region of interests (ROIs) were extracted. A symmetrical detector of local binary features is proposed to extract the local features of the region of interests, and the shape of ROI is determined using a set of fuzzy rules with the local features, then the traffic signs are detected from the images under natural scenes. Experiments were conducted for the detection of traffic signs which involved 3000 images under sunny, cloudy and rainy weather conditions. The experimental results indicate that the proposed algorithm possess of high detection accuracy, and good robust performance.
     A modified color segmentation algorithm is presented with respect to the variations of the light conditions, weather conditions, and the paint on the signs which are the important factors resulting false detection of traffic signs. The RGB images were enhanced with color constancy algorithm, then were converted into HSV color space and segmented by the constant thresholds. Experimental results of traffic sign detection show that the segmentation algorithm is efficient with respect to the variations of the light conditions, weather conditions, and the paint on the signs, which improves the detection accuracy.
    
     A hierarchical coarse-to-fine classification scheme is proposed for traffic signs classification. In the classification module, a decision tree was designed using the features of color and shape for the coarse classification, and radial Tchebichef moments were adopted to extract the features of traffic signs, then probabilistic neural networks (PNN) were adopted for the further classification which incorporates the global K-means algorithm and Particle Swarm Optimization to improve the generalization. The experimental results demonstrate that the classification module is not only parsimonious but also has higher accuracy better generalization.
     After all, the traffic signs classification is a kind of classification with limited samples, Support Vector Machine (SVM) is the best tool for limited samples classification with perfect generalization. With the comprehension of SVM, C -Support Vector Classifiers andν-Support Vector Classifiers were designed for the fine classification of the hierarchical classification model. The experimental results demonstrate that the sub-classifiers based on SVM have achieved high accuracy and better generalization.
引文
1 2007年全国道路交通事故情况分析. http://www.cpd.com.cn/gb/newspaper /2008-01/08/content_892869.htm
    2 2000年~2006年全国道路交通事故统计表. http://www.motorlink.cn/html /statisticDate/100001199e8d86f620080504171118906.html
    3 L. Fletcher, N. Apostoloff, L. Petersson, et al. Vision In and Out of Vehicles. IEEE Intelligent System. 2003, 18(3): 12-17
    4 N. Apostoloff, A. Zelinsky. Vision In and Out of Vehicles: Integrated Driver and Road Scene Monitoring. Springer Tracts in Advanced Robotics 5. Berlin, Germany: Springer. 2003: 634-643
    5 A. Piazzi, C. Guarino, M. Bertozzi, A. Fascioli, A. Broggi. Quintic G2-splines for the Iterative Steering of Vision-based Autonomous Vehicles. IEEE Transactions on Intelligent Transportation System. 2002, 3(2): 27-36
    6 J. Miura, M. Itoh, Y. Shirai. Toward Vision-based Intelligent Navigator. IEEE Transactions on Intelligent Transportation System. 2002, 3(2): 136-146
    7 National Intelligent Transportation Systems Program Plan. Intelligent Transportation Society of America. 1995
    8 National Intelligent Transportation Systems Deployment Strategy: Actions for Achieving National and Community Transportation Objectives. Intelligent Transportation Society of America. 1995
    9 L. Rober, E. Ryerson, and N. Yoshikazu, et al. A Comparison of IVHS Progress in the United States, Europe, and Japan. Technology Report of Intelligent Vehicle/Highway System of America. 1994
    10 K. Takada, Y. Tanaka. Road/Automobile Communication System (RACS) and its Economic Effect. Vehicle Navigation and Information Systems Conference, Toronto, Canada. 1989: A15-A21
    11 V. Kastrinaki, M. Zervakis, K. Kalaitzakis. A Survey of Video Processing Techniques for Traffic Applications. Image and Vision Computing. 2003, 21(4): 359-381
    12 M. Williams. The PROMETHEUS Programme. IEE Colloquium on Towards Safer Road Transport– Engineering Solutions, London, UK, 1992: 1-3
    13 D. A. Pomelean. ALVINN: An Autonomous Land Vehicle in Natural Networks.Technical Report. CMU.CS-89-107. Carnegie Mellon University. 1989
    14 DRIVE I. http://cordis.europa.eu/telematics/tap_transport/research/16.html
    15 B. Smith. Technical Assistance Report: Intelligent Vehicle-Highway System (IVHS) Activities in the VDOT. http://ntl.bts.gov/DOCS/smith.html
    16 C. Little. The Intelligent Vehicle Initiative: Advancing "Human-Centered" Smart Vehicles. http://www.tfhrc.gov/pubrds/pr97-10/p18.htm
    17 Strategic Plan for Intelligent Vehicle-highway Systems in the United States. Intelligent Vehicle Highway of America, 1992.
    18 E. Dagan, O. Mano, G. P. Stein, and A. Shashua. Forward Collision Warning with a Single Camera. IEEE Intelligent Vehicles Symposium. 2004: 59-65
    19 D. Pomerleau, C. Thorpe, and D. Pape, et al. Run-off-road Collision Avoidance Using IVHS Countermeasures. National Highway Traffic Safety Administration, DOT HS 809 170, 1999
    20 National Transportation Safety Board. Special Investigation Report-highway Vehicle Vehicle-and Infrastructure-based Technology for the Prevention of Rear-end Collisions. NTSB Number SIR-01/01, May 2001
    21 P. Zador, S. Krawchuck and R. Voas. Automotive Collision Avoidance System (ACAS) Program/First Annual Report. NHTSA, DOT HS 809 080, 2000
    22 M. Bertozzi, A. Broggi, and A. Fascili. Vision-based Intelligent Vehicle: State of the Art and Perspectives. Journal of Robotics and Autonomous Systems.2000, 32(1): 1-16
    23 Navlab: The Carnegie Mellon University Navigation Laboratory. http://www.cs.cmu.edu/afs/cs/project/alv/www/index.html
    24 M. Bertozzi, A. Broggi, G. Conte, A. Fascioli. Obstacle and Lane Detection on ARGO. IEEE Conference on Intelligent Transportation System. 1998: 1010-1015
    25 M. Maurer, E. D. Dickmanns. A System Architecture for Autonomous Visual Road Vehicle Guidance. IEEE Conference on Intelligent Transportation System. 1997: 578-583
    26 http://turan.uc3m.es/uc3m/dpto/IN/dpin04/ISL/IVVI_2_eng.html
    27 J. M. Armingol, A. de la Escalera, C. Hilario, et al. IVVI: Intelligent Vehicle Based on Visual Information. Robotics and Autonomous Systems. 2007, 55(12):904-916
    28 Advanced Driver Assistance Systems. http://usa.vdo.com/products_solutions /cars/adas
    29 Y. H. He, H. Wang, and B. Zhang. Color-based Road Detection in Urban Traffic Scenes. IEEE Transactions on Intelligent Transportation Systems. 2004, 5(4): 309-318
    30周勇.智能车辆中几个关键技术研究.上海交通大学博士学位论文, 2007
    31黄瀚敏.基于汽车驾驶员疲劳状态监测技术的汽车主动安全系统研究.重庆大学博士学位论文, 2007
    32张航.自然场景下的交通标志识别算法研究.中南大学博士学位论文, 2006
    33 Q Li, N. N. Zheng, H. Cheng. Spring robot: A Prototype Autonomous Vehicle and Its Algorithms for Lane Detection. IEEE Transaction on Intelligent Transportation System. 2004, 5(4): 300-308
    34 A. de la Escalera, J. M. Armingol, M. A. Salchs. Traffic Sign Detection for Driver Support Systems. 3rd International Conference on Field and Service Robotics, Espoo, Finlandia. 2001: 11-13
    35 Y. Y. Nguwi, A. Z. Kouzani. Detection and Classification of road signs in Natural environments. Neural Computing & Applications. 2008, 17(3): 265-289
    36 C. Fang, C. Fuh, S. Chen and P. Yen. A road Sign Recognition System Based on Dynamic Visual Model. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Madison, Wisconsin. 2003, 1: 750-755
    37 Traffic Sign. http://en.wikipedia.org/wiki/Traffic_sign
    38 A. de la Escalera, M. Salichs. Road Traffic Sign Detection and Classification. IEEE Transactions on Industrial Electronics, 1997, 44(6): 848-859
    39 M. Lalonde, L. Ying. Road Sign Recognition, Survey of the State of the Art. CRIM/IIT, 1995, http://euler.fd.cvut.cz/rs2/other.html
    40 H.-M. Yang, C.-L. Liu, K.-H. Liu, and S.-M. Huang. Traffic Sign Recognition in Disturbing Environments. Proceedings of the 14th International Symposium on Methodologies for Intelligent Systems (ISMIS 2003), Maebashi City, Japan. 2003, 2871: 252-261
    41 M. M. Zadeh, T. Kasvand, and C. Y. Suen. Localization and Recognition of Traffic Signs for Automated Vehicle Control Systems. International Conference on Intelligent Transportation Systems, part of SPIE’s Intelligent Systems & Automated Manufacturing, Pittsburgh, Pa, USA. 1997: 272-282
    42 S. W. Lu. Recognition of Traffic Signs Using a Multilayer Neural Network.Proceedings of Canadian Conference on Electrical and Computer Engineering, Halifax, Canada. 1994: 833-834
    43 S. Buluswar, B. Draper. Color Recognition in Outdoor Images. Proceedings of IEEE 6th International Conference on Computer Vision, Bombay, India. 1998: 171-177
    44 S. K. Kim, D. A. Forsyth. A New Approach for Road Sign Detection and Recognition Algorithm. Proceedings of the 30th International Symposium on Automotive Technology and Automation, Robotics, Motion and Machine Vision in Automotive Industries, Florence, Italy. 1997: 181-178
    45 A. de la Escalera, J. M. Armingol. Visual Sign Information Extraction and Identification by Deformable Models. IEEE Transactions on Intelligent Transportation Systems. 2004, 5(2): 57-68
    46 B. Cyganek. Circular Road Signs Recognition with Soft Classifiers. Integrated Computer-Aided Engineering. 2007, 14(4): 323-343
    47 B. Cyganek. Colour Image Segmentation with Support Vector Machines for Road Sign Recognition. Technical Report, AGH-University of Science and Technology. 2007
    48 A. de la Escalera, J. M. Armingol, M. Mata Traffic Sign Recognition and Analysis for Intelligent Vehicles. Image and Vision Computing. 2003, 21(3): 247-258
    49 S. Maldonado-Bascón, S. Lafuente-Arroyo, P. Gil-Jiménez, et al. Road-sign Detection and Recognition Based on Support Vector Machines. IEEE Transactions on Intelligent Transportation Systems, 2007, 8(2):264-278
    50 B. Cyganek. Real-time Detection of the Triangular and Rectangular Shape Road Signs. Lecture Notes in Computer Science 4687. Berlin, Germany: Springer. 2007: 744-755
    51 B. Cyganek. Soft System for Road Signs Detection. Advances in Soft Computing 41. Springer, Berlin. 2007: 316-326
    52 J. P. Carrasco, A. de la Escalera, and J. M. Armingol. Speed Supervisor for Intelligent Vehicles. Lecture Notes in Computer Science 4739, Berlin, Germany: Springer. 2007: 1175-1182
    53 N. Kehtarnavaz, N. C. Griwold, D. S. Kang. Stop-sign Recognition Based on Color-space Processing. Machine Vision and Application. 1993, 6(2~3): 206-208
    54 H. X. Liu, B. Ran. Vision-based Stop Sign Detection and Recognition System for Intelligent Vehicle. Transportation Research Record. 2001, 1748: 161-166
    55 C. Y. Fang, S. W. Chen, and C. S. Fuh. Road-sign Detection and Tracking. IEEE Transactions on Vehicular Technology. 2003, 52(5): 1329-1341
    56 S. Vitabile, G. Pollaccia, G. Pilato and F. Sorbello. Road Signs Recognition Using a Dynamic Pixel Aggregation Technique in the HSV Color Space. 11th International Conference on Image Analysis and Processing. 2001: 572-577
    57 S. Vitabile, A. Gentile and F. Sorbello. A Neural Network Based Automatic Road Signs Recognizer. Proceedings of the 2002 International Joint Conference on Neural Networks, Honolulu, HI, USA. 2002: 2315-2230
    58 H. Fleyeh. Road and Traffic Sign Color Detection and Segmentation– A Fuzzy Approach. MVA2005 IAPR Conference on Machine Vision Applications, Tsukuba Science City, Japan. 2005: 124-127
    59 H. Fleyeh. A Novel Fuzzy Approach for Shape Determination of Traffic Signs. Proceedings of the 2nd Indian International Conference on Artificial Intelligence, Pune, India. 2005: 1847-1862
    60 H. Fleyeh. Shadow and Highlight Invariant Colour Segmentation Algorithm for Traffic Signs. IEEE Conference on Cybernetics and Intelligent Systems, Bangkok. 2006: 1-7
    61 G. Dayan, N. Hait. Road Sign Recognition Project Based on SVM Classification. http://visl.technion.ac.il/projects/2003w10/
    62 W. G. Shadeed, D. I. Abu-Al-Nadi, M. J. Mismar. Road Traffic Sign Detection in Color Images. Proceedings of the 2003 10th IEEE International Conference on Electronics, Circuits and Systems. 2003: 890-893
    63 H. Zhang, D. Y. Luo. A New Method for Traffic Signs Classification Using Probabilistic Neural Networks. Lecture Notes in Computer Science 3973, Berlin, Germany: Springer. 2006: 33-39
    64 M. R. Luo, R. W. G. Hunt. Structure of the CIE1997 Colour Appearance Model. Color Research and Application. 1998, 23(3): 138-146
    65 X. W. Gao, V. Golovan, K. Hong, et al. Road Sign Recognition by Means of the Behavioral Model of Vision. Proceedings of Conference on Neuro-informatics, Moscow, Russia. 2002: 63-69
    66 X. W. Gao, N. Shevtsova, K. Hong, et al. Vision Models-based Identification of Traffic Signs, CGIV '2002, First European Conference on Color in Graphics,Image and Vision, 2002: 47-51
    67 D. G. Shaposhnikov, A.V. Golovan, L.N. Podladchikova, et al. Application of the Behavioral Model of Vision for Invariant Recognition of Facial and Traffic Sign Images. Neurocomputers: Design and Application. 2002: 21-33
    68 X. W. Gao, L. Podladchikova, D. Shaposhnikov. Recognition of Traffic Signs Based on Their Colour and Shape Features Extracted Using Human Vision Models. Journal of Visual Communication and Image Representation. 2006, 7: 675-685
    69 X. W. Gao, K. Hong, L. Podladchikova, et al. Colour Appearance Based Approaches for Segmentation of Traffic Signs. EURASIP Journal on Image and Video Processing. 2008, doi: 10.1155/2008/386705
    70 M. A. García-Garrido, M.á. Sotelo, and E. Martín-Gorostiza. Fast Road Sign Detection Using Hough Transform for Assisted Driving of Road Vehicles. Lecture Notes in Computer Science 3643, Springer, Berlin. 2005: 543-548
    71 N. Barnes, G. Loy. Real-time Regular Polygonal Sign Detection. Springer Tracts in Advanced Robotics 25, Springer, Berlin. 2006: 55-66
    72 N. Barnes, G. Loy, L. S. Fletcher. Real-Time Speed Sign Detection Using the Radial Symmetry Detector. IEEE Transactions on Intelligent Transportations. 2008, 9(2): 322-332
    73 D. M. Gavrila, V. Philomin. Traffic Sign Recognition Revisited. Proceedings of the 21st DAGM Symposium, Bonn Germany. 1999: 86-93
    74 J. Torresen, J. Bakke, L. Sekanina. Efficient Recognition of Speed Limit Signs. Proceedings of the 7th International IEEE Conference on Intelligent Transportation Systems. 2004: 652-656
    75 P. Sompoch, C. Xiaoyangv, K. Michiro. Automatic Recognition and Location of Road Signs from terrestrial color Imagery. Geoinfomatics & DMGIS’2001, Bangkok. Thailand. 2001: 238-247
    76 M. Betke, N. C. Makris. Fast Object Recognition in Noisy Images Using Simulated Annealing. Proceedings of the IEEE International Conference on Computer Vision, Cambridge, USA. 1995:523-530
    77 G. Piccioli, E. De. Micheli, P. Parodi, et al. Robust Method for Road Sign Detection and Recognition. Image and Vision Computing. 1996: 14(3):209-223
    78 P. Paclík, J. Novovi?ocá, and R. P. W. Duin. Building Road-Sign Classifiers Using a Trainable Similarity Measure. IEEE Transactions on IntelligentTransportations Systems. 2006, 7(3): 309-321
    79 P. Paclík, J. Novovi?ocá, and R. P. W. Duin. A Trainable Similarity Measure for Image Classification. The 18th International Conference on Pattern Recognition. 2006: 391-394
    80 W. Ritter, F. Stein, R. Janssen. Traffic Sign Recognition Using Colour Information. Mathematical and Computer. 1995, 22(4-7): 149-161
    81 L. Priese, J. Kliber, R. Lakmann, et al. New Results on Traffic Sign Recognition Proceedings of the Intelligent Vehicles’94 Symposium, Paris, France. 1994: 249-252
    82 P. Paclik, J. Novovicova, P. Pudil, et al. Road Sign Classification Using Laplace Kernel Classifier. Pattern Recognition Letters. 2000, 21(13-14): 1165-1173
    83 S. Lafuente-Arroyo, P. Gil-Jiménez, R. Maldonado-Bascón, et al. Traffic Sign Shape Classification Evaluation I: SVM Using Distance to Boarders. IEEE Proc. Intelligent Vehicles Symposium. 2005: 557-562
    84 P. Gil-Jiménez, S. Lafuente-Arroyo, S. Maldonado-Bascón, et al. Shape Classification Algorithm Using Support Vector Machines for Traffic Sign Recognition. Lecture Notes in Computer Science 3512, Springer, Berlin. 2005: 873-880
    85 R. Vicen-Bueno, R. Gil-Pita, M. Rosa-Zurera, et al. Multilayer Perceptrons Applied to Traffic Sign Recognition Tasks. Lecture Notes in Computer Science 3512, Springer, Berlin. 2005: 865-872
    86 P. Douville. Real-time Classification of Traffic Signs. Real-time Imaging. 2000, 6(3): 185-193
    87 C. R. Luo, H. Potlapalli, D. Hislop. Traffic Sign Recognition in Outdoor International Joint Conference on Neural Networks, Nagoya, Japan. 1993: 1306-1309
    88 A. Broggi, P. Cerri, P. Medici, et al. Real Time Road Signs Recognition. Proceedings of the 2007 IEEE Intelligent Vehicles Symposium, Istanbul, Turkey. 2007: 981-986
    89 R. Malik, J. Khurshid, S. N. Ahmad. Road Signs Detection and Recognition Using Colour Segmentation, Shape Analysis and Template Matching. Proceedings of the Sixth International Conference on Machine Learning and Cybernetics, Hong Kong. 2007: 3556-3560
    90 S. Estable, J. Schick, F. Stein, et al. Real-time Traffic Sign Recognition System. Proceedings of the Intelligent Vehicle’94 Symposium, Paris, France. 1994: 213-218
    91 B. Cyganek. Circular Road Signs Recognition with Affine Moment Invariants and the Probabilistic Neural Classifier. Lecture Notes in Computer Science, Berlin, Germany: Springer. 2007: 508-516
    92 H. Fleyeh, M. Dougherty, D. Aenugula, et al. Invariant Road Sign Recognition with Fuzzy ARTMAP and Zernike Moments. Proceedings of the 2007 IEEE Intelligent Vehicles Symposium, Istanbul, Turkey. 2007: 31-36
    93 H. Fleyeh, M. Dougherty. SVM Based Traffic Sign Classification Using Legendre Moments. Proceedings of the 3rd Indian International Conference on Artificial Intelligence, Pune, India. 2007: 957-968
    94 B. Bessere, S. Estable, B. Ulmer, et al. Shape classification for traffic sign Recognition. Proceedings 1st IFAC International Workshop Intelligent Autonomous Vehicles. 1993: 487-492
    95 V. Rehrmann, R. Lakmann, L. Priese. A Parallel System for Real-time Traffic Sign Recognition. Proceedings International Workshop on Advanced Parallel Processing Technologies95, Peking, China. 1995: 72-78
    96 B. Cyganek. Road-Signs Recognition Systems for Intelligent Vehicles. Lecture Notes in Computer Science 4931, Springer, Berlin. 2008: 219-233
    97 B. Cyganek. Recognition of Road Signs with Mixture of Neural Networks and Arbitration Modules. Lecture Notes in Computer Science 3973, Springer, Berlin. 2006: 52-57
    98 B. Cyganek. Committee Machine for Road-Signs Classification. Lecture Notes in Computer Science 4029, Springer, Berlin. 2006: 583-592
    99杨久龄,刘会学. GB 5768-1999《道路交通标志和标线》应用指南.中国标准出版社, 2000
    100 X. L. Chen, J. Yang, J. Zhang, et al. Automatic Detection and Recognition of Signs from Natural Scenes. IEEE Transactions on Image Processing. 2004, 13(1): 87-99
    101 M. D. Fairchild. Color Appearance Models. Massachusetts: Addison Wesley Longman,1998
    102 H. Palus. Representations of Color Images in Different Color Spaces,The Color Image Processing Handbook. London: Chapman & Hall, 1998, 67-92
    103大田登(日).色彩工学.刘中本译.西安交通大学出版社, 1997
    104 J. Q. Liu, Y. H. Yang. Multiresolution Color Image Segmentation. IEEE Transactions on Pattern Analysis and Machine Intelligence. 1994, 16(7): 689-700
    105 R. C. Gonzalez, R. E. Woods. Digital Image Processing, Second Edition. Prentice Hall, New Jersey. 2002:282-342
    106 B. C. Chien, M. C. Cheng. A Color Image Segmentation Approach Based on Fuzzy Similarity Measure. Proceedings of the 2002 IEEE International Conference on Fuzzy Systems. 2002:449-454
    107 A. R. Smith. Color Gamut Transform Pairs. Proceedings of the 5th Annual Conference on Computer Graphics and Interactive Techniques, New York, USA. 1978: 12-19
    108 R. W. G. Hunt. The Reproduction of Color, Sixth Edition. John Wiley & Sons Ltd, 2004
    109 T. Gevers, A. W. M. Smeulders. Color-based Object Recognition. Pattern Recognition. 1999, 32(3):453-464
    110边肇祺,张学工等.模式识别.清华大学出版社. 2000: 284-304
    111 R. O. Duda, P. E. Hart, D. G. Stork. Pattern Classification, Second Edition. John Wiley & Sons, Inc, 2001
    112 S. Theodoridis, K. Koutroumbas. Pattern Recognition, Third Edition. Elsevier, 2006
    113 X. Wang. Adaptive Multistage Median Filter. IEEE Transactions on Signal Processing. 1992, 40(4): 1015-1017
    114李士勇.模糊控制·神经控制与智能控制论.哈尔滨工业大学出版社,第2版. 1998: 263-279
    115 K. Suzuki, I. Horiba, and N. Sugie. Linear-time Connected-component Labeling Based on Sequential Local Operations. Computer Vision and Image Understanding. 2003, 89(1): 1-23
    116 B. Funt, K. Barnard, and L. Martin. Is Machine Colour Constancy Good Enough? Fifth European Conf. on Computer Vision (ECCV’98), Freiburg, Germany, 1998: 455-459
    117 M. Sridharan and P. Stone. Towards On-board Color Constancy on Mobile Robots. First Canadian Conference on Computer and Robot Vision (CRV'04), Ontario, Canada. 2004: 17-19
    118 M. Ebner. A Parallel Algorithm for Color Constancy. Journal of Parallel Distribution Computing. vol. 2004, 64(1): 79-88
    119 M. Ebner. Color Constancy Using Local Color Shifts. The 8th European Conference on Computer Vision, Prague, Czech Republic. 2004: 276-287
    120 M. Ebner. Color Constancy Based on Local Space Average Color. Machine Vision and Applications. 2008, DOI: 10.1007/s00138-008-0126-2
    121 E. H. Land. The Retinex Theory of Color Vision. Scientific American. 1977, 237(6): 108-128
    122 E. H. Land. Recent Advances in Retinex Theory and Some Implications for Cortical computations: Color Vision and the Natural Image. Proceedings of the National Academy of Sciences of the United States of America. 1983,80: 5163-5169
    123 A. Toet. Multiscale Contrast Enhancement with Application to Image Fusion. Optical Engineering. 1992, 5: 1197-1207
    124 R. N. Strickland, B. A. Tomas. A Study of Scene Structure in the Saturation Component of Color Images. Human Vision and Electronic Imaging, BE Rogowitz and JP Allebach, Bds, Proc of the SPIE, 1996, 2657: 32-41
    125 C. C. Yang, J. J. Rodriguez. Efficient Luminance and Saturation Processing Techniques for Bypassing Color Coordinate Transformations. Proceedings of IEEE international Conference On Systems, Man and Cyberntics, Bogota Columbia. 1995: 56-67
    126 M. Ebner. Color Constancy. John Wiley & Sons, Ltd. 2007
    127 D. J. Jobson, Z. Rahman, and G. A. Woodell. A Multiscale Retinex for Bridging the Gap between Color Images and the Human Observation of Scenes. IEEE Transaction on Image Processing. 1997, 6(7): 965-976
    128 J. McCann. Lessons Learned from Mondrians Applied to Real Image and Color Gamuts. Proc. IS&T/SID Seventh Color Imaging Conference. 1999: 1-8
    129 E. H. Land. Recent Advances in Retinex Theory. Vision Research. 1986,26(1): 7-22
    130 B. Funt, F. Ciurea, J. McCann. Retinex in MATLAB. Journal of Electronic Imaging. 2004, 13(1): 48-57
    131 F. Gasparini, R. Schettini. Color Balancing of Digital Photos Using Simple Image Statistics. Pattern Recognition. 2004, 37: 1201-1217
    132 V. Cardei, B. Funt, K. Barnard. White Point Estimation for UncalibratedImages. Proceedings of the IS&T/SID Seventh Color Imaging Conference, Scottsdale, USA. 1999: 97-100
    133 Z. Rahman, D. J. Jobson and G. A. Woodell. Method of Improving a Digital Image. United States Patent No. 5,991,456
    134 G. Buchsbaum. A Spatial Processor Model for Object Colour Perception. Journal of the Franklin Institute, 1980, 310(1): 337-350
    135 M. K. Hu. Visual Pattern by Moment Invariants. IEEE IRE Transactions on Information Theory, 1962, 8(1): 179-187
    136 T. H. Resis. The Revised Fundamental Theorem of Moment Invariants. IEEE Transactions on Pattern Analysis and Machine Intelligence. 1991, 13(8): 830-834
    137 J. Flusser. On the Independence of Rotation Moment Invariants. Pattern Recognition. 2000, 33(9): 1405-1410
    138 M. R. Teague. Image Analysis via the General Theory of Moments. Journal of Optical Society of the America. 1980, 70: 920-930
    139 R. Mukundan, S. H. ONG, P. A. LEE. Image Analysis by Tchebichef Moments. IEEE Transactions on Image Processing. 2001, 10(9): 1357-1364
    140 R. Mukundan. Radial Tchebichef invariants for pattern recognition. TENCON 2005 IEEE Region 10. Melbourne, Australia: IEEE. 2005: 1-6
    141 D. F. Specht. Probabilistic Neural Networks for Classification, Mapping or Associative Memory. IEEE International Conference on Neural Networks. 1988: 525-532
    142 T. Hoya. On the Capability of Accommodating New Classes within Probabilistic Neural Networks. IEEE Transactions on Neural Networks. 2003, 14(2): 450-453
    143 D. F. Specht, H. Romsdahl. Experience with Adaptive Probabilistic Neural Networks and Adaptive General Regression Neural Networks. IEEE International Conference on Neural Networks, Orlando, FL. 1994: 1203-1208
    144 A. Likas, N. Vlassis, J. J. Verbeek. The Global K–Means Clustering Algorithm. Pattern Recognition. 2003, 36(2): 451-461
    145 P. Hansen, E. Ngai, B. K. Cheung, et al. Analysis of global K-Means, an Incremental Heuristic for Minimum Sum-of-Squares Clustering. Journal of Classification. 2005, 22(2): 287-310
    146 J. Kennedy and R. Eberhart. Particle Swarm Optimization. Proceedings ofIEEE International Conference on Neural Networks, Perth, WA, Australia. 1995: 1942-1948
    147 J. Kennedy, R. C. Eberhart. Swarm Intelligence. Morgan Kaufmann, San Francisco, 2001
    148 R. Poli, J. Kennedy, T. Blackwell. Particle Swarm Optimization: an Overview. Swarm Intelligence. 2007, 1(1): 33-57
    149 Y. H. Shi and R. C. Eberhart. Empirical Study of Particle Swarm Optimization. Proceedings of the 1999 Congress on Evolutionary Computation, Washington, DC, USA. 1999: 1945-1950
    150 M. Clerc, J. Kennedy. The Particle Swarm—Explosion, Stability, and Convergence in a Multidimensional Complex Space. IEEE Transactions on Evolutionary Computation. 2002, 6(1): 58-73
    151 A. Carlisle, G. Dozier. An Off-The-Shelf PSO. Proceedings of the 2001 Workshop on Particle Swarm Optimization, Indianapolis, IN. 2001: 1-6
    152 R. Reed. Pruning Algorithms—A Survey. IEEE Transaction on Neural Networks. 1993, 4(5): 740-747
    153 B. George, G. Michael. Feed-Forward Neural Networks. IEEE Potentials. 1994, 13(4): 27-31
    154 M. Wynne-Jones. Constructive Algorithms and Pruning: Improving the Multiplayer Perception. Proceedings of the 13th IMACS World Congress on Computation and Applied Mathematics. 1991: 747-750
    155 S. HAYKIN. Adaptive Filter Theory, 4th edition. NJ: Prentice Hall, 2001
    156 V. N. Vapnik. Statistical Learning Theory. New York: John Wiley & Sons, 1998: 1-15
    157 V. N. Vapnik.统计学习理论的本质.张学工译.清华大学出版社. 2000
    158 V. N. Vapnik. The Nature of statistical Learning Theory, New York: Springer-Verlag, 1999
    159 V. Cherkassky, F. Mulier. Learning from Data: Theory and Methods. NY: John Viley & Sons. 1997: 1-24
    160 V. N. Vapnik. An Overview of Statistical Learning Theory. IEEE Transactions on Neural Networks. 1999, 10(5): 988-999
    161 M. Anthony. Probabilistic Analysis of Learning in Artificial Neural Networks: The PAC Model and Its Variants. Neural Computing Surveys. 1997: 1-37
    162 C. Cortes, V. Vapnik. Support-vector Network. Machine Learning. 1995, 20:273-297
    163 J. Weston, C. Watkins. Multi-class Support Vector Machines. Technical Report: CSD-TR-98-04,Royal Holloway: University of London. 1998
    164 L. Bottou, C. Cortes, J. Denker, et al. Comparison of Classifier Methods: A Case Study in Handwriting Digit Recognition. Proc. Int. Conf. Pattern Recognition. , 1994: 77–87
    165 S. Knerr, L. Personnaz, and G. Dreyfus. Single-layer learning revisited: a stepwise procedure for building and training a neural network. Neurocomputing: Algorithms, Architectures and Applications. Springer-Verlag, 1990
    166 F. Schwenker. Hierarchical Support Vector Machines for Multi-Class Pattern Recognition. Proceedings of the Fourth International conference on Knowledge-Based Intelligent Engineering Systems & Allied Technologies. 2000, 2: 561-565
    167 J. Friedman. Another Approach to Polychotomous Classification. Dept. Statist., Stanford University. http://www-stat.stanford.edu/reports/friedman/poly.ps.Z
    168 J. C. Platt, N. Cristianini, and J. Shawe-Taylor. Large Margin DAG’s for Multiclass Classification. Advances in Neural Information Processing Systems. Cambridge, MA: MIT Press. 2000: 547-553
    169 C. W. Hsu, C. J. Lin. A Comparison of Methods for Multi-Class Support Vector Machines. IEEE Trans. Neural Networks. 2002, 13(2): 415-425
    170 C. C. Chang and C. J. Lin, LIBSVM : a Library for Support Vector Machines, 2001. Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm
    171 J. Flusser, T. Suk. Pattern Recognition by Affine Moment Invariants. Pattern Recognition. 1993, 26(1): 167-174
    172 J. Liu, T. X. Zhang. Fast Algorithm for Generation of Moment Invariants. Pattern Recognition. 2004, 37(8): 1745-1756
    173 J. Mercer. Functions of Positive and Negative Type and Their Connection with the Theory of Integral Equations. Philosophical Transactions of the Royal Society, London. 1909, A209: 415-446
    174邓乃扬,田英杰.数据挖掘中的新方法——支持向量机.科学出版社. 2006: 164-223
    175 C. C. Chang, C. J. Lin. Trainingν-Support Vector Classifiers: Theory and Algorithms. Neural Computation. 2001, 13(9): 2119-2147
    176 P. H. Chen, C. J. Lin, B. Sch?lkopf. A Tutorial onν- Support Vector Machines. http://www.csie.ntu.edu.tw/cjlin/papers/nusvmtutorial.pdf. 2003

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700