CMIP-CIL: A Cross-Modal Benchmark for Image-Point Class Incremental Learning
Chao Qi, Jianqin Yin, Ren Zhang
TL;DR
This work addresses cross-modal class incremental learning (IP-CIL) by enabling a vision model to learn from 2D images and apply the knowledge to 3D point clouds while avoiding catastrophic forgetting. It introduces the CMIP-CIL benchmark and a contrastive masked image-point pre-training (RRM) strategy to build robust image-point correspondences, followed by a frozen-backbone incremental phase with adapters and prototype regularization to preserve prior knowledge. The framework achieves state-of-the-art performance on multimodal ModelNet40 and ShapeNet55 benchmarks, supported by extensive ablations that validate the importance of image-point alignment, prototype regularization, and the RRM data augmentation. The work holds practical significance for robotics, enabling continual, cross-modal perception improvements as objects evolve in dynamic environments.
Abstract
Image-point class incremental learning helps the 3D-points-vision robots continually learn category knowledge from 2D images, improving their perceptual capability in dynamic environments. However, some incremental learning methods address unimodal forgetting but fail in cross-modal cases, while others handle modal differences within training/testing datasets but assume no modal gaps between them. We first explore this cross-modal task, proposing a benchmark CMIP-CIL and relieving the cross-modal catastrophic forgetting problem. It employs masked point clouds and rendered multi-view images within a contrastive learning framework in pre-training, empowering the vision model with the generalizations of image-point correspondence. In the incremental stage, by freezing the backbone and promoting object representations close to their respective prototypes, the model effectively retains and generalizes knowledge across previously seen categories while continuing to learn new ones. We conduct comprehensive experiments on the benchmark datasets. Experiments prove that our method achieves state-of-the-art results, outperforming the baseline methods by a large margin.
