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

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

17 Apr 2026arXiv:2604.16086added by Syntology

Hamed Ouattara, Pierre Duthon, Pascal Houssam Salmane, Frédéric Bernardin, Omar Ait Aider

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.16086")

Code

Syntology Ran 12 of 13 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 7 ran · our draft was wrong; 5 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Hamedkiri/RT-STORM-V2 found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 12 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran · our draft was wrong
5ran
1unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Hamedkiri/RT-STORM-V2. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

MLP Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran no licence file found · pointer only · 309fbf3960018a7e · report
ResNetBackbone Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 8109216719701d7e · report
SemAugConfig Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran no licence file found · pointer only · 081d2c8aacc53959 · report
TokenJEPA Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran no licence file found · pointer only · 95dfe6d768766f2c · report
_BatchAugmenter Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 701ea0fb635c7bf6 · report
_imagenet_norm Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · ec68c281bd6b07b7 · report
_l2n Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 021137c751df2735 · report
_remap_resnet_keys_to_wrapper Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 2107e587dce2c609 · report
_select_encoder_subdict Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 4b5026d1866b3c6b · report
_strip_prefixes Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 066cb20f7001e456 · report
_to_01 Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 5a083d84445a8dfc · report
_unwrap_checkpoint Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 780416a013ab6ade · report
SemanticMoCoJEPA Hamedkiri/RT-STORM-V2/models/semantic_moco_jepa.py found in paper text by Syntology unverified no licence file found · pointer only · d69fe3618921eed7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.16086, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections