Vision GNN: An Image is Worth Graph of Nodes
Kai Han, Yunhe Wang, Jianyuan Guo, Yehui Tang, Enhua Wu

TL;DR
This paper introduces Vision GNN (ViG), a novel graph-based neural network architecture for visual tasks that models images as graphs of patches, outperforming traditional CNNs and transformers in recognition and detection tasks.
Contribution
The paper proposes a new graph neural network architecture for images, representing them as graphs of patches, and demonstrates its effectiveness on visual recognition and detection tasks.
Findings
ViG outperforms CNNs and transformers on image recognition.
ViG achieves superior results in object detection tasks.
Extensive experiments validate the effectiveness of the graph-based approach.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Visual Attention and Saliency Detection
MethodsConvolution
