paper-with-me

홈 › Papers

Linguistically-aware Attention for Reducing the Semantic-Gap in Vision-Language Tasks

2020-08-18 · Gouthaman KV, Athira Nambiar, Kancheti Sai Srinivas, Anurag Mittal

Attention models are widely used in Vision-language (V-L) tasks to perform the visual-textual correlation. Humans perform such a correlation with a strong linguistic understanding of the visual world. However, even the best performing attention model in V-L tasks lacks such a high-level linguistic understanding, thus creating a semantic gap between the modalities. In this paper, we propose an attention mechanism - Linguistically-aware Attention (LAT) - that leverages object attributes obtained from generic object detectors along with pre-trained language models to reduce this semantic gap. LAT represents visual and textual modalities in a common linguistically-rich space, thus providing linguistic awareness to the attention process. We apply and demonstrate the effectiveness of LAT in three V-L tasks: Counting-VQA, VQA, and Image captioning. In Counting-VQA, we propose a novel counting-specific VQA model to predict an intuitive count and achieve state-of-the-art results on five datasets. In VQA and Captioning, we show the generic nature and effectiveness of LAT by adapting it into various baselines and consistently improving their performance.

📄 PDF Abstract BibTeX arXiv:2008.08012

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

DeBiFormer: Vision Transformer with Deformable Agent Bi-level Routing Attention

2024-10-11 · Nguyen Huu Bao Long, Chenyu Zhang, Yuzhi Shi, Tsubasa Hirakawa 외

Vision Transformers with various attention modules have demonstrated superior performance on vision tasks. While using sparsity-adaptive attention, such as in DAT, has yielded strong results in image classification, the …

image-classificationImage Classificationobject-detectionObject Detection+1

VEGAS: Mitigating Hallucinations in Large Vision-Language Models via Vision-Encoder Attention Guided Adaptive Steering

2025-12-12 · Zihu Wang, Boxun Xu, Yuxuan Xia, Peng Li arxiv

Large vision-language models (LVLMs) exhibit impressive ability to jointly reason over visual and textual inputs. However, they often produce outputs that are linguistically fluent but factually inconsistent with the vis…

LaiDA: Linguistics-aware In-context Learning with Data Augmentation for Metaphor Components Identification

2024-08-10 · Hongde Liu, Chenyuan He, Feiyang Meng, Changyong Niu 외

Metaphor Components Identification (MCI) contributes to enhancing machine understanding of metaphors, thereby advancing downstream natural language processing tasks. However, the complexity, diversity, and dependency on …

Data AugmentationDiversityGraph AttentionIn-Context Learning

Grammatically-Guided Sparse Attention for Efficient and Interpretable Transformers

2026-05-23 · Spandan Pratyush arxiv

The quadratic complexity of self-attention in Transformer models remains a significant bottleneck for processing long sequences and deploying large language models efficiently. For this approach, there has been significa…

CAViT -- Channel-Aware Vision Transformer for Dynamic Feature Fusion

2026-02-05 · Aon Safdar, Mohamed Saadeldin arxiv

Vision Transformers (ViTs) have demonstrated strong performance across a range of computer vision tasks by modeling long-range spatial interactions via self-attention. However, channel-wise mixing in ViTs remains static,…