CLIP for Lightweight Semantic Segmentation
Ke Jin, Wankou Yang

TL;DR
This paper introduces a novel feature fusion module that enables lightweight neural networks to effectively perform language-guided semantic segmentation, leveraging CLIP's pretrained knowledge and outperforming previous state-of-the-art methods.
Contribution
A new model-agnostic feature fusion module that improves lightweight networks' ability to perform semantic segmentation guided by language, utilizing bidirectional visual-text feature fusion.
Findings
Outperforms previous SOTA methods like DenseCLIP across various backbones.
Enables lightweight networks to effectively embed image features aligned with text.
Demonstrates superior performance through extensive experiments.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · AI in cancer detection
MethodsContrastive Language-Image Pre-training
