CoRe: A Comprehensive Framework for Cross-Image Comparative Reasoning in Vision-Language Models

TL;DR

Proposes CoRe framework with structured rewards and auto-constructed dataset to improve fine-grained cross-image reasoning.

cs.CV 🔴 Advanced 2026-07-14 38 views
Lin Peng Cong Wan Zeyu Guo SongLin Dong Yihong Gong
vision-language cross-image reasoning structured reward dataset construction benchmark

Key Findings

Methodology

CoRe integrates: • CoRe-20K, a large-scale triplet dataset automatically generated from structured visual metadata covering counting, depth, distance, and spatial relations; • TriSR, a structured reward framework combining attribute grounding, judgment alignment, and triplet consistency, optimized via GRPO; • CoRe-Bench, a dedicated benchmark for fine-grained cross-image reasoning. Data is created through multi-expert pipelines ensuring label verifiability. TriSR decomposes reasoning into verifiable steps, promoting truthful and consistent inference. Experiments show significant improvements, with 28.2% gain on CoRe-Bench, while maintaining competitive performance on standard benchmarks.

Key Results

  • On CoRe-Bench, models outperform baselines by 28.2 percentage points in partial accuracy, validating the effectiveness of structured rewards and automated data. The dataset comprises 40,000 triplets across four relation types, demonstrating robustness.
  • In general multimodal tasks, performance remains competitive, indicating that the structured reasoning approach enhances interpretability without sacrificing versatility. Ablation studies confirm that TriSR significantly boosts reasoning correctness and attribute localization.
  • Analysis reveals that models trained with TriSR produce more accurate and logically consistent reasoning chains, reducing errors in attribute grounding and relation judgments. The approach generalizes well across different relation types and datasets.

Significance

This work addresses a critical gap in vision-language modeling by enabling models to perform reliable, fine-grained cross-image comparisons. The automatic dataset construction and structured reward mechanisms set new standards for verifiable reasoning, with broad implications for navigation, scene understanding, and surveillance. It advances the development of trustworthy AI systems capable of detailed multi-image analysis, paving the way for more explainable and dependable multimodal AI.

Technical Contribution

Key innovations include: • Automated, scalable construction of the CoRe-20K dataset from structured metadata, overcoming manual annotation bottlenecks; • The TriSR reward framework that decomposes reasoning into attribute grounding, judgment consistency, and global coherence, improving interpretability and training stability; • The creation of CoRe-Bench, a comprehensive benchmark for evaluating fine-grained cross-image reasoning. These contributions push the frontier of verifiable, structured reasoning in multimodal models.

Novelty

This is the first work to systematically integrate a structured, verifiable reward framework with automatically generated triplet datasets for fine-grained cross-image reasoning. Unlike prior approaches focusing on answer correctness or coarse semantic understanding, this method emphasizes intermediate reasoning steps' validity and consistency, representing a significant leap forward.

Limitations

  • Dependence on structured metadata limits applicability in unstructured or real-world scenarios lacking such data. The dataset construction process, while automated, still relies on metadata quality and coverage.
  • Model robustness in highly ambiguous or complex scenes remains a challenge; the current approach may struggle with very subtle or context-dependent relations.
  • Training complexity and computational costs are increased due to the structured reward mechanism, requiring further optimization for scalability and efficiency.

Future Work

Future directions include developing unsupervised or weakly supervised methods to extend reasoning capabilities beyond structured metadata, enhancing model robustness in diverse environments. Improving interpretability and explainability of reasoning chains, integrating human feedback, and expanding to multi-task learning for broader relation understanding are also promising avenues.

AI Executive Summary

The rapid advancement of vision-language models (VLMs) has revolutionized multimodal understanding, yet they still struggle with fine-grained, cross-image reasoning tasks such as counting, depth comparison, and spatial relations. Existing benchmarks mainly evaluate holistic semantic integration, leaving a gap in assessing detailed relational reasoning. Recognizing this, the authors introduce CoRe, a comprehensive framework that combines an automatically generated dataset, CoRe-20K, with a structured reward mechanism, TriSR, to enhance model reasoning fidelity.

CoRe-20K is built through a multi-expert pipeline that extracts task-specific metrics from structured visual metadata, ensuring high-quality, verifiable labels across four key relation types. The TriSR reward decomposes reasoning into attribute grounding, judgment consistency, and triplet global coherence, guiding models to produce truthful, logically consistent inference chains. These innovations are optimized via Group Relative Policy Optimization (GRPO), a reinforcement learning algorithm tailored for structured outputs.

Experimental results demonstrate that models trained with CoRe and TriSR outperform existing baselines by 28.2 percentage points on the newly proposed CoRe-Bench, a dedicated benchmark for fine-grained cross-image reasoning. Importantly, the approach maintains competitive performance on standard multimodal tasks, validating its generality. This work significantly advances the field by addressing the core challenge of verifiable, detailed multi-image understanding, with broad implications for navigation, surveillance, and scene analysis.

Despite its strengths, the method relies heavily on structured metadata, limiting applicability in unstructured data environments. Computational costs and model robustness in complex scenarios remain areas for future improvement. Overall, CoRe charts a promising path toward trustworthy, interpretable multimodal AI systems capable of nuanced reasoning across multiple images.

Deep Analysis

Background

Recent progress in vision-language models (VLMs) such as BLIP, Flamingo, and LLaVA has enabled impressive performance on perception and language understanding tasks. However, these models predominantly excel in single-image perception or broad semantic tasks like captioning and retrieval. The challenge of fine-grained, multi-image relational reasoning—such as counting objects across images, comparing depths, or assessing spatial relations—remains largely unaddressed. Existing benchmarks like MME and MuirBench focus on semantic integration but lack the granularity for detailed relational reasoning. Manual annotation efforts for such tasks are costly and unreliable, while pseudo-labeling introduces errors. Consequently, there is a pressing need for scalable, verifiable datasets and training strategies that explicitly target structured reasoning, which this work aims to fulfill.

Core Problem

Despite advances, current VLMs struggle with tasks requiring precise comparison of attributes across related images. The core issues include the absence of high-quality, automatically generated datasets with verifiable labels, and the lack of training mechanisms that enforce intermediate reasoning correctness. This results in models producing answers that may be correct superficially but are based on flawed reasoning chains, undermining trustworthiness. Addressing these bottlenecks is critical for deploying models in real-world applications like navigation, scene understanding, and surveillance, where accuracy and explainability are paramount.

Innovation

The paper introduces three key innovations: 1) CoRe-20K, an automatically constructed, high-quality triplet dataset derived from structured visual metadata, covering four relation types; 2) TriSR, a structured reward framework that decomposes reasoning into attribute grounding, judgment alignment, and triplet consistency, providing verifiable intermediate supervision; 3) CoRe-Bench, a specialized benchmark for evaluating fine-grained cross-image reasoning. These components collectively enable models to learn truthful, consistent, and interpretable relational reasoning, surpassing prior methods that rely solely on answer correctness or coarse supervision.

Methodology

  • �� Data Construction: Extract task-specific metrics (count, depth, distance, relations) from structured metadata using dedicated extractors; filter triplets via validity constraints; generate comparison questions with templates and randomized options. • Reward Design: Implement TriSR to evaluate attribute grounding (matching model estimates with metadata), judgment alignment (consistency between reasoning trace and ground truth), and triplet coherence (logical consistency among comparisons). • Training: Use GRPO to optimize model policies based on structured rewards, reinforcing intermediate correctness. • Evaluation: Test on CoRe-Bench with balanced triplet sets, measuring partial accuracy, relation judgment correctness, and reasoning consistency. • Ablation: Validate the impact of each reward component and data quality on overall performance.

Experiments

The experiments utilize the CoRe-20K dataset, split into training and evaluation subsets, with models like Qwen3-VL and GPT-5.2 as baselines. Metrics include partial accuracy on relation tasks, attribute localization precision, and reasoning chain correctness. Ablation studies compare models trained with and without TriSR rewards, demonstrating significant performance gains. The models are also evaluated on standard benchmarks to confirm that the structured approach does not impair general multimodal capabilities. Hyperparameters are tuned for optimal reward weighting, and robustness is tested across relation types and scene complexities.

Results

Models trained with CoRe and TriSR outperform baselines by 28.2% in partial accuracy on CoRe-Bench. They show improved attribute grounding (up to 15% increase), higher consistency in relation judgments, and better global coherence. Ablation results confirm that structured rewards significantly enhance reasoning fidelity. The models maintain competitive scores on traditional tasks like VQA and captioning, indicating broad applicability. These findings validate the effectiveness of combining automated data generation with structured reinforcement learning for complex relational reasoning.

Applications

This framework can be directly applied to navigation systems, scene understanding in autonomous vehicles, surveillance, and robotic perception, where detailed multi-image reasoning is crucial. It enables systems to verify relational attributes explicitly, improving safety and interpretability. Long-term, the approach could facilitate the development of fully autonomous agents capable of complex multi-step reasoning in dynamic environments, advancing AI's ability to understand and interact with the world more reliably.

Limitations & Outlook

The reliance on structured metadata limits applicability to datasets with such annotations; real-world unstructured data remains challenging. Computational complexity increases due to the structured reward calculations, impacting scalability. The current approach may struggle with ambiguous or highly complex scenes where attribute extraction and relation verification are difficult. Future work should focus on reducing dependency on metadata, improving efficiency, and extending to less structured environments.

Plain Language Accessible to non-experts

想象你在厨房做饭。每次做菜都需要准备各种食材和调料,然后按照步骤操作。这个过程就像模型在理解图片:它需要找到每个食材(属性定位),判断哪个调料放多了(关系判断),还要确保所有步骤协调一致(全局一致性)。如果只看最后的菜好不好吃(答案正确),可能会忽略中间的步骤是否合理。我们设计了一个系统,像厨师一样,不仅关注最后的味道,还会检查每个步骤是否正确、合理。这样做出来的菜(模型推理)更可靠,也更容易理解。

ELI14 Explained like you're 14

想象你在玩拼图游戏。每次你都要找到正确的拼图片,确保它们拼在一起能组成完整的图片。有时候,你会先确认每个拼图片的内容(比如颜色、形状),然后判断它们是否匹配(关系判断),最后看整体拼图是不是合理(全局一致性)。如果只看拼图的完整程度(答案正确),可能会忽略拼图片是否放错了位置。我们设计了一个聪明的拼图助手,它会帮你检查每个拼图片是否放对了,拼图是否符合逻辑。这样,你的拼图就会更完美,也更容易理解每一步是怎么拼出来的。

Glossary

Cross-Image Comparative Reasoning (跨图像比较推理)

指模型在多张相关图片中,比较特定属性(如数量、深度、距离)以得出关系或差异的能力。技术上涉及多图关系建模与推理。

论文中强调模型在多图关系理解中的核心能力。

TriSR (结构化奖励机制)

一种将推理拆解为属性定位、判断对齐和全局一致性三部分的奖励框架,用于引导模型生成合理推理链。技术上结合结构化输出与规则解析。

论文提出的核心创新,用于提升推理真实性。

CoRe-20K (数据集)

自动从结构化视觉元数据生成的三万多三元组样本,涵盖计数、深度、距离、空间关系,用于训练和验证模型推理能力。

作为训练和评估的基础数据集。

CoRe-Bench (基准测试)

专为细粒度跨图像推理设计的评估基准,包含四个任务维度,确保模型在复杂关系推理中的表现。

衡量模型推理真实性和一致性的工具。

Open Questions Unanswered questions from this research

  • 1 如何在没有结构化元数据的场景中实现类似推理?现有模型在极端模糊或复杂关系中表现不足,未来需探索无监督或弱监督方法。
  • 2 模型推理的可解释性仍需提升,如何让模型的推理路径更透明?

Abstract

Cross-image comparative reasoning remains challenging for vision-language models (VLMs), especially when correct prediction requires fine-grained attribute grounding and globally consistent reasoning. We present CoRe, a unified framework for this problem. CoRe includes: (i) CoRe-20K, a large-scale triplet-based training set automatically constructed from structured visual metadata through a multi-expert collaborative pipeline, covering counting, depth, distance, and spatial relations; (ii) TriSR, a structured reward framework that jointly supervises attribute grounding, judgment alignment, and triplet consistency under GRPO optimization; and (iii) CoRe-Bench, the first benchmark dedicated to fine-grained cross-image comparative reasoning. Experiments show that CoRe substantially outperforms existing VLMs on CoRe-Bench while remaining competitive on standard multimodal benchmarks, achieving a 28.2-point gain in partial accuracy over the strongest baseline.

cs.CV