A Single Graph Convolution Is All You Need: Efficient Grayscale Image Classification
Jacob Fein-Ashley, Sachini Wickramasinghe, Bingyi Zhang, Rajgopal, Kannan, Viktor Prasanna

TL;DR
This paper introduces a lightweight, single graph convolutional layer model for efficient grayscale image classification, achieving lower latency and competitive accuracy in medical and SAR ATR applications.
Contribution
The paper proposes a novel approach using a single graph convolutional layer with a vectorized image view and FPGA acceleration for fast, accurate grayscale image classification.
Findings
Achieves up to 16x latency reduction on MSTAR dataset.
Maintains competitive accuracy with state-of-the-art models.
Demonstrates effectiveness in medical and SAR ATR image classification.
Abstract
Image classifiers for domain-specific tasks like Synthetic Aperture Radar Automatic Target Recognition (SAR ATR) and chest X-ray classification often rely on convolutional neural networks (CNNs). These networks, while powerful, experience high latency due to the number of operations they perform, which can be problematic in real-time applications. Many image classification models are designed to work with both RGB and grayscale datasets, but classifiers that operate solely on grayscale images are less common. Grayscale image classification has critical applications in fields such as medical imaging and SAR ATR. In response, we present a novel grayscale image classification approach using a vectorized view of images. By leveraging the lightweight nature of Multi-Layer Perceptrons (MLPs), we treat images as vectors, simplifying the problem to grayscale image classification. Our approach…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Retrieval and Classification Techniques
MethodsGraph Neural Network
