Rebalancing Contrastive Alignment with Bottlenecked Semantic Increments in Text-Video Retrieval
Jian Xiao, Zijie Song, Jialong Hu, Hao Cheng, Jia Li, Zhenzhen Hu, Richang Hong
TL;DR
This work tackles optimization tension and false negatives in text–video retrieval by introducing GARE, which learns pair-specific increments $\Delta_{ij}$ to redistribute gradient flow away from brittle anchor updates. The core mechanism combines a multivariate Taylor expansion of the InfoNCE loss under a trust-region with a lightweight cross-attention module $\psi$ conditioned on the semantic gap, and is stabilized by a relaxed variational information bottleneck. Key contributions include a gradient-structure analysis that motivates pairwise increments, norm- and direction-based regularizers to promote structured updates, and extensive experiments on MSR-VTT, DiDeMo, MSVD, and ActivityNet Captions showing consistent improvements over state-of-the-art methods. The approach yields semantically meaningful, geometrically structured increments that broaden the effective optimization region, improving alignment robustness while maintaining computational efficiency suitable for large-scale retrieval pipelines.
Abstract
Recent progress in text-video retrieval has been largely driven by contrastive learning. However, existing methods often overlook the effect of the modality gap, which causes anchor representations to undergo in-place optimization (i.e., optimization tension) that limits their alignment capacity. Moreover, noisy hard negatives further distort the semantics of anchors. To address these issues, we propose GARE, a Gap-Aware Retrieval framework that introduces a learnable, pair-specific increment $Δ_{ij}$ between text $t_i$ and video $v_j$, redistributing gradients to relieve optimization tension and absorb noise. We derive $Δ_{ij}$ via a multivariate first-order Taylor expansion of the InfoNCE loss under a trust-region constraint, showing that it guides updates along locally consistent descent directions. A lightweight neural module conditioned on the semantic gap couples increments across batches for structure-aware correction. Furthermore, we regularize $Δ$ through a variational information bottleneck with relaxed compression, enhancing stability and semantic consistency. Experiments on four benchmarks demonstrate that GARE consistently improves alignment accuracy and robustness, validating the effectiveness of gap-aware tension mitigation. Code is available at https://github.com/musicman217/GARE-text-video-retrieval.
