Unlocking the Potential of Grounding DINO in Videos: Parameter-Efficient Adaptation for Limited-Data Spatial-Temporal Localization

arXiv cs.CV / 4/15/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses small-data spatio-temporal video grounding (STVG), where dense spatiotemporal annotations and temporal-language alignment are too costly for specialized video domains.
  • It proposes ST-GD, a parameter-efficient adaptation method that freezes a pre-trained 2D visual-language model (e.g., Grounding DINO) and adds lightweight adapters (~10M trainable parameters) plus a temporal decoder for boundary prediction.
  • By preserving the base model’s priors while injecting spatiotemporal awareness, ST-GD is designed specifically to mitigate overfitting common in limited datasets.
  • Experiments show strong performance in data-scarce settings on HC-STVG v1/v2 and robust generalization on VidSTG.
  • The work positions ST-GD as a general paradigm for building video understanding systems under strict annotation and data constraints.

Abstract

Spatio-temporal video grounding (STVG) aims to localize queried objects within dynamic video segments. Prevailing fully-trained approaches are notoriously data-hungry. However, gathering large-scale STVG data is exceptionally challenging: dense frame-level bounding boxes and complex temporal language alignments are prohibitively expensive to annotate, especially for specialized video domains. Consequently, conventional models suffer from severe overfitting on these inherently limited datasets, while zero-shot foundational models lack the task-specific temporal awareness needed for precise localization. To resolve this small-data challenge, we introduce ST-GD, a data-efficient framework that adapts pre-trained 2D visual-language models (e.g., Grounding DINO) to video tasks. To avoid destroying pre-trained priors on small datasets, ST-GD keeps the base model frozen and strategically injects lightweight adapters (~10M trainable parameters) to instill spatio-temporal awareness, alongside a novel temporal decoder for boundary prediction. This design naturally counters data scarcity. Consequently, ST-GD excels in data-scarce scenarios, achieving highly competitive performance on the limited-scale HC-STVG v1/v2 benchmarks, while maintaining robust generalization on the VidSTG dataset. This validates ST-GD as a powerful paradigm for complex video understanding under strict small-data constraints.