everyone
since 04 Oct 2024">EveryoneRevisionsBibTeXCC BY 4.0
Open-vocabulary segmentation (OVS) has gained attention for its ability to recognize a broader range of classes. However, OVS models show significant performance drops when applied to target data distributions beyond the source dataset. Fine-tuning these models on new datasets can improve performance, but often leads to the catastrophic forgetting of previously learned knowledge. To address this issue, we propose a method that allows OVS models to learn information from new data distributions while preserving prior knowledge. Our approach begins by evaluating the input sample’s proximity to multiple data distributions, using precomputed multivariate normal distributions for each data distribution. Based on this prediction, we dynamically interpolate between the weights of the pre-trained decoder and the fine-tuned decoders. Extensive experiments demonstrate that this approach allows OVS models to adapt to new data distributions while maintaining performance on the source dataset.