CVCLOct 1, 2021

Calibrating Concepts and Operations: Towards Symbolic Reasoning on Real Images

arXiv:2110.00519v119 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the performance gap for neural symbolic reasoning on real images, which is an incremental improvement in visual question answering.

The paper tackles the problem of neural symbolic methods performing poorly on real images due to long-tail concept distributions and unequal reasoning step importance, proposing CCO to address these issues and achieving a 9.1% performance boost on the GQA dataset.

While neural symbolic methods demonstrate impressive performance in visual question answering on synthetic images, their performance suffers on real images. We identify that the long-tail distribution of visual concepts and unequal importance of reasoning steps in real data are the two key obstacles that limit the models' real-world potentials. To address these challenges, we propose a new paradigm, Calibrating Concepts and Operations (CCO), which enables neural symbolic models to capture underlying data characteristics and to reason with hierarchical importance. Specifically, we introduce an executor with learnable concept embedding magnitudes for handling distribution imbalance, and an operation calibrator for highlighting important operations and suppressing redundant ones. Our experiments show CCO substantially boosts the performance of neural symbolic methods on real images. By evaluating models on the real world dataset GQA, CCO helps the neural symbolic method NSCL outperforms its vanilla counterpart by 9.1% (from 47.0% to 56.1%); this result also largely reduces the performance gap between symbolic and non-symbolic methods. Additionally, we create a perturbed test set for better understanding and analyzing model performance on real images. Code is available at https://github.com/Lizw14/CaliCO.git .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes