paper-with-me

Papers

Sim-CLIP: Unsupervised Siamese Adversarial Fine-Tuning for Robust and Semantically-Rich Vision-Language Models

2024-07-20 · Md Zarif Hossain, Ahmed Imteaj

Vision-language models (VLMs) have achieved significant strides in recent times specially in multimodal tasks, yet they remain susceptible to adversarial attacks on their vision components. To address this, we propose Sim-CLIP, an unsupervised adversarial fine-tuning method that enhances the robustness of the widely-used CLIP vision encoder against such attacks while maintaining semantic richness and specificity. By employing a Siamese architecture with cosine similarity loss, Sim-CLIP learns semantically meaningful and attack-resilient visual representations without requiring large batch sizes or momentum encoders. Our results demonstrate that VLMs enhanced with Sim-CLIP's fine-tuned CLIP encoder exhibit significantly enhanced robustness against adversarial attacks, while preserving semantic meaning of the perturbed images. Notably, Sim-CLIP does not require additional training or fine-tuning of the VLM itself; replacing the original vision encoder with our fine-tuned Sim-CLIP suffices to provide robustness. This work underscores the significance of reinforcing foundational models like CLIP to safeguard the reliability of downstream VLM applications, paving the way for more secure and effective multimodal systems.

📄 PDF Abstract BibTeX arXiv:2407.14971

Code (0)

등록된 구현이 없습니다.

Tasks

Specificity

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Robust CLIP: Unsupervised Adversarial Fine-Tuning of Vision Embeddings for Robust Large Vision-Language Models

2024-02-19 · Christian Schlarmann, Naman Deep Singh, Francesco Croce, Matthias Hein

Multi-modal foundation models like OpenFlamingo, LLaVA, and GPT-4 are increasingly used for various real-world tasks. Prior work has shown that these models are highly vulnerable to adversarial attacks on the vision moda…

Adversarial DefenseMultimodal Deep Learningzero-shot-classificationZero-Shot Learning

Learning from Inside: Self-driven Siamese Sampling and Reasoning for Video Question Answering

2021-12-01 · NeurIPS 2021 12 · Weijiang Yu, Haoteng Zheng, Mengfei Li, Lei Ji 외

Recent advances in the video question answering (i.e., VideoQA) task have achieved strong success by following the paradigm of fine-tuning each clip-text pair independently on the pretrained transformer-based model via s…

Multimodal ReasoningQuestion AnsweringVideo Question Answering

Adapting Contrastive Language-Image Pretrained (CLIP) Models for Out-of-Distribution Detection

2023-03-10 · Nikolas Adaloglou, Felix Michels, Tim Kaiser, Markus Kollmann

We present a comprehensive experimental study on pretrained feature extractors for visual out-of-distribution (OOD) detection, focusing on adapting contrastive language-image pretrained (CLIP) models. Without fine-tuning…

Anomaly DetectionImage CaptioningOut-of-Distribution DetectionOut of Distribution (OOD) Detection+1

A Step Towards Robust Unsupervised Domain Adaptation via Fine-Tuning and Reinforcement Learning

2026-07-03 · Sushant Dagaji Desale, Rahul Mishra, Ashutosh Kumar Sinha arxiv

Adversarial robustness in Unsupervised Domain Adaptation (UDA) remains a significant challenge due to noisy pseudo labels and inherent distributional shifts between the clean source and adversarially perturbed target dom…

Unsupervised Domain AdaptationReinforcement LearningAdversarial Robustness

Adversarially Robust CLIP Models Can Induce Better (Robust) Perceptual Metrics

2025-02-17 · Francesco Croce, Christian Schlarmann, Naman Deep Singh, Matthias Hein

Measuring perceptual similarity is a key tool in computer vision. In recent years perceptual metrics based on features extracted from neural networks with large and diverse training sets, e.g. CLIP, have become popular. …

Image Retrieval