用图注意力网络提升图像分类的持续学习能力
Feature-based Graph Attention Networks Improve Online Continual Learning
- 将图像转为多粒度图,用图注意力捕捉关系信息
- 在多个数据集上优于现有方法,提升持续学习性能
- 适合需要动态适应新数据的实时视觉系统
在线持续学习对图像分类至关重要,使模型能在保留旧知识的同时适应新数据。传统卷积网络仅能捕捉局部模式,而变压器虽增强关系建模但资源消耗大。本文提出基于图注意力网络(GAT)的新框架,利用预训练特征提取器将图像转换为分层特征图,构建多粒度图结构,通过可学习注意力权重动态更新任务表示。结合改进的全局池化策略与重放记忆复制技术,在保持内存预算前提下增强旧任务表征。在SVHN、CIFAR10、CIFAR100和MiniImageNet等基准数据集上的实验表明,该方法显著优于当前最先进方法。
原文摘要 · Abstract (English)
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 utilizes a pre-trained feature extractor to convert images into graphs using hierarchical feature maps, representing information at varying levels of granularity. These graphs are then processed by a GAT and incorporate an enhanced global pooling strategy to improve classification performance for continual learning. In addition, we propose the rehearsal memory duplication technique that improves the representation of the previous tasks while maintaining the memory budget. Comprehensive evaluations on benchmark datasets, including SVHN, CIFAR10, CIFAR100, and MiniImageNet, demonstrate the superiority of our method compared to the state-of-the-art methods.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。