DIRCR: Dual-Inference Rule-Contrastive Reasoning for Solving RAVENs
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Contrastive LearningVisual ReasoningSimilar Papers 제목 키워드 기반
DoubleTake: Contrastive Reasoning for Faithful Decision-Making in Medical Imaging
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 MakingTraining-Free Test-Time Contrastive Learning for Large Language Models
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 LearningExplainability-Driven Quality Assessment for Rule-Based Systems
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 MakingFairnessPredictive Reasoning with Augmented Anomaly Contrastive Learning for Compositional Visual Relations
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 ReasoningContrastive Reasoning in Neural Networks
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