Saeed Amizadeh, Hamid Palangi, Oleksandr Polozov, Yichen Huang, Kazuhito Koishida
We lifted 3 functions out of this paper's own repositories and ran 3 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.
| Repository | Role | Ran |
|---|---|---|
| microsoft/DFOL-VQA | canonical | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| is_cuda | Ran | microsoft/DFOL-VQA/src/nsvqa/nn/interpreter/util.py code served (permissive licence) · get_code("3602066fc2046dbf") |
| safe_exp | Ran | microsoft/DFOL-VQA/src/nsvqa/nn/interpreter/util.py code served (permissive licence) · get_code("92605c28c497d1a8") |
| safe_log | Ran | microsoft/DFOL-VQA/src/nsvqa/nn/interpreter/util.py code served (permissive licence) · get_code("91385a7e97f5425a") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Visual reasoning tasks such as visual question answering (VQA) require an interplay of visual perception with reasoning about the question semantics grounded in perception. However, recent advances in this area are still primarily driven by perception improvements (e.g. scene graph generation) rather than reasoning. Neuro-symbolic models such as Neural Module Networks bring the benefits of compositional reasoning to VQA, but they are still entangled with visual representation learning, and thus neural reasoning is hard to improve and assess on its own. To address this, we propose (1) a framework to isolate and evaluate the reasoning aspect of VQA separately from its perception, and (2) a novel top-down calibration technique that allows the model to answer reasoning questions even with imperfect perception. To this end, we introduce a differentiable first-order logic formalism for VQA that explicitly decouples question answering from visual perception. On the challenging GQA dataset, this framework is used to perform in-depth, disentangled comparisons between well-known VQA models leading to informative insights regarding the participating models as well as the task.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2006.11524")
get_code_for_paper("2006.11524")
have("2006.11524")
Connect an agent — have() is free.