paper-with-me

Papers

Breaking the Model Forgetting Cycle in Long-Incremental 3D Object Detection

2026-07-16 · Peisheng Qian, Jie Xu, Xulei Yang, Na Zhao arxiv

Incremental 3D object detection requires a detector to learn novel object classes while remembering previously learned ones over sequentially arriving data. Previous methods, primarily based on pseudo-labeling, perform reasonably in short-incremental stages but still suffer from severe model forgetting when dealing with long-incremental sequences. We investigate this failure and reveal a detrimental self-reinforcing cycle: data distribution shift of novel classes causes model forgetting on old classes, which further produces accumulated error in pseudo-labeling that exacerbates model degradation. To address this issue, we draw inspiration from the human learning process and propose the \emph{Learning-Dynamics-driven Memory and Review} (LDMR) framework. LDMR monitors per-class detection quality at periodic training checkpoints and uses these learning-dynamics signals to drive two innovative mechanisms, namely (i) human-like intra-stage review that divides each incremental stage into multiple sub-stages' training and concentrates on remembering the most-forgotten objects, and (ii) scene-aware cross-stage memory evolution that evolves a memory bank to transfer knowledge between two consecutive stages by jointly considering scene learnability and diversity. Extensive experiments across multiple long-incremental protocols on indoor benchmarks SUN RGB-D and ScanNetV2 show that LDMR substantially mitigates the model forgetting and outperforms all baselines by a clear margin. Code is available at https://github.com/qianpeisheng/LDMR.

📄 PDF Abstract BibTeX arXiv:2607.14560

Code (1)

Tavish9/awesome-daily-AI-arxiv ★ 111

Tasks

3D Object Detection

Similar Papers 제목 키워드 기반

Overcome Anterograde Forgetting with Cycled Memory Networks

2021-12-04 · Jian Peng, Dingqi Ye, Bo Tang, Yinjie Lei 외

Learning from a sequence of tasks for a lifetime is essential for an agent towards artificial general intelligence. This requires the agent to continuously learn and memorize new knowledge without interference. This pape…

Lifelong learningTransfer Learning

Two-Way Is Better Than One: Bidirectional Alignment with Cycle Consistency for Exemplar-Free Class-Incremental Learning

2026-06-04 · Hongye Xu, Bartosz Krawczyk arxiv

Continual learning (CL) seeks models that acquire new skills without erasing prior knowledge. In exemplar-free class-incremental learning (EFCIL), this challenge is amplified because past data cannot be stored, making re…

class-incremental learningContinual Learning

More Classifiers, Less Forgetting: A Generic Multi-classifier Paradigm for Incremental Learning

2020-08-01 · ECCV 2020 8 · Yu Liu, Sarah Parisot, Gregory Slabaugh, Xu Jia 외

Less Forgetting: A Generic Multi-classifier Paradigm for Incremental Learning","Overcoming catastrophic forgetting in neural networks is a long-standing and core research objective for incremental learning. Notable studi…

Incremental Learning

Breaking Forgetting: Training-Free Few-Shot Class-Incremental Learning via Conditional Diffusion

2025-11-23 · Haidong Kang, Ketong Qian, Yi Lu arxiv

Efforts to overcome catastrophic forgetting in Few-Shot Class-Incremental Learning (FSCIL) have primarily focused on developing more effective gradient-based optimization strategies. In contrast, little attention has bee…

Few-Shot Class-Incremental Learning

DCA: Dividing and Conquering Amnesia in Incremental Object Detection

2025-03-19 · Aoting Zhang, Dongbao Yang, Chang Liu, Xiaopeng Hong 외

Incremental object detection (IOD) aims to cultivate an object detector that can continuously localize and recognize novel classes while preserving its performance on previous classes. Existing methods achieve certain su…

Knowledge Distillationobject-detectionObject Detection