AGCN: Augmented Graph Convolutional Network for Lifelong Multi-label Image Recognition
Kaile Du, Fan Lyu, Fuyuan Hu, Linyan Li, Wei Feng, Fenglei Xu, Qiming, Fu

TL;DR
This paper introduces AGCN, a novel augmented graph convolutional network designed for lifelong multi-label image recognition, effectively modeling label relationships and mitigating catastrophic forgetting in sequential learning scenarios.
Contribution
The study proposes an Augmented Correlation Matrix and a relationship-preserving loss to enhance label dependency modeling and prevent forgetting across tasks.
Findings
Effective in building label correlations across tasks
Reduces catastrophic forgetting in lifelong learning
Achieves superior performance on multi-label benchmarks
Abstract
The Lifelong Multi-Label (LML) image recognition builds an online class-incremental classifier in a sequential multi-label image recognition data stream. The key challenges of LML image recognition are the construction of label relationships on Partial Labels of training data and the Catastrophic Forgetting on old classes, resulting in poor generalization. To solve the problems, the study proposes an Augmented Graph Convolutional Network (AGCN) model that can construct the label relationships across the sequential recognition tasks and sustain the catastrophic forgetting. First, we build an Augmented Correlation Matrix (ACM) across all seen classes, where the intra-task relationships derive from the hard label statistics while the inter-task relationships leverage both hard and soft labels from data and a constructed expert network. Then, based on the ACM, the proposed AGCN captures…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Image Retrieval and Classification Techniques · Machine Learning in Bioinformatics
MethodsAdaptive Graph Convolutional Neural Networks
