用SVM实现4类天气图像实时分类,准确率达92.8%。
Real-Time Weather Image Classification with SVM
- 基于亮度、纹理、颜色等12个特征,采用SVM进行分类。
- 92.8%准确率超越多数传统方法,接近深度学习水平。
- 适合对速度和精度要求高的自动驾驶等实时系统。
准确识别图像中的天气状况对提升复杂天气下目标检测与分类模型的性能至关重要。本文将天气分为雨天、低光、雾霾和晴朗四类,提出一种基于支持向量机(SVM)的方法,利用亮度、饱和度、噪声水平、模糊度、边缘强度、运动模糊、局部二值模式(LBP)均值与方差(半径1,2,3)、边缘均值与方差,以及红绿蓝通道的颜色直方图均值与方差共12个特征。该方法在真实数据上达到92.8%的准确率,优于文献中80%-90%的传统机器学习基准。尽管深度学习可达到最高94%准确率,本方法在计算效率与实时性方面更具优势。特征分析表明,纹理、颜色与边缘特征对区分不同天气最为关键。研究为天气图像分类提供了新思路,验证了SVM在高精度场景下的实用潜力。
原文摘要 · Abstract (English)
Accurate classification of weather conditions in images is essential for enhancing the performance of object detection and classification models under varying weather conditions. This paper presents a comprehensive study on classifying weather conditions in images into four categories: rainy, low light, haze, and clear. The motivation for this work stems from the need to improve the reliability and efficiency of automated systems, such as autonomous vehicles and surveillance, which must operate under diverse weather conditions. Misclassification of weather conditions can lead to significant performance degradation in these systems, making robust weather classification crucial. Utilizing the Support Vector Machine (SVM) algorithm, our approach leverages a robust set of features, including brightness, saturation, noise level, blur metric, edge strength, motion blur, Local Binary Patterns (LBP) mean and variance for radii 1, 2, and 3, edges mean and variance, and color histogram mean and variance for blue, green, and red channels. Our SVM-based method achieved a notable accuracy of 92.8%, surpassing typical benchmarks in the literature, which range from 80% to 90% for classical machine learning methods. While deep learning methods can achieve up to 94% accuracy, our approach offers a competitive advantage in terms of computational efficiency and real-time classification capabilities. Detailed analysis of each feature's contribution highlights the effectiveness of texture, color, and edge-related features in capturing the unique characteristics of different weather conditions. This research advances the state-of-the-art in weather image classification and provides insights into the critical features necessary for accurate weather condition differentiation, underscoring the potential of SVMs in practical applications where accuracy is paramount.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。