paper-with-me

Papers

Selective Vision-Language Subspace Projection for Few-shot CLIP

2024-07-24 · Xingyu Zhu, Beier Zhu, Yi Tan, Shuo Wang, Yanbin Hao, Hanwang Zhang

Vision-language models such as CLIP are capable of mapping the different modality data into a unified feature space, enabling zero/few-shot inference by measuring the similarity of given images and texts. However, most existing methods overlook modality gaps in CLIP's encoded features, which is shown as the text and image features lie far apart from each other, resulting in limited classification performance. To tackle this issue, we introduce a method called Selective Vision-Language Subspace Projection (SSP), which incorporates local image features and utilizes them as a bridge to enhance the alignment between image-text pairs. Specifically, our SSP framework comprises two parallel modules: a vision projector and a language projector. Both projectors utilize local image features to span the respective subspaces for image and texts, thereby projecting the image and text features into their respective subspaces to achieve alignment. Moreover, our approach entails only training-free matrix calculations and can be seamlessly integrated into advanced CLIP-based few-shot learning frameworks. Extensive experiments on 11 datasets have demonstrated SSP's superior text-image alignment capabilities, outperforming the state-of-the-art alignment methods. The code is available at https://github.com/zhuhsingyuu/SSP

📄 PDF Abstract BibTeX arXiv:2407.16977

Code (1)

zhuhsingyuu/ssp 공식 구현 pytorch

Tasks

Few-Shot Learning

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

Parts of Speech-Grounded Subspaces in Vision-Language Models

2023-05-23 · James Oldfield, Christos Tzelepis, Yannis Panagakis, Mihalis A. Nicolaou 외

Latent image representations arising from vision-language models have proved immensely useful for a variety of downstream tasks. However, their utility is limited by their entanglement with respect to different visual at…

Image GenerationPOSzero-shot-classificationZero-Shot Learning

Parts of Speech–Grounded Subspaces in Vision-Language Models

2023-09-21 · NeurIPS 2023 11

Latent image representations arising from vision-language models have proved immensely useful for a variety of downstream tasks. However, their utility is limited by their entanglement with respect to different visual at…

Evaluating Cross-Lingual Unlearning in Multilingual Language Models

2026-01-10 · Tyler Lizzo, Larry Heck arxiv

We present the first comprehensive evaluation of cross-lingual unlearning in multilingual LLMs. Using translated TOFU benchmarks in seven language/script variants, we test major unlearning algorithms and show that most f…

BioPro: Towards Difference-Aware Gender Fairness for Vision-Language Models

2025-11-30 · Yujie Lin, Jiayao Ma, Qingguo Hu, Derek F. Wong 외 arxiv

Vision-Language Models (VLMs) inherit significant social biases from their training data, notably in gender representation. Current fairness interventions often adopt a difference-unaware perspective that enforces unifor…

Text-to-Image GenerationImage Captioning

STAR: Rethinking MoE Routing as Structure-Aware Subspace Learning

2026-06-07 · Sumin Park, Noseong Park arxiv

Mixture-of-Experts (MoE) scales model capacity efficiently by selectively routing inputs to a specialized subset of experts. However, input-expert specialization, the core motivation of MoE, critically depends on whether…