https://github.com/amazon-science/qa-vit

https://github.com/amazon-science/qa-vit

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: amazon-science
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 410 KB
Statistics
  • Stars: 65
  • Watchers: 5
  • Forks: 7
  • Open Issues: 1
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Contributing License Code of conduct

README.md


Question Aware Vision Transformer for Multimodal Reasoning

Roy GanzYair KittenplonAviad AberdamElad Ben Avraham

Oren NurielShai MazorRon Litman

Installation

First, clone this repository:

bash git clone https://github.com/amazon-science/QA-ViT.git cd QA-ViT

Next, to install the requirements in a new conda environment, run:

bash conda env create -f qavit.yml conda activate qavit

Data preparation

Download the following datasets from the official websites, and organize them as follows:

QA-ViT
├── configs
│   ├── ...
├── data
│   ├── textvqa
│   ├── stvqa
│   ├── OCRVQA
│   ├── vqav2
│   ├── vg
│   ├── textcaps
│   ├── docvqa
│   ├── infovqa
│   ├── vizwiz
├── models
│   ├── ...
├── ...

DeepSpeed Configuration

Our framework is based on deepspeed stage 2 and should be configured accordingly:

bash accelerate config The accelerate config opens a dialog and should be set as follows:

Model | DeepSpeed stage | Grad accumulation | Grad clipping | Dtype --- | :---: | :---: |:-------------:| :---: ViT+T5 base | 2 | ❌ | 1.0 | bf16 | ViT+T5 large | 2 | ❌ | 1.0 | bf16 | ViT+T5 xl | 2 | 2 | 1.0 | bf16 |

Training

After setting up DeepSpeed, run the following command to train QA-ViT: bash accelerate launch run_train.py --config <config> --seed <seed>

Evaluation

After setting up DeepSpeed, run the following command to evaluate a trained model:

bash accelerate launch run_eval.py --config <config> --ckpt <ckpt>

where <config> and <ckpt> specify the desired evaluation configuration and trained model checkpoint, respectively.

Trained Checkpoints

We provide trained checkpoints of QA-ViT in the table below:

ViT+T5 base | ViT+T5 large | ViT+T5 xl | --- | :---: | :---: | Download | Download | Download

LLaVA's checkpoints will be uploaded soon.

Main Results

| Method | VQAv2
vqa-score | COCO
CIDEr | VQAT
vqa-score | VQAST
ANLS | TextCaps
CIDEr | VizWiz
vqa-score | General
Average | Scene-Text
Average | |--------------------|---------------------------------|------------------|------------------|----------------------------|-----------|---------|----------------------|-------------------------| | ViT+T5-base | 66.5 | 110.0 | 40.2 | 47.6 | 86.3 | 23.7 | 88.3 | 65.1 | | + QA-ViT | 71.7 | 114.9 | 45.0 | 51.1 | 96.1 | 23.9 | 93.3 | 72.1 | | Δ |+5.2 | +4.9 | +4.8 | +3.5 | +9.8 | +0.2 | +5.0 | +7.0 | | ViT+T5-large | 70.0 | 114.3 | 44.7 | 50.6 | 96.0 | 24.6 | 92.2 | 71.8 | | + QA-ViT | 72.0 | 118.7 | 48.7 | 54.4 | 106.2 | 26.0 | 95.4 | 78.9 | | Δ | +2.0 | +4.4 | +4.0 | +3.8 | +10.2 | +1.4 | +3.2 | +7.1 | | ViT+T5-xl | 72.7 | 115.5 | 48.0 | 52.7 | 103.5 | 27.0 | 94.1 | 77.0 | | + QA-ViT | 73.5 | 116.5 | 50.3 | 54.9 | 108.2 | 28.3 | 95.0 | 80.4 | | Δ | +0.8 | +1.0 | +2.3 | +2.2 | +4.7 | +1.3 | +0.9 | +3.4 |

Citation

If you find this code or data to be useful for your research, please consider citing it.

@article{ganz2024question,
  title={Question Aware Vision Transformer for Multimodal Reasoning},
  author={Ganz, Roy and Kittenplon, Yair and Aberdam, Aviad and Avraham, Elad Ben and Nuriel, Oren and Mazor, Shai and Litman, Ron},
  journal={arXiv preprint arXiv:2402.05472},
  year={2024}
}

Owner

  • Name: Amazon Science
  • Login: amazon-science
  • Kind: organization

GitHub Events

Total
  • Issues event: 2
  • Watch event: 23
  • Issue comment event: 2
  • Fork event: 2
Last Year
  • Issues event: 2
  • Watch event: 23
  • Issue comment event: 2
  • Fork event: 2

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Oren o****l@a****m 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 10
  • Total pull requests: 0
  • Average time to close issues: 13 days
  • Average time to close pull requests: N/A
  • Total issue authors: 8
  • Total pull request authors: 0
  • Average comments per issue: 2.2
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 9
  • Pull requests: 0
  • Average time to close issues: 12 days
  • Average time to close pull requests: N/A
  • Issue authors: 8
  • Pull request authors: 0
  • Average comments per issue: 2.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Zhiyuan-R (2)
  • SeuXiao (2)
  • showstarpro (1)
  • xl1990 (1)
  • casperliuliuliu (1)
  • Zyf139 (1)
  • echo840 (1)
  • lky-violet (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels