针对遥感视觉语言模型预训练中的冗余文本问题,提出加权特征聚合方法提升效率与效果。
Redundancy-Aware Pretraining of Vision-Language Foundation Models in Remote Sensing
- 通过重要性加权聚合多条图像描述,减少重复信息干扰。
- 使用BLEU评分或注意力机制动态分配文本权重,增强独特信息贡献。
- 在遥感图文检索任务中显著提升性能,适合资源受限场景使用。
近年来,基于视觉-语言模型(VLM)的预训练在遥感(RS)领域受到广泛关注。VLM预训练旨在从大量图像-文本对中学习图像与语言的对齐关系。然而,每张图像常关联多个包含冗余信息的描述,导致预训练和推理时间增加。为此,本文提出一种面向遥感的加权特征聚合(WFA)策略,旨在提取多描述间的互补信息并降低冗余。通过两种技术计算各描述的重要性权重:(i) 基于双语评估替代表(BLEU)分数的非参数化唯一性度量,突出独特句子;(ii) 通过注意力机制学习权重,替代手工特征。在遥感图文检索任务上的实验表明,该策略可实现高效且有效的预训练。进一步分析得出适配不同下游任务与资源约束的技术选择建议。代码已开源:https://git.tu-berlin.de/rsim/redundacy-aware-rs-vlm。
原文摘要 · Abstract (English)
The development of foundation models through pretraining of vision-language models (VLMs) has recently attracted great attention in remote sensing (RS). VLM pretraining aims to learn image and language alignments from a large number of image-text pairs. Each pretraining image is often associated with multiple captions containing redundant information due to repeated or semantically similar phrases, resulting in increased pretraining and inference time. To overcome this, we introduce a weighted feature aggregation (WFA) strategy for VLM pretraining in RS. Our strategy aims to extract and exploit complementary information from multiple captions per image while reducing redundancies through feature aggregation with importance weighting. To calculate adaptive importance weights for different captions of each image, we propose two techniques: (i) non-parametric uniqueness and (ii) learning-based attention. In the first technique, importance weights are calculated based on the bilingual evaluation understudy (BLEU) scores of the captions to emphasize unique sentences and reduce the influence of repetitive ones. In the second technique, importance weights are learned through an attention mechanism instead of relying on hand-crafted features. The effectiveness of the proposed WFA strategy with the two techniques is analyzed in terms of downstream performance on text-to-image retrieval in RS. Experimental results show that the proposed strategy enables efficient and effective pretraining of VLMs in RS. Based on the experimental analysis, we derive guidelines for selecting appropriate techniques depending on downstream task requirements and resource constraints. The code of this work is publicly available at https://git.tu-berlin.de/rsim/redundacy-aware-rs-vlm.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。