We lifted 2 functions out of this paper's own repositories and ran 2 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 |
|---|---|---|
| copy not recorded | — | 2 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| parse_annotation | Ran | this paper's copy was not recorded; identical code first harvested from sameerdharur/sorting-vqa pointer only · get_code("099456faba640847") |
| parse_ans | Ran | this paper's copy was not recorded; identical code first harvested from sameerdharur/sorting-vqa pointer only · get_code("2d308ec5cf958c0f") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
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
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1807.09956")
get_code_for_paper("1807.09956")
have("1807.09956")
Connect an agent — have() is free.