Multi-granularity Correspondence Learning from Long-term Noisy Videos
Yijie Lin, Jie Zhang, Zhenyu Huang, Jia Liu, Zujie Wen, Xi Peng
TL;DR
This work tackles learning temporal correspondences for long-form instructional videos where misalignment between clips and captions occurs at coarse and fine granularities (MNC). It introduces Norton, a unified optimal transport framework that learns video-paragraph and clip-caption relationships via Sinkhorn-based transport with a soft-grmax-inspired fine-grained alignment and an Alignable Prompt Bucket to filter noise. Key innovations include a robust OT objective for long-range temporal learning, a soft-maximum operator to identify crucial words/frames, and a faulty-negative exploitation strategy to better utilize in-batch negatives. Extensive experiments across video-paragraph retrieval, text-to-video retrieval, VideoQA, and action segmentation demonstrate Norton’s effectiveness and computational efficiency, with ablations validating each component’s contribution. The approach substantially improves temporal understanding in long videos and offers a scalable, noise-robust paradigm for multi-modal learning with potential extension to additional modalities.
Abstract
Existing video-language studies mainly focus on learning short video clips, leaving long-term temporal dependencies rarely explored due to over-high computational cost of modeling long videos. To address this issue, one feasible solution is learning the correspondence between video clips and captions, which however inevitably encounters the multi-granularity noisy correspondence (MNC) problem. To be specific, MNC refers to the clip-caption misalignment (coarse-grained) and frame-word misalignment (fine-grained), hindering temporal learning and video understanding. In this paper, we propose NOise Robust Temporal Optimal traNsport (Norton) that addresses MNC in a unified optimal transport (OT) framework. In brief, Norton employs video-paragraph and clip-caption contrastive losses to capture long-term dependencies based on OT. To address coarse-grained misalignment in video-paragraph contrast, Norton filters out the irrelevant clips and captions through an alignable prompt bucket and realigns asynchronous clip-caption pairs based on transport distance. To address the fine-grained misalignment, Norton incorporates a soft-maximum operator to identify crucial words and key frames. Additionally, Norton exploits the potential faulty negative samples in clip-caption contrast by rectifying the alignment target with OT assignment to ensure precise temporal modeling. Extensive experiments on video retrieval, videoQA, and action segmentation verify the effectiveness of our method. Code is available at https://lin-yijie.github.io/projects/Norton.
