Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

YOLO-IOD: Towards Real Time Incremental Object Detection

About

Current methods for incremental object detection (IOD) primarily rely on Faster R-CNN or DETR series detectors; however, these approaches do not accommodate the real-time YOLO detection frameworks. In this paper, we first identify three primary types of knowledge conflicts that contribute to catastrophic forgetting in YOLO-based incremental detectors: foreground-background confusion, parameter interference, and misaligned knowledge distillation. Subsequently, we introduce YOLO-IOD, a real-time Incremental Object Detection (IOD) framework that is constructed upon the pretrained YOLO-World model, facilitating incremental learning via a stage-wise parameter-efficient fine-tuning process. Specifically, YOLO-IOD encompasses three principal components: 1) Conflict-Aware Pseudo-Label Refinement (CPR), which mitigates the foreground-background confusion by leveraging the confidence levels of pseudo labels and identifying potential objects relevant to future tasks. 2) Importancebased Kernel Selection (IKS), which identifies and updates the pivotal convolution kernels pertinent to the current task during the current learning stage. 3) Cross-Stage Asymmetric Knowledge Distillation (CAKD), which addresses the misaligned knowledge distillation conflict by transmitting the features of the student target detector through the detection heads of both the previous and current teacher detectors, thereby facilitating asymmetric distillation between existing and newly introduced categories. We further introduce LoCo COCO, a more realistic benchmark that eliminates data leakage across stages. Experiments on both conventional and LoCo COCO benchmarks show that YOLO-IOD achieves superior performance with minimal forgetting.

Shizhou Zhang, Xueqiang Lv, Yinghui Xing, Qirui Wu, Di Xu, Chen Zhao, Yanning Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Object DetectionMS-COCO 2017 (val)--
264
Object DetectionCOCO 40+40 scenario 2017 (val)
AP53
25
Object DetectionCOCO 70+10 scenario 2017 (val)
AP52.4
25
Incremental Object DetectionCOCO 40-10 multi-step
AP51.8
13
Incremental Object DetectionCOCO 40-20 multi-step
AP52.9
13
Incremental Object DetectionCOCO 20-20 multi-step
AP58.3
7
Incremental Object DetectionCOCO 10-10 multi-step
AP56.8
7
Object DetectionCOCO LoCo (40+40)
AP52.2
4
Object DetectionCOCO LoCo (70+10)
AP50.7
4
Object DetectionCOCO LoCo (40-20)
AP50.9
4
Showing 10 of 10 rows

Other info

Follow for update