Signature-Graph Networks
Ali Hamdi, Flora Salim, Du Yong Kim, and Xiaojun Chang

TL;DR
This paper introduces Signature-Graph Neural Networks (SGN), a novel method that enhances CNN features with graph-based global structures, leading to superior image classification performance across multiple datasets.
Contribution
The paper presents a new graph construction method based on local maxima/minima in CNN feature maps and spectral graph representations, improving visual representation learning.
Findings
SGN achieves state-of-the-art accuracy on multiple image datasets.
Adding SGN to multi-head attention significantly improves classification accuracy.
SGN outperforms existing graph and generative models in image classification tasks.
Abstract
We propose a novel approach for visual representation learning called Signature-Graph Neural Networks (SGN). SGN learns latent global structures that augment the feature representation of Convolutional Neural Networks (CNN). SGN constructs unique undirected graphs for each image based on the CNN feature maps. The feature maps are partitioned into a set of equal and non-overlapping patches. The graph nodes are located on high-contrast sharp convolution features with the local maxima or minima in these patches. The node embeddings are aggregated through novel Signature-Graphs based on horizontal and vertical edge connections. The representation vectors are then computed based on the spectral Laplacian eigenvalues of the graphs. SGN outperforms existing methods of recent graph convolutional networks, generative adversarial networks, and auto-encoders with image classification accuracy of…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Visual Attention and Saliency Detection · Domain Adaptation and Few-Shot Learning
MethodsSoftmax · Linear Layer · Convolution
