Stylistic-STORM (ST-STORM) : Perceiving the Semantic Nature of Appearance

arXiv cs.CV / 4/20/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that many SSL methods (e.g., MoCo/DINO) rely on learning representations invariant to appearance changes, which can fail when appearance itself is the key discriminative signal.
  • It introduces Stylistic-STORM (ST-STORM), a hybrid self-supervised learning framework that disentangles “content” from “style” by using two latent streams controlled via gating mechanisms.
  • The Content branch is trained with a JEPA scheme plus a contrastive objective to remain stable and invariant to appearance variations.
  • The Style branch is trained to capture appearance-specific signatures (textures, contrast, scattering) via feature prediction and reconstruction with an adversarial constraint.
  • Experiments on ImageNet-1K, fine-grained weather characterization, and ISIC 2024 melanoma detection show strong style isolation performance (e.g., F1=97% for Multi-Weather, F1=94% on ISIC 2024 with 10% labeled data) while not degrading content semantics (F1=80% on ImageNet-1K).

Abstract

One of the dominant paradigms in self-supervised learning (SSL), illustrated by MoCo or DINO, aims to produce robust representations by capturing features that are insensitive to certain image transformations such as illumination, or geometric changes. This strategy is appropriate when the objective is to recognize objects independently of their appearance. However, it becomes counterproductive as soon as appearance itself constitutes the discriminative signal. In weather analysis, for example, rain streaks, snow granularity, atmospheric scattering, as well as reflections and halos, are not noise: they carry the essential information. In critical applications such as autonomous driving, ignoring these cues is risky, since grip and visibility depend directly on ground conditions and atmospheric conditions. We introduce ST-STORM, a hybrid SSL framework that treats appearance (style) as a semantic modality to be disentangled from content. Our architecture explicitly separates two latent streams, regulated by gating mechanisms. The Content branch aims at a stable semantic representation through a JEPA scheme coupled with a contrastive objective, promoting invariance to appearance variations. In parallel, the Style branch is constrained to capture appearance signatures (textures, contrasts, scattering) through feature prediction and reconstruction under an adversarial constraint. We evaluate ST-STORM on several tasks, including object classification (ImageNet-1K), fine-grained weather characterization, and melanoma detection (ISIC 2024 Challenge). The results show that the Style branch effectively isolates complex appearance phenomena (F1=97% on Multi-Weather and F1=94% on ISIC 2024 with 10% labeled data), without degrading the semantic performance (F1=80% on ImageNet-1K) of the Content branch, and improves the preservation of critical appearance

Stylistic-STORM (ST-STORM) : Perceiving the Semantic Nature of Appearance | AI Navigate