paper-with-me

Papers

VLDeformer: Vision-Language Decomposed Transformer for Fast Cross-Modal Retrieval

2021-10-20 · Lisai Zhang, Hongfa Wu, Qingcai Chen, Yimeng Deng, Zhonghua Li, Dejiang Kong, Zhao Cao, Joanna Siebert, Yunpeng Han

Cross-model retrieval has emerged as one of the most important upgrades for text-only search engines (SE). Recently, with powerful representation for pairwise text-image inputs via early interaction, the accuracy of vision-language (VL) transformers has outperformed existing methods for text-image retrieval. However, when the same paradigm is used for inference, the efficiency of the VL transformers is still too low to be applied in a real cross-modal SE. Inspired by the mechanism of human learning and using cross-modal knowledge, this paper presents a novel Vision-Language Decomposed Transformer (VLDeformer), which greatly increases the efficiency of VL transformers while maintaining their outstanding accuracy. By the proposed method, the cross-model retrieval is separated into two stages: the VL transformer learning stage, and the VL decomposition stage. The latter stage plays the role of single modal indexing, which is to some extent like the term indexing of a text SE. The model learns cross-modal knowledge from early-interaction pre-training and is then decomposed into an individual encoder. The decomposition requires only small target datasets for supervision and achieves both $1000+$ times acceleration and less than $0.6$\% average recall drop. VLDeformer also outperforms state-of-the-art visual-semantic embedding methods on COCO and Flickr30k.

📄 PDF Abstract BibTeX arXiv:2110.11338

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningCross-Modal RetrievalImage RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

MoTVLA: A Vision-Language-Action Model with Unified Fast-Slow Reasoning

2025-10-21 · Wenhui Huang, Changhe Chen, Han Qi, Chen Lv 외 arxiv

Integrating visual-language instructions into visuomotor policies is gaining momentum in robot learning for enhancing open-world generalization. Despite promising advances, existing approaches face two challenges: limite…

Scene Understanding

DeViT: Decomposing Vision Transformers for Collaborative Inference in Edge Devices

2023-09-10 · Guanyu Xu, Zhiwei Hao, Yong Luo, Han Hu 외

Recent years have witnessed the great success of vision transformer (ViT), which has achieved state-of-the-art performance on multiple computer vision benchmarks. However, ViT models suffer from vast amounts of parameter…

Collaborative InferenceGPUKnowledge Distillation

Decomposed Vision-Language Alignment for Fine-Grained Open-Vocabulary Segmentation

2026-05-15 · Chenhao Wang, Yingrui Ji, Yu Meng, Yao Zhu arxiv

Open-vocabulary segmentation models often struggle to generalize to unseen combinations of object categories and attributes, because fine-grained descriptions are typically encoded as holistic sentences that entangle mul…

Short-Range Dependency Effects on Transformer Instability and a Decomposed Attention Solution

2025-05-21 · Suvadeep Hajra

Transformer language models have driven significant progress across various fields, including natural language processing and computer vision. A central component of these models is the self-attention (SA) mechanism, whi…

GPULanguage ModelingLanguage Modelling

Investigating the Use of BERT Anchors for Bilingual Lexicon Induction with Minimal Supervision

2021-11-16 · ACL ARR November 2021 11 · Anonymous

This paper investigates the use of static anchors from transformer architectures for the task of Bilingual Lexicon Induction. We revisit an existing approach built around the ELMo architecture and explore the use of the …

Bilingual Lexicon Induction