提出新框架缓解视觉检测模型持续学习时的遗忘问题
CL-CLIP: CLIP-Based Continual Learning Framework with Cost-Volume Category Decoupling for Object Detection

- 用成本体积分解视觉特征,实现类别间独立处理
- 在PASCAL VOC和MS-COCO上显著提升新类别识别能力
- 适合需要长期更新类别的实际检测系统
持续性目标检测(COD)要求检测器随时间学习新类别同时保留旧知识,这与开放词汇检测密切相关。基于CLIP的开放词汇检测器具备强大零样本泛化能力,如F-ViT可对未见类别进行零样本检测。然而实际部署中无法完全依赖零样本:一旦持续微调新类别,模型会严重遗忘已有知识。为此,本文提出CL-CLIP框架,通过基于成本体积的类别解耦增强开放词汇检测器的持续学习能力。受CAT-Seg启发,计算图像-文本相似度成本体积,即视觉标记与类别文本嵌入之间的密集类别响应图。该零样本空间先验将共享区域特征分解为类别专属路径,并由多专家提议框头处理。在PASCAL VOC和MS-COCO上的大量实验表明,CL-CLIP在持续微调下显著优于F-ViT基线,且在适应新类别时保持优异的基础类别性能,表现媲美现有持续检测方法。
原文摘要 · Abstract (English)
Continual Object Detection (COD) requires a detector to acquire new categories over time while preserving previously learned ones. This goal is closely related to open-vocabulary detection, since both settings require reasoning over categories that are not fully covered by the annotations available at the current training stage. Recent CLIP-based open-vocabulary detectors have shown strong zero-shot generalization, and frameworks such as F-ViT demonstrate that vision-language pretraining can provide powerful zero-shot detection ability for unseen categories. However, real-world deployments cannot remain purely zero-shot: once these detectors are continually updated on newly introduced categories, they suffer severe catastrophic forgetting and quickly lose their previously calibrated detection ability. We therefore propose CL-CLIP, a CLIP-based COD framework that equips open-vocabulary detectors with better continual learning ability through cost-volume-guided category decoupling. Specifically, following CAT-Seg, we compute a CLIP image-text similarity cost volume, defined as dense category-wise response maps between visual tokens and class text embeddings. This zero-shot spatial prior decomposes shared region features into class-specific pathways, which are then processed by a Multi-Expert RoI head. Extensive experiments on PASCAL VOC and MS-COCO show that CL-CLIP substantially improves the F-ViT baseline under continual fine-tuning and achieves competitive performance with existing continual object detectors, especially in adapting to newly introduced categories while preserving competitive base-class performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。