paper-with-me

Papers

An Efficient and Effective Transformer Decoder-Based Framework for Multi-Task Visual Grounding

2024-08-02 · Wei Chen, Long Chen, Yu Wu

Most advanced visual grounding methods rely on Transformers for visual-linguistic feature fusion. However, these Transformer-based approaches encounter a significant drawback: the computational costs escalate quadratically due to the self-attention mechanism in the Transformer Encoder, particularly when dealing with high-resolution images or long context sentences. This quadratic increase in computational burden restricts the applicability of visual grounding to more intricate scenes, such as conversation-based reasoning segmentation, which involves lengthy language expressions. In this paper, we propose an efficient and effective multi-task visual grounding (EEVG) framework based on Transformer Decoder to address this issue, which reduces the cost in both language and visual aspects. In the language aspect, we employ the Transformer Decoder to fuse visual and linguistic features, where linguistic features are input as memory and visual features as queries. This allows fusion to scale linearly with language expression length. In the visual aspect, we introduce a parameter-free approach to reduce computation by eliminating background visual tokens based on attention scores. We then design a light mask head to directly predict segmentation masks from the remaining sparse feature maps. Extensive results and ablation studies on benchmarks demonstrate the efficiency and effectiveness of our approach. Code is available in https://github.com/chenwei746/EEVG.

📄 PDF Abstract BibTeX arXiv:2408.01120

Code (1)

chenwei746/eevg 공식 구현 pytorch

Tasks

DecoderReasoning SegmentationVisual Grounding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…

Similar Papers 제목 키워드 기반

Doubly Attentive Transformer Machine Translation

2018-07-30 · Hasan Sait Arslan, Mark Fishel, Gholamreza Anbarjafari

In this paper a doubly attentive transformer machine translation model (DATNMT) is presented in which a doubly-attentive transformer decoder normally joins spatial visual features obtained via pretrained convolutional ne…

DecoderImage CaptioningMachine TranslationMultimodal Machine Translation+1

Multilingual Speech Recognition for Low-Resource Indian Languages using Multi-Task conformer

2021-08-22 · Krishna D N

Transformers have recently become very popular for sequence-to-sequence applications such as machine translation and speech recognition. In this work, we propose a multi-task learning-based transformer model for low-reso…

DecoderMachine TranslationMulti-Task LearningPhoneme Recognition+3

A Dual-Decoder Conformer for Multilingual Speech Recognition

2021-08-22 · Krishna D N

Transformer-based models have recently become very popular for sequence-to-sequence applications such as machine translation and speech recognition. This work proposes a dual-decoder transformer model for low-resource mu…

DecoderLanguage IdentificationMachine TranslationMulti-Task Learning+4

Social-MAE: Social Masked Autoencoder for Multi-person Motion Representation Learning

2024-04-08 · Mahsa Ehsanpour, Ian Reid, Hamid Rezatofighi

For a complete comprehension of multi-person scenes, it is essential to go beyond basic tasks like detection and tracking. Higher-level tasks, such as understanding the interactions and social activities among individual…

Action UnderstandingDecoderMulti-Person Pose forecastingRepresentation Learning

Query2Label: A Simple Transformer Way to Multi-Label Classification

2021-07-22 · Shilong Liu, Lei Zhang, Xiao Yang, Hang Su 외

This paper presents a simple and effective approach to solving the multi-label classification problem. The proposed approach leverages Transformer decoders to query the existence of a class label. The use of Transformer …

ClassificationDecoderMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION