paper-with-me

Papers

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

2025-08-14 · Baichen Liu, Qi Lyu, Xudong Wang, Jiahua Dong, Lianqing Liu, Zhi Han 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, we introduce Contrastive Residual Injection and Semantic Prompting (CRISP), an earlier attempt tailored to address the instance-wise, category-wise, and task-wise confusion in continual video instance segmentation. For instance-wise learning, we model instance tracking and construct instance correlation loss, which emphasizes the correlation with the prior query space while strengthening the specificity of the current task query. For category-wise learning, we build an adaptive residual semantic prompt (ARSP) learning framework, which constructs a learnable semantic residual prompt pool generated by category text and uses an adjustive query-prompt matching mechanism to build a mapping relationship between the query of the current task and the semantic residual prompt. Meanwhile, a semantic consistency loss based on the contrastive learning is introduced to maintain semantic coherence between object queries and residual prompts during incremental training. For task-wise learning, to ensure the correlation at the inter-task level within the query space, we introduce a concise yet powerful initialization strategy for incremental prompts. Extensive experiments on YouTube-VIS-2019 and YouTube-VIS-2021 datasets demonstrate that CRISP significantly outperforms existing continual segmentation methods in the long-term continual video instance segmentation task, avoiding catastrophic forgetting and effectively improving segmentation and classification performance. The code is available at https://github.com/01upup10/CRISP.

📄 PDF Abstract BibTeX arXiv:2508.10432

Code (0)

등록된 구현이 없습니다.

Tasks

Video Instance SegmentationContrastive Learning

Similar Papers 제목 키워드 기반

CRISP-SAM2: SAM2 with Cross-Modal Interaction and Semantic Prompting for Multi-Organ Segmentation

2025-06-29 · Xinlei Yu, Chanmiao Wang, Hui Jin, Ahmed Elazab 외

Multi-organ medical segmentation is a crucial component of medical image processing, essential for doctors to make accurate diagnoses and develop effective treatment plans. Despite significant progress in this field, cur…

Organ Segmentation

Psychological Steering of Large Language Models

2026-04-15 · Leonardo Blas, Robin Jia, Emilio Ferrara arxiv

Large language models (LLMs) emulate a consistent human-like behavior that can be shaped through activation-level interventions. This paradigm is converging on additive residual-stream injections, which rely on injection…

Evaluating Prompting-Based Defenses Against Domain-Camouflaged Injection Attacks

2026-06-16 · Aaditya Pai arxiv

Domain-camouflaged injection attacks embed malicious instructions in retrieved content using domain-appropriate vocabulary, evading standard detectors that rely on syntactic injection markers. When detection fails, pract…

CRISP: Complex Reasoning with Interpretable Step-based Plans

2025-07-09 · Matan Vetzler, Koren Lazar, Guy Uziel, Eran Hirsch 외 arxiv

Recent advancements in large language models (LLMs) underscore the need for stronger reasoning capabilities to solve complex problems effectively. While Chain-of-Thought (CoT) reasoning has been a step forward, it remain…

Mathematical ReasoningCode Generation

Lightweight Transformer Framework for Weakly Supervised Semantic Segmentation

2025-11-24 · Ali Torabi, Sanjog Gaihre, Yaqoob Majeed arxiv

Weakly supervised semantic segmentation (WSSS) must learn dense masks from noisy, under-specified cues. We revisit the SegFormer decoder and show that three small, synergistic changes make weak supervision markedly more …

Semantic Segmentation