paper-with-me

홈 › Papers

Text Proxy: Decomposing Retrieval from a 1-to-N Relationship into N 1-to-1 Relationships for Text-Video Retrieval

2024-10-09 · Jian Xiao, Zhenzhen Hu, Jia Li, Richang Hong

Text-video retrieval (TVR) has seen substantial advancements in recent years, fueled by the utilization of pre-trained models and large language models (LLMs). Despite these advancements, achieving accurate matching in TVR remains challenging due to inherent disparities between video and textual modalities and irregularities in data representation. In this paper, we propose Text-Video-ProxyNet (TV-ProxyNet), a novel framework designed to decompose the conventional 1-to-N relationship of TVR into N distinct 1-to-1 relationships. By replacing a single text query with a series of text proxies, TV-ProxyNet not only broadens the query scope but also achieves a more precise expansion. Each text proxy is crafted through a refined iterative process, controlled by mechanisms we term as the director and dash, which regulate the proxy's direction and distance relative to the original text query. This setup not only facilitates more precise semantic alignment but also effectively manages the disparities and noise inherent in multimodal data. Our experiments on three representative video-text retrieval benchmarks, MSRVTT, DiDeMo, and ActivityNet Captions, demonstrate the effectiveness of TV-ProxyNet. The results show an improvement of 2.0% to 3.3% in R@1 over the baseline. TV-ProxyNet achieved state-of-the-art performance on MSRVTT and ActivityNet Captions, and a 2.0% improvement on DiDeMo compared to existing methods, validating our approach's ability to enhance semantic mapping and reduce error propensity.

📄 PDF Abstract BibTeX arXiv:2410.06618

Code (1)

musicman217/Text-Proxy 공식 구현 pytorch

Tasks

RetrievalText RetrievalVideo RetrievalVideo-Text Retrieval

Similar Papers 제목 키워드 기반

Imagine and Seek: Improving Composed Image Retrieval with an Imagined Proxy

2024-11-24 · CVPR 2025 1 · You Li, Fan Ma, Yi Yang

The Zero-shot Composed Image Retrieval (ZSCIR) requires retrieving images that match the query image and the relative captions. Current methods focus on projecting the query image into the text feature space, subsequentl…

Image RetrievalRetrievalZero-Shot Composed Image Retrieval (ZS-CIR)

Imagine All The Relevance: Scenario-Profiled Indexing with Knowledge Expansion for Dense Retrieval

2025-03-29 · Sangam Lee, Ryang Heo, SeongKu Kang, Dongha Lee

Existing dense retrieval models struggle with reasoning-intensive retrieval task as they fail to capture implicit relevance that requires reasoning beyond surface-level semantic information. To address these challenges, …

AllLanguage ModelingLanguage ModellingLarge Language Model+3

Know2Vec: A Black-Box Proxy for Neural Network Retrieval

2024-12-20 · Zhuoyi Shang, Yanwei Liu, Jinxia Liu, Xiaoyan Gu 외

For general users, training a neural network from scratch is usually challenging and labor-intensive. Fortunately, neural network zoos enable them to find a well-performing model for directly use or fine-tuning it in the…

Model SelectionRetrieval

ProxyFormer: A Dual-Stream Proxy Architecture for Ultra-Long Context and High-Resolution Generation

2026-08-24 · Zhongpan Tang arxiv

The quadratic growth of attention computation and key-value (KV) cache with respect to sequence length is a central bottleneck for ultra-long-context language models and high-resolution generative models. We propose Prox…

$k$NNProxy: Efficient Training-Free Proxy Alignment for Black-Box Zero-Shot LLM-Generated Text Detection

2026-04-02 · Kahim Wong, Kemou Li, Haiwei Wu, Jiantao Zhou arxiv

LLM-generated text (LGT) detection is essential for reliable forensic analysis and for mitigating LLM misuse. Existing LGT detectors can generally be categorized into two broad classes: learning-based approaches and zero…

Text Detection