Delving Deeper: Hierarchical Visual Perception for Robust Video-Text Retrieval
Zequn Xie, Boyun Zhang, Yuxiao Lin, Tao Jin
TL;DR
Video-text retrieval is limited by redundancy in final-layer vision features and underutilization of hierarchical semantics within encoders. The authors present HVP-Net, which extracts and refines multi-level frame and patch features from intermediate Vision Transformer layers and distills patch concepts with a Multi-layer Patch Processing module. They employ multi-granularity cross-modal alignment (sentence-frame, sentence-patch, word-patch) trained with symmetric InfoNCE losses across layers, and sum scores at inference. On MSR-VTT, DiDeMo, and ActivityNet, HVP-Net achieves state-of-the-art results, demonstrating the benefit of exploiting hierarchical encoder representations for robust video-text retrieval. This approach highlights the potential of mining intermediate features in pre-trained models to enhance cross-modal alignment and retrieval performance.
Abstract
Video-text retrieval (VTR) aims to locate relevant videos using natural language queries. Current methods, often based on pre-trained models like CLIP, are hindered by video's inherent redundancy and their reliance on coarse, final-layer features, limiting matching accuracy. To address this, we introduce the HVP-Net (Hierarchical Visual Perception Network), a framework that mines richer video semantics by extracting and refining features from multiple intermediate layers of a vision encoder. Our approach progressively distills salient visual concepts from raw patch-tokens at different semantic levels, mitigating redundancy while preserving crucial details for alignment. This results in a more robust video representation, leading to new state-of-the-art performance on challenging benchmarks including MSRVTT, DiDeMo, and ActivityNet. Our work validates the effectiveness of exploiting hierarchical features for advancing video-text retrieval. Our codes are available at https://github.com/boyun-zhang/HVP-Net.
