TL;DR
Video temporal grounding—locating specific moments in videos using text descriptions—typically requires frame-level annotations, which are expensive to obtain. Researchers reframed weakly-supervised temporal grounding (using only video-level labels) as a game-theoretic problem where a model learns to identify relevant segments through adversarial interaction.
✦ Why It Matters
Engineers can reduce video annotation costs by 10-100x while maintaining accuracy using game-theoretic weak supervision instead of frame-level labeling.
Key Takeaways
How It Works
The proposed method models video frames and query words as players in a cooperative game, allowing for a nuanced understanding of their interactions. By applying multivariate cooperative game theory, the model assesses the contributions of each frame-word pair to the overall similarity score, enabling a more precise grounding of moments without relying on predefined proposals.
Related