Papers › STORM: Segment, Track, and Object Re-Localization from a Single Image

STORM: Segment, Track, and Object Re-Localization from a Single Image

12 Nov 2025ICMLarXiv:2511.09771added by Syntology

Yu Deng, Teng Cao, Hikaru Shindo, Quentin Delfosse, Jiahong Xue, Kristian Kersting

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

Accurate 6D pose estimation and tracking are core capabilities for physical AI systems, yet real-world deployment remains brittle and labor-intensive. Many pipelines rely on CAD models, manual masking, or per-object adaptation, and still fail under occlusion or fast motion without a principled way to recognize failure. We propose STORM, a unified framework for reference-conditioned 6D tracking that can operate from a single reference image, with minimal manual input and improved robustness. STORM combines: (i) Hierarchical Spatial Fusion Attention (HSFA), a task-driven reference-query fusion architecture that supports both single-reference and multi-reference conditioning and can optionally use vision-language semantic conditioning to resolve instance ambiguities; and (ii) a BCE-trained tracking verifier whose continuous compatibility logit is used as an energy-like score to detect drift and trigger automatic re-initialization. Experiments on LM-O and YCB-Video show that STORM improves annotation-free pose tracking accuracy over strong baselines and recovers reliably from severe occlusions and rapid viewpoint changes with minimal overhead.

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="2511.09771")

Code

Syntology Ran 18 of 23 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · fixture could not drive it; 15 ran with no contract checked.

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

YuDeng321/STORM 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

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

1ran · honoured contract
1ran · violated contract
1ran · fixture could not drive it
15ran
5unverified

Licence: 23 of the 23 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 YuDeng321/STORM. “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.

FoundationPoseRuntimeConfig YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 746af444ac14f184 · report
MeshResult YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 998c6604c19ab9e6 · report
ObjectReference YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 57d905cba2ff104a · report
PoseResult YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 7221833b508d1a81 · report
RGBDFrame YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 152ac723495083ab · report
SAM3DRuntimeConfig YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 2b4a5c7af43d966a · report
SOMRuntimeConfig YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · b3a242b07a7a65cd · report
SegmentationResult YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 66f7a303579b7ae4 · report
StormConfig YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · b9280f98348783e8 · report
StormStepResult YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 45b489e48891b376 · report
TOMRuntimeConfig YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · b464901cc30b7d48 · report
TOMVerifier YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran no licence file found · pointer only · e76c7354e99d0f9d · report
TemporalVerificationPolicy YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran no licence file found · pointer only · 8fa001a18d65f0c6 · report
TomScore YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · edaceb18738e70e9 · report
VerificationResult YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 07229535d88d1133 · report
ensure_bool_mask YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · 452fba1539911ad2 · report
mask_bbox YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 0ba6e73b505a8983 · report
square_crop_from_mask YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 1a9b42a6cf573588 · report
MeshReconstructor YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · dd70e34873ee3e10 · report
PoseBackend YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · e3ca76582412baa7 · report
Segmenter YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · b6c963a9dbff0021 · report
StormPipeline YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · 151fc9e06541b459 · report
Verifier YuDeng321/STORM/storm/pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · 4dfcad1f4b63955e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2511.09771, was issued in November 2025, 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