通过语义引导提升多标签识别的图文对齐能力
Semantic-guided Representation Learning for Multi-Label Recognition
- 构建标签图结构增强多标签语义关联性
- 用文本特征重构视觉特征,注入语义信息
- 适合零样本多标签场景,尤其标签不全时
多标签识别(MLR)为图像分配多个标签,在复杂场景中优于单标签分类。但标注常存在未见或不完整标签的问题。现有基于视觉语言预训练(VLP)的方法在零样本MLR上取得进展,却未充分挖掘多标签间的语义关联,导致视觉特征缺乏关键语义。为此,我们提出语义引导表征学习方法(SigRL):首先引入图结构多标签相关模块(GMC),促进标签间信息交互,丰富文本语义表示;其次提出语义视觉特征重建模块(SVFR),在重建过程中融合文本表征,增强视觉特征的语义信息;最后结合局部与全局特征优化图像-文本匹配能力,实现零样本MLR。在多个MLR基准上测试,涵盖零样本(含未见标签)和单正多标签学习(标签有限),结果优于当前最优方法。代码已公开于https://github.com/MVL-Lab/SigRL。
原文摘要 · Abstract (English)
Multi-label Recognition (MLR) involves assigning multiple labels to each data instance in an image, offering advantages over single-label classification in complex scenarios. However, it faces the challenge of annotating all relevant categories, often leading to uncertain annotations, such as unseen or incomplete labels. Recent Vision and Language Pre-training (VLP) based methods have made significant progress in tackling zero-shot MLR tasks by leveraging rich vision-language correlations. However, the correlation between multi-label semantics has not been fully explored, and the learned visual features often lack essential semantic information. To overcome these limitations, we introduce a Semantic-guided Representation Learning approach (SigRL) that enables the model to learn effective visual and textual representations, thereby improving the downstream alignment of visual images and categories. Specifically, we first introduce a graph-based multi-label correlation module (GMC) to facilitate information exchange between labels, enriching the semantic representation across the multi-label texts. Next, we propose a Semantic Visual Feature Reconstruction module (SVFR) to enhance the semantic information in the visual representation by integrating the learned textual representation during reconstruction. Finally, we optimize the image-text matching capability of the VLP model using both local and global features to achieve zero-shot MLR. Comprehensive experiments are conducted on several MLR benchmarks, encompassing both zero-shot MLR (with unseen labels) and single positive multi-label learning (with limited labels), demonstrating the superior performance of our approach compared to state-of-the-art methods. The code is available at https://github.com/MVL-Lab/SigRL.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。