Papers › Temporal-Emerged Prompting for Segment Anything in Multiframe Infrared Small Target Detection

Temporal-Emerged Prompting for Segment Anything in Multiframe Infrared Small Target Detection

26 Jun 2026ICMLarXiv:2606.27655added by Syntology

Yinghui Xing, Donghao Chu, Shizhou Zhang, Di Xu

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

Accurately localizing and segmenting small targets in low signal-to-noise ratio (SNR) infrared sequences remains a challenging task. Since targets are often indistinguishable from the background in individual frames, existing methods, even when equipped with advanced foundation model and powerful inter-frame association mechanisms, still fail to detect them. Motivated by the observation that targets tend to emerge gradually from the background over time and become distinguishable, we propose Temporal-Emerged Prompting for Segment Anything Model (TEP-SAM), a principled framework designed to explicitly exploit such temporal-emerged cues to modulate and prompt SAM. TEP-SAM operates by jointly modeling global motion patterns and local motion deviations to locate potential targets. It further enhances target region features by leveraging motion discrepancy, thereby generating temporal-emerged cues for SAM and enabling non-interactive segmentation. By bridging large-scale semantic pretraining with task-specific temporal modeling, TEP-SAM effectively adapts SAM to the challenging multiframe infrared small target detection task. Extensive experiments demonstrate the effectiveness of our approach, particularly under severely low-SNR conditions and in complex dynamic background.

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

Code

Syntology Ran 17 of 27 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · violated contract; 6 ran · fixture could not drive it; 10 ran with no contract checked.

By repository: found in paper text by Syntology: 26 samples from 1 repository, 16 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cdh8285/TEP-SAM 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

27 samples harvested; 17 ran; 0 honoured the contract we drafted; 10 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 · violated contract
6ran · fixture could not drive it
10ran
10unverified

Licence: 1 of the 27 samples is 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 cdh8285/TEP-SAM. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

BBCEWithLogitLoss cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 6c0f7eb56a3e3a96 · report
Block cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran MIT (permissive) · 6f8342e3a835af78 · report
ConvGRUCell cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran MIT (permissive) · 0452265283a4d375 · report
IOU cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 217e7a2eabf3b4df · report
LayerNorm2d cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 4308835d994760d5 · report
MLP cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · aa4c2f980d8d830d · report
MLPBlock cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 0ce1ec8f6e7b8a36 · report
MaskDecoder cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · d0e105681f93d4c3 · report
PatchEmbed cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 5bf3f92ed0e5b62f · report
PositionEmbeddingRandom cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · b803d3f76a89782e · report
_compute_iou_batch cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 0d3ecd6331bd36b5 · report
_dice_loss cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 2034710d3314b38b · report
add_decomposed_rel_pos cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 4f2e6648b2db3086 · report
trunc_normal_ cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · b425e24882305880 · report
window_partition cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · c198e7a794dcd181 · report
window_unpartition cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 4b5b594905f49c0e · report
Attention cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · d319af1582e25b7c · report
HybridTemporalExtractor cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · 7b009b0f6932c436 · report
ImageEncoderViT cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · 6ebaaf22245e4f24 · report
LightWeightNormalAttentionBlock cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · 526f1fa309455e92 · report
PatchEmbed2 cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · db670186f49f6a46 · report
PromptGenerator cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · c6dd8fd76ae71133 · report
SAM cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · 850f7b3f4cdbb1de · report
TwoWayAttentionBlock cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · a33a67f9a52ab9b0 · report
TwoWayTransformer cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · 77e931a97a4cda55 · report
to_2tuple cdh8285/TEP-SAM/models/sam_withToken.py found in paper text by Syntology unverified MIT (permissive) · 87f16a36e0c0923b · report
get_rel_pos identical code first harvested elsewhere ran · fixture could not drive it licence of this copy not recorded · 733d7f0bedcb74c2 · report

Results from the paper

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