菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-07
📄 Abstract - Progressive Reasoning with Primitive Correction for Compositional Zero-Shot Learning

Compositional Zero-Shot Learning (CZSL) aims to combine known attributes and objects as primitives for recognizing previously unseen attribute-object pairs. Prior works either predict attributes and objects independently, missing their strong contextual dependency, or use unidirectional conditional modeling (e.g., object-guided attribute prediction), which is prone to error propagation. We propose PRPC, a Progressive Reasoning framework with Primitive Correction, which explicitly models the bidirectional dependency between attributes and objects via step-wise inference. PRPC performs mutual correction of primitives to suppress prediction errors in earlier steps. Specifically, we formulate CZSL as structured, Q&A-style Chain-of-Thought reasoning process and constrain the MLLM to follow predefined semantic steps to generate intermediate decisions. To further enhance the reliability and logical consistency of intermediate reasoning, we introduce reinforcement learning post-training with a GRPO-based objective, providing step-level rewards aligned with the progressive inference procedure. Extensive experiments on three CZSL benchmarks demonstrate that PRPC achieves state-of-the-art performance, validating the effectiveness of progressive reasoning and bidirectional correction for robust compositional generalization.

顶级标签: computer vision machine learning multi-modal
详细标签: zero-shot learning compositional reasoning chain-of-thought reinforcement learning attribute-object recognition 或 搜索:

基于原始纠正的渐进推理方法用于组合零样本学习 / Progressive Reasoning with Primitive Correction for Compositional Zero-Shot Learning


1️⃣ 一句话总结

本文提出了一种名为PRPC的新方法,通过模仿人类分步思考的过程,让模型先分别识别物体的属性和对象,再互相纠正错误,从而更准确地识别从未见过的属性-对象组合,比如能正确辨别“带皮的红苹果”这种新组合。

源自 arXiv: 2607.05911