paper-with-me

Papers

Sparse Attention Vectors: Generative Multimodal Model Features Are Discriminative Vision-Language Classifiers

2024-11-28 · Chancharik Mitra, Brandon Huang, Tianning Chai, Zhiqiu Lin, Assaf Arbelle, Rogerio Feris, Leonid Karlinsky, Trevor Darrell, Deva Ramanan, Roei Herzig

Generative Large Multimodal Models (LMMs) like LLaVA and Qwen-VL excel at a wide variety of vision-language (VL) tasks such as image captioning or visual question answering. Despite strong performance, LMMs are not directly suited for foundational discriminative vision-language tasks (i.e., tasks requiring discrete label predictions) such as image classification and multiple-choice VQA. One key challenge in utilizing LMMs for discriminative tasks is the extraction of useful features from generative models. To overcome this issue, we propose an approach for finding features in the model's latent space to more effectively leverage LMMs for discriminative tasks. Toward this end, we present Sparse Attention Vectors (SAVs) -- a finetuning-free method that leverages sparse attention head activations (fewer than 1\% of the heads) in LMMs as strong features for VL tasks. With only few-shot examples, SAVs demonstrate state-of-the-art performance compared to a variety of few-shot and finetuned baselines on a collection of discriminative tasks. Our experiments also imply that SAVs can scale in performance with additional examples and generalize to similar tasks, establishing SAVs as both effective and robust multimodal feature representations.

📄 PDF Abstract BibTeX arXiv:2412.00142

Code (0)

등록된 구현이 없습니다.

Tasks

Image Captioningimage-classificationImage ClassificationMultiple-choiceQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Multimodal Sparse Coding for Event Detection

2016-05-17 · Youngjune Gwon, William Campbell, Kevin Brady, Douglas Sturim 외

Unsupervised feature learning methods have proven effective for classification tasks based on a single modality. We present multimodal sparse coding for learning feature representations shared across multiple modalities.…

ClassificationEvent DetectionGeneral Classification

Sparse Attention Decomposition Applied to Circuit Tracing

2024-10-01 · Gabriel Franco, Mark Crovella

Many papers have shown that attention heads work in conjunction with each other to perform complex tasks. It's frequently assumed that communication between attention heads is via the addition of specific features to tok…

Sparse Meets Dense: Unified Generative Recommendations with Cascaded Sparse-Dense Representations

2025-03-04 · Yuhao Yang, Zhi Ji, Zhaopeng Li, Yi Li 외

Generative models have recently gained attention in recommendation systems by directly predicting item identifiers from user interaction sequences. However, existing methods suffer from significant information loss due t…

QuantizationRecommendation SystemsRetrieval

Dynamic Context-guided Capsule Network for Multimodal Machine Translation

2020-09-04 · Huan Lin, Fandong Meng, Jinsong Su, Yongjing Yin 외

Multimodal machine translation (MMT), which mainly focuses on enhancing text-only translation with visual features, has attracted considerable attention from both computer vision and natural language processing communiti…

DecoderMachine TranslationMultimodal Machine TranslationRepresentation Learning+1

Singular Vectors of Attention Heads Align with Features

2026-02-13 · Gabriel Franco, Carson Loughridge, Mark Crovella arxiv

Identifying feature representations in language models is a central task in mechanistic interpretability. Several recent studies have made the observation that feature representations can be inferred in some cases from s…