CVDec 17, 2024

Adaptive Prototype Replay for Class Incremental Semantic Segmentation

arXiv:2412.12669v14 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of maintaining old knowledge while learning new classes in semantic segmentation, which is crucial for real-world applications like autonomous driving, though it appears incremental as it builds on existing prototype replay methods.

The paper tackles the problem of catastrophic forgetting in class incremental semantic segmentation by addressing the mismatch between continuously updated representations and fixed prototypes used in replay methods, proposing an adaptive prototype replay approach that achieves state-of-the-art results on Pascal VOC and ADE20K datasets.

Class incremental semantic segmentation (CISS) aims to segment new classes during continual steps while preventing the forgetting of old knowledge. Existing methods alleviate catastrophic forgetting by replaying distributions of previously learned classes using stored prototypes or features. However, they overlook a critical issue: in CISS, the representation of class knowledge is updated continuously through incremental learning, whereas prototype replay methods maintain fixed prototypes. This mismatch between updated representation and fixed prototypes limits the effectiveness of the prototype replay strategy. To address this issue, we propose the Adaptive prototype replay (Adapter) for CISS in this paper. Adapter comprises an adaptive deviation compen sation (ADC) strategy and an uncertainty-aware constraint (UAC) loss. Specifically, the ADC strategy dynamically updates the stored prototypes based on the estimated representation shift distance to match the updated representation of old class. The UAC loss reduces prediction uncertainty, aggregating discriminative features to aid in generating compact prototypes. Additionally, we introduce a compensation-based prototype similarity discriminative (CPD) loss to ensure adequate differentiation between similar prototypes, thereby enhancing the efficiency of the adaptive prototype replay strategy. Extensive experiments on Pascal VOC and ADE20K datasets demonstrate that Adapter achieves state-of-the-art results and proves effective across various CISS tasks, particularly in challenging multi-step scenarios. The code and model is available at https://github.com/zhu-gl-ux/Adapter.

Code Implementations1 repo
Foundations

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

Your Notes