paper-with-me

홈 › Papers

T2VIndexer: A Generative Video Indexer for Efficient Text-Video Retrieval

2024-08-21 · Yili Li, Jing Yu, Keke Gai, Bang Liu, Gang Xiong, Qi Wu

Current text-video retrieval methods mainly rely on cross-modal matching between queries and videos to calculate their similarity scores, which are then sorted to obtain retrieval results. This method considers the matching between each candidate video and the query, but it incurs a significant time cost and will increase notably with the increase of candidates. Generative models are common in natural language processing and computer vision, and have been successfully applied in document retrieval, but their application in multimodal retrieval remains unexplored. To enhance retrieval efficiency, in this paper, we introduce a model-based video indexer named T2VIndexer, which is a sequence-to-sequence generative model directly generating video identifiers and retrieving candidate videos with constant time complexity. T2VIndexer aims to reduce retrieval time while maintaining high accuracy. To achieve this goal, we propose video identifier encoding and query-identifier augmentation approaches to represent videos as short sequences while preserving their semantic information. Our method consistently enhances the retrieval efficiency of current state-of-the-art models on four standard datasets. It enables baselines with only 30\%-50\% of the original retrieval time to achieve better retrieval performance on MSR-VTT (+1.0%), MSVD (+1.8%), ActivityNet (+1.5%), and DiDeMo (+0.2%). The code is available at https://github.com/Lilidamowang/T2VIndexer-generativeSearch.

📄 PDF Abstract BibTeX arXiv:2408.11432

Code (1)

lilidamowang/t2vindexer-generativesearch 공식 구현 jax

Tasks

RetrievalVideo Retrieval

Similar Papers 제목 키워드 기반

PVSS: A Progressive Vehicle Search System for Video Surveillance Networks

2019-01-10 · Xinchen Liu, Wu Liu, Huadong Ma, Shuangqun Li

This paper is focused on the task of searching for a specific vehicle that appeared in the surveillance networks. Existing methods usually assume the vehicle images are well cropped from the surveillance videos, then use…

AttributeTripletvehicle detection

MISA: Mixture of Indexer Sparse Attention for Long-Context LLM Inference

2026-05-08 · Ruijie Zhou, Fanxu Meng, Yufei Xu, Tongxuan Liu 외 arxiv

DeepSeek Sparse Attention (DSA) sets the state of the art for fine-grained inference-time sparse attention by introducing a learned token-wise indexer that scores every prefix token and selects the most relevant ones for…

Language Models As Semantic Indexers

2023-10-11 · Bowen Jin, Hansi Zeng, Guoyin Wang, Xiusi Chen 외

Semantic identifier (ID) is an important concept in information retrieval that aims to preserve the semantics of objects such as documents and items inside their IDs. Previous studies typically adopt a two-stage pipeline…

Contrastive LearningInformation RetrievalLanguage ModellingRetrieval

Learning Large-Factor EM Image Super-Resolution with Generative Priors

2024-01-01 · CVPR 2024 1 · Jiateng Shou, Zeyu Xiao, Shiyu Deng, Wei Huang 외

As the mainstream technique for capturing images of biological specimens at nanometer resolution electron microscopy (EM) is extremely time-consuming for scanning wide field-of-view (FOV) specimens. In this paper we …

Image Super-ResolutionSuper-ResolutionVideo Super-Resolution

HISA: Efficient Hierarchical Indexing for Fine-Grained Sparse Attention

2026-03-30 · Yufei Xu, Fanxu Meng, Fan Jiang, Yuxuan Wang 외 arxiv

Token-level sparse attention mechanisms, exemplified by DeepSeek Sparse Attention (DSA), achieve fine-grained key selection by scoring every historical key for each query through a lightweight indexer, then computing att…