Rethinking Query-based Transformer for Continual Image Segmentation
Yuchen Zhu, Cheng Shi, Dingyou Wang, Jiajin Tang, Zhengxuan Wei, Yu Wu, Guanbin Li, Sibei Yang

TL;DR
This paper introduces SimCIS, a simple and effective baseline for continual image segmentation that improves plasticity and reduces catastrophic forgetting by directly aligning image features with queries and employing a novel replay mechanism.
Contribution
It proposes SimCIS, a new method that enhances query-based transformers for continual segmentation by direct feature-query alignment and cross-stage consistency, addressing key issues in existing decoupled frameworks.
Findings
SimCIS outperforms state-of-the-art methods across various tasks and settings.
Direct feature-query alignment preserves objectness and improves plasticity.
Cross-stage consistency and visual query replay reduce catastrophic forgetting.
Abstract
Class-incremental/Continual image segmentation (CIS) aims to train an image segmenter in stages, where the set of available categories differs at each stage. To leverage the built-in objectness of query-based transformers, which mitigates catastrophic forgetting of mask proposals, current methods often decouple mask generation from the continual learning process. This study, however, identifies two key issues with decoupled frameworks: loss of plasticity and heavy reliance on input data order. To address these, we conduct an in-depth investigation of the built-in objectness and find that highly aggregated image features provide a shortcut for queries to generate masks through simple feature alignment. Based on this, we propose SimCIS, a simple yet powerful baseline for CIS. Its core idea is to directly select image features for query assignment, ensuring "perfect alignment" to preserve…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Medical Image Segmentation Techniques
MethodsSparse Evolutionary Training
