Commonsense for Zero-Shot Natural Language Video Localization
Meghana Holla, Ismini Lourentzou
TL;DR
This paper tackles zero-shot natural language video localization by introducing CORONET, which adds a Commonsense Enhancement Module to bridge video content and pseudo-queries via ConceptNet-derived relations. The approach combines a Graph Convolutional Network-based concept encoder with cross-modal attention to enrich visual and textual representations before localization, and uses a dynamic moment proposal with pseudo-query generation. Empirical results on Charades-STA and ActivityNet-Captions show substantial gains over zero-shot and weakly supervised baselines, with notable improvements in recall and mIoU, and extensive ablations underscore the importance of temporal commonsense relations and modality-specific enrichment. The work demonstrates that external commonsense knowledge can meaningfully improve zero-shot NLVL and offers a pathway for more robust video-language grounding in open domains.
Abstract
Zero-shot Natural Language-Video Localization (NLVL) methods have exhibited promising results in training NLVL models exclusively with raw video data by dynamically generating video segments and pseudo-query annotations. However, existing pseudo-queries often lack grounding in the source video, resulting in unstructured and disjointed content. In this paper, we investigate the effectiveness of commonsense reasoning in zero-shot NLVL. Specifically, we present CORONET, a zero-shot NLVL framework that leverages commonsense to bridge the gap between videos and generated pseudo-queries via a commonsense enhancement module. CORONET employs Graph Convolution Networks (GCN) to encode commonsense information extracted from a knowledge graph, conditioned on the video, and cross-attention mechanisms to enhance the encoded video and pseudo-query representations prior to localization. Through empirical evaluations on two benchmark datasets, we demonstrate that CORONET surpasses both zero-shot and weakly supervised baselines, achieving improvements up to 32.13% across various recall thresholds and up to 6.33% in mIoU. These results underscore the significance of leveraging commonsense reasoning for zero-shot NLVL.
