We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CV

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computer Vision and Pattern Recognition

Title: Vision GNN: An Image is Worth Graph of Nodes

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 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 this https URL and the MindSpore code is available at this https URL
Comments: NeurIPS 2022
Subjects: Computer Vision and Pattern Recognition (cs.CV)
Cite as: arXiv:2206.00272 [cs.CV]
  (or arXiv:2206.00272v3 [cs.CV] for this version)

Submission history

From: Kai Han [view email]
[v1] Wed, 1 Jun 2022 07:01:04 GMT (5884kb,D)
[v2] Tue, 5 Jul 2022 07:43:43 GMT (12114kb,D)
[v3] Fri, 4 Nov 2022 14:45:03 GMT (6074kb,D)

Link back to: arXiv, form interface, contact.