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

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

The Learning-Dynamics-driven Memory and Review (LDMR) framework addresses severe model forgetting in long-incremental 3D object detection. Existing pseudo-labeling methods struggle with extended sequences, experiencing a detrimental self-reinforcing cycle where novel class data shifts cause forgetting of old classes, leading to accumulated pseudo-labeling errors. LDMR tackles this by monitoring per-class detection quality at periodic training checkpoints. It employs two innovative mechanisms driven by these learning-dynamics signals: a human-like intra-stage review that divides each incremental stage into multiple sub-stages to concentrate on remembering the most-forgotten objects, and a scene-aware cross-stage memory evolution that transfers knowledge between consecutive stages by jointly considering scene learnability and diversity. Extensive experiments on indoor benchmarks SUN RGB-D and ScanNetV2 demonstrate that LDMR substantially mitigates model forgetting and outperforms all baselines across multiple long-incremental protocols. Code is available at https://github.com/qianpeisheng/LDMR.

Key takeaway

For Machine Learning Engineers developing robust incremental 3D object detection systems, recognize that traditional pseudo-labeling methods often fail in long-incremental scenarios due to severe model forgetting. You should investigate the Learning-Dynamics-driven Memory and Review (LDMR) framework, which uses per-class detection quality signals to manage memory and review. Implementing its intra-stage review and scene-aware cross-stage memory evolution can significantly mitigate forgetting and improve long-term performance in your applications.

Key insights

Learning dynamics signals can break the model forgetting cycle in long-incremental 3D object detection.

Principles

Method

LDMR monitors per-class detection quality, then uses these signals to drive intra-stage review focusing on forgotten objects and scene-aware cross-stage memory evolution.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.