paper-with-me

홈 › Papers

VladVA: Discriminative Fine-tuning of LVLMs

2024-12-05 · CVPR 2025 1 · Yassine Ouali, Adrian Bulat, Alexandros Xenos, Anestis Zaganidis, Ioannis Maniadis Metaxas, Brais Martinez, Georgios Tzimiropoulos

Contrastively-trained Vision-Language Models (VLMs) like CLIP have become the de facto approach for discriminative vision-language representation learning. However, these models have limited language understanding, often exhibiting a "bag of words" behavior. At the same time, Large Vision-Language Models (LVLMs), which combine vision encoders with LLMs, have been shown to be capable of detailed vision-language reasoning, yet their autoregressive nature renders them less suitable for discriminative tasks. In this work, we propose to combine "the best of both worlds": a new training approach for discriminative fine-tuning of LVLMs that results in strong discriminative and compositional capabilities. Essentially, our approach converts a generative LVLM into a discriminative one, unlocking its capability for powerful image-text discrimination combined with enhanced language understanding. Our contributions include (1) a carefully designed training/optimization framework that utilizes image-text pairs of variable length and granularity for training the model with both contrastive and next-token prediction losses. This is accompanied by ablation studies that justify the necessity of our framework's components; (2) a parameter-efficient adaptation method using a combination of soft prompting and LoRA adapters; (3) significant improvements over state-of-the-art CLIP-like models of similar size, including standard image-text retrieval benchmarks and notable gains in compositionality.

📄 PDF Abstract BibTeX arXiv:2412.04378

Code (0)

등록된 구현이 없습니다.

Tasks

Image-text RetrievalRepresentation LearningText Retrieval

Methods 이 논문이 사용한 방법론

Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
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 제목 키워드 기반

Self-Improving Small Object Grounding in LVLMs

2026-06-01 · Tianze Yang, Yucheng Shi, Ruitong Sun, Ninghao Liu 외 arxiv

Can internal attention patterns in Large Vision Language Models (LVLMs) identify reliable small-object boxes without fine-tuning? In this work, we provide an affirmative answer. Attention structure in LVLMs encodes groun…

Object Localization

Leveraging Chat-Based Large Vision Language Models for Multimodal Out-Of-Context Detection

2024-01-22 · Fatma Shalabi, Hichem Felouat, Huy H. Nguyen, Isao Echizen

Out-of-context (OOC) detection is a challenging task involving identifying images and texts that are irrelevant to the context in which they are presented. Large vision-language models (LVLMs) are effective at various ta…

image-classificationImage ClassificationText Generation

Instruction-Following Evaluation of Large Vision-Language Models

2025-12-29 · Daiki Shiono, Shumpei Miyawaki, Ryota Tanaka, Jun Suzuki arxiv

Following the initial flourishing of large language models (LLMs), there has been a surge in proposed large vision-language models (LVLMs) that integrate LLMs with vision capabilities. However, it has been observed that …

Training-Free Multimodal Deepfake Detection via Graph Reasoning

2025-09-26 · Yuxin Liu, Fei Wang, Kun Li, Yiqi Nie 외 arxiv

Multimodal deepfake detection (MDD) aims to uncover manipulations across visual, textual, and auditory modalities, thereby reinforcing the reliability of modern information systems. Although large vision-language models …

Multimodal ReasoningDeepFake Detection

Mitigating Fine-Grained Hallucination by Fine-Tuning Large Vision-Language Models with Caption Rewrites

2023-12-04 · Lei Wang, Jiabang He, Shenshen Li, Ning Liu 외

Large language models (LLMs) have shown remarkable performance in natural language processing (NLP) tasks. To comprehend and execute diverse human instructions over image data, instruction-tuned large vision-language mod…

HallucinationHallucination EvaluationObjectObject Hallucination+1