Mitigating Semantic Collapse in Partially Relevant Video Retrieval
WonJun Moon, MinSeok Jung, Gilhan Park, Tae-Young Kim, Cheol-Ho Cho, Woojin Jun, Jae-Pil Heo
TL;DR
This work tackles semantic collapse in partially relevant video retrieval by introducing Text Correlation Preservation Learning (TCPL) to regularize text embeddings via the semantic structure of CLIP, and Cross-Branch Video Alignment (CBVA) to disentangle multi-context video representations across temporal scales. It further employs Order-Preserving Token Merging (OP-ToMe) and adaptive CBVA to construct coherent yet distinctive video clips, enabling fine-grained frame-clip alignment. Across four PRVR benchmarks, the approach achieves state-of-the-art performance, notably improving SumR on QVHighlights by up to 8 points and demonstrating robust gains on additional datasets. The framework advances PRVR by mitigating semantic collapse in both text and video spaces, with practical impact on search efficiency and retrieval accuracy, while acknowledging CLIP-dependent limitations and training costs as caveats.
Abstract
Partially Relevant Video Retrieval (PRVR) seeks videos where only part of the content matches a text query. Existing methods treat every annotated text-video pair as a positive and all others as negatives, ignoring the rich semantic variation both within a single video and across different videos. Consequently, embeddings of both queries and their corresponding video-clip segments for distinct events within the same video collapse together, while embeddings of semantically similar queries and segments from different videos are driven apart. This limits retrieval performance when videos contain multiple, diverse events. This paper addresses the aforementioned problems, termed as semantic collapse, in both the text and video embedding spaces. We first introduce Text Correlation Preservation Learning, which preserves the semantic relationships encoded by the foundation model across text queries. To address collapse in video embeddings, we propose Cross-Branch Video Alignment (CBVA), a contrastive alignment method that disentangles hierarchical video representations across temporal scales. Subsequently, we introduce order-preserving token merging and adaptive CBVA to enhance alignment by producing video segments that are internally coherent yet mutually distinctive. Extensive experiments on PRVR benchmarks demonstrate that our framework effectively prevents semantic collapse and substantially improves retrieval accuracy.
