paper-with-me

홈 › Papers

A Novel Attention-based Aggregation Function to Combine Vision and Language

2020-04-27 · Matteo Stefanini, Marcella Cornia, Lorenzo Baraldi, Rita Cucchiara

The joint understanding of vision and language has been recently gaining a lot of attention in both the Computer Vision and Natural Language Processing communities, with the emergence of tasks such as image captioning, image-text matching, and visual question answering. As both images and text can be encoded as sets or sequences of elements -- like regions and words -- proper reduction functions are needed to transform a set of encoded elements into a single response, like a classification or similarity score. In this paper, we propose a novel fully-attentive reduction method for vision and language. Specifically, our approach computes a set of scores for each element of each modality employing a novel variant of cross-attention, and performs a learnable and cross-modal reduction, which can be used for both classification and ranking. We test our approach on image-text matching and visual question answering, building fair comparisons with other reduction choices, on both COCO and VQA 2.0 datasets. Experimentally, we demonstrate that our approach leads to a performance increase on both tasks. Further, we conduct ablation studies to validate the role of each component of the approach.

📄 PDF Abstract BibTeX arXiv:2004.13073

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationImage CaptioningImage-text matchingQuestion AnsweringText MatchingVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Universal Graph Transformer Self-Attention Networks

2019-09-26 · Dai Quoc Nguyen, Tu Dinh Nguyen, Dinh Phung

The transformer self-attention network has been extensively used in research domains such as computer vision, image processing, and natural language processing. But it has not been actively used in graph neural networks …

General ClassificationGraph ClassificationGraph EmbeddingGraph Representation Learning

Unifying Convolution and Attention via Convolutional Nearest Neighbors

2025-11-18 · Mingi Kang, Jeová Farias Sales Rocha Neto arxiv

Convolutional Neural Networks and Vision Transformers are the two dominant architectural families in computer vision, defined by spatially local convolution and global self-attention respectively. Despite their apparent …

Multiway Attention Networks for Modeling Sentence Pairs

2018-07-01 · IJCAI 2018 7 · Chuanqi Tan, Furu Wei, Wenhui Wang, Weifeng Lv 외

Modeling sentence pairs plays the vital role for judging the relationship between two sentences, such as paraphrase identification, natural language inference, and answer sentence selection. Previous work achieves ve…

Natural Language InferenceParaphrase IdentificationSentence

Learning Aggregation Functions

2020-12-15 · Giovanni Pellegrini, Alessandro Tibo, Paolo Frasconi, Andrea Passerini 외

Learning on sets is increasingly gaining attention in the machine learning community, due to its widespread applicability. Typically, representations over sets are computed by using fixed aggregation functions such as su…

How Far Can Disaggregation Go? A Design-Space Exploration of Attention-FFN Disaggregation for Efficient MoE LLM Serving

2026-05-27 · Hanjiang Wu, Abhimanyu Rajeshkumar Bambhaniya, Sarbartha Banerjee, Tuhin Khare 외 arxiv

Modern large language model (LLM) inference has progressively disaggregated to keep pace with growing model sizes and tight TTFT and TPOT service-level objectives: from chunked-prefill aggregation, to prefill-decode (P/D…