paper-with-me

Papers

Continual Learning for Image Segmentation with Dynamic Query

2023-11-29 · Weijia Wu, Yuzhong Zhao, Zhuang Li, Lianlei Shan, Hong Zhou, Mike Zheng Shou

Image segmentation based on continual learning exhibits a critical drop of performance, mainly due to catastrophic forgetting and background shift, as they are required to incorporate new classes continually. In this paper, we propose a simple, yet effective Continual Image Segmentation method with incremental Dynamic Query (CISDQ), which decouples the representation learning of both old and new knowledge with lightweight query embedding. CISDQ mainly includes three contributions: 1) We define dynamic queries with adaptive background class to exploit past knowledge and learn future classes naturally. 2) CISDQ proposes a class/instance-aware Query Guided Knowledge Distillation strategy to overcome catastrophic forgetting by capturing the inter-class diversity and intra-class identity. 3) Apart from semantic segmentation, CISDQ introduce the continual learning for instance segmentation in which instance-wise labeling and supervision are considered. Extensive experiments on three datasets for two tasks (i.e., continual semantic and instance segmentation are conducted to demonstrate that CISDQ achieves the state-of-the-art performance, specifically, obtaining 4.4% and 2.9% mIoU improvements for the ADE 100-10 (6 steps) setting and ADE 100-5 (11 steps) setting.

📄 PDF Abstract BibTeX arXiv:2311.17450

Code (1)

weijiawu/cisdq 공식 구현 pytorch

Tasks

Continual LearningDiversityImage SegmentationInstance SegmentationKnowledge DistillationRepresentation LearningSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Rethinking Query-based Transformer for Continual Image Segmentation

2025-07-10 · CVPR 2025 1 · Yuchen Zhu, Cheng Shi, Dingyou Wang, Jiajin Tang 외

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 transformer…

Continual LearningImage SegmentationSemantic Segmentation

CRISP: Contrastive Residual Injection and Semantic Prompting for Continual Video Instance Segmentation

2025-08-14 · Baichen Liu, Qi Lyu, Xudong Wang, Jiahua Dong 외 arxiv

Continual video instance segmentation demands both the plasticity to absorb new object categories and the stability to retain previously learned ones, all while preserving temporal consistency across frames. In this work…

Video Instance SegmentationContrastive Learning

Continual Segmentation with Disentangled Objectness Learning and Class Recognition

2024-03-06 · CVPR 2024 1 · Yizheng Gong, Siyue Yu, Xiaoyang Wang, Jimin Xiao

Most continual segmentation methods tackle the problem as a per-pixel classification task. However, such a paradigm is very challenging, and we find query-based segmenters with built-in objectness have inherent advantage…

Continual LearningSegmentation

Dynamic Cross-Modal Prompt Generation for Multimodal Continual Instruction Tuning

2026-05-11 · Tao Hu, Da-Wei Zhou arxiv

Multimodal Large Language Models (MLLMs) achieve strong performance through instruction tuning, yet real-world deployment often requires continual capability expansion across sequential tasks. In such scenarios, Multimod…

FarmMind: Reasoning-Query-Driven Dynamic Segmentation for Farmland Remote Sensing Images

2026-01-30 · Haiyang Wu, Weiliang Mu, Jipeng Zhang, Zhong Dandan 외 arxiv

Existing methods for farmland remote sensing image (FRSI) segmentation generally follow a static segmentation paradigm, where analysis relies solely on the limited information contained within a single input patch. Conse…