Papers › Bridging Vision Foundation Model Priors with CLIP for Spatial-aware Few-shot Anomaly...

Bridging Vision Foundation Model Priors with CLIP for Spatial-aware Few-shot Anomaly Detection in Medical Images

11 Sep 2026arXiv:2609.12454added by Syntology

Juzheng Miao, Yuchen Yuan, Cheng Chen, Pheng-Ann Heng

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

Vision-Language Models such as CLIP enable effective few-shot medical anomaly detection (AD) via strong image-text semantic alignment. However, their globally contrastive pretraining lacks explicit spatial supervision, limiting precise lesion localization. In contrast, Vision Foundation Models (VFMs) such as DINO learn spatially coherent patch representations via self-distillation and local-to-global consistency, better capturing fine-grained anatomical structures. Leveraging this complementarity, we propose Spatial-FAD, a spatial-aware few-shot medical AD framework that improves lesion localization by combining VFM spatial priors with CLIP semantics. Specifically, we introduce a VFM-enhanced adapter that injects a structural affinity prior derived from DINO into CLIP features. This structure-guided refinement encourages visual embeddings to better adhere to lesion boundaries while maintaining semantic alignment. To address the loss of spatial detail from patchification and the limited input resolution of CLIP, we adopt a sliding-window aggregation strategy. This generates high-resolution, spatially dense embeddings to further enhance localization granularity. Moreover, we introduce a prototype-enhanced support memory scheme to efficiently exploit the few-shot support set. This module stores compact prototypes for normal and abnormal patterns, reducing memory costs while boosting performance by fusing patch-to-prototype and image-text similarities. Extensive experiments on three benchmark datasets, including Liver CT, Retinal OCT, and Brain MRI, demonstrate that Spatial-FAD significantly outperforms state-of-the-art methods, especially in lesion segmentation. Notably, in the 4-shot scenario, our method achieves an average improvement of over 11.4% in Dice score and 1.8% in AUC. Code is available at: https://github.com/JuzhengMiao/Spatial-FAD.

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

Code

Syntology Ran 4 of 12 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong.

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

JuzhengMiao/Spatial-FAD found in paper text by SyntologyMIT 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

12 samples harvested; 4 ran; 1 honoured the contract we drafted; 8 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
2ran · our draft was wrong
8unverified

Licence: 0 of the 12 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 JuzhengMiao/Spatial-FAD. “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.

convert_to_custom_text_state_dict JuzhengMiao/Spatial-FAD/CLIP/model.py found in paper text by Syntology ran · violated contract MIT (permissive) · f19962ebb134b3d7 · report
get_cast_dtype JuzhengMiao/Spatial-FAD/CLIP/model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · dcd422d66b0581d8 · report
get_input_dtype JuzhengMiao/Spatial-FAD/open_clip_SpatialFAD/model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b476c8cfbf0f1f47 · report
get_rot_mat JuzhengMiao/Spatial-FAD/custom_utils.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · f0bead498d7b3068 · report
build_model_from_openai_state_dict JuzhengMiao/Spatial-FAD/CLIP/model.py found in paper text by Syntology unverified MIT (permissive) · 09c0abc70500a134 · report
cos_sim JuzhengMiao/Spatial-FAD/custom_utils.py found in paper text by Syntology unverified MIT (permissive) · 80d50221b83e3ef4 · report
freeze_batch_norm_2d JuzhengMiao/Spatial-FAD/CLIP/modified_resnet.py found in paper text by Syntology unverified MIT (permissive) · 00c4c440750b8eec · report
gather_features JuzhengMiao/Spatial-FAD/open_clip_SpatialFAD/loss.py found in paper text by Syntology unverified MIT (permissive) · ddcbd45e940484ee · report
neighbour_exchange JuzhengMiao/Spatial-FAD/open_clip_SpatialFAD/loss.py found in paper text by Syntology unverified MIT (permissive) · e332856e3c2fc814 · report
neighbour_exchange_bidir JuzhengMiao/Spatial-FAD/open_clip_SpatialFAD/loss.py found in paper text by Syntology unverified MIT (permissive) · 5b1fd364afcf3c05 · report
prepare_inputs_for_generation JuzhengMiao/Spatial-FAD/open_clip_SpatialFAD/coca_model.py found in paper text by Syntology unverified MIT (permissive) · fb651d0a97fd4d3f · report
register_pooler JuzhengMiao/Spatial-FAD/open_clip_SpatialFAD/hf_model.py found in paper text by Syntology unverified MIT (permissive) · 2a377da4a76a2d44 · report

Results from the paper

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