Abstract
While 3D instance segmentation (3DIS) has advanced significantly, most existing methods assume that all object classes are known in advance and uniformly distributed. However, this assumption is unrealistic in dynamic, real-world environments where new classes emerge gradually and exhibit natural imbalance. Although some approaches address the emergence of new classes, they often overlook class imbalance, which leads to suboptimal performance, particularly on rare categories. To tackle this, we propose CLIMB-3D, a unified framework for CLass-incremental IMBalance-aware 3DIS. Building upon established exemplar replay (ER) strategies, we show that ER alone is insufficient to achieve robust performance under memory constraints. To mitigate this, we introduce a novel pseudo-label generator (PLG) that extends supervision to previously learned categories by leveraging predictions from a frozen model trained on prior tasks. Despite its promise, PLG tends to be biased towards frequent classes. Therefore, we propose a class-balanced re-weighting (CBR) scheme that estimates object frequencies from pseudo-labels and dynamically adjusts training bias, without requiring access to past data. We design and evaluate three incremental scenarios for 3DIS on the challenging ScanNet200 dataset and additionally validate our method for semantic segmentation on ScanNetV2. Our approach achieves state-of-the-art results, surpassing prior work by up to 16.76% mAP for instance segmentation and approximately 30% mIoU for semantic segmentation, demonstrating strong generalisation across both frequent and rare classes.
Method
CLIMB-3D extends class-incremental 3D instance segmentation with imbalance-aware learning.

Core components:
- Pseudo-Label Generator (PLG): transfers supervision from a frozen model for previously seen classes.
- Class-Balanced Re-weighting (CBR): estimates pseudo-label frequencies and reduces bias toward frequent classes.
- Replay-based incremental training: preserves old knowledge while learning new categories under limited memory.
Results
Qualitatively and quantitatively, CLIMB-3D improves continual 3DIS on long-tail distributions.
Highlights:
- Stronger balance between frequent and rare classes.
- Better stability across incremental tasks with memory constraints.
- State-of-the-art gains reported in the paper, including up to 16.76% mAP on instance segmentation settings.
See paper and arXiv links above for full benchmark tables and protocol details.
BibTeX
@inproceedings{thengane2025climb3d,
title={CLIMB-3D: Continual Learning for Imbalanced 3D Instance Segmentation},
author={Thengane, Vishal and Lahoud, Jean and Cholakkal, Hisham and Anwer, Rao Muhammad and Yin, Lu and Zhu, Xiatian and Khan, Salman},
booktitle={Proceedings of British Machine Vision Conference (BMVC)},
year={2025}
}