arXiv:2510.10587cs.CV2025-10被引 1

提出简单高效的视觉定位基线模型FSVG,兼顾精度与速度。

A Simple and Better Baseline for Visual Grounding

  • 将语言与视觉模态融合到统一网络,避免迭代计算
  • 通过相似性筛选相关视觉特征,提升推理速度
  • 适合追求高效实用的视觉定位研究者

视觉定位旨在根据文本描述预测目标物体的位置。现有方法多聚焦于仅选择与语言相关的视觉区域以降低计算开销,但通常需在不同图像尺度上迭代进行,且每轮需缓存语言与视觉特征,带来额外负担。为此,本文提出一种基于特征选择的简单而有效的视觉定位基线模型FSVG。该方法将语言与视觉模态直接整合进统一网络架构,无需复杂迭代过程,并利用语言并行引导双模态交互,以提取有效视觉特征。为进一步降低计算成本,引入基于相似性的特征选择机制,在视觉特征学习阶段仅保留与语言相关的特征,实现更快预测。在多个基准数据集上的大量实验表明,所提FSVG在准确率与效率之间取得更优平衡,优于当前先进方法。代码已公开于https://github.com/jcwang0602/FSVG。

原文摘要 · Abstract (English)

Visual grounding aims to predict the locations of target objects specified by textual descriptions. For this task with linguistic and visual modalities, there is a latest research line that focuses on only selecting the linguistic-relevant visual regions for object localization to reduce the computational overhead. Albeit achieving impressive performance, it is iteratively performed on different image scales, and at every iteration, linguistic features and visual features need to be stored in a cache, incurring extra overhead. To facilitate the implementation, in this paper, we propose a feature selection-based simple yet effective baseline for visual grounding, called FSVG. Specifically, we directly encapsulate the linguistic and visual modalities into an overall network architecture without complicated iterative procedures, and utilize the language in parallel as guidance to facilitate the interaction between linguistic modal and visual modal for extracting effective visual features. Furthermore, to reduce the computational cost, during the visual feature learning, we introduce a similarity-based feature selection mechanism to only exploit language-related visual features for faster prediction. Extensive experiments conducted on several benchmark datasets comprehensively substantiate that the proposed FSVG achieves a better balance between accuracy and efficiency beyond the current state-of-the-art methods. Code is available at https://github.com/jcwang0602/FSVG.

视觉定位特征选择模型效率多模态

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