paper-with-me

홈 › Papers

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 identify these dependencies is termed as feed-forward inference. Such inference mechanisms are justified based on classical cause-to-effect inductive reasoning models. Inductive reasoning based feed-forward inference is widely used due to its mathematical simplicity and operational ease. Nevertheless, feed-forward models do not generalize well to untrained situations. To alleviate this generalization challenge, we propose using an effect-to-cause inference model that reasons abductively. Here, the features represent the change from existing weight dependencies given a certain effect. We term this change as contrast and the ensuing reasoning mechanism as contrastive reasoning. In this paper, we formalize the structure of contrastive reasoning and propose a methodology to extract a neural network's notion of contrast. We demonstrate the value of contrastive reasoning in two stages of a neural network's reasoning pipeline : in inferring and visually explaining decisions for the application of object recognition. We illustrate the value of contrastively recognizing images under distortions by reporting an improvement of 3.47%, 2.56%, and 5.48% in average accuracy under the proposed contrastive framework on CIFAR-10C, noisy STL-10, and VisDA datasets respectively.

📄 PDF Abstract BibTeX arXiv:2103.12329

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognition

Similar Papers 제목 키워드 기반

Contrastive Decoding Improves Reasoning in Large Language Models

2023-09-17 · Sean O'Brien, Mike Lewis

We demonstrate that Contrastive Decoding -- a simple, computationally light, and training-free text generation method proposed by Li et al 2022 -- achieves large out-of-the-box improvements over greedy decoding on a vari…

GSM8KHellaSwagMathText Generation

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

2026-04-19 · Jiachen Zhang, Chengtai Li, Jianfeng Ren, Linlin Shen 외 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 incom…

Contrastive LearningVisual Reasoning

CoLVR: Enhancing Exploratory Latent Visual Reasoning via Contrastive Optimization

2026-05-09 · Ziyang Ding, Linjian Meng, Yiming Wu, Yuhan Li 외 arxiv

Due to the potential for exploratory reasoning of Latent Visual Reasoning, recent works tend to enable MLLMs (Multimodal Large Language Models) to perform visual reasoning by propagating continuous hidden states instead …

Reinforcement LearningVisual Reasoning

Contrastive Chain-of-Thought Prompting

2023-11-15 · Yew Ken Chia, Guizhen Chen, Luu Anh Tuan, Soujanya Poria 외

Despite the success of chain of thought in enhancing language model reasoning, the underlying process remains less well understood. Although logically sound reasoning appears inherently crucial for chain of thought, prio…

Language ModelingLanguage Modellingvalid

Distillation Contrastive Decoding: Improving LLMs Reasoning with Contrastive Decoding and Distillation

2024-02-21 · Phuc Phan, Hieu Tran, Long Phan

We propose a straightforward approach called Distillation Contrastive Decoding (DCD) to enhance the reasoning capabilities of Large Language Models (LLMs) during inference. In contrast to previous approaches that relied …

Arithmetic ReasoningGSM8KLanguage ModellingQuantization+1