Feature-based Graph Attention Networks Improve Online Continual Learning
Adjovi Sim, Zhengkui Wang, Aik Beng Ng, Shalini De Mello, Simon See,, Wonmin Byeon

TL;DR
This paper introduces a novel online continual learning framework using Graph Attention Networks that effectively capture relational information in images, outperforming traditional CNN-based methods in dynamic environments.
Contribution
The paper proposes a new GAT-based framework with hierarchical feature graphs and a rehearsal memory duplication technique for improved continual learning performance.
Findings
Outperforms state-of-the-art methods on benchmark datasets.
Effectively captures contextual relationships in image data.
Enhances classification accuracy in dynamic, evolving environments.
Abstract
Online continual learning for image classification is crucial for models to adapt to new data while retaining knowledge of previously learned tasks. This capability is essential to address real-world challenges involving dynamic environments and evolving data distributions. Traditional approaches predominantly employ Convolutional Neural Networks, which are limited to processing images as grids and primarily capture local patterns rather than relational information. Although the emergence of transformer architectures has improved the ability to capture relationships, these models often require significantly larger resources. In this paper, we present a novel online continual learning framework based on Graph Attention Networks (GATs), which effectively capture contextual relationships and dynamically update the task-specific representation via learned attention weights. 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOnline Learning and Analytics
MethodsSoftmax · Attention Is All You Need · Graph Attention Network
