arXiv:2501.05728cs.CV2025-01AAAI被引 2

用大类信息提升零样本属性分类的泛化与扩展性

Super-class guided Transformer for Zero-Shot Attribute Classification

论文配图:Super-class guided Transformer for Zero-Shot Attribute Classification
图 1 · 摘自论文原文
  • 用大类语义初始化查询,减少参数量提升可扩展性
  • 在三个基准上达当前最优,跨数据集迁移表现强
  • 适合需要高效零样本分类的视觉系统开发者

属性分类对识别图像区域特定特征至关重要。视觉语言模型(VLMs)通过大规模数据中的通用知识,在零样本任务中表现优异。尽管基于Transformer且使用类别查询的模型已有效解决零样本多标签分类问题,但其对已见与未见属性间关系利用不足,导致泛化能力弱。此外,属性数量众多,难以维持模型可扩展性。为此,我们提出SugaFormer框架,利用大类信息增强零样本属性分类的可扩展性与泛化能力。SugaFormer采用大类查询初始化(SQI)减少查询数量,利用大类共有的语义信息;引入多上下文解码(MD)以处理多样视觉线索。为强化泛化性,提出两种知识迁移策略:训练阶段使用大类引导一致性正则化(SCR),通过大类提示对齐模型特征与VLM;推理阶段采用零样本检索增强评分(ZRSE),优化未见属性预测。大量实验表明,SugaFormer在三个主流属性分类基准的零样本及跨数据集迁移设置下均达到领先性能。代码已开源。

原文摘要 · Abstract (English)

Attribute classification is crucial for identifying specific characteristics within image regions. Vision-Language Models (VLMs) have been effective in zero-shot tasks by leveraging their general knowledge from large-scale datasets. Recent studies demonstrate that transformer-based models with class-wise queries can effectively address zero-shot multi-label classification. However, poor utilization of the relationship between seen and unseen attributes makes the model lack generalizability. Additionally, attribute classification generally involves many attributes, making maintaining the model's scalability difficult. To address these issues, we propose Super-class guided transFormer (SugaFormer), a novel framework that leverages super-classes to enhance scalability and generalizability for zero-shot attribute classification. SugaFormer employs Super-class Query Initialization (SQI) to reduce the number of queries, utilizing common semantic information from super-classes, and incorporates Multi-context Decoding (MD) to handle diverse visual cues. To strengthen generalizability, we introduce two knowledge transfer strategies that utilize VLMs. During training, Super-class guided Consistency Regularization (SCR) aligns model's features with VLMs using super-class guided prompts, and during inference, Zero-shot Retrieval-based Score Enhancement (ZRSE) refines predictions for unseen attributes. Extensive experiments demonstrate that SugaFormer achieves state-of-the-art performance across three widely-used attribute classification benchmarks under zero-shot, and cross-dataset transfer settings. Our code is available at https://github.com/mlvlab/SugaFormer.

零样本学习属性分类视觉语言模型Transformer

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