Not Just Object, but State: Compositional Incremental Learning Without Forgetting

Abstract

Most incremental learners excessively prioritize object classes while neglecting various kinds of states (e.g. color and material) attached to the objects. As a result, they are limited in the ability to model state-object compositionality accurately. To remedy this limitation, we propose a novel task called Compositional Incremental Learning (composition-IL), which enables the model to recognize a variety of state-object compositions in an incremental learning fashion. Since the lack of suitable datasets, we re-organize two existing datasets and make them tailored for composition-IL. Then, we propose a prompt-based Composition Incremental Learner (CompILer), to overcome the ambiguous composition boundary. Specifically, we exploit multi-pool prompt learning, and ensure the inter-pool prompt discrepancy and intra-pool prompt diversity. Besides, we devise object-injected state prompting which injects object prompts to guide the selection of state prompts. Furthermore, we fuse the selected prompts by a generalized-mean strategy, to eliminate irrelevant information learned in the prompts. Extensive experiments on two datasets exhibit state-of-the-art performance achieved by CompILer. Code and datasets are available at: https://github.com/Yanyi-Zhang/CompILer.

Cite

Text

Zhang et al. "Not Just Object, but State: Compositional Incremental Learning Without Forgetting." Neural Information Processing Systems, 2024. doi:10.52202/079017-3915

Markdown

[Zhang et al. "Not Just Object, but State: Compositional Incremental Learning Without Forgetting." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/zhang2024neurips-just/) doi:10.52202/079017-3915

BibTeX

@inproceedings{zhang2024neurips-just,
  title     = {{Not Just Object, but State: Compositional Incremental Learning Without Forgetting}},
  author    = {Zhang, Yanyi and Qiu, Binglin and Jia, Qi and Liu, Yu and He, Ran},
  booktitle = {Neural Information Processing Systems},
  year      = {2024},
  doi       = {10.52202/079017-3915},
  url       = {https://mlanthology.org/neurips/2024/zhang2024neurips-just/}
}