SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2110.02526 · 2021

Coarse-to-Fine Reasoning for Visual Question Answering

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 9 functions out of this paper's own repositories and ran 7 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
aioz-ai/crf_vqa canonical 6 of 8
aioz-ai/cfr_vqa canonical 1 of 1
FunctionStatusWhere it lives
swish Ran aioz-ai/crf_vqa/lxrt/modeling.py
code served (permissive licence) · get_code("0f786c407fb1ee4c")
compute_score_with_logits Ran aioz-ai/cfr_vqa/src/FFOE/trainer.py
code served (permissive licence) · get_code("544da5baebb8c5e3")
create_glove_embedding_init Ran aioz-ai/crf_vqa/src/dataset.py
code served (permissive licence) · get_code("71aa385eadeb1226")
gelu Ran aioz-ai/crf_vqa/lxrt/modeling.py
code served (permissive licence) · get_code("fdc64f4c72036ae4")
load_folder Ran aioz-ai/crf_vqa/src/utils.py
code served (permissive licence) · get_code("8c1252eacab71602")
load_imageid Ran aioz-ai/crf_vqa/src/utils.py
code served (permissive licence) · get_code("bf90bd27fe08f3a2")
pil_loader Ran aioz-ai/crf_vqa/src/utils.py
code served (permissive licence) · get_code("1df9a5ffd9b38c34")
load_tf_weights_in_bert Not yet run aioz-ai/crf_vqa/lxrt/modeling.py
code served (permissive licence) · get_code("7099305544368003")
tfidf_from_questions Not yet run aioz-ai/crf_vqa/src/dataset.py
code served (permissive licence) · get_code("31b89762375a5c2d")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Bridging the semantic gap between image and question is an important step to improve the accuracy of the Visual Question Answering (VQA) task. However, most of the existing VQA methods focus on attention mechanisms or visual relations for reasoning the answer, while the features at different semantic levels are not fully utilized. In this paper, we present a new reasoning framework to fill the gap between visual features and semantic clues in the VQA task. Our method first extracts the features and predicates from the image and question. We then propose a new reasoning framework to effectively jointly learn these features and predicates in a coarse-to-fine manner. The intensively experimental results on three large-scale VQA datasets show that our proposed approach achieves superior accuracy comparing with other state-of-the-art methods. Furthermore, our reasoning framework also provides an explainable way to understand the decision of the deep neural network when predicting the answer.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2110.02526")
get_code_for_paper("2110.02526")
have("2110.02526")

Connect an agent — have() is free.