paper-with-me

Papers

CLIP for Lightweight Semantic Segmentation

2023-10-11 · Ke Jin, Wankou Yang

The large-scale pretrained model CLIP, trained on 400 million image-text pairs, offers a promising paradigm for tackling vision tasks, albeit at the image level. Later works, such as DenseCLIP and LSeg, extend this paradigm to dense prediction, including semantic segmentation, and have achieved excellent results. However, the above methods either rely on CLIP-pretrained visual backbones or use none-pretrained but heavy backbones such as Swin, while falling ineffective when applied to lightweight backbones. The reason for this is that the lightweitht networks, feature extraction ability of which are relatively limited, meet difficulty embedding the image feature aligned with text embeddings perfectly. In this work, we present a new feature fusion module which tackles this problem and enables language-guided paradigm to be applied to lightweight networks. Specifically, the module is a parallel design of CNN and transformer with a two-way bridge in between, where CNN extracts spatial information and visual context of the feature map from the image encoder, and the transformer propagates text embeddings from the text encoder forward. The core of the module is the bidirectional fusion of visual and text feature across the bridge which prompts their proximity and alignment in embedding space. The module is model-agnostic, which can not only make language-guided lightweight semantic segmentation practical, but also fully exploit the pretrained knowledge of language priors and achieve better performance than previous SOTA work, such as DenseCLIP, whatever the vision backbone is. Extensive experiments have been conducted to demonstrate the superiority of our method.

📄 PDF Abstract BibTeX arXiv:2310.07394

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

DouC: Dual-Branch CLIP for Training-Free Open-Vocabulary Segmentation

2026-04-27 · Mohamad Zamini, Diksha Shukla arxiv

Open-vocabulary semantic segmentation requires assigning pixel-level semantic labels while supporting an open and unrestricted set of categories. Training-free CLIP-based approaches preserve strong zero-shot generalizati…

Zero-shot GeneralizationSemantic Segmentation

CLIP-Guided SAM: Parameter-Efficient Semantic Conditioning for Promptable Segmentation

2026-05-24 · Shayan Jalilian, Abdul Bais arxiv

Promptable foundation models such as the Segment Anything Model (SAM) produce high-quality masks but remain semantically blind, relying on external prompts to specify categories. Existing vision-language approaches addre…

Interactive Segmentation

AgentPolyp: Accurate Polyp Segmentation via Image Enhancement Agent

2025-04-15 · Pu Wang, Zhihua Zhang, Dianjie Lu, Guijuan Zhang 외

Since human and environmental factors interfere, captured polyp images usually suffer from issues such as dim lighting, blur, and overexposure, which pose challenges for downstream polyp segmentation tasks. To address th…

DenoisingImage EnhancementSegmentation

Annotation Free Semantic Segmentation with Vision Foundation Models

2024-03-14 · Soroush Seifi, Daniel Olmeda Reino, Fabien Despinoy, Rahaf Aljundi

Semantic Segmentation is one of the most challenging vision tasks, usually requiring large amounts of training data with expensive pixel level annotations. With the success of foundation models and especially vision-lang…

SegmentationSemantic SegmentationZero-Shot Semantic Segmentation

ARM: A Learnable, Plug-and-Play Module for CLIP-based Open-vocabulary Semantic Segmentation

2025-12-30 · Ziquan Liu, Zhewei Zhu, Xuyang Shi arxiv

Open-vocabulary semantic segmentation (OVSS) is fundamentally hampered by the coarse, image-level representations of CLIP, which lack precise pixel-level details. Existing training-free methods attempt to resolve this by…

Semantic Segmentation