Papers › Visual Abductive Reasoning

Visual Abductive Reasoning

26 Mar 2022CVPR 2022 1arXiv:2203.14040archive 2025-07-28

Chen Liang, Wenguan Wang, Tianfei Zhou, Yi Yang

Abductive reasoning seeks the likeliest possible explanation for partial observations. Although abduction is frequently employed in human daily reasoning, it is rarely explored in computer vision literature. In this paper, we propose a new task and dataset, Visual Abductive Reasoning (VAR), for examining abductive reasoning ability of machine intelligence in everyday visual situations. Given an incomplete set of visual events, AI systems are required to not only describe what is observed, but also infer the hypothesis that can best explain the visual premise. Based on our large-scale VAR dataset, we devise a strong baseline model, Reasoner (causal-and-cascaded reasoning Transformer). First, to capture the causal structure of the observations, a contextualized directional position embedding strategy is adopted in the encoder, that yields discriminative representations for the premise and hypothesis. Then, multiple decoders are cascaded to generate and progressively refine the premise and hypothesis sentences. The prediction scores of the sentences are used to guide cross-sentence information flow in the cascaded reasoning procedure. Our VAR benchmarking results show that Reasoner surpasses many famous video-language models, while still being far behind human performance. This work is expected to foster future efforts in the reasoning-beyond-observation paradigm.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2203.14040")

Code

Syntology Ran 11 of 21 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 21 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

leonnnop/var officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 11 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
2ran · fixture could not drive it
8ran
10unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from leonnnop/var. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BertEmbeddingsWithSentence leonnnop/var/src/model/mainmodel.py official repository ran MIT (permissive) · 62fbcc09b795d0d9 · report
BertLMPredictionHead leonnnop/var/src/model/mainmodel.py official repository ran fingerprinted MIT (permissive) · 8dcc67f7cdd708fe · report
BertPredictionHeadTransform leonnnop/var/src/model/mainmodel.py official repository ran fingerprinted MIT (permissive) · af63ac23a3503cdf · report
BertSelfAttention leonnnop/var/src/model/mainmodel.py official repository ran MIT (permissive) · 1ad7e9bae41c84c2 · report
BertSelfAttentionSen leonnnop/var/src/model/mainmodel.py official repository ran MIT (permissive) · 2a92c02716662f19 · report
PositionEncoding leonnnop/var/src/model/mainmodel.py official repository ran MIT (permissive) · e4821f9d2b6f5330 · report
RelativeTemEmbedding leonnnop/var/src/model/mainmodel.py official repository ran MIT (permissive) · 328e8c6cf27e19c8 · report
TextEmbedding leonnnop/var/src/model/mainmodel.py official repository ran MIT (permissive) · d3d0c34b93dc9fec · report
_concat_list_of_tensors leonnnop/var/src/model/mainmodel.py official repository ran · our draft was wrong MIT (permissive) · 9fe227d9a54173f6 · report
make_pad_shifted_mask leonnnop/var/src/model/mainmodel.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · ee2eb9135dec6e53 · report
make_shifted_mask leonnnop/var/src/model/mainmodel.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · ed3b9085302e4898 · report
BertAttention leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · 8a110cded88738a8 · report
BertEmbeddingsWithVideo leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · 860f9614a5fe7da7 · report
BertEncoder leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · 2fbca415e4e6bf08 · report
BertEncoderSen leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · 5aeb53ac7ae0499a · report
BertEncoderUntied leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · 3d9f583a9ae50be3 · report
BertLayer leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · 5a8e31314ed696b6 · report
BertLayerSen leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · a677dcf23ed7fc33 · report
BertLayerUntied leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · 4d48738bd0f321b8 · report
Reasoner leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · c9602cd24ba31174 · report
VideoEncodingTrans leonnnop/var/src/model/mainmodel.py official repository unverified MIT (permissive) · 0efbd684f43cf4f6 · report

Tasks

BenchmarkingSentenceVisual Abductive Reasoning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections