VITA-Group / ViHGNN

[ICCV2023] "Vision HGNN: An Image is More than a Graph of Nodes" by Yan Han, Peihao Wang, Souvik Kundu, Ying Ding, and Zhangyang Wang
MIT License
34 stars 7 forks source link

[ICCV2023] Vision HGNN: An Image is More than a Graph of Nodes

By Yan Han, Peihao Wang, Souvik Kundu, Ying Ding and Zhangyang Wang. image image image

Requirements

Pytorch 1.7.0, timm 0.3.2, torchprofile 0.0.4, apex

ViHGNN Code

Paper: Vision HGNN: An Image is More than a Graph of Nodes

Training

Evaluation

Citation

@InProceedings{Han_2023_ICCV,
    author    = {Han, Yan and Wang, Peihao and Kundu, Souvik and Ding, Ying and Wang, Zhangyang},
    title     = {Vision HGNN: An Image is More than a Graph of Nodes},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2023},
    pages     = {19878-19888}
}

Acknowledgement

This repo partially uses code from deep_gcns_torch, timm and ViG.