English

kNN-CLIP: Retrieval Enables Training-Free Segmentation on Continually Expanding Large Vocabularies

Computer Vision and Pattern Recognition 2024-08-14 v3 Machine Learning

Abstract

Continual segmentation has not yet tackled the challenge of improving open-vocabulary segmentation models with training data for accurate segmentation across large, continually expanding vocabularies. We discover that traditional continual training results in severe catastrophic forgetting, failing to outperform a zero-shot segmentation baseline. We introduce a novel training-free strategy, kNN-CLIP, which augments the model with a database of instance embeddings for semantic and panoptic segmentation that achieves zero forgetting. We demonstrate that kNN-CLIP can adapt to continually growing vocabularies without the need for retraining or large memory costs. kNN-CLIP enables open-vocabulary segmentation methods to expand their vocabularies on any domain with a single pass through the data, while only storing compact embeddings. This approach minimizes both compute and memory costs. kNN-CLIP achieves state-of-the-art performance across large-vocabulary semantic and panoptic segmentation datasets. We hope kNN-CLIP represents a significant step forward in enabling more efficient and adaptable continual segmentation, paving the way for advances in real-world large-vocabulary continual segmentation methods.

Keywords

Cite

@article{arxiv.2404.09447,
  title  = {kNN-CLIP: Retrieval Enables Training-Free Segmentation on Continually Expanding Large Vocabularies},
  author = {Zhongrui Gui and Shuyang Sun and Runjia Li and Jianhao Yuan and Zhaochong An and Karsten Roth and Ameya Prabhu and Philip Torr},
  journal= {arXiv preprint arXiv:2404.09447},
  year   = {2024}
}