paper-with-me

홈 › Papers

BagFormer: Better Cross-Modal Retrieval via bag-wise interaction

2022-12-29 · Haowen Hou, Xiaopeng Yan, Yigeng Zhang, Fengzong Lian, Zhanhui Kang

In the field of cross-modal retrieval, single encoder models tend to perform better than dual encoder models, but they suffer from high latency and low throughput. In this paper, we present a dual encoder model called BagFormer that utilizes a cross modal interaction mechanism to improve recall performance without sacrificing latency and throughput. BagFormer achieves this through the use of bag-wise interactions, which allow for the transformation of text to a more appropriate granularity and the incorporation of entity knowledge into the model. Our experiments demonstrate that BagFormer is able to achieve results comparable to state-of-the-art single encoder models in cross-modal retrieval tasks, while also offering efficient training and inference with 20.72 times lower latency and 25.74 times higher throughput.

📄 PDF Abstract BibTeX arXiv:2212.14322

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalRetrieval

Similar Papers 제목 키워드 기반

End-to-End Cross-Modality Retrieval with CCA Projections and Pairwise Ranking Loss

2018-04-16 · Dorfer Matthias, Schlüter Jan, Vall Andreu, Korzeniowski Filip 외

Cross-modality retrieval encompasses retrieval tasks where the fetched items are of a different type than the search query, e.g., retrieving pictures relevant to a given text query. The state-of-the-art approach to cross…

Retrieval

Deep Class-guided Hashing for Multi-label Cross-modal Retrieval

2024-10-20 · Hao Chen, Lei Zhu, Xinghui Zhu

Deep hashing, due to its low cost and efficient retrieval advantages, is widely valued in cross-modal retrieval. However, existing cross-modal hashing methods either explore the relationships between data points, which i…

Cross-Modal RetrievalDeep HashingRetrieval

Pairwise Relationship Guided Deep Hashing for Cross-Modal Retrieval

2017-02-12 · Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence 2017 2 · ErkunYang, 1 ChengDeng, 1 WeiLiu, 2 XianglongLiu 외

With benefits of low storage cost and fast query speed, crossmodal hashing has received considerable attention recently. However,almostallexistingmethodsoncross-modalhashing cannot obtain powerful hash codes due to direct…

Cross-Modal RetrievalDeep HashingRetrieval

AlphaWiSE: Adaptive Weight Interpolation for Continual Multimodal Representation Learning

2026-07-16 · Sarthak Jain, Qiran Hu, Zhen Zhu, Yaoyao Liu arxiv

Multimodal models such as CLIP learn a shared embedding space for cross-modal retrieval, but continual adaptation to sequentially arriving data can disrupt the cross-modal alignment acquired from earlier phases. Conventi…

Representation LearningCross-Modal RetrievalText Retrieval

MC-Search: Evaluating and Enhancing Multimodal Agentic Search with Structured Long Reasoning Chains

2026-03-01 · Xuying Ning, Dongqi Fu, Tianxin Wei, Mengting Ai 외 arxiv

With the increasing demand for step-wise, cross-modal, and knowledge-grounded reasoning, multimodal large language models (MLLMs) are evolving beyond the traditional fixed retrieve-then-generate paradigm toward more soph…

Multimodal Reasoning