Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Vision GNN: An Image is Worth Graph of Nodes

About

Network architecture plays a key role in the deep learning-based computer vision system. The widely-used convolutional neural network and transformer treat the image as a grid or sequence structure, which is not flexible to capture irregular and complex objects. In this paper, we propose to represent the image as a graph structure and introduce a new Vision GNN (ViG) architecture to extract graph-level feature for visual tasks. We first split the image to a number of patches which are viewed as nodes, and construct a graph by connecting the nearest neighbors. Based on the graph representation of images, we build our ViG model to transform and exchange information among all the nodes. ViG consists of two basic modules: Grapher module with graph convolution for aggregating and updating graph information, and FFN module with two linear layers for node feature transformation. Both isotropic and pyramid architectures of ViG are built with different model sizes. Extensive experiments on image recognition and object detection tasks demonstrate the superiority of our ViG architecture. We hope this pioneering study of GNN on general visual tasks will provide useful inspiration and experience for future research. The PyTorch code is available at https://github.com/huawei-noah/Efficient-AI-Backbones and the MindSpore code is available at https://gitee.com/mindspore/models.

Kai Han, Yunhe Wang, Jianyuan Guo, Yehui Tang, Enhua Wu• 2022

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP41.8
2454
Instance SegmentationCOCO 2017 (val)
APm0.394
1144
Image ClassificationImageNet-1k (val)
Top-1 Accuracy83.7
840
Image ClassificationImageNet ILSVRC-2012 (val)
Top-1 Accuracy82.3
405
Object DetectionCOCO 2017
AP (Box)42.6
279
Instance SegmentationCOCO 2017
APm39.4
199
Showing 6 of 6 rows

Other info

Code

Follow for update