paper-with-me

홈 › Papers

GlocalCLIP: Object-agnostic Global-Local Prompt Learning for Zero-shot Anomaly Detection

2024-11-09 · Jiyul Ham, Yonggon Jung, Jun-Geol Baek

Zero-shot anomaly detection (ZSAD) is crucial for detecting anomalous patterns in target datasets without using training samples, specifically in scenarios where there are distributional differences between the target domain and training data or where data scarcity arises because of restricted access. Although recently pretrained vision-language models demonstrate strong zero-shot performance across various visual tasks, they focus on learning class semantics, which makes their direct application to ZSAD challenging. To address this scenario, we propose GlocalCLIP, which uniquely separates global and local prompts and jointly optimizes them. This approach enables the object-agnostic glocal semantic prompt to effectively capture general normal and anomalous patterns without dependency on specific objects in the image. We refine the text prompts for more precise adjustments by utilizing deep-text prompt tuning in the text encoder. In the vision encoder, we apply V-V attention layers to capture detailed local image features. Finally, we introduce glocal contrastive learning to improve the complementary learning of global and local prompts, effectively detecting anomalous patterns across various domains. The generalization performance of GlocalCLIP in ZSAD was demonstrated on 15 real-world datasets from both the industrial and medical domains, achieving superior performance compared to existing methods. Code will be made available at https://github.com/YUL-git/GlocalCLIP.

📄 PDF Abstract BibTeX arXiv:2411.06071

Code (1)

yul-git/glocalclip 공식 구현 pytorch

Tasks

Anomaly DetectionContrastive LearningPrompt Learningzero-shot anomaly detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Contrastive Learning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Local Prompt Adaptation for Style-Consistent Multi-Object Generation in Diffusion Models

2025-07-27 · Ankit Sanjyal arxiv

Diffusion models have become a powerful backbone for text-to-image generation, producing high-quality visuals from natural language prompts. However, when prompts involve multiple objects alongside global or local style …

Text-to-Image GenerationScene Generation

GLoD: Composing Global Contexts and Local Details in Image Generation

2024-04-23 · Moyuru Yamada

Diffusion models have demonstrated their capability to synthesize high-quality and diverse images from textual prompts. However, simultaneous control over both global contexts (e.g., object layouts and interactions) and …

DenoisingImage GenerationObjectText to Image Generation+1

TriViewBench: Controlled Complexity Scaling for Multi-View Structural Reasoning in MLLMs

2026-06-24 · Yu-Yang Chen, Lan-Zhe Guo arxiv

Multimodal Large Language Models (MLLMs) demonstrate strong performance on standard visual question answering benchmarks, yet their scalability under controlled structural complexity remains poorly understood. We introdu…

Visual Question AnsweringVisual ReasoningObject Counting

SAPL: Semantic-Agnostic Prompt Learning in CLIP for Weakly Supervised Image Manipulation Localization

2026-01-09 · Xinghao Wang, Changtao Miao, Dianmo Sheng, Tao Gong 외 arxiv

Malicious image manipulation threatens public safety and requires efficient localization methods. Existing approaches depend on costly pixel-level annotations which make training expensive. Existing weakly supervised met…

Image Manipulation LocalizationContrastive Learning

AGLA: Mitigating Object Hallucinations in Large Vision-Language Models with Assembly of Global and Local Attention

2024-06-18 · Wenbin An, Feng Tian, Sicong Leng, Jiahao Nie 외

Despite their great success across various multimodal tasks, Large Vision-Language Models (LVLMs) are facing a prevalent problem with object hallucinations, where the generated textual responses are inconsistent with gro…

ObjectResponse GenerationVisual Grounding