Breaking the Model Forgetting Cycle in Long-Incremental 3D Object Detection
This paper proposes the Learning-Dynamics-driven Memory and Review (LDMR) framework, which mitigates severe model forgetting in long-incremental 3D object detection by breaking the detrimental self-reinforcing cycle of distribution shift and pseudo-labeling errors through human-like intra-stage review and scene-aware cross-stage memory evolution.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are teaching a robot to recognize everything in a messy room. At first, you show it a chair and a table. It learns them perfectly. Then, you show it a lamp and a sofa. The robot learns these new items, but in the process, it starts to get a bit fuzzy on what a chair looks like. This is the core challenge of "incremental learning": teaching a computer to learn new things over time without forgetting the old things it already knows. In the world of 3D object detection, this is like trying to build a robot that can navigate a house, identifying furniture as it moves from room to room, even as new types of furniture appear. The problem is that as the robot learns more, it often suffers from "model forgetting," where the knowledge of old items fades away, replaced by confusion or errors. This paper dives into a specific, tough version of this problem called "long-incremental" learning, where the robot has to learn many new categories over a long period, not just one or two quick updates.
The authors of this paper, Peisheng Qian and their team, discovered that previous methods for teaching robots this way were stuck in a vicious, self-reinforcing cycle. They found that when a robot tries to learn new objects, the shift in data causes it to forget old ones. To fix this, the robot tries to guess the labels of the old objects it can't see clearly (a process called "pseudo-labeling"). However, because the robot is already forgetting, these guesses are often wrong. These wrong guesses pile up over time, making the robot even worse at remembering the old objects, which leads to even worse guesses. It's a downward spiral where the robot gets confused, makes mistakes, and then gets even more confused by its own mistakes.
To break this cycle, the team proposed a new framework called LDMR (Learning-Dynamics-driven Memory and Review). They took inspiration from how humans study. When you are preparing for a big exam, you don't just read a book once and move on. You study a little, take a practice test to see what you forgot, and then review those specific weak spots before moving on. The LDMR system does something similar for the robot. It splits the learning process into tiny "sub-stages." After each tiny chunk of learning, it pauses to check: "Which objects are we starting to forget?" It then focuses its next round of training specifically on those forgotten items, effectively "reviewing" them before they disappear from memory completely.
Furthermore, the paper introduces a "scene-aware cross-stage memory evolution." Imagine the robot has a small, limited notebook (a memory bank) where it can write down examples of scenes to remember. Previous methods just picked random scenes to write down. LDMR, however, is much smarter. It looks at the notebook and asks two questions: "Is this scene something the robot is struggling to learn?" (Learnability) and "Is this scene different enough from what's already in the notebook to be useful?" (Diversity). It constantly updates this notebook, swapping out old, unhelpful examples for new, high-value ones that cover the most ground.
The results suggest that this approach works very well. In tests on two major indoor datasets, SUN RGB-D and ScanNetV2, the new method significantly reduced the "forgetting" that plagued older methods. For instance, on a 10-stage learning task (where the robot learns 10 different groups of objects over time), the new method achieved a performance score of 19.38, while the best previous method with a random memory bank only reached 15.54. The authors found that the more stages the robot had to learn, the more helpful their "review and memory" system became, suggesting that for long-term learning tasks, mimicking human study habits might be the key to keeping a robot's memory sharp.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.