Giter Club home page Giter Club logo

Comments (1)

jnhwkim avatar jnhwkim commented on August 17, 2024 2

Following the corresponding papers, they both use Visual Genome for data augmentation (bottom-up) or feature learning (both).

In Section 4.1.1 of Anderson et al. (CVPR 2018), they mentioned as:

When training the VQA model, we augment the VQA v2.0 training data with Visual Genome question and answer pairs provided the correct answer is present in modelโ€™s answer vocabulary. This represents about 30% of the available data, or 485K questions.

For the image feature learning, both approaches use bottom-up attention image features which are pretrained using Visual Genome (as we did). Bottom-up (Anderson et al., 2018) uses Visual Genome for feature learning and training, while Counter is for feature learning. Therefore we cannot say that Counter is not available to the external data, Visual Genome. Besides this aspect, the Counter model is mainly to compare with Number score (Although we can show that BAN with Counter outperforms Original Counter without the augmentation of Visual Genome. See the table below).

In the 30% of Visual Genome, the ratio of counting question is approximately 11.5%.

Without Visual Genome augmentation in training and evaluate on test-dev split,
BAN (69.52 -> 69.14), BAN+Glove (69.66 -> 69.27), BAN+Glove+Counter (70.04 -> 69.58).

VQA 2.0 Test-dev results without Visual Genome augmentation:

                  | Overall | Yes/no  |  Number |  Other
------------------+---------+---------+---------+--------
BAN               |  69.14  |  85.03  |  49.80  |  59.97
BAN+Glove         |  69.27  |  85.19  |  49.94  |  60.08
BAN+Glove+Counter |  69.58  |  85.18  |  52.76  |  60.06

from ban-vqa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.