Finding Optimal Video Moment without Training: Gaussian Boundary Optimization for Weakly Supervised Video Grounding
Sunoh Kim, Kimin Yun, Daeho Um
TL;DR
The paper tackles weakly supervised video grounding by reframing boundary prediction as a principled inference problem. It introduces Gaussian Boundary Optimization (GBO), which maximizes proposal coverage while penalizing segment length, and derives a closed-form solution across regimes of the penalty weight $\lambda$. GBO is training-free and compatible with both single-Gaussian and Gaussian mixture proposals, delivering consistent improvements over baselines on ActivityNet Captions and Charades-STA with negligible overhead. The work offers clear interpretability of boundary behavior through explicit formulas and demonstrates broad generalization beyond Gaussian proposals, establishing a practical, model-agnostic enhancement for temporal grounding.
Abstract
Weakly supervised temporal video grounding aims to localize query-relevant segments in untrimmed videos using only video-sentence pairs, without requiring ground-truth segment annotations that specify exact temporal boundaries. Recent approaches tackle this task by utilizing Gaussian-based temporal proposals to represent query-relevant segments. However, their inference strategies rely on heuristic mappings from Gaussian parameters to segment boundaries, resulting in suboptimal localization performance. To address this issue, we propose Gaussian Boundary Optimization (GBO), a novel inference framework that predicts segment boundaries by solving a principled optimization problem that balances proposal coverage and segment compactness. We derive a closed-form solution for this problem and rigorously analyze the optimality conditions under varying penalty regimes. Beyond its theoretical foundations, GBO offers several practical advantages: it is training-free and compatible with both single-Gaussian and mixture-based proposal architectures. Our experiments show that GBO significantly improves localization, achieving state-of-the-art results across standard benchmarks. Extensive experiments demonstrate the efficiency and generalizability of GBO across various proposal schemes. The code is available at \href{https://github.com/sunoh-kim/gbo}{https://github.com/sunoh-kim/gbo}.
