A Temporally Augmented Graph Attention Network for Affordance Classification

arXiv cs.LG / 4/14/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes EEG-tGAT, a temporally augmented variant of GATv2 designed for affordance classification from interaction sequences rather than static graphs.
  • EEG-tGAT explicitly models temporal importance via temporal attention, reflecting the assumption that time segments in affordance data are not semantically uniform.
  • The model also introduces temporal dropout to improve regularization and robustness across temporally correlated observations.
  • Experiments on affordance datasets show EEG-tGAT achieves better classification performance than GATv2, attributing gains to inductive biases that align with temporal structure in interaction data.
  • The authors argue that relatively modest architectural changes to graph attention can yield consistent improvements when temporal relationships matter significantly for the task.

Abstract

Graph attention networks (GATs) provide one of the best frameworks for learning node representations in relational data; but, existing variants such as Graph Attention Network (GAT) mainly operate on static graphs and rely on implicit temporal aggregation when applied to sequential data. In this paper, we introduce Electroencephalography-temporal Graph Attention Network (EEG-tGAT), a temporally augmented formulation of GATv2 that is tailored for affordance classification from interaction sequences. The proposed model incorporates temporal attention to modulate the contribution of different time segments and temporal dropout to regularize learning across temporally correlated observations. The design reflects the assumption that temporal dimensions in affordance data are not semantically uniform and that discriminative information may be unevenly distributed across time. Experimental results on affordance datasets show that EEG-tGAT achieves improved classification performance compared to GATv2. The observed gains helps to conclude that explicitly encoding temporal importance and enforcing temporal robustness introduce inductive biases that are much better aligned with the structure of affordance-driven interaction data. These findings show us that modest architectural changes to graph attention models can help one obtain consistent benefits when temporal relationships play a nontrivial role in the task.

A Temporally Augmented Graph Attention Network for Affordance Classification | AI Navigate