paper-with-me

Papers

Dynamic MDETR: A Dynamic Multimodal Transformer Decoder for Visual Grounding

2022-09-28 · Fengyuan Shi, Ruopeng Gao, Weilin Huang, LiMin Wang

Multimodal transformer exhibits high capacity and flexibility to align image and text for visual grounding. However, the existing encoder-only grounding framework (e.g., TransVG) suffers from heavy computation due to the self-attention operation with quadratic time complexity. To address this issue, we present a new multimodal transformer architecture, coined as Dynamic Mutilmodal DETR (Dynamic MDETR), by decoupling the whole grounding process into encoding and decoding phases. The key observation is that there exists high spatial redundancy in images. Thus, we devise a new dynamic multimodal transformer decoder by exploiting this sparsity prior to speed up the visual grounding process. Specifically, our dynamic decoder is composed of a 2D adaptive sampling module and a text guided decoding module. The sampling module aims to select these informative patches by predicting the offsets with respect to a reference point, while the decoding module works for extracting the grounded object information by performing cross attention between image features and text features. These two modules are stacked alternatively to gradually bridge the modality gap and iteratively refine the reference point of grounded object, eventually realizing the objective of visual grounding. Extensive experiments on five benchmarks demonstrate that our proposed Dynamic MDETR achieves competitive trade-offs between computation and accuracy. Notably, using only 9% feature points in the decoder, we can reduce ~44% GFLOPs of the multimodal transformer, but still get higher accuracy than the encoder-only counterpart. In addition, to verify its generalization ability and scale up our Dynamic MDETR, we build the first one-stage CLIP empowered visual grounding framework, and achieve the state-of-the-art performance on these benchmarks.

📄 PDF Abstract BibTeX arXiv:2209.13959

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderVisual Grounding

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
MDETR MDETR is an end-to-end modulated detector that detects objects in an image conditioned on a raw text query, like a caption or a question. It utilizes a…
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 제목 키워드 기반

Dynamic Inference With Grounding Based Vision and Language Models

2023-01-01 · CVPR 2023 1 · Burak Uzkent, Amanmeet Garg, Wentao Zhu, Keval Doshi 외

Transformers have been recently utilized for vision and language tasks successfully. For example, recent image and language models with more than 200M parameters have been proposed to learn visual grounding in the pr…

Language ModellingReferring ExpressionReferring Expression ComprehensionVisual Grounding+1

Exploring Modulated Detection Transformer as a Tool for Action Recognition in Videos

2022-09-21 · Tomás Crisol, Joel Ermantraut, Adrián Rostagno, Santiago L. Aggio 외

During recent years transformers architectures have been growing in popularity. Modulated Detection Transformer (MDETR) is an end-to-end multi-modal understanding model that performs tasks such as phase grounding, referr…

Action DetectionAction RecognitionAction Recognition In VideosQuestion Answering+5

A Lightweight Modular Framework for Low-Cost Open-Vocabulary Object Detection Training

2024-08-20 · Bilal Faye, Binta Sow, Hanane Azzag, Mustapha Lebbah

Object detection is a fundamental challenge in computer vision, centered on recognizing objects within images, with diverse applications in areas like image analysis, robotics, and autonomous vehicles. Although existing …

Autonomous VehiclesComputational Efficiencyobject-detectionObject Detection+5

OneCAT: Decoder-Only Auto-Regressive Model for Unified Understanding and Generation

2025-09-03 · Han Li, Xinyu Peng, Yaoming Wang, Zelin Peng 외 arxiv

We introduce OneCAT, a unified multimodal model that seamlessly integrates understanding, generation, and editing within a novel, pure decoder-only transformer architecture. Our framework uniquely eliminates the need for…

multimodal generation

MED-VT++: Unifying Multimodal Learning with a Multiscale Encoder-Decoder Video Transformer

2023-04-12 · CVPR 2023 1 · Rezaul Karim, He Zhao, Richard P. Wildes, Mennatullah Siam

In this paper, we present an end-to-end trainable unified multiscale encoder-decoder transformer that is focused on dense prediction tasks in video. The presented Multiscale Encoder-Decoder Video Transformer (MED-VT) use…

Action SegmentationDecoderOptical Flow EstimationSegmentation+5