Skip to content

[AAAI 2023] Hierarchical ConViT with Attention-based Relational Reasoner for Visual Analogical Reasoning

Notifications You must be signed in to change notification settings

wentaoheunnc/HCV-ARR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HCV-ARR

This repo contains code for our AAAI 2023 paper:

Hierarchical ConViT with Attention-based Relational Reasoner for Visual Analogical Reasoning
Wentao He, Jialu Zhang, Jianfeng Ren, Ruibin Bai, Xudong Jiang
Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), 2023.

[Paper] [Supplementary] [Video] [Poster]

architecture

Requirements

  • Python = 3.6
  • torch = 1.8.1+cu111

See requirements.txt for a full list of packages required. To install the dependencies, run

pip install -r requirements.txt

Datasets

Usage

Test using pre-trained models

  1. Download the pre-trained models for different datasets from here.
  2. Run $ python train.py --test --dataset <DATASET> --path <PATH-TO-DATASETS> to see the test results.

Train from scratch

Code for training will be released shortly.

Citation

We thank you for showing interest in our work. If you find the paper and/or the code helpful, please consider citing us using:

@inproceedings{he2023hierarchical,
  title={Hierarchical ConViT with Attention-based Relational Reasoner for Visual Analogical Reasoning},
  author={He, Wentao and Zhang, Jialu and Ren, Jianfeng and Bai, Ruibin and Jiang, Xudong},
  booktitle={Proceedings of the 37th AAAI Conference on Artificial Intelligence},
  volume={37},
  number={1},
  pages={22--30},
  year={2023}
}

Acknowledgement

We'd like to express our sincere gratitude towards all the advisors and anonymous reviewers for helping us improve the paper. We'd like to thank authors for all the pioneer works in this research field.

About

[AAAI 2023] Hierarchical ConViT with Attention-based Relational Reasoner for Visual Analogical Reasoning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages