CVAug 9, 2024

ProxyCLIP: Proxy Attention Improves CLIP for Open-Vocabulary Segmentation

arXiv:2408.04883v1108 citationsh-index: 35
Originality Incremental advance
AI Analysis

This addresses the challenge of integrating visual and semantic information for open-vocabulary segmentation, representing an incremental improvement over existing methods.

The paper tackles the problem of open-vocabulary semantic segmentation by harmonizing CLIP and Vision Foundation Models to improve segment coherence and semantic understanding, resulting in an average mIoU increase from 40.3 to 44.4 across eight benchmarks.

Open-vocabulary semantic segmentation requires models to effectively integrate visual representations with open-vocabulary semantic labels. While Contrastive Language-Image Pre-training (CLIP) models shine in recognizing visual concepts from text, they often struggle with segment coherence due to their limited localization ability. In contrast, Vision Foundation Models (VFMs) excel at acquiring spatially consistent local visual representations, yet they fall short in semantic understanding. This paper introduces ProxyCLIP, an innovative framework designed to harmonize the strengths of both CLIP and VFMs, facilitating enhanced open-vocabulary semantic segmentation. ProxyCLIP leverages the spatial feature correspondence from VFMs as a form of proxy attention to augment CLIP, thereby inheriting the VFMs' robust local consistency and maintaining CLIP's exceptional zero-shot transfer capacity. We propose an adaptive normalization and masking strategy to get the proxy attention from VFMs, allowing for adaptation across different VFMs. Remarkably, as a training-free approach, ProxyCLIP significantly improves the average mean Intersection over Union (mIoU) across eight benchmarks from 40.3 to 44.4, showcasing its exceptional efficacy in bridging the gap between spatial precision and semantic richness for the open-vocabulary segmentation task.

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