Chrome Extension
WeChat Mini Program
Use on ChatGLM

ECLIPSE: Efficient Continual Learning in Panoptic Segmentation with Visual Prompt Tuning

Computing Research Repository (CoRR)(2024)

NAVER Cloud KAIST | NAVER | Korea Advanced Institute of Science and Technology

Cited 10|Views68
Abstract
Panoptic segmentation, combining semantic and instance segmentation, standsas a cutting-edge computer vision task. Despite recent progress with deeplearning models, the dynamic nature of real-world applications necessitatescontinual learning, where models adapt to new classes (plasticity) over timewithout forgetting old ones (catastrophic forgetting). Current continualsegmentation methods often rely on distillation strategies like knowledgedistillation and pseudo-labeling, which are effective but result in increasedtraining complexity and computational overhead. In this paper, we introduce anovel and efficient method for continual panoptic segmentation based on VisualPrompt Tuning, dubbed ECLIPSE. Our approach involves freezing the base modelparameters and fine-tuning only a small set of prompt embeddings, addressingboth catastrophic forgetting and plasticity and significantly reducing thetrainable parameters. To mitigate inherent challenges such as error propagationand semantic drift in continual segmentation, we propose logit manipulation toeffectively leverage common knowledge across the classes. Experiments on ADE20Kcontinual panoptic segmentation benchmark demonstrate the superiority ofECLIPSE, notably its robustness against catastrophic forgetting and itsreasonable plasticity, achieving a new state-of-the-art. The code is availableat https://github.com/clovaai/ECLIPSE.
More
Translated text
Key words
panoptic segmentation,continual learning,visual prompt tuning
PDF
Bibtex
AI Read Science
Video&Figures
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Related Papers

A Survey on Continual Semantic Segmentation: Theory, Challenge, Method and Application

IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE 2024

被引用1

Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:论文提出了一种名为ECLIPSE的新方法,通过视觉提示调优实现高效的连续全景分割,解决了灾难性遗忘和可塑性问题,减少了可训练参数,并在ADE20K连续全景分割基准上取得了新突破。

方法】:该方法主要通过冻结基础模型参数,仅微调一小部分提示嵌入来实现。

实验】:在ADE20K连续全景分割基准上进行了实验,结果表明ECLIPSE在解决灾难性遗忘和保持合理可塑性方面具有优越性,并取得了新的最佳成绩。