HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Pythia v0.1: the Winning Entry to the VQA Challenge 2018

Yu Jiang; Vivek Natarajan; Xinlei Chen; Marcus Rohrbach; Dhruv Batra; Devi Parikh

Pythia v0.1: the Winning Entry to the VQA Challenge 2018

Abstract

This document describes Pythia v0.1, the winning entry from Facebook AI Research (FAIR)'s A-STAR team to the VQA Challenge 2018. Our starting point is a modular re-implementation of the bottom-up top-down (up-down) model. We demonstrate that by making subtle but important changes to the model architecture and the learning rate schedule, fine-tuning image features, and adding data augmentation, we can significantly improve the performance of the up-down model on VQA v2.0 dataset -- from 65.67% to 70.22%. Furthermore, by using a diverse ensemble of models trained with different features and on different datasets, we are able to significantly improve over the 'standard' way of ensembling (i.e. same model with different random seeds) by 1.31%. Overall, we achieve 72.27% on the test-std split of the VQA v2.0 dataset. Our code in its entirety (training, evaluation, data-augmentation, ensembling) and pre-trained models are publicly available at: https://github.com/facebookresearch/pythia

Code Repositories

songhe17/pythia-clone
pytorch
Mentioned in GitHub
ronghanghu/pythia
pytorch
Mentioned in GitHub
facebookresearch/pythia
Official
pytorch
Mentioned in GitHub
gabegrand/adversarial-vqa
pytorch
Mentioned in GitHub
allenai/pythia
pytorch
Mentioned in GitHub
jackroos/pythia
pytorch
Mentioned in GitHub
facebookresearch/mmf
pytorch
Mentioned in GitHub
zwxalgorithm/pythia
pytorch
Mentioned in GitHub
ZephyrZhuQi/ssbaseline
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
visual-question-answering-on-a-okvqaPythia
DA VQA Score: 21.9
MC Accuracy: 40.1

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Pythia v0.1: the Winning Entry to the VQA Challenge 2018 | Papers | HyperAI