paper-with-me

Papers

Dual Encoding for Video Retrieval by Text

2020-09-10 · Jianfeng Dong, Xirong Li, Chaoxi Xu, Xun Yang, Gang Yang, Xun Wang, Meng Wang

This paper attacks the challenging problem of video retrieval by text. In such a retrieval paradigm, an end user searches for unlabeled videos by ad-hoc queries described exclusively in the form of a natural-language sentence, with no visual example provided. Given videos as sequences of frames and queries as sequences of words, an effective sequence-to-sequence cross-modal matching is crucial. To that end, the two modalities need to be first encoded into real-valued vectors and then projected into a common space. In this paper we achieve this by proposing a dual deep encoding network that encodes videos and queries into powerful dense representations of their own. Our novelty is two-fold. First, different from prior art that resorts to a specific single-level encoder, the proposed network performs multi-level encoding that represents the rich content of both modalities in a coarse-to-fine fashion. Second, different from a conventional common space learning algorithm which is either concept based or latent space based, we introduce hybrid space learning which combines the high performance of the latent space and the good interpretability of the concept space. Dual encoding is conceptually simple, practically effective and end-to-end trained with hybrid space learning. Extensive experiments on four challenging video datasets show the viability of the new method.

📄 PDF Abstract BibTeX arXiv:2009.05381

Code (1)

danieljf24/hybrid_space pytorch

Tasks

Ad-hoc video searchRetrievalSentenceVideo Retrieval

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Dual Encoding for Zero-Example Video Retrieval

2018-09-17 · CVPR 2019 6 · Jianfeng Dong, Xirong Li, Chaoxi Xu, Shouling Ji 외

This paper attacks the challenging problem of zero-example video retrieval. In such a retrieval paradigm, an end user searches for unlabeled videos by ad-hoc queries described in natural language text with no visual exam…

Ad-hoc video searchRetrievalVideo Retrieval

Video-ColBERT: Contextualized Late Interaction for Text-to-Video Retrieval

2025-03-24 · CVPR 2025 1 · Arun Reddy, Alexander Martin, Eugene Yang, Andrew Yates 외

In this work, we tackle the problem of text-to-video retrieval (T2VR). Inspired by the success of late interaction techniques in text-document, text-image, and text-video retrieval, our approach, Video-ColBERT, introduce…

RetrievalText to Video RetrievalVideo Retrieval

VideoRAG: Retrieval-Augmented Generation with Extreme Long-Context Videos

2025-02-03 · Xubin Ren, Lingrui Xu, Long Xia, Shuaiqiang Wang 외

Retrieval-Augmented Generation (RAG) has demonstrated remarkable success in enhancing Large Language Models (LLMs) through external knowledge integration, yet its application has primarily focused on textual content, lea…

Knowledge GraphsRAGRetrievalRetrieval-augmented Generation+1

DREAM: Extending Vision-Language Models with Dual-Objective Encoding for Cross-Modal Retrieval

2026-06-17 · Kaleem Ullah, Altaf Hussain, Muhammad Munsif, Sung Wook Baik arxiv

In today's media-driven world, the exponential growth of video content across domains such as surveillance, education, and entertainment has made retrieving semantically relevant videos via natural language queries incre…

Natural Language QueriesRepresentation LearningCross-Modal RetrievalVideo Retrieval

Event-aware Video Corpus Moment Retrieval

2024-02-21 · Danyang Hou, Liang Pang, HuaWei Shen, Xueqi Cheng

Video Corpus Moment Retrieval (VCMR) is a practical video retrieval task focused on identifying a specific moment within a vast corpus of untrimmed videos using the natural language query. Existing methods for VCMR typic…

Contrastive LearningMoment RetrievalPartially Relevant Video RetrievalRetrieval+2