paper-with-me

홈 › Papers

DIRCR: Dual-Inference Rule-Contrastive Reasoning for Solving RAVENs

2026-04-19 · Jiachen Zhang, Chengtai Li, Jianfeng Ren, Linlin Shen, Zheng Lu, Ruibin Bai arxiv

Abstract visual reasoning remains challenging as existing methods often prioritize either global context or local row-wise relations, failing to integrate both, and lack intermediate feature constraints, leading to incomplete rule capture and entangled representations. To address these issues, we propose the Dual-Inference Rule-Contrastive Reasoning (DIRCR) model. Its core component, the Dual-Inference Reasoning Module, combines a local path for row-wise analogical reasoning and a global path for holistic inference, integrated via a gated attention mechanism. Additionally, a Rule-Contrastive Learning Module introduces pseudo-labels to construct positive and negative rule samples, applying contrastive learning to enhance feature separability and promote abstract, transferable rule learning. Experimental results on three RAVEN datasets demonstrate that DIRCR significantly enhances reasoning robustness and generalization. Codes are available at https://github.com/csZack-Zhang/DIRCR.

📄 PDF Abstract BibTeX arXiv:2604.17584

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningVisual Reasoning

Similar Papers 제목 키워드 기반

DoubleTake: Contrastive Reasoning for Faithful Decision-Making in Medical Imaging

2026-02-02 · Daivik Patel, Shrenik Patel arxiv

Accurate decision making in medical imaging requires reasoning over subtle visual differences between confusable conditions, yet most existing approaches rely on nearest neighbor retrieval that returns redundant evidence…

Decision Making

Training-Free Test-Time Contrastive Learning for Large Language Models

2026-04-15 · Kaiwen Zheng, Kai Zhou, Jinwu Hu, Te Gu 외 arxiv

Large language models (LLMs) demonstrate strong reasoning capabilities, but their performance often degrades under distribution shift. Existing test-time adaptation (TTA) methods rely on gradient-based updates that requi…

Test-time AdaptationContrastive Learning

Explainability-Driven Quality Assessment for Rule-Based Systems

2025-02-03 · Oshani Seneviratne, Brendan Capuzzo, William Van Woensel

This paper introduces an explanation framework designed to enhance the quality of rules in knowledge-based reasoning systems based on dataset-driven insights. The traditional method for rule induction from data typically…

counterfactualDecision MakingFairness

Predictive Reasoning with Augmented Anomaly Contrastive Learning for Compositional Visual Relations

2026-03-01 · Chengtai Li, Yuting He, Jianfeng Ren, Ruibin Bai 외 arxiv

While visual reasoning for simple analogies has received significant attention, compositional visual relations (CVR) remain relatively unexplored due to their greater complexity. To solve CVR tasks, we propose Predictive…

Contrastive LearningVisual Reasoning

Contrastive Reasoning in Neural Networks

2021-03-23 · Mohit Prabhushankar, Ghassan AlRegib

Neural networks represent data as projections on trained weights in a high dimensional manifold. The trained weights act as a knowledge base consisting of causal class dependencies. Inference built on features that ident…

Object Recognition