CVCLIVApr 11, 2024

Transferable and Principled Efficiency for Open-Vocabulary Segmentation

arXiv:2404.07448v32 citationsh-index: 18Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges for real-world applications of open-vocabulary segmentation, though it is incremental as it builds on existing methods with a focus on transferability.

The paper tackles the high computational costs of open-vocabulary segmentation by developing a principled efficiency method that uses smaller models, achieving comparable or better performance with lower training costs.

Recent success of pre-trained foundation vision-language models makes Open-Vocabulary Segmentation (OVS) possible. Despite the promising performance, this approach introduces heavy computational overheads for two challenges: 1) large model sizes of the backbone; 2) expensive costs during the fine-tuning. These challenges hinder this OVS strategy from being widely applicable and affordable in real-world scenarios. Although traditional methods such as model compression and efficient fine-tuning can address these challenges, they often rely on heuristics. This means that their solutions cannot be easily transferred and necessitate re-training on different models, which comes at a cost. In the context of efficient OVS, we target achieving performance that is comparable to or even better than prior OVS works based on large vision-language foundation models, by utilizing smaller models that incur lower training costs. The core strategy is to make our efficiency principled and thus seamlessly transferable from one OVS framework to others without further customization. Comprehensive experiments on diverse OVS benchmarks demonstrate our superior trade-off between segmentation accuracy and computation costs over previous works. Our code is available on https://github.com/Xujxyang/OpenTrans

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes