14 open-source projects similar to jayleicn/tvqa, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best TVQA alternative.
Code for the Grounded Visual Question Answering (GVQA) model from the below paper:
This is the code that we wrote to train the state-of-the-art VQA models described in our paper. Our ensemble of 7 models obtained 66.67% on real open-ended test-dev and 70.24% on real multiple-choice test-dev.
The MuRel network is a Machine Learning model learned end-to-end to answer questions about images. It relies on the object bounding boxes extracted from the image to build a complitely connected graph where each node corresponds to an object or region. The MuRel network contains a MuRel cell…
This is the code for the NeurIPS 2019 article available here: https://arxiv.org/abs/1906.10169.
This is the official implementation of our ICLR 2018 paper Learning to Count Objects in Natural Images for Visual Question Answering0 in PyTorch1. In this paper, we introduce a counting component that allows VQA models to count objects from an attention map, achieving state-of-the-art…
Pythia is a multimodal research framework and distributed training system designed for building, training, and evaluating large models that combine visual and linguistic data. It provides a modular environment for developing vision-language models, focusing on the integration of image and text inputs into shared feature representations. The framework utilizes a modular architecture that decouples model building blocks into interchangeable components, allowing for flexible configuration of vision and language modules. It includes a benchmark suite for executing reference models against standar
Code and Data for ManyModalQA: Modality Disambiguation and QA over Diverse Inputs
The code base for TAG: Boosting Text-VQA via Text-aware Visual Question-answer Generation Jun Wang, Mingfei Gao, Yuqian Hu, Ramprasaath R. Selvaraju, Chetan Ramaiah, Ran Xu, Joseph F. JaJa, Larry S. Davis
This repository contains the code for the following paper:
A challenging Video Question Answering (VQA) Benchmark based on real-world traffic scenes.