Gaussian Mixture Proposals with Pull-Push Learning Scheme to Capture Diverse Events for Weakly Supervised Temporal Video Grounding
Sunoh Kim, Jungchan Cho, Joonsang Yu, YoungJoon Yoo, Jin Young Choi
TL;DR
This work targets weakly supervised temporal video grounding by introducing Gaussian Mixture Proposals (GMP) that can express diverse query-driven events through learnable centers, widths, and importances learned directly over temporal locations. A pull-push learning scheme encourages moderately coupled Gaussians within each proposal, combining pulling for locality and pushing for distinctness, while an importance-based reconstructor assigns weights to masks to optimize reconstruction of the query. The GMP framework, supported by an MC-transformer based mask-importance module and a multiloss objective, achieves state-of-the-art performance on ActivityNet Captions and Charades-STA, with extensive ablations validating each component. Overall, expressing temporal structure with a learnable Gaussian mixture and carefully balanced coupling improves grounding accuracy under weak supervision, offering a scalable alternative to sliding-window or single-Gaussian approaches.
Abstract
In the weakly supervised temporal video grounding study, previous methods use predetermined single Gaussian proposals which lack the ability to express diverse events described by the sentence query. To enhance the expression ability of a proposal, we propose a Gaussian mixture proposal (GMP) that can depict arbitrary shapes by learning importance, centroid, and range of every Gaussian in the mixture. In learning GMP, each Gaussian is not trained in a feature space but is implemented over a temporal location. Thus the conventional feature-based learning for Gaussian mixture model is not valid for our case. In our special setting, to learn moderately coupled Gaussian mixture capturing diverse events, we newly propose a pull-push learning scheme using pulling and pushing losses, each of which plays an opposite role to the other. The effects of components in our scheme are verified in-depth with extensive ablation studies and the overall scheme achieves state-of-the-art performance. Our code is available at https://github.com/sunoh-kim/pps.
