March 2026

Conference Paper

Attention-Augmented Parametric Kernel Graph Neural Network (APKGNN) for Node Classification

By:
Bose, Avishek ; H. Hsu, William
Page Number:
744-751
Book Title:
2023 International Conference on Machine Learning and Applications (ICMLA)
Publication Date:
March 12, 2026
Publisher Location:
IEEE, New Jersey, United States of America
Conference Name:
International Conference on Machine Learning and Applications (ICMLA)
Conference Location:
Jacksonville, Florida, United States of America
Conference Sponsor:
Association for Machine Learning and Application
View DOI Listing:
https://doi.org/10.1109/ICMLA58977.2023.00343

Abstract

We present a new graph neural network, the Attention-based Parametric-Kernel augmented Graph Neural Network (APKGNN), developed for node classification tasks. Despite extensive work on modeling multi-faceted relationships between connected nodes of a graph, the effect of attention on edge features mapped to relationships has not yet been analyzed through learning representation. This study derives such an attention vector by first calculating node features corresponding to endpoints of an edge and then aggregating these with extracted local intrinsic patches of a given graph to generate augmented local patch vectors. This process uses a parametric kernel based on Gaussian mixture models (GMMs) to embed local neighborhoods of the graph in local patches. The patch vectors then convolve with the above node features to produce an updated node representation. We show that this new learning representation (APKGNN) achieves higher node classification accuracy on tasks - both standard benchmarks (Cora, PubMed, Citeseer) and new experimental short text corpora where nodes correspond to text documents and words. This implementation of the GNN convolution layer outperforms state-of-the-art (SOTA) algorithms, achieving higher training, validation, and test accuracy by a significant margin on three standard benchmark data sets under both SOTA experimental settings and those for new testbeds.