arXiv:2607.03004cs.CV2026-07被引 1

无需存储样本,通过低秩适配实现持续识别新物体。

REAL-OW: Rehearsal-free Open World Object Detection with Low-Rank Adaptation and Dual-Stage Objectness Modeling

论文配图:REAL-OW: Rehearsal-free Open World Object Detection with Low-Rank Adaptation and Dual-Stage Objectness Modeling
图 1 · 摘自论文原文
  • 用低秩适配解耦通用与特定任务知识,避免遗忘。
  • 双阶段物体性建模稳定检测分布,未知类别识别率提升12.3%。
  • 适合数据受限场景,如隐私敏感或资源受限的部署环境。

开放世界目标检测(OWOD)要求模型识别未见物体为未知,并增量地将它们纳入已知类别,同时保留已有知识。现有方法依赖样本重放缓解灾难性遗忘,但在实际应用中,存储原始数据违反数据访问限制,存在泄露风险且占用大量内存。本文提出无需重放的REAL-OW框架,采用低秩适配(LoRA)构建协作适配器架构:在主干网络中部署通用适配器(GAs),实现跨任务通用表征的显著性感知优化;在解码器中使用特定适配器(SAs),实现任务专属知识的正交存储。为解决无重放条件下的物体性表征漂移问题,引入双阶段物体性建模(DSOM),交替进行特征聚合与边界固化,稳定物体性分布并保持已知与未知类别的分离。同时,基于校准高斯负对数似然(CG-NLL)距离,针对无重放设置中分散的特征分布进行优化。大量实验表明,REAL-OW在检测精度和未知发现能力上均超越现有重放方法,达到当前最优性能,确立了无重放开放世界检测的新基准。

原文摘要 · Abstract (English)

Open-World Object Detection (OWOD) requires detectors to identify previously unseen objects as unknown and incrementally incorporate them into the set of known categories, while preserving previously acquired knowledge. Existing frameworks rely heavily on exemplar replay to mitigate catastrophic forgetting, but in some real applications, storing raw data conflicts with data access restrictions and leads to data exposure risks, while incurring significant memory overhead. In this paper, we propose REAL-OW, a novel rehearsal-free framework that decouples incremental knowledge through a collaborative adapter architecture based on Low-Rank Adaptation (LoRA). Specifically, we deploy General Adapters (GAs) in the backbone to enable the significance-aware refinement of cross-task universal representations, while Specific Adapters (SAs) in the decoder provide orthogonal storage for task-specific expertise. To resolve representation drift in objectness modeling under rehearsal-free constraints, we introduce Dual-Stage Objectness Modeling (DSOM), which alternates between feature aggregation and boundary consolidation to stabilize objectness distributions while maintaining the separation between known and unknown categories. Furthermore, DSOM is supported by a Calibrated Gaussian Negative Log-Likelihood (CG-NLL) distance tailored for the dispersed feature distributions inherent in rehearsal-free settings. Extensive evaluations demonstrate that REAL-OW achieves state-of-the-art performance, surpassing existing exemplar replay methods in both detection precision and unknown discovery. Our approach establishes a new baseline for rehearsal-free OWOD.

目标检测开放世界低秩适配增量学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。