paper-with-me

홈 › Papers

Omni-NegCLIP: Enhancing CLIP with Front-Layer Contrastive Fine-Tuning for Comprehensive Negation Understanding

2026-03-31 · Jingqi Xu arxiv

Vision-Language Models (VLMs) have demonstrated strong capabilities across a wide range of multimodal tasks. However, recent studies have shown that VLMs, such as CLIP, perform poorly in understanding negation expressions, which are common in natural language. In this work, we propose Omni-NegCLIP, a fine-tuned CLIP model that improves CLIP's understanding of two types of negation, namely presence-based negation and absence-based negation, which correspond to negated expressions of objects that are actually present in an image and those that may plausibly exist in an image but are in fact absent, respectively, by modifying CLIP's original InfoNCE contrastive loss. Specifically, we design a presence-based contrastive objective that pulls image embeddings closer to their original caption embeddings while pushing them away from the corresponding presence-based negated caption embeddings, and an absence-based contrastive objective that aligns image embeddings with both original and absence-based negated caption embeddings while maintaining a semantic distinction between the two text embeddings. Based on our observation that the front transformer layers of CLIP text encoder have stronger learning ability for negated text than the later layers, we fine-tune the front transformer layers of the CLIP text encoder at each training step using the combined contrastive objective. Experimental results show that, compared with pretrained CLIP, Omni-NegCLIP improves performance on presence-based negation and absence-based negation tasks by up to 52.65% and 12.50%, respectively, without sacrificing general capability in image-text retrieval and even improving it by up to 19.62%. Compared with prior works, Omni-NegCLIP demonstrates a more comprehensive ability to understand multiple types of negation tasks.

📄 PDF Abstract BibTeX arXiv:2603.29258

Code (0)

등록된 구현이 없습니다.

Tasks

Text Retrieval

Similar Papers 제목 키워드 기반

Enhancing Compositional Reasoning in CLIP via Reconstruction and Alignment of Text Descriptions

2025-10-18 · Jihoon Kwon, Kyle Min, Jy-yong Sohn arxiv

Despite recent advances, vision-language models trained with standard contrastive objectives still struggle with compositional reasoning -- the ability to understand structured relationships between visual and linguistic…

Contrastive Learning

OmniJigsaw: Enhancing Omni-Modal Reasoning via Modality-Orchestrated Reordering

2026-04-09 · Yiduo Jia, Muzhi Zhu, Hao Zhong, Mingyu Liu 외 arxiv

To extend the reinforcement learning post-training paradigm to omni-modal models for concurrently bolstering video-audio understanding and collaborative reasoning, we propose OmniJigsaw, a generic self-supervised framewo…

Reinforcement Learning

OmniCLIP: Adapting CLIP for Video Recognition with Spatial-Temporal Omni-Scale Feature Learning

2024-08-12 · Mushui Liu, Bozheng Li, Yunlong Yu

Recent Vision-Language Models (VLMs) \textit{e.g.} CLIP have made great progress in video recognition. Despite the improvement brought by the strong visual backbone in extracting spatial features, CLIP still falls short …

Video RecognitionZero-Shot Learning

HumanOmni: A Large Vision-Speech Language Model for Human-Centric Video Understanding

2025-01-25 · Jiaxing Zhao, Qize Yang, Yixing Peng, Detao Bai 외

In human-centric scenes, the ability to simultaneously understand visual and auditory information is crucial. While recent omni models can process multiple modalities, they generally lack effectiveness in human-centric s…

Action UnderstandingEmotion RecognitionLanguage ModelingLanguage Modelling+3

MLLM-Microscope: Unlocking Hidden Structure Within Multimodal Large Language Models

2026-05-30 · Ravil Mussabayev, Rustam Mussabayev arxiv

This work presents MLLM-Microscope, a novel system designed for analyzing the hidden representations within Multimodal Large Language Models (MLLMs). Our system evaluates the linearity, intrinsic dimension, and anisotrop…