用任务特异性查询提升场景图生成效率与精度
UniQ: Unified Decoder with Task-specific Queries for Efficient Scene Graph Generation
- 设计任务特异性查询分离主体、对象和谓词的视觉特征
- 统一解码器实现关系三元组内特征耦合,性能优于主流方法
- 适合需要高效精准场景理解的应用场景
场景图生成(SGG)旨在识别图像中的物体实体并推理其相互关系。与依赖大型物体检测器(如 Faster R-CNN)的两阶段方法不同,单阶段方法通过固定数量的可学习查询联合推理关系三元组 <主体, 谓词, 对象>,在显著减少参数量和计算开销的同时表现出稳健性能。然而,单阶段方法面临弱耦合问题:关系中涉及的实体既需三元组内共享的耦合特征,又需独立的视觉特征。此前方法或仅用单一解码器建模耦合特征,或采用多个解码器分别提取独立特征,未能兼顾二者。本文提出 UniQ:一种包含任务特异性查询的统一解码器架构,其中任务特异性查询分别生成主体、对象和谓词的解耦视觉特征,统一解码器则实现三元组内的耦合特征建模。在 Visual Genome 数据集上的实验表明,UniQ 在性能上超越了现有单阶段与两阶段方法。
原文摘要 · Abstract (English)
Scene Graph Generation(SGG) is a scene understanding task that aims at identifying object entities and reasoning their relationships within a given image. In contrast to prevailing two-stage methods based on a large object detector (e.g., Faster R-CNN), one-stage methods integrate a fixed-size set of learnable queries to jointly reason relational triplets <subject, predicate, object>. This paradigm demonstrates robust performance with significantly reduced parameters and computational overhead. However, the challenge in one-stage methods stems from the issue of weak entanglement, wherein entities involved in relationships require both coupled features shared within triplets and decoupled visual features. Previous methods either adopt a single decoder for coupled triplet feature modeling or multiple decoders for separate visual feature extraction but fail to consider both. In this paper, we introduce UniQ, a Unified decoder with task-specific Queries architecture, where task-specific queries generate decoupled visual features for subjects, objects, and predicates respectively, and unified decoder enables coupled feature modeling within relational triplets. Experimental results on the Visual Genome dataset demonstrate that UniQ has superior performance to both one-stage and two-stage methods.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。