LGMLNov 1, 2018

A Regularized Attention Mechanism for Graph Attention Networks

arXiv:1811.00181v218 citations
Originality Incremental advance
AI Analysis

This work addresses robustness issues in GAT models for graph-structured data, which is incremental as it builds on existing attention mechanisms.

The paper tackles the vulnerability of Graph Attention Networks (GAT) to heterogeneous rogue nodes by proposing novel regularization strategies, resulting in demonstrated performance improvements on semi-supervised learning tasks using benchmark datasets.

Machine learning models that can exploit the inherent structure in data have gained prominence. In particular, there is a surge in deep learning solutions for graph-structured data, due to its wide-spread applicability in several fields. Graph attention networks (GAT), a recent addition to the broad class of feature learning models in graphs, utilizes the attention mechanism to efficiently learn continuous vector representations for semi-supervised learning problems. In this paper, we perform a detailed analysis of GAT models, and present interesting insights into their behavior. In particular, we show that the models are vulnerable to heterogeneous rogue nodes and hence propose novel regularization strategies to improve the robustness of GAT models. Using benchmark datasets, we demonstrate performance improvements on semi-supervised learning, using the proposed robust variant of GAT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes