Heuristic Style Transfer for Real-Time, Efficient Weather Attribute Detection

arXiv cs.CV / 4/16/2026

📰 NewsSignals & Early TrendsModels & Research

Key Points

  • The paper proposes lightweight, real-time deep-learning architectures for detecting weather types (sunny, rain, snow, fog) from RGB images and predicting 11 additional weather attributes, totaling 53 classes across multi-task outputs.
  • It investigates “weather as visual style” by applying style-inspired mechanisms such as Gram matrices (including automated/local Gram computation), truncated ResNet-50 features, PatchGAN-style discriminators, and attention within a multi-task framework.
  • Two model families—RTM (ResNet50-Truncated-MultiTasks) and PMG (PatchGAN-MultiTasks-Gram)—are introduced, with the PMG design showing strong spatial coherence via local style capture.
  • Reported results show high internal performance (F1 > 96%) and meaningful zero-shot transfer (F1 > 78% on external datasets), indicating generalization beyond the training distribution.
  • The authors release a large CC-BY dataset (503,875 images with 12 weather attributes) and highlight that the PMG model uses <5M parameters and low memory, targeting deployment on embedded systems with modular task add/remove capability.

Abstract

We present lightweight and efficient architectures to detect weather conditions from RGB images, predicting the weather type (sunny, rain, snow, fog) and 11 complementary attributes such as intensity, visibility, and ground condition, for a total of 53 classes across the tasks. This work examines to what extent weather conditions manifest as variations in visual style. We investigate style-inspired techniques, including Gram matrices, a truncated ResNet-50 targeting lower and intermediate layers, and PatchGAN-style architectures, within a multi-task framework with attention mechanisms. Two families are introduced: RTM (ResNet50-Truncated-MultiTasks) and PMG (PatchGAN-MultiTasks-Gram), together with their variants. Our contributions include automation of Gram-matrix computation, integration of PatchGAN into supervised multi-task learning, and local style capture through local Gram for improved spatial coherence. We also release a dataset of 503,875 images annotated with 12 weather attributes under a Creative Commons Attribution (CC-BY) license. The models achieve F1 scores above 96 percent on our internal test set and above 78 percent in zero-shot evaluation on several external datasets, confirming their generalization ability. The PMG architecture, with fewer than 5 million parameters, runs in real time with a small memory footprint, making it suitable for embedded systems. The modular design of the models also allows style-related or weather-related tasks to be added or removed as needed.