arXiv:2501.08282cs.CV2025-01CVPR被引 83

LLaVA-ST提升视频时空定位精度,解决视觉与语言坐标对齐难题。

LLaVA-ST: A Multimodal Large Language Model for Fine-Grained Spatial-Temporal Understanding

  • 通过语言对齐位置嵌入,简化时空坐标在视觉空间中的对应关系。
  • 设计时空打包器,分步压缩时空特征,保留细粒度信息。
  • 构建430万样本数据集和基准测试,支持多任务评估。

近年来多模态大模型虽取得进展,但同时处理时空定位仍具挑战:一是时空坐标组合过多导致语言与视觉坐标对齐困难;二是视频特征压缩中难以保留细粒度时空信息。为此,我们提出LLaVA-ST,一种面向细粒度时空理解的多模态大模型。其采用语言对齐位置嵌入(Language-Aligned Positional Embedding),将文本坐标特殊标记映射至视觉空间,简化细粒度时空对齐。设计时空打包器(Spatial-Temporal Packer),将时间与空间分辨率压缩解耦为两个独立的点到区域注意力处理流。构建包含430万样本的ST-Align训练数据集,并提出渐进式训练流程,分阶段实现视觉与文本特征对齐。引入ST-Align基准,涵盖时空视频定位(STVG)、事件定位与描述(ELC)和空间视频定位(SVG)等任务。LLaVA-ST在11个需细粒度时空交织理解的基准上表现优异。代码、数据与基准将开源于https://github.com/appletea233/LLaVA-ST。

原文摘要 · Abstract (English)

Recent advancements in multimodal large language models (MLLMs) have shown promising results, yet existing approaches struggle to effectively handle both temporal and spatial localization simultaneously. This challenge stems from two key issues: first, incorporating spatial-temporal localization introduces a vast number of coordinate combinations, complicating the alignment of linguistic and visual coordinate representations; second, encoding fine-grained temporal and spatial information during video feature compression is inherently difficult. To address these issues, we propose LLaVA-ST, a MLLM for fine-grained spatial-temporal multimodal understanding. In LLaVA-ST, we propose Language-Aligned Positional Embedding, which embeds the textual coordinate special token into the visual space, simplifying the alignment of fine-grained spatial-temporal correspondences. Additionally, we design the Spatial-Temporal Packer, which decouples the feature compression of temporal and spatial resolutions into two distinct point-to-region attention processing streams. Furthermore, we propose ST-Align dataset with 4.3M training samples for fine-grained spatial-temporal multimodal understanding. With ST-align, we present a progressive training pipeline that aligns the visual and textual feature through sequential coarse-to-fine stages.Additionally, we introduce an ST-Align benchmark to evaluate spatial-temporal interleaved fine-grained understanding tasks, which include Spatial-Temporal Video Grounding (STVG) , Event Localization and Captioning (ELC) and Spatial Video Grounding (SVG). LLaVA-ST achieves outstanding performance on 11 benchmarks requiring fine-grained temporal, spatial, or spatial-temporal interleaving multimodal understanding. Our code, data and benchmark will be released at Our code, data and benchmark will be released at https://github.com/appletea233/LLaVA-ST .

多模态视频理解时空定位大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。