Demystifying Catastrophic Forgetting in Two-Stage Incremental Object Detector
Qirui Wu, Shizhou Zhang, De Cheng, Yinghui Xing, Di Xu, Peng Wang, Yanning Zhang

TL;DR
This paper investigates catastrophic forgetting in incremental object detection, revealing that it mainly affects the RoI Head classifier, and proposes a novel framework NSGP-RePRE that combines prototype replay and gradient projection to mitigate this issue, achieving state-of-the-art results.
Contribution
The paper introduces a component-specific analysis of catastrophic forgetting in IOD and proposes the NSGP-RePRE framework combining prototype replay and null space gradient projection.
Findings
RoI Head classifier is most affected by forgetting.
NSGP-RePRE achieves state-of-the-art results on Pascal VOC and MS COCO.
Component-specific analysis informs better mitigation strategies.
Abstract
Catastrophic forgetting is a critical chanllenge for incremental object detection (IOD). Most existing methods treat the detector monolithically, relying on instance replay or knowledge distillation without analyzing component-specific forgetting. Through dissection of Faster R-CNN, we reveal a key insight: Catastrophic forgetting is predominantly localized to the RoI Head classifier, while regressors retain robustness across incremental stages. This finding challenges conventional assumptions, motivating us to develop a framework termed NSGP-RePRE. Regional Prototype Replay (RePRE) mitigates classifier forgetting via replay of two types of prototypes: coarse prototypes represent class-wise semantic centers of RoI features, while fine-grained prototypes model intra-class variations. Null Space Gradient Projection (NSGP) is further introduced to eliminate prototype-feature misalignment…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
MethodsRoIPool · Knowledge Distillation · Convolution · Softmax · Region Proposal Network · Faster R-CNN
