用分步融合与轻量适配提升视觉定位效率
SwimVG: Step-wise Multimodal Fusion and Adaption for Visual Grounding
- 分步提示与跨模态交互适配器实现逐层融合
- 在四个数据集上准确率领先,计算开销更低
- 适合追求高效多模态融合的开发者使用
视觉定位旨在通过自然语言定位图像区域,高度依赖跨模态对齐。现有方法通常分别微调单模态预训练模型,再堆叠视觉-语言变换器进行融合,但此类方法不仅限制了视觉与语言上下文间的充分交互,还带来显著计算开销。为此,本文提出分步多模态融合与适配框架SwimVG。该框架引入分步多模态提示(Swip)和跨模态交互适配器(CIA),取代复杂的变换器堆叠。Swip以词元级融合方式逐步增强视觉与语言表示对齐;CIA通过权重级跨模态交互进一步促进融合。两者均为参数高效范式,从浅层到深层逐步融合跨模态特征。在四个常用基准上的实验表明,SwimVG在性能与效率上均表现卓越。代码已公开于https://github.com/liuting20/SwimVG。
原文摘要 · Abstract (English)
Visual grounding aims to ground an image region through natural language, which heavily relies on cross-modal alignment. Most existing methods transfer visual/linguistic knowledge separately by fully fine-tuning uni-modal pre-trained models, followed by a simple stack of visual-language transformers for multimodal fusion. However, these approaches not only limit adequate interaction between visual and linguistic contexts, but also incur significant computational costs. Therefore, to address these issues, we explore a step-wise multimodal fusion and adaption framework, namely SwimVG. Specifically, SwimVG proposes step-wise multimodal prompts (Swip) and cross-modal interactive adapters (CIA) for visual grounding, replacing the cumbersome transformer stacks for multimodal fusion. Swip can improve {the} alignment between the vision and language representations step by step, in a token-level fusion manner. In addition, weight-level CIA further promotes multimodal fusion by cross-modal interaction. Swip and CIA are both parameter-efficient paradigms, and they fuse the cross-modal features from shallow to deep layers gradually. Experimental results on four widely-used benchmarks demonstrate that SwimVG achieves remarkable abilities and considerable benefits in terms of efficiency. Our code is available at https://github.com/liuting20/SwimVG.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。