paper-with-me

Papers

Real-Time Weather Image Classification with SVM

2024-09-01 · Eden Ship, Eitan Spivak, Shubham Agarwal, Raz Birman, Ofer Hadar

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.

📄 PDF Abstract BibTeX arXiv:2409.00821

Code (1)

eitanspi/weather-image-classification 공식 구현

Tasks

Autonomous VehiclesClassificationComputational Efficiencyimage-classificationImage Classificationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A Multi-Level Hierarchical Framework for the Classification of Weather Conditions and Hazard Prediction

2024-07-23 · Harish Neelam

This paper presents a multilevel hierarchical framework for the classification of weather conditions and hazard prediction. In recent years, the importance of data has grown significantly, with various types like text, n…

Self-Driving CarsWeather Forecasting

ClearVision: Leveraging CycleGAN and SigLIP-2 for Robust All-Weather Classification in Traffic Camera Imagery

2025-04-28 · Anush Lakshman Sivaraman, Kojo Adu-Gyamfi, Ibne Farabi Shihab, Anuj Sharma

Adverse weather conditions challenge safe transportation, necessitating robust real-time weather detection from traffic camera imagery. We propose a novel framework combining CycleGAN-based domain adaptation with efficie…

AllContrastive LearningDomain Adaptation

Domain Adaptation from Generated Multi-Weather Images for Unsupervised Maritime Object Classification

2025-01-26 · Dan Song, Shumeng Huo, Wenhui Li, Lanjun Wang 외

The classification and recognition of maritime objects are crucial for enhancing maritime safety, monitoring, and intelligent sea environment prediction. However, existing unsupervised methods for maritime object classif…

Domain AdaptationObject

LRC-WeatherNet: LiDAR, RADAR, and Camera Fusion Network for Real-time Weather-type Classification in Autonomous Driving

2026-03-23 · Nour Alhuda Albashir, Lars Pernickel, Danial Hamoud, Idriss Gouigah 외 arxiv

Autonomous vehicles face major perception and navigation challenges in adverse weather such as rain, fog, and snow, which degrade the performance of LiDAR, RADAR, and RGB camera sensors. While each sensor type offers uni…

Computational EfficiencyAutonomous VehiclesAutonomous Driving

Weather and Light Level Classification for Autonomous Driving: Dataset, Baseline and Active Learning

2021-04-28 · Mahesh M Dhananjaya, Varun Ravi Kumar, Senthil Yogamani

Autonomous driving is rapidly advancing, and Level 2 functions are becoming a standard feature. One of the foremost outstanding hurdles is to obtain robust visual perception in harsh weather and low light conditions wher…

Active LearningAutonomous DrivingClassificationGeneral Classification