CVLGNov 30, 2024

LMSeg: Unleashing the Power of Large-Scale Models for Open-Vocabulary Semantic Segmentation

arXiv:2412.00364v12 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work improves semantic segmentation for recognizing unseen objects, but it is incremental as it builds on existing vision-language models like CLIP and SAM.

The paper tackled the problem of open-vocabulary semantic segmentation by addressing limitations in existing methods, such as inadequate text prompts and pixel-level representation, and achieved state-of-the-art performance across major benchmarks.

It is widely agreed that open-vocabulary-based approaches outperform classical closed-set training solutions for recognizing unseen objects in images for semantic segmentation. Existing open-vocabulary approaches leverage vision-language models, such as CLIP, to align visual features with rich semantic features acquired through pre-training on large-scale vision-language datasets. However, the text prompts employed in these methods are short phrases based on fixed templates, failing to capture comprehensive object attributes. Moreover, while the CLIP model excels at exploiting image-level features, it is less effective at pixel-level representation, which is crucial for semantic segmentation tasks. In this work, we propose to alleviate the above-mentioned issues by leveraging multiple large-scale models to enhance the alignment between fine-grained visual features and enriched linguistic features. Specifically, our method employs large language models (LLMs) to generate enriched language prompts with diverse visual attributes for each category, including color, shape/size, and texture/material. Additionally, for enhanced visual feature extraction, the SAM model is adopted as a supplement to the CLIP visual encoder through a proposed learnable weighted fusion strategy. Built upon these techniques, our method, termed LMSeg, achieves state-of-the-art performance across all major open-vocabulary segmentation benchmarks. The code will be made available soon.

Foundations

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

Your Notes