paper-with-me

Papers

LightCLIP: Learning Multi-Level Interaction for Lightweight Vision-Language Models

2023-12-01 · Ying Nie, wei he, Kai Han, Yehui Tang, Tianyu Guo, Fanyi Du, Yunhe Wang

Vision-language pre-training like CLIP has shown promising performance on various downstream tasks such as zero-shot image classification and image-text retrieval. Most of the existing CLIP-alike works usually adopt relatively large image encoders like ResNet50 and ViT, while the lightweight counterparts are rarely discussed. In this paper, we propose a multi-level interaction paradigm for training lightweight CLIP models. Firstly, to mitigate the problem that some image-text pairs are not strictly one-to-one correspondence, we improve the conventional global instance-level alignment objective by softening the label of negative samples progressively. Secondly, a relaxed bipartite matching based token-level alignment objective is introduced for finer-grained alignment between image patches and textual words. Moreover, based on the observation that the accuracy of CLIP model does not increase correspondingly as the parameters of text encoder increase, an extra objective of masked language modeling (MLM) is leveraged for maximizing the potential of the shortened text encoder. In practice, an auxiliary fusion module injecting unmasked image embedding into masked text embedding at different network stages is proposed for enhancing the MLM. Extensive experiments show that without introducing additional computational cost during inference, the proposed method achieves a higher performance on multiple downstream tasks.

📄 PDF Abstract BibTeX arXiv:2312.00674

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationImage-text RetrievalLanguage ModelingLanguage ModellingMasked Language ModelingText RetrievalZero-Shot Image Classification

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 제목 키워드 기반

Towards Comprehensive Multimodal Perception: Introducing the Touch-Language-Vision Dataset

2024-03-14 · Ning Cheng, You Li, Jing Gao, Bin Fang 외

Tactility provides crucial support and enhancement for the perception and interaction capabilities of both humans and robots. Nevertheless, the multimodal research related to touch primarily focuses on visual and tactile…

Sentence

Dynamic Pattern Alignment Learning for Pretraining Lightweight Human-Centric Vision Models

2025-08-10 · Xuanhan Wang, Huimin Deng, Ke Liu, Jun Wang 외 arxiv

Human-centric vision models (HVMs) have achieved remarkable generalization due to large-scale pretraining on massive person images. However, their dependence on large neural architectures and the restricted accessibility…

Learning to Retrieve: Dual-Level Long-Term Memory for Text-to-SQL Agents

2026-05-30 · Yibo Wang, Nikki Lijing Kuang, Philip S. Yu, Zhewei Yao 외 arxiv

Interactive text-to-SQL agents solve database tasks through multi-turn interactions involving schema exploration, query execution, feedback interpretation, and decision revision. Long-term memory helps agents reuse past …

Reinforcement Learning

ColBERTv2: Effective and Efficient Retrieval via Lightweight Late Interaction

2021-12-02 · NAACL 2022 7 · Keshav Santhanam, Omar Khattab, Jon Saad-Falcon, Christopher Potts 외

Neural information retrieval (IR) has greatly advanced search and other knowledge-intensive language tasks. While many neural IR methods encode queries and documents into single-vector representations, late interaction m…

Information RetrievalOpen-Domain Question AnsweringPassage RetrievalRetrieval+2

MAIL++: Multi-Modal Bi-directional Agent Layer for Vision-Language Models

2026-05-25 · Kaixiang Chen, Pengfei Fang, Hui Xue arxiv

Adapting large vision-language models (VLMs) such as CLIP to downstream tasks remains challenging, as full fine-tuning is computationally prohibitive and prone to overfitting in low-data regimes. Parameter-efficient fine…

parameter-efficient fine-tuningFew-Shot Image ClassificationComputational Efficiency