paper-with-me

Papers

Prompt as Knowledge Bank: Boost Vision-language model via Structural Representation for zero-shot medical detection

2025-02-22 · Yuguang Yang, Tongfei Chen, Haoyu Huang, Linlin Yang, Chunyu Xie, Dawei Leng, Xianbin Cao, Baochang Zhang

Zero-shot medical detection can further improve detection performance without relying on annotated medical images even upon the fine-tuned model, showing great clinical value. Recent studies leverage grounded vision-language models (GLIP) to achieve this by using detailed disease descriptions as prompts for the target disease name during the inference phase. However, these methods typically treat prompts as equivalent context to the target name, making it difficult to assign specific disease knowledge based on visual information, leading to a coarse alignment between images and target descriptions. In this paper, we propose StructuralGLIP, which introduces an auxiliary branch to encode prompts into a latent knowledge bank layer-by-layer, enabling more context-aware and fine-grained alignment. Specifically, in each layer, we select highly similar features from both the image representation and the knowledge bank, forming structural representations that capture nuanced relationships between image patches and target descriptions. These features are then fused across modalities to further enhance detection performance. Extensive experiments demonstrate that StructuralGLIP achieves a +4.1\% AP improvement over prior state-of-the-art methods across seven zero-shot medical detection benchmarks, and consistently improves fine-tuned models by +3.2\% AP on endoscopy image datasets.

📄 PDF Abstract BibTeX arXiv:2502.16223

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Plug-and-play Class-aware Knowledge Injection for Prompt Learning with Visual-Language Model

2026-05-07 · Junhui Yin, Nan Pu, Xinyu Zhang, Lingfeng Yang 외 arxiv

Prompt learning has become an effective and widely used technique in enhancing vision-language models (VLMs) such as CLIP for various downstream tasks, particularly in zero-shot classification within specific domains. Ex…

Historical Test-time Prompt Tuning for Vision Foundation Models

2024-10-27 · Jingyi Zhang, Jiaxing Huang, Xiaoqin Zhang, Ling Shao 외

Test-time prompt tuning, which learns prompts online with unlabelled test samples during the inference stage, has demonstrated great potential by learning effective prompts on-the-fly without requiring any task-specific …

image-classificationImage ClassificationMemorizationobject-detection+2

PromptTA: Prompt-driven Text Adapter for Source-free Domain Generalization

2024-09-21 · Haoran Zhang, Shuanghao Bai, Wanqi Zhou, Jingwen Fu 외

Source-free domain generalization (SFDG) tackles the challenge of adapting models to unseen target domains without access to source domain data. To deal with this challenging task, recent advances in SFDG have primarily …

Domain GeneralizationSource-free Domain Generalization

Beyond Bounding Box: Multimodal Knowledge Learning for Object Detection

2022-05-09 · Weixin Feng, Xingyuan Bu, Chenchen Zhang, Xubin Li

Multimodal supervision has achieved promising results in many visual language understanding tasks, where the language plays an essential role as a hint or context for recognizing and locating instances. However, due to t…

Objectobject-detectionObject Detection

Adversarial Prompt Distillation for Vision-Language Models

2024-11-22 · Lin Luo, Xin Wang, Bojia Zi, Shihao Zhao 외

Large pre-trained Vision-Language Models (VLMs) such as Contrastive Language-Image Pre-Training (CLIP) have been shown to be susceptible to adversarial attacks, raising concerns about their deployment in safety-critical …

Adversarial RobustnessAutonomous DrivingKnowledge DistillationMedical Diagnosis